/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2008 neflexis GmbH (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


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

p {
	padding: 0px;
	margin: 2px 0px 3px 0px;
}

input, select, textarea {
	border: 1px solid #AAAAAA;
	margin-bottom: 1px;
}
body {
	padding: 0px;
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
label {
	width: 140px; 
	padding: 3px 0px 0px 0px;
	float: left;
}
.big_label label {
	width: 320px !important;
}
h1,
h1 a,
h1 a:hover {
	font-size: 150%;
	font-weight: bolder;
	text-decoration: none;
	color: black;
	margin: 0px;
	padding: 6px 0px 6px 0px;
}
h2,
h2 a,
h1 a:hover {
	font-size: 125%;
	font-weight: bolder;
	color: #666666;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	text-decoration: none;
}
h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}
.comment {
	color: gray;
}
.comment_entry {
	margin: 5px 0px 5px 0px;
	padding: 2px;
	background: transparent;
}
.comment_entry h1,
.comment_entry h1 a {
	padding: 0px;
	margin: 0px;
	color: black;
	font-size: 100%;
}
.comments {
	clear: left;
	background: transparent;
	display: block;
	margin-top: 10px;
}
.description {
	font-size: 85%;
}
.selected, .disabled {
	color: gray;
}
.message {
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
	color: black;
}
.message img {
	float: left;
	margin-right: 5px;
}

.error {
	color: red;
}
img .text_right {
	float: left; 
	padding: 0px 5px 5px 0px;
}
img .text_left {
	float: right; 
	padding: 0px 0px 5px 5px;
}
hr {
	height: 1px;
	border: 1px solid #AAAAAA;
}
.highlighting {
	background: yellow;
}
.language {
	margin-right: 5px;
}
.language.current {
	font-weight: bolder;
}
.action_button {
	margin-right: 10px;
}
.submit_button {
	margin-left: 183px;
	margin-right: 10px;
}
.fieldset_button {
	margin-left: 140px;
	margin-right: 10px;
}
.hidden {
	display: none;
}
/*******************************************************************************/



/*************************** Lists, Items and Fieldsets ************************/
fieldset {
	border: 1px solid #AAAAAA;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	background: #EEEEEE;
}
legend {
	font-weight: bolder;
	color: black;
}
fieldset.page_properties {
	background: #CDCDCD;
}

/* IE Star-Hack for fieldsets (only for IE 6) */
* html legend {
	position: absolute;
	margin: -20px 0 0 0;
	padding: 3px;
}
* html fieldset {
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
}

.noborder {
	border: none;
}

.language_label {
	font-style: italic;
	font-weight: bolder;
	background: #CDCDCD;
	margin-top: 8px;
}

fieldset input,
fieldset textarea,
fieldset select {
	border: 1px solid #AAAAAA;
}

.fieldset-content-right {
	width: 205px;
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background: white;
}

.fieldset-right {
	float: right;
	clear: right;
}
.fieldset-left {
	float: left;
	clear: left;
	width: 98%;
}
/*******************************************************************************/


/************************************ 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 #AAAAAA;
}
.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;
}
/*******************************************************************************/


/******************************* 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;
}

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



/********************************** 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 th, 
.management tbody, 
.management b, 
.management strong, 
.management p, 
.management input, 
.management select, 
.management label, 
.management textarea {
	color: black !important;
	font-size: 11px !important;
	font-family: Verdana, Arial, Helvetica, Sans-serif !important;
	line-height: 16px !important;
}

.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;
}
/*******************************************************************************/



/********************************** Navigation *********************************/

/**** navigation ***/
.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}
.navigation li.current a {
	font-weight: bolder;
	color: gray;
}
.navigation li a:hover {
	color: gray;
}


.navigation li.level0 a {
	margin-left: 0px;
	font-size: 100%;
}
.navigation li.level1 a {
	margin-left: 15px;
	font-size: 100%;
}
.navigation li.level2 a {
	margin-left: 25px;
	font-size: 90%;
}
.navigation li.level3 a {
	margin-left: 35px;
	font-size: 80%;
}
.navigation li.level4 a {
	margin-left: 45px;
	font-size: 70%;
}


.edit-navigation-entry {
	line-height: 24px;
	height: 24px;
}
.edit-navigation-control {
	float: right;
}

/* IE6.0 Hack for additional spaces between li's */
* html li a  {
	height: 100%;
} 


/**** root-navigation ***/
.root-navigation {
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
}
.root-navigation li.current a {
	font-weight: bolder;
	color: gray;
}
.root-navigation li a:hover {
	color: gray;
}

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



/*********************************** Content ***********************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
.content {
	line-height: 16px;
}
.content ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content p {
	margin-top: 5px;
	margin-bottom: 3px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}

.float_right {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}

.float_left {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

.float_left_no_clear {
	float: left;
	margin: 0px 10px 10px 0px;
}

.page-ressource-subtitle {
	padding: 0px !important;
	margin: -8px 0px 10px 0px !important;
}

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



/************************************ 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: 5px;
	margin-bottom: 3px;
	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 !important;
	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: white;
}
.odd {
	background: #EEEEEE;
}


.add-comment-button {
	background: #EEEEEE url(img/../../img/icon_add.gif) 1px 4px no-repeat;
	border: 1px solid gray;
	text-decoration: none !important;
	line-height: 24px !important;
	height: 24px !important;
	display: block;
	padding: 0px 0px 0px 18px;
	margin-top: 10px;
}



.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;
}

/*********** Listing module *****************/
div.listing-entry {
  padding-bottom: 6px;
  float: left;
  clear: left;
  width: 100%;
}

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

