/********************************************************************************
* phpComasy, Content Management System	                                        *
* http://phpcomasy.noreality.ch                                                 *
*                                                                               *
* Copyright (c) 2005 Emanuel Zuber (www.noreality.ch)                           *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

body {
	background: url(img/background.gif);
	height: 100%;
}

body {padding: 0px; margin: 0px;}
input, textarea, select {margin-bottom: 1px;}
form {margin: 0px;padding: 0px;}
img {border: none;}
label {width: 120px; padding: 3px 0px 0px 0px;	float: left;}
h1 {font-size: 150%; font-weight: bolder;}
h2 {font-size: 130%; font-weight: bolder;}
h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}
.comment {color: gray;}
.description {font-size: 90%;}
.selected {color: gray;}
.message {
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	width: 93%;
	color: black;
}
.error {color: red;};
/*******************************************************************************/


/**************************** phpComasy specific styles ************************/

/*************** categories ***************/
.categories {
	text-align: left;
}
.categories a {
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px 0px;
}
/************* end categories *************/

/********************************* Language Switcher ***************************/
.language_switcher {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.language_switcher h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
/*******************************************************************************/


/******************************* Administration panel **************************/
.administration {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 180px;
	padding: 3px;
	background: #EEEEEE;
	border: 1px solid gray;
}
.administration h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.administration a {
	text-decoration: none;
}
.administration hr {
	height: 1px; 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	color: black
}
/*******************************************************************************/


/********************************** Member panel *******************************/
.member {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.member h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.member a {
	text-decoration: none;
}
/*******************************************************************************/


/********************************** Login panel ********************************/
.login_panel {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.login_panel h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.login_panel a {
	text-decoration: none;
}
.login_panel p {
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************/


/********************************** Page Tools *********************************/
.page_tools {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.page_tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.page_tools a {
	text-decoration: none;
	display: block;
}
.page_tools p {
	margin: 0px;
	padding: 0px;
}

/*******************************************************************************/


/********************************** Management *********************************/
.management {
	padding: 5px 5px 5px 0px;
}

.management,
.management a,
label,
input,
select,
textarea,
table,
tr,
td {
	font-size: 12px;
}

.management h1 {
	font-size: 100%;
}
.management h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
.management a {
	text-decoration: none;
}
.management a:hover {
	text-decoration: underline;
}

.management p {
	margin-top: 0px;
	margin-bottom: 2px;
}

.management .custom_table {
	border: 1px solid gray;
	background: white;
}
.management table .heading {
	font-weight: bolder;
	background: gray;
}
.management table .heading td {
	color: white;
}

.management input, textarea, select {
	border: 1px solid gray;
	background: white;
}
/*******************************************************************************/



/* header */
.header {
	background: url(img/header.gif) no-repeat;
	height: 84px;
	width: 800px;
	padding: 3px;
	text-align: right;
	vertical-align: bottom;
}



/* Site table*/
.site {
	text-align: left;
	height: 450px
}


/* Body column */

.body, .body p, .body table, .body td, .body tr, .body li, .body ul, .body a {
	color: #0090D2;
}

.body {
	background: white;
	padding-left: 22px;
	line-height: 19px;
}

.body h1 {
	font-family: Arial;
	font-size: 270%;
	margin-top: 22px;
	margin-bottom: 20px;
}

.bottom {
	background: #0090D2;
	line-height: 21px;
	height: 22px;
	padding-left: 22px;
	padding: 0px 0px 0px 22px;
}


.bottom,
.bottom a {
	color: white;
}


/* Next and previous buttons */
.next_previous {
	color: white;
	text-align: left;
	display: inline;
}
.next_previous a {
	color: white;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.page_123 {
	color: white;
	text-decoration: none;
	display: inline;
	padding-right: 10px;
	display: none;
}
.page_123 a {
	padding: 0px 5px 0px 5px;
}
.page_123 span {
	padding: 0px 5px 0px 5px;
}

/* Powered by class */
.powered_by {
	font-size: 85%;
}
.powered_by a {
	font-size: 100%;
}



/* Contact class */
.contact {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	font-size: 85%;
	background: #EEEEEE;
}


/*******************************************************************************/

/* navigation */

.sub_navigation {
	margin-top: 0px;
}

.sub_navigation {
	background: white;
}

.navigation a {
	font-size: 11px;
	display: block;
	background: #FFE401 no-repeat 11px 5px;
	color: #0090D2;
	margin-top: 1px;
	padding: 3px 1px 3px 5px;
	text-decoration: none;
	letter-spacing: 1px;
}

.navigation.level0, .navigation.level0 a {
	display: none;
}
.navigation.level1 a {
	margin-left: 0px;
}
.navigation.level2 a {padding-left: 20px;}
.navigation.level3 a {padding-left: 30px;}
.navigation.level4 a {padding-left: 40px;}

.navigation.current a {
	font-weight: bolder;
	letter-spacing: 0px;
}

/******************************** Additional styles ****************************/
.logo {
	width: 150px;
	height: 150px;
	background: transparent url(img/logo.gif) no-repeat;
}
.logo a {
	text-decoration: none;
}

.root_navigation td {
	background: #0090D2;
	line-height: 21px;
	height: 22px;
}
.root_navigation a {
	font-size: 11px;
	margin: 0px 0px 0px 22px;
	color: #FFE401;
	font-weight: bolder;
	text-decoration: none;
}

.main_menu {
	display: none;
}
.main_menu span {
	padding-left: 5px;
}
.main_menu a {
	text-decoration: none;
}

/*******************************************************************************/

