/* General Reset Rules */

table{ 	border-collapse:collapse;border-spacing:0; }

html { overflow-y: scroll; }
body { background-color:#acacae;}

img { display:block;}
a img {  border:none; }

hr { clear:both; visibility:hidden; } .clear { clear:both;	}

a[href$='.pdf'] { padding:0 20px 0 0; background:transparent url(/images/icons/pdf.png) no-repeat center right; }

/* Layout */

#container {
	width:928px;
	margin:0px auto;
	position:relative;
	z-index:2;
}

#spanner_left, #spanner_right { height:277px; width:50%; position:absolute; z-index:1; background-position: top; background-repeat:repeat-x; }
#spanner_left { float:left; background-image: url('/images/BRE_Left.jpg') ; top:0px; left:0px }
#spanner_right { float:right; background-image: url('/images/BRE_Right.jpg') ; top:0px; right:0px;}

#header {  }

	#search { float:right;  width:230px; margin-top:100px; } 
		#search legend { display:none; }
		#search fieldset { padding:0px;  border:none;} 
		#search input { text-indent:5px; width:150px; }
		#search input.submit { width:auto }
		
	#header .banner{ float:right;  margin-right:4px;}
	#header .logo{ float:left; }

#page_edit {  background-color:#94B3AC; position:absolute; margin-left:480px; }
#page_edit a { font-size:1.2em; border:1px solid #C4C4C4; padding: 2px 5px; display:block; }

#banner {
	border-top:1px solid #ccc;
	clear:both;
}

.float-left { float:left; } 
.float-right { float:right; }

#background { 
 overflow: hidden;
 background-color:#fff;
}

#left-panel { 
	width:176px;
	float:left;
}
	#left-panel ul { margin-top:20px; } 
	#left-panel .element { margin-top:0px; }
	
#middle-panel {
	width:760px;
	margin:0px auto;
	min-height:300px;
}


#right-panel {
	width:220px;
	float:right;
	padding:0px 25px 0px 25px;;
	min-height:550px;
	overflow:hidden;
	background-color:#edeecf
}

.menu { width:100%; border-bottom: 2px solid #abb064; background-image:url('/images/BLA_Bar.jpg'); height:27px;} 
.menu li {  list-style-type:none; margin-right:10px; float:left; padding-top:5px; }
.menu a { color:#fff; text-decoration:none; display:block; text-indent:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.menu a:hover, .menu a.active { color:#cd932d; }



#right-panel img { border-bottom:1px solid white; } 

#footer {  background-image: url('/images/BRE_Signoff.jpg'); background-repeat:repeat-x; background-position: bottom; height:100px; text-align:center; margin-top:25px; }
#footer p { font-size:1em; }


.page_changer { margin:10px 0px; }

.archive { margin:20px 0px; }
.archive_result { margin:20px 0px; } 
.date-post { margin-top:-20px; }

/* typography */
textarea, input, select { border:1px solid #5f8692; }

#sidebar li { list-style-type:none; margin-bottom:10px;}
#sidebar li ul { margin-left:10px; margin-top:5px; } 
#sidebar li li a:before { content: "\00BB \0020"; }

#sidebar a { color:#535353; text-decoration:none; display:block; }
#sidebar a:hover, #sidebar a.active { color:#659cc3;  }

.small { font-size:0.9em; color:#999; } 


#result {
	font-weight:bold;
	padding:4px;
	text-align:center;
	margin-bottom:8px;
}
.clean-ok {
	border:solid 1px #349534; 
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	margin-bottom:8px;
}
.clean-error {
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	margin-bottom:8px;
}

/*   HOME PAGE ARTICLES   */
.read-more { float:right; }


/*  ERROR MESSAGES */
#h2_error { position:absolute; z-index:100; display:block; width:500px; text-align:center; padding:30px 0px; margin-left:18px; margin-top:20px; opacity: 0.7; filter: alpha(opacity = 70); } 
	#h2_error h2 { color:#fff; opacity: 1; filter: alpha(opacity = 100);  }
#h2_error.good { background-color:#030; /* background-color:#DFE8F1; */  } 
#h2_error.error { background-color:#F00; /*  background-color:#A81817; */ }

#h2_error.global_position { top:50px; position:fixed; }

.error_class { color:#900; }
	
/* general forms */
dt label{ width:130px; float:left; }
label, input, select, textarea{
	padding:1px; 
	margin:1px 0 1px 0; 
	font-size:1em;
}
dd { margin-left:135px; margin-bottom:5px; }
dt { clear: left; } 
input, select{ width:99%; }
input[type=text], .textbox, textarea, .textarea { width:98%; }
input[type=checkbox], .checkbox, input[type=radio], .radio { width:auto; margin-right:10px; }
input[type=submit], .submit {padding:4px 10px; width:auto; }

div.checkbox { float:left; width:44% } 
label.required { background-image:url('/images/bullet_star.gif'); background-position:top right ; background-repeat:no-repeat; }

.green { color:#060; }
.red { color:#C00; }
/*****************************
ADMIN STYLES
*****************************/

fieldset{ padding:10px; border:1px solid #5f8692; }
legend{padding:3px; font-weight:bold; color:#333}
#sortable{padding:5px; }
.admin-pages{margin-bottom:30px; display:block}
.admin-pages h2{margin-top:20px}
.admin-icons{display:block; background-repeat:no-repeat; margin-right:5px; }
.admin-icons li{text-indent:-9999px; float:left; list-style-type:none; margin:0px;}
.admin-icons li a, #sortable_mods .admin-icons li a{text-decoration:none; display:block; height:24px; width:24px}
.admin-icons li.status-off a{background-image:url(/images/status-off.gif)}
.admin-icons li.status-on a{background-image:url(/images/status-on.gif)}
.admin-icons li.edit a{background-image:url(/images/edit.gif)}
.admin-icons li.order a{background-image:url(/images/arrow_switch.gif)}
.admin-icons li.delete a{background-image:url(/images/delete.gif)}
.admin-icons li.view a{background-image:url(/images/view.gif)}
.admin-icons li a:hover{background-position:bottom left; cursor:pointer; }
.tips img{ border:none }
.child { margin-left:20px;}


optgroup option{ margin-left:10px; } 
optgroup { font-style:normal; } 
/* dynamic sortables */
.sortable span { background-image:url(/images/arrow_switch.gif); background-position:left top; background-repeat:no-repeat; width:16px; height:16px; text-indent:-9999px; float:left; margin-right:5px; margin-top:5px; }
.sortable span:hover{ background-position:left bottom; cursor:pointer; }
.sortable h4 { padding-left:10px; float:left;  }
.sortable{ margin:5px 0px; } 

#sortable_mods { padding-left:5px;  }


#modules { padding:10px; background-color:#FFF; } 
#modules h5 { margin:10px 0px; } 
#modules h6 { clear:left; }

.module { margin:10px; } 
.module a { float:right; text-decoration:none; color:#fba309; }


/* mediaboxAdvanced - black theme */

#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url(/images/mediabox/80.png) repeat;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}

#mbCenter.mbLoading {
	background: #000 url(/images/mediabox/BlackLoading.gif) no-repeat center;

/*	This style is applied only during animation.	*/
/*	For example, the following turns off shadows,	*/
/*	helping browser performance on slow systems.	*/
/*	To leave shadows on, just remove these lines:	*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;

/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}

#mbImage a:hover, #mbImage a:active {
	color: #fff;
}

/*	End inline content styles	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}

#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 69px;
	background: transparent url(/images/mediabox/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(/images/mediabox/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 46px;
	background: transparent url(/images/mediabox/BlackClose.gif) no-repeat center;
}


/* TOOL TIPS */
.tips { margin-right:10px; float:right; line-height:1em; }
#content_holder fieldset dd a.tips img{ border:none; vertical-align:middle; margin-left:5px; } 
.tipsbody { background-color:#FFF; border:1px solid #bebebe; width:300px;}
.tip { padding:10px; }
/*.tip-top {height:20px; margin:5px; }*/
.tip-title { color:#5f8692; font-weight:bold; padding-top:3px; line-height:1em; }
.tip-text { color:#000; padding:5px; line-height:1em; }
/*.tip-bottom { background:url(/images/tip-bottom.png) left bottom no-repeat; width:295px; height:81px; }*/


/* SPINNERS */
.spinner {
	position: 'absolute';
	opacity: 0.9;
	filter:alpha(opacity=90);
	zIndex: 999;
	/*background: #fff;*/
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url('/images/spinner.gif') no-repeat;
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

/* All BOXES EXCEPT SNAPSHOT */
	.box ol {
		margin:7px 0 0 35px;	
	}
	.box ol li p {
		padding:0px; margin:0px;
	} 
	.box ol li span {
		color:#004276;	
	}
	.box ol li span a {
		color:#004276;	
	}
	.box ol li {
		list-style-position:outside;
		padding:3px;
		color:black;
	} 
	.box ol li a {
		text-decoration:none;
		color:black;
	} 
	.box ol li a:hover {
		text-decoration:underline;
	} 
	

	/* GREY BOX - MAINLY FOR RIGHT COL */
.box {
	margin-bottom:0px;
	border:1px solid #BEBEBE;
	line-height: 1.6em;
	padding-top:5px;
}
.box.article { margin-bottom:-10px; }

.box h6 { font-weight:bold; text-align:center; text-transform:uppercase; }
.box p { padding: 4px 10px; }

.custom_box { }