/*****************************************
 *	KubrickTheme v1.0 for ExponentCMS 0.96.x
 *	
 *	This theme was designed by Michael Heilemann, whose blog you will find at binarybonsai.com and it was ported to ExponentCMS by ergin.altintas.org.
 *	
 *	The CSS, XHTML and design is released under GPL:
 *	http://www.opensource.org/licenses/gpl-license.php
 *****************************************/
body {
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
	color: #333;
	font-size: 77%; /* Resets 1em to 10px */
	text-align: center;
	}

navlink {
	text-decoration: none;
}
b { font-weight: bold;}

ul.topmenu {
	list-style: none;
}
.topmenu table{
	width: 100%;
	height: 25px;
	/*background: url("images/topmenu.png") no-repeat left top;*/
	/*text-align: right;*/
	/*padding: 35px 27px 0 0;*/
}

.topmenu td {
	/* background-color: #A3BDE5;  */
	background-color: #647FB5;
	text-align: center;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.topmenu td:hover {
	background-color: #7695D5;
	
}
/*
.topmenu td a {

	background-color: #A3BDE5;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	overflow: hidden;
}
}
.topmenu td a:hover {
	width:100%;
	background-color: #83A6DC;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	color: #fff;
	
}
*/
a.navlink:link {
	width:100%;
	color: #fff;
	text-decoration: none;
	/*background-color: #A3BDE5;*/
}
a.navlink:visited {
	color: #fff;
	width:100%;
	text-decoration: none;
	/*background-color: #A3BDE5;*/
}
a.navlink:hover {
	width:100%;
	color: #fff;
	/*text-decoration: underscore;*/
	/*background-color: #83A6DC;*/
}
a.navlink:active {
	width:100%;
	color: #FFFFFF;
	text-decoration: none;
	/*background-color: #1C4F8F;*/
}

html>body ul {
	list-style: none;
	text-indent: -12px;
	}
ul li:before {
	content: "\00BB \0020";
	}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
	} 
li {
	margin: 7px 0 8px 10px;
	}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
h1 {
	padding-top: 10px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}
h1.title {
	padding-top: 10px;
	margin: 0;
	font-size: 4em;
	text-align: center;
	}
h2 { margin: 0px 0 0px 0; font-size: 1.6em; }
h2.pagetitle { text-align: center; }
#sidebar h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font: 1.2em 'Lucida Grande', Verdana, Sans-Serif;
	}
h3 { padding: 0; margin: 10px 0 0; font-size: 1.3em; }
h3.title { padding-bottom: 15px; margin: 0px; font-size: 1.3em; }
h1, h1 a, h1 a:hover, h1 a:visited, .description { color: #fff; text-decoration: none; }
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited { }
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite { text-decoration: none; }
a, h2 a:hover, h3 a:hover { color: #06c; text-decoration: none; }
a:hover { color: #147; text-decoration: underline; }
.description { font-size: 1.2em; text-align: center; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }

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

hr {
	color: #555;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/** Exponent-internals stylings **/

div.moduletitle {
	font-weight: bold;
	font-size: 1.25em;
}

a {
	color: #244360;
	text-decoration: none;
}

td.header {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-weight: bold;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #AAA;
	color: #000;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #669;
	color: #FFF;
}

tr.odd_row {
	background-color: #888;
	color: #000;
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}
cursor {
	color: #000;
}
strong{font-weight: bold,}
/* YUI */

