/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.org *****/


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p {
	color:#ffffff;
	font-size: 12px;
}
body {	
	background-image:url(img/bg.jpg);
	background-color:#601A12;
	background-position:center center;
	background-repeat:repeat-y;		
}

input, select, textarea {
	border: 1px solid #752921;
	margin-bottom: 1px;
	background-color:#ffffff;
	color:#000000;
	font-size: 12px;

}
h1,
h1 a,
h1 a:hover {
	color: #ffffff;
	fon-family:Tahoma;
	font-size: 15px;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #008ce1 !important;
}
hr {	
	border: 1px solid #752921;
}
a {	
	color:#ffffff;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #E9CCC9;
}
.img {
	background-image:url(img/ramka.jpg);	
	background-position:top center;
	background-repeat:no-repeat;	
	width:180px;
	height:150px;	
	text-align:center;	
	padding:0;		
}
.podl {
	background-image:url(img/ramka.jpg);	
	background-position:top center;
	background-repeat:no-repeat;	
	width:180px;
	height:150px;	
	text-align:center;
	padding-top:15px;				
}

.img img {
	border:none;				
}
.img a {
	text-decoration: none;	
}
.float_left_no_clear {
	float: none;	
	text-decoration: none;
	text-align:center;	
	margin: 0px;
}
.resource_table {
	float:left; 
	margin:27px;
	width:180px;	
}
.page-ressource-subtitle {
	width:170px;
	height:50px;
}

/*******************************************************************************/


/************************************ Basic ************************************/
#mybody {
	background-image:url(img/bg_table.jpg);
	 width:1260px;	
}
#container {
	width: 100%;
	text-align: left;
}

#header {
	background: #006bac;
	width: 900px;
	height: 100px;
	vertical-align: bottom;
}

#header-title {
	color: white;
	font-size: 450%;
	margin: 0px 0px 5px 5px;
}
#header-subtitle {
	color: white;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}
.head {	
	height:162px;
	background: #95342A url(img/index_01.jpg) center no-repeat;
}
.menu {	
	height:47px;
	background: #95342A url(img/index_02.jpg) center no-repeat;
}

.header-left {
	background: #E0E0DF url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #E0E0DF url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #EFEFEF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #EFEFEF url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: url(img/footer.jpg) repeat-x;
	height: 112px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 10px;
}
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
	background: #dae8f0;
	width: 180px;
}

#document-column {
	vertical-align: top;
	width: 540px;
	text-align: left;
	background: white;
}

#right-column {
	vertical-align: top;	
	width: 274px;
}
#content {
	width: 1006px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}

.navigation div {	
	margin: 2px;
	padding: 0px;
}
.navigation div a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;	
	color: #ffffff !important;
}
.navigation div.level0 {
	background-color:#631914;
	width:235px;
	height:25px;
	margin-left:10px;	
	padding: 7px 5px 3px 10px;

}
.navigation div.level1 {
	padding: 2px 5px 2px 10px;	
}
.navigation div.level1 a, .navigation div.level1 p {	
	font-size: 14px;
	margin-left:10px;	
}
.navigation div.level2 {
	padding: 2px 5px 2px 10px;	
}
.navigation div.level2 a, .navigation div.level2 p {	
	font-size: 12px;
	margin-left:20px;
	color: #E9CCC9;	
}

.navigation div.level1 a:hover {
	color: #E9CCC9;
}

.navigation div.level0 a, .navigation div.level0 p {	
	font-size: 15px;
	font-weight:bold;	

}
.root-menu {
	background-image:url("img/menu.jpg");
	background-position:top center;
	width:158px;
	height:47px;
	line-height:45px;				
}
.root-navigation td a {		
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}
.root-navigation td.current a {
	font-weight: bold;
	color:#ffffff;
}
.root-navigation td a:hover {
	color: #E9CCC9;
}

/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 20px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: #EF7A6A;
}
#content a:hover {
	text-decoration: underline;
	color: #F5AFA6;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #008ce1;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/
/******************************* Administration panel **************************/
.administration {
	color: black;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 220px;
	padding: 3px;
	background: #EEEEEE;
	border: 2px solid #AAAAAA;
	font-size: 11px;
	letter-spacing: 0em;
	z-index: 1000;
	line-height: 15px;
}
.administration h1 {
	color: black;
	font-weight: bolder;
	font-size: 12px;
	padding: 0px;
	margin: 6px 0px 3px 0px;
	letter-spacing: 0em;
}
.administration a {
	color: black;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0em;
}
.administration a:hover {
	color: #666666;
	text-decoration: none;
}
.administration hr {
	height: 1px; 
	width: 100%; 
	padding: 0px; 
	margin: 2px 0px 2px 0px; 
	border: 1px solid #AAAAAA;
	letter-spacing: 0em;
}
.administration img {
	border:none  !important;
}
/*******************************************************************************/



/********************************** Management *********************************/
/* TODO  REMOVE IT (if its no more in action, using list_entry)!! */
a .item {
	display: block;
	background: #CCCCCC;
	padding: 3px 3px 3px 3px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #AAAAAA;
	color: black;
	height: 70px;
	cursor: pointer;
}

a:hover .item {
	background: #EEEEEE;
	color: #444444;
}

/* end TODO */

/***** tabs *****/
.tabs {
	width: 100%;
}
.tabs .tab {
	border: 1px solid #999999;
	width: 120px;
	padding: 1px 10px 2px 10px;
	text-decoration: none;
	color: black;
	margin-left: 10px;
	line-height: 16px;
	cursor: pointer;
}


.tabs a.tab:hover,
.tabs .tab a:hover {
	background: #DDDDDD;
	color: black !important;
	padding: 1px 10px 2px 10px;
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.tabs a.current:hover,
.tabs .tab a.current:hover,
.tabs a.standard:hover,
.tabs .tab a.standard:hover,
.tabs .tab.current,
.tabs .tab.standard {
	background: #DDDDDD;
	color: black !important;
	padding: 1px 10px 3px 10px;
	border-bottom: none;
	font-weight: normal;
	cursor: pointer;
}

.tabs a {
	text-decoration: none !important;
}

/***** management *****/
.management a, 
.management table, 
.management td, 
.management tr, 
.management tbody, 
.management b, 
.management p, 
.management input, 
.management select, 
.management label, 
.management textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.management p {
	padding: 0px;
	margin: 2px 0px 3px 0px;
}

.management input, 
.management select, 
.management textarea {
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
}

.management {
	background: #DDDDDD;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 0px;
	color: black;
	text-align: left !important;
}
.management a {
	color: black !important;
	text-decoration: none !important;
}
.management a:hover {
	color: #AAAAAA;
	text-decoration: none;
}
.management h1 {
	font-size: 120%;
}
.management h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
.management p {
	margin-top: 0px;
	margin-bottom: 2px;
}
.management .custom_table {
	border: 1px solid #AAAAAA;
	background: white;
}
.management table .heading {
	font-weight: bolder;
	background: #AAAAAA;
}
.management table .heading td {
	color: white;
}
.management input,
.management textarea, 
.management select {
	border: 1px solid #AAAAAA;
	background: white;
}
.management .general_settings label {
	width: 255px;
}
.management .inactive {
	color: #8F8F8F;
}
.management hr {
	height: 1px;
	border: 1px solid #AAAAAA;
}

/***** list entries *****/
.management a.list_entry {
	display: block;
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
	margin-top: 3px;
	padding: 5px;
	color: black;
}
.management.list_entry a:hover {
	background: #EEEEEE;
	color: #444444;
}
.management a {
	color: black;
}
.management a:hover {
	color: #444444;
}
.management label {
	width: 180px;
}

.state-draft {
	color: red;
}
.state-reviewed {
	color: green;
}
.state-published {
	color: blue;
}
.state-archived {
	color: orange;
}
/*******************************************************************************/

/************************************ Module ***********************************/
.module_intro {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
.module_admin {
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 6px;
	padding-bottom: 8px;
	min-height: 20px;
	width: 100%;
	clear: left;
}
.module_admin a {
	padding: 3px;
	margin-right: 10px;
	border: 1px solid gray;
	float: left;
}
.module_admin a img {
	float: left;
	margin-right: 3px;
}
.module_admin a:hover {
	background: #AAAAAA;
	color: #FFFFFF !important;
}
/*******************************************************************************/



/************************************ Search ***********************************/
.search_item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
}

.search_item_title,
.search_item_title .highlighting {
	text-decoration: underline;
	font-weight: bolder;
}
.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}
/*******************************************************************************/



/************************************ Tools ************************************/

/***** Next and previous buttons *****/
.next_previous {
	color: black;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: black;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}


/***** Page 1 2 3 (on the bottom of a page) *****/
.page_123 {
	border-top: 1px solid #AAAAAA;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: left;
	width: 100%;
}
.page_123 a {
	padding: 0px 0px 0px 5px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none !important;
}
.page_123 span {
	padding: 0px 0px 0px 5px;
	font-weight: bolder;
}

.multipage a {
	text-decoration: none !important;
}
.multipage .current {
	font-weight: bold;
}


.breadcrumb a {
	text-decoration: none !important;
}

/***** Page counter (multiple pages in a category) *****/
.page_counter {
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	padding: 2px 6px 2px 6px;
	margin: 5px 0px 5px 0px;
	float: left;
}
.page_counter a {
	text-decoration: none !important;
}
.page_counter .page {
	margin-right: 5px;
}
.page_counter .current {
	font-weight: bolder;
}
.next-button {
	margin-left: 10px;
}


.file_content {
	font-family: Courier;
	width: 98%;
}

table th {
	text-align: left;
}

.table {
	border: 1px solid #999999;
}
.table th {
	background: #999999;
	color: white;
	padding: 2px;
	margin: 0px;
}

.table td {
	padding: 2px;
	background: transparent;
	margin: 0px;
}

.table tr {
	padding: 0px;
	margin: 0px;
}

.even {
	background: transparent;
}
.odd {
	background: #EEEEEE;
}

.mod-database-detail,
.mod-database-detail td,
.mod-database-detail th,
.mod-database-detail tr {
	border: none;
}
.mod-database-detail td {
	padding-left: 0px;
}
.mod-database-detail {
	border-top: 1px solid #999999;
}
.mod-database-detail td {
	border-bottom: 1px solid #999999;
}


.padding-top-250 {
	margin-top: 250px;
}

.documents a {
	text-decoration: none !important;
}

/***** Access and permission styles *****/
.access_fieldset {
	display: none;
}
.page_permission_left{
	float:left;
	width:31%;
	display: inline;
}
.page_permission_right{
	float:right;
	width:31%;
}
.filemanager_permission {
	float:left;
}

/*******************************************************************************/

/************************************ Portlets *********************************/
.portlet {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	line-height: 16px;
}
.portlet h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #631914;
background: transparent;

}
.portlet a {
	text-decoration: none;
	background: transparent;
	padding: 0px;
}
.portlet .subtitle {
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}
.portlet .content {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
.portlet .detail {
	font-size: 85%;
	color: gray;
	padding: 0px;
	margin: 0px;
}
.portlet input {
	margin-bottom: 2px;
}

#portlet-page-tools a {
	display: block;
}

#portlet-login label {
	display: none;
}
/*******************************************************************************/
