
/* CSS Document */

/* This line allows full PNG support in IE 5.5+ | http://www.twinhelix.com/css/iepngfix */
img, div {
	behavior: url(/PHP/iepngfix.htc);
}

body {
	margin: 0;
	padding: 0;
	background: #f7f7f7;
}
body,p,input {
	font: 10pt Verdana,Arial,Sans-serif;
	color: #0e4486;
}
a {
	text-decoration: none;
	color: #e60f19;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:visited {
    color: #e60f19;
}

#shadow {
	margin: 0px auto;
	width:  950px;
    background: transparent url(/public/img/bg-shadow.png) top left repeat-y;
}

#wrapper {
	margin: 0 30px;
	width:  890px;
}
#header {
	height: 120px;
	position: relative;
}

#top_nav {
	height: 30px;
	text-align: right;
}

#main {
	background: #f7f7f7;
	padding: 0 20px 20px 20px;
	_height: 500px;
	min-height: 500px;
	width: 850px;
}
#main #top {
	width: 850px;
}
#user_controls {
	float: right;
	display: inline;
	width: 250px;
	padding: 0 5px 0 0;
	font: bold 12px Verdana;
}
#search_controls {
	float: right;
	display: inline;
	width: 250px;
	padding: 0 5px 5px 0;
	font: bold 12px Verdana;
	height:20px;
}
#menu {
	padding:0px;
	float:left;
	padding-top: ;
}
li a.dropdown{
	color:#ff0;
}
#footer {
	background: #f7f7f7;
	#height: 20px;
    padding: 10px;
	text-align: center;
    color: #e60f19;
}

#footer span, {
	font: bold 11px Verdana;
    color: #e60f19;
}
#footer a {
	font: bold 11px Verdana;
}

#site_title {
	padding-left: 20px;
	font: bold 32px Verdana;
	color: #f7f7f7;
}
#site_title a{
	color: #f7f7f7;
}
#site_slogan {
	padding-left: 20px;
	font: bold 12px Verdana;
	color: #f7f7f7;
}

span a {
	text-decoration: none;
	color: #e60f19; 
}
span a:hover {
	text-decoration: underline;
}
.breadcrumbs {
    margin: 0; 
    height:20px;
}

.breadcrumbs a {
	color: #71a9d1;
	font: bold 8pt Verdana;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.dashedBox {
/*	background: #efed2e; */
/*	border: 1px dashed #0e4486; */
	margin: 5px auto 5px auto;
	padding: 20px;
	width: 500px;
	clear: both;
}
.dashedBox p {
	color: #0e4486;
 	font: 13px Verdana;
}
.dashedBox a {
	color: #e60f19;
 	font: 13px Verdana;
}
 
/* Forms */	


form fieldset {
	border: 0;
	width: 300px;
	margin: 0 auto;
}
form fieldset.noctr {
	width: 500px;
	margin: 0;
}
 form fieldset div {
 	padding-left: 155px;
	width: 265px;
	margin-bottom: 5px;
 }
 
 form fieldset div.iefix {
 	padding: 0 !important;
	width: auto !important;
	height: 1% !important;
 } 
 form fieldset div label {
 	margin-left: -155px;
	width: 150px;
	text-align: right;
	float: left;
	display: inline;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0e4486;
 }
 
form fieldset div.iefix label {
 	margin-left:0 !important;
	width: auto !important;
	color: #000 !important;
	font-weight: normal !important;
	margin-right: 5px !important;
 }
form fieldset input.text {
 	width: 180px;
 }
 
 /*form specific*/
 
 /*login*/
form fieldset#login_form {
	background: transparent url(/public/img/locked.png) 10px 10px no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/img/locked.png', sizingMethod = 'crop');
}
 form fieldset#login_form div {
 	width:200px;
	padding-left: 100px;
 }
 
 form fieldset#login_form div label {
 	margin-left: -105px;
	width: 100px;
 }
 /*end login*/
 
 /*change password*/
 
 form fieldset#changepass div {
 	width:200px;
	padding-left: 180px;
 }
 form fieldset#changepass div label {
 	width: 170px;
	margin-left: -175px;
 }
 
 /*end change password*/
 
 /*config*/
 
 form#config fieldset {
 	width: auto;
	margin: 0;
 }
 
 form#config fieldset div {
 	width: 350px;
 }
 
 form#config fieldset div label {
	color: #e60f19;
	font-weight: bold;
	text-align: left;
}

form#config fieldset input.text {
	width: 200px;
}

form#config fieldset.color {
	width: 345px;
	float: left;
	display: inline;
}

form#config fieldset.color div {
	width: 200px;
}

form#config div.picker {
	width: 200px;
	float: left;
	display: inline;
}

form#config fieldset.gensettings div.headersettings {
	padding-left: 0;
}
form#config fieldset.headersettings div,
form#config fieldset.gensettings div.headersettings div{
	width: 330px;
	padding-left: 230px;
}

form#config fieldset.headersettings div label,
form#config fieldset.gensettings div.headersettings div label {
	width: 225px;
	margin-left: -230px;
}

form#config fieldset.headersettings div div.checks {
	margin-bottom: 0;
}

form#config fieldset.headersettings div div.checks label {
	width: 75px !important;
}

/*end config*/
textarea {
	color:#000;
	background: #FFF;
	border: 1px solid #000;
	font: 12px Verdana;
}
textarea:focus {
	background: #BBB;
}
input, select {
	color:#000;
	background: #FFF;
	border: 1px solid #CCC;
	font: 12px Verdana;
}
input:focus, select:focus {
	background: #BBB;
}
input.radio {
	border: none;
	font: 12px Verdana;
}
input.send, input#example_button {
	color: ;
	background: #e60f19;
	border: 1px solid ;
    cursor: pointer;
	font: 12px Verdana;
}
input:focus .send {
	border: 2px solid #FFF;
}
.error_title {
	font: bold 22px Verdana;
	color: #000;
}
.config_radio {
	background: #f7f7f7;
    border: none;
}

/* Paged Content */

#Paged_Content {
		margin: 20px 0 40px 0;
	}
		#Paged_Content .entry {
			text-align: left;
			margin-top: 5px;
			padding: 6px;
			border-bottom: #0e4486 solid 1px;
		}
		#Paged_Content .entry_project {
			text-align: left;
			margin-top: 5px;
			padding: 6px;
			border-bottom: #0e4486 solid 1px;
			height:150px;
		}
		#Paged_Content .pages_nav {
			margin-top: 10px;
			font: 13px Verdana;
 			display: inline;
		}
		#Paged_Content .pages_nav a:hover{
			border: none;
			text-decoration: none;
 		}
			#Paged_Content .disabled {
				color: #828282;
				padding: 8px;
			}
			#Paged_Content .selected a{
				color: #000;
				padding: 2px;
				text-decoration: underline;
			}
			#Paged_Content .pages {
				text-align: center;
				margin: 4px;
			}
			#Paged_Content .pages a {
				text-decoration: none;
			}
			#Paged_Content .pages a:hover {
				text-decoration: underline;
			}
			
			
.info_li {
	list-style-image: url(/public/img/li_info.gif);
}
.user_li {
	list-style-image: url(/public/img/li_user.gif);
}
.home_li {
	list-style-image: url(/public/img/li_home.gif);
}
.calendar_li {
	list-style-image: url(/public/img/li_calendar.gif);
}
.doc_li {
	list-style-image: url(/public/img/li_doc.gif);
    padding: 3px 0;
}

.posted {
	font: 11px Verdana;
	text-align: right;
}
.tiny {
	font: 11px Verdana;
}
.title {
	color: #493a26;
	font: bold 15px Verdana;
	float: left;
}

#comment_box {
	margin: 5px 15px 0px 15px;
	padding: 15px;
	background: #efed2e;
	border: #CCC 1px solid;
}
#comment_box .posted {
	font: 11px Verdana;
	text-align: right;
}
.color_cube {
	height: 16px; 
	width: 40px;
	border: #999 solid 1px;
}
td.property {
	color: #e60f19;
	font-weight: bold;
}

div.property {
	color: #e60f19;
	font-weight: bold;
}

.mainpage_tag {
    padding: 10px 4px 0 4px;
	float: left;
    text-align: center;
}   

#cube_background { background: #f7f7f7 }
#cube_titletext { background: #f7f7f7 }
#cube_slogantext { background: #f7f7f7 }
#cube_content { background: #f7f7f7 }
#cube_headerfooter { background: #f7f7f7 }
#cube_text { background: #0e4486 }
#cube_links { background: #e60f19 }
#cube_breadcrumbs { background: #71a9d1 }
#cube_commentbox { background: #efed2e }
#cube_menu { background: #efed2e }
#cube_menutext { background: #e60f19 }
#cube_submenutext { background: #e60f19 }
#cube_menuhover { background: #efed2e }
#cube_menubutton { background: #0e4486 }
#cube_submitbuttontext { background:  }
#cube_submitbuttonborder { background:  }

.configlabelgeneral{
	width:200px;
	clear:left;
	float:left;
}
.configinputgeneral{
	width:200px;
	float:left;
}
.configlabelcontact{
	width:200px;
	clear:left;
	float:left;
}
.configinputcontact{
	width:200px;
	float:left;
}

#domains td {
	border: #999 dotted 1px;
	padding:5px;
}

div.success {
	font-weight:bold;
	color:#00BB00;
}

div.error {
	font-weight:bold;
	color:#EE0000;
}

div#search_results {
	padding: 10px;
}

div#search_results div.results {
	margin-bottom: 10px;
}

/*** CALENDAR **/
.cal_table {
	padding: 0;
	margin: 0;
	margin:15px;
	color: #000;
}
.cal_event {
	background: #efed2e;
	color: #0e4486;
	cursor: pointer;
}
.cal_month {
	color: #e60f19;
	font: bold 13px arial;
	border-bottom: #000 1px solid;
}
.cal_days {
	color: #333;
	font: bold 13px arial;
	text-align: center;
	border-bottom: #000 1px solid;
}
.cal_normal_font, .cal_normal_font a:link,.cal_normal_font a:visited, .cal_normal_font a:active,.cal_normal_font a:hover{
	font-family:Verdana,Arial,Sans-serif;
	font-size:10pt;
	font-weight:normal;
	color: #0e4486;
}

/* Clearfix (http://www.positioniseverything.net/easyclearing.html)
---------------------------------------------*/
.clearfix:after { /* All except IE */
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { /* IE Mac */
	display: inline-block;
}

/* Hides from IE Mac, for IE Win \*/
* html .clearfix {
	height: 1%;
}

.clearfix, {
	display: block;
}

/* End hide from IE Mac */