.bronson_admin {
    	height: 250%;
	width: 100%;
	position: absolute; 
	left: 0px;
	top:0px;
	background-color: #222222;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 1000;
}


.bronson_admin_tool {
	position: absolute;	
	width: 980px;
	height: 720px;
	background-color: #555555;
	left: 10%;
	top: 10%;
	z-index: 1001;
}

.bronson_admin_tool .inputpicker {
	/**float:left;*/
	width:inherit;
}

#bronson_admin_tool a {
	cursor: pointer;
}
.adminwrapper {
	background-color: #efefef;
	border:1px solid #ffffff;
	z-index: 1002;
	width: 983px;
	height: 723px;
	overflow: hidden;
}

.bronson_admin_nav {
	top: 0px;
	left: 450px;
	width: 220px;
	float: right;
	height: 20px;
	background-color: #ffffff;
	border: 1px dotted #efefef !important;
	z-index: 1003;
	display: none;
}

.bronson_admin_content {
	padding: 8px;
	top: 0px;
	left: 0px;
	margin-top: 2;
	width: 920px;
	float: left;
	padding-right: 15px;
	margin-right: 12px;
	background-color: #f1f1f1;
	border: 1px dashed #efefef !important;
	height: 700px;
	overflow: hidden;
	z-index: 1003;
}

.bronson_admin_tabs {
	float: left; 
	height: 900px;
	overflow: auto;
}




/**OVERRIDES**/
.bronson_admin_tool {
	background-color:#f3f3f2;
	border:solid 1px;
	width:980px;
	height:600px;
	overflow:hidden;
	padding-bottom:20px;
}

.bronson_admin_content {
	background-color:#f3f3f2;
	overflow-y:auto;
	width:955px;
	height:552px;
}

.bronson_admin_tool a {
	color:#9c0000;
}


.bronson_admin_content a {
	/**color:#fc9401;**/
}


div.br_list, .bronson_surround_admin {
	margin-top:10px;
	width:auto;
}

div.br_list table tbody tr {
	pading:3px 0px;
}

div.br_list table tbody tr.oddrow {
	background-color:#d6d3cb;
}

div.br_list table tbody tr:hover {
	background-color:#bdb2a2;
}

/**NEW**/
.dark {
	color:#2c2b28;
}

.dark_back {
	background-color:#2c2b28;
} 

.light, .dark_back a {
	color:#e5e2de;
}

.light_back {
	background-color:#e5e2de;
}

a.light {
	color:#f4ede1;
}

.lbadmin_adminheader {
	padding:5px;
	font-size:16px;
	font-family:Tahoma, "Trebuchet MS", "Arial";
}

ul.lbadmin_modulelist li {
	padding:7px 3px 3px 3px;
	border-bottom:dotted 1px;
}

ul.lbadmin_modulelist li a {
	font-size:13px;
}

li.bronson_admin_tab {
	padding:5px;
	margin-bottom:2px;
}

li.bronson_admin_tab a {
	font-size:14px;
}

li.selected_tab {
	background-color:#bdb2a2;
}

