﻿body 
{
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
	font-size: 11px;
	background: #ffffff;
}

#topBar 
{
	padding: 5px 8px 5px 8px; 
	color: #666666; 
	font-size: 11px;
	font-family: Arial;
	background: url(images/ToolbarBG.gif) #a1a49c left top repeat-x; 
}

#topBar a 
{
	color: #666666;
	text-decoration: none;
	padding: 2px;	
}

#topBar a:hover 
{
	text-decoration: underline;
	color: #ff7500;
}

#header
{
	background: url(images/header2.jpg) #ffffff top right no-repeat;
}

#navBar 
{
	/*background: #f1f1f1; */
	background: url(images/bgGray.gif) left bottom repeat-x;
	border-bottom: solid 1px #cacaca; 
	border-top: solid 1px #b6d662; 
	padding: 4px; 
	padding-left: 22px;
	font-size: 12px; 
	font-family: Arial; 
	font-weight: bold;
}

#leftCol
{
	float: left;	
	position: relative;
	width: 174px;
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	z-index: 1;
}

.leftBar
{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 166px;
	background: #f1f1f1; 
	border: solid 1px #d0d0d0; 
	padding: 0px 10px 5px 10px;
	font-size: 11px;	 
}

.menuGroup
{
	font-weight: bold; 
	font-size: 12px; 
	border-bottom: solid 1px #d0d0d0; 
	padding: 2px;
	margin-bottom: 2px;
	margin-top: 5px;
}

.menuItem
{
	font-family: Arial;
}
.menuItem a, .menuItem a:visited, .menuItem a:active 
{
	color: #333333;
	text-decoration: none;
	display: block;
	border: solid 1px #f1f1f1;	
	padding: 3px;
	padding-left: 5px;	
}
.menuItem a:hover
{
	color: #ff7500;
	background: #f8f8f8;
	border: solid 1px #d0d0d0;
	padding: 3px;
	padding-left: 5px;	
}
#footer
{
	/*background: transparent url(images/footer.png) repeat-x scroll center top;*/
	clear: both;
	border-top: solid 1px #E6E2D8; 
	padding: 8px 10px 8px 10px;
	color: #444444;
	font-size: 11px;
}
#footer a, #footer a:active, #footer a:visited { color: #444444; text-decoration: underline; }
#footer a:hover { color: #ff7500; }

#contentCol
{
	padding: 8px;
	/*margin-left: 204px;
	padding-left: 212px;*/
	width: auto;
	height: 1%;
	border: solid 0px #cacaca;
}

html>body #contentCol
{
	padding: 8px;
	/*margin-left: 204px;
	padding-left: 212px;*/
	position: relative;
	width: auto;
	border: solid 0px #cacaca;
}

.userStatusPanel 
{
	background: #f1f1f1;
	border: solid 1px #cacaca;
	padding: 5px 8px 5px 8px;
	font-size: 11px;
}

#contentBox
{
	border: solid 0px #cacaca;	
	padding: 8px;
}

#contentBox h1 
{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}

.listSubtitle
{
	background: url(images/listViewBg.gif) left top repeat-x;
	padding: 3px; 
	border-top: solid 1px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #b0b0b0;
	border-bottom: solid 1px #b0b0b0;
}

.PagerCell
{

}
.textbox
{
	font-size: 11px;
	border: solid 1px #999999;
}
.SearchButton
{
	font-size: 10px;
	font-weight: bold;
	border: solid 1px #999999;
}


.tabDetailView {
	/*border-top: 1px solid #d0d0d0;*/
	background: #d0d0d0;
}	

.tabDetailViewDL {
	padding: 3px;
	vertical-align: top;
	text-align: right;
	border-top: 1px solid #d0d0d0;
	background: #efefef;
}
	
.tabDetailViewDF {
	border-top: 1px solid #d0d0d0;
	padding: 3px;
	background: #ffffff;
	vertical-align: top;
}

.subDmenu {
	position:absolute;
	display:none;
	visibility:hidden;
}

