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


/********************************* General styles ******************************/
html {
	height: 100%;
}

body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}
input, select, textarea {
	border: 1px solid #020242;
}

body {
	padding: 0px; 
	margin: 0px;
	background: white;
}
input, textarea, select {margin-bottom: 1px;}
form {margin: 0px;padding: 0px;}
img {border: none;}
label {width: 130px; padding: 3px 0px 0px 0px;	float: left; }
.big_label label {
  width: 350px;
}
h1 {
	padding-top: 0px;
	font-size: 150%;
	font-weight: bolder;
}
h2 {
	font-size: 130%;
	font-weight: bolder;
	color: #020242;
	margin: 10px 0px 2px 0px;
}
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: 85%;
}
.selected {
	color: gray;
}
.message {
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
}
.error {
	color: red;
}

img .text_right {float: left; padding-right: 5px;}
img .text_left {float: right; padding-left: 5px;}

.item {
	background: #729FCF;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #204A87;
}
.item:hover {background: #3465A4;}
.item a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 1px solid #020242;
}
.highlighting {
	background: yellow;
}

fieldset {
	border: 1px solid #020242;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	background: #EEEEEE;
}
legend {
	font-weight: bolder;
}
fieldset.page_properties {
	background: #CDCDCD;
}

.language_label {
	font-style: italic;
	font-weight: bolder;
	background: #CDCDCD;
	margin-top: 8px;
}
.portlet {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.portlet h3 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #020242;
}
.portlet a {
	text-decoration: none;
	display: block;
}
.portlet p {
	margin: 0px;
	padding: 0px;
}
.portlet .detail {
	font-size: 85%;
	color: gray;
	padding: 0px;
	margin: 0px;
}
.portlet .title {
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
}
.portlet .content {
	margin: 0px;
	padding: 0px 0px 6px 0px;
}
/*******************************************************************************/


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


/********************************* Language Switcher ***************************/
.language_switcher {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.language_switcher h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #020242;
}
/*******************************************************************************/


/******************************* Administration panel **************************/
.administration {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 200px;
	padding: 3px;
	background: #EEEEEE;
	border: 1px solid #020242;
}
.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: 4px;
	background: transparent;
}
.member h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #020242;
}
.member a {
	text-decoration: none;
}
/*******************************************************************************/


/********************************** Login panel ********************************/
.login_panel {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.login_panel h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #020242;
}
.login_panel a {
	text-decoration: none;
}
.login_panel p {
	margin: 0px;
	padding: 0px;
}

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


/********************************** Page Tools *********************************/
.search_box {
	margin: 0px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	border: 1px solid #AAAAAA; 
	padding: 2px; 
	margin-top: 4px; 
	width: 194px;
}
.search_box h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #020242;
}
.search_box input {
	width: 86px;
	margin-right: 5px;
}
.search_box:hover {
	background: #FAFB00;
	border: 1px solid #0000E4;
}

.page_tools {
	margin: 0px 0px 0px 0px;
	padding: 4px;
	background: transparent;
	border: 1px solid #AAAAAA; 
	padding: 2px; 
	margin-top: 4px; 
	width: 194px;
}
.page_tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #020242;
}
.page_tools a {
	text-decoration: none;
	display: block;
}
.page_tools p {
	margin: 0px;
	padding: 0px;
}
.page_tools:hover {
	background: #FAFB00;
	border: 1px solid #0000E4;
}
/*******************************************************************************/


/********************************* Tools styles ********************************/
.page_counter {
	background: #DDDDDD;
	border: 1px solid #020242;
	padding: 3px;
	margin: 5px 0px 5px 0px;
	float: left;
}
.page_counter a {
	font-weight: bolder;
}
/*******************************************************************************/


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


/********************************* Module styles *******************************/
.module_intro {
	border-bottom: 1px solid #020242;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
.module_admin {
	border-bottom: 1px solid #020242;
	margin-bottom: 6px;
	padding-bottom: 3px;
}

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


/********************************** Management *********************************/
.tabs {
	width: 100%;
}
.tab_blank {
	border-bottom: 1px solid #999999;
	padding: 1px 5px 1px 0px;
}
a.tab {
	border: 1px solid #999999;
	width: 70px;
	padding: 1px 10px 1px 10px;
	text-decoration: none;
	color: black;
}
a.tab:hover {
	background: #DDDDDD;
	color: black;
}
.cke_top {
	width: 100% !important;
}


.management {
	background: #DDDDDD;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 0px;
	color: black;
}
.management a {
	color: black;
	text-decoration: none;
}
.management a:hover {
	text-decoration: underline;
}
.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 #020242;
	background: white;
}
.management table .heading {
	font-weight: bolder;
	background: #020242;
}
.management table .heading td {
	color: white;
}

.management input, textarea, select {
	border: 1px solid #020242;
	background: white;
}

.general_settings label {
	width: 220px;
}
.inactive {
	color: #8f8f8f;
}
/*******************************************************************************/


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

.root-navigation {
	background: url(../img/flow.gif) blue;
	border-top: 1px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

/***** navigation *****/
.navigation li a {
	display: block;
	line-height: 15px;
}

.navigation li.level0 > a {
	margin-left: 0px;
	font-weight: bolder;
	padding: 8px 0px 0px 0px;
}
.navigation li.level1 a {
	margin-left: 10px;
	font-size: 100%;
	font-weight: 400;
}
.navigation li.level2 a {
	margin-left: 20px;
}
.navigation li.level3 a {
	margin-left: 30px;
}
.navigation ul {
	margin-left: 0;
	padding-left: 0;
}
.navigation a {
	text-decoration: none;
	color: white !important;
}


.navigation li.current > a {
	color: #FAFB00 !important;
	font-weight: 700;
}

.navigation li a:hover {
	color: #FAFB00 !important;
}




/***** 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 ... *****/
.page_123 {
	border-top: 1px solid #020242;
	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: bolder;
	color: #020242;
	text-decoration: none;
}
.page_123 span {
	padding: 0px 0px 0px 5px;
}
/*******************************************************************************/


/******************************** Content styles *******************************/
.introduction {
	font-weight: normal;
	margin: 5px 0px 5px 0px;
}
/*******************************************************************************/


/******************************** Site and body ********************************/
/***** Header *****/
.header {
	height: 110px;
	width: 904px;
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background: url(../img/header.jpg) no-repeat bottom;
}

.logo {
	background: url(../img/logo.gif) white no-repeat right;
	height: 110px;
	border-left: 2px solid white;
	border-right: 2px solid white;
	width: 900px;
	text-align: right;
	vertical-align: top;
}

/***** Site *****/
.site {
	margin-top: 0px;
	text-align: left;
	height: 100%;
	background: white;
}

/***** Left column *****/
.left {
	background: blue;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 10px;
	width: 150px;
	border-top: 1px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

/***** Right column *****/
.right {
	padding-top: 36px;
	padding-left: 8px;
	/*background: white url(../img/right.jpg) no-repeat;*/
	width: 152px;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

/***** Body column *****/
.body {
	padding: 5px;
	width: 580px;
	text-align: left;
	height: 90%;
}

.title {
	margin-left: 5px;
	margin-top: 10px;
}

.content {
	margin-left: 5px;
	line-height: 15px;
	width: 95%;
}

.content ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content p {
	margin-top: 4px;
	margin-bottom: 2px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}

.content a {
	color: #0000E4;
	text-decoration: none;
}

.content a:hover {
	text-decoration: none;
	color: #8E6203;
}

.content input:active {
	background: #FAFB00;
	border: 1px solid #0000E4;
}
/*******************************************************************************/

/* ---------------------------- Diff rendering of Versioning--------------------------*/
td.diff-blockheader {font-weight:bold}
td.diff-header {
  border-bottom: 1px solid #8cacbb;
  font-size:120%;
}
td.diff-addedline {
    background:#ddffdd;
    font-family: monospace;
    font-size: 100%;
	width: 50%;
}
td.diff-deletedline { 
    background:#ffffbb;
    font-family: monospace;    
    font-size: 100%;
}
td.diff-context {
    background:#f7f9fa;
    font-family: monospace;
    font-size: 100%;
}
span.diffchange { color: red; }
.versioning {
	margin-top: 15px; 
	background: #EEEEEE;
}
.versioning_border {
	border-bottom: 10px solid #EEEEEE;
}
.access_fieldset {
	display:none;
	width: 100%;
}
.access_fieldset_visible {
	display:inline-block;
	width: 100%;
}
.page_permission_left{
	float:left;
	width:31%;
	display: inline-block;
}
.page_permission_right{
	float:right;
	width:31%;
}
.filemanager_permission {
	width:100%;
	float:left;
}
.filemgr_access {
	width: 100%;
}



/******************************** Additional styles ****************************/

.content {
	font-size: 12px;
}

.introduction {
	font-weight: bolder;
}

.administration {
	padding: 0;
}

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