body 
{
	background-color: #FFF;
	text-align: center;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}

#wrapper
{
	/*border: 1px solid #1EB7F1;*/
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	width: 800px;
	text-align: left;
	margin-left: auto; margin-right: auto;
}

#body
{
	font-size: 12px;
}

#header
{
	width:100%;
	background-image: url(Blue_r1_c3.jpg);
	height: 101px;
	font-size: 12px;
}

.toppane, .bottompane, .contentpane
{
	width: 100%;
}

.logo
{
	padding-left: 20px;	
}

.user
{
	padding-right: 20px;
}

.dynamiccontainer
{
	border-top: 2px solid #DFE5F2;
}

.datePane
{
	background-color: #1F87BA;
	width: 200px;
	border-right:2px solid #DFE5F2;
	font-size:12px;
	padding-top: 5px;
	color: #FFF;	
	height: 27px;
}

#breadcrumbBar
{
	background-image: url(SearchBar.jpg);
	border-bottom: 1px solid #CCC;
	height: 44px;
}

.breadcrumbPane
{
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

#navigationBar
{
	width: 100%;
	height: 51px;
	background-image: url(Blue_r4_c3.jpg);
}

.navigation
{
	text-align: left;	
}

.searchPane
{
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on */
	cursor: pointer; 
	cursor: hand; 
	color: #FFF;
	background-color: #698DC9;
    white-space: nowrap;  /*Word wrapping menu item now optional*/
    padding: 1px 3px 3px 1px;	
    font-size: 13px;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #FFF; 
    white-space: nowrap;  /*Word wrapping menu item now optional */
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items */
    font-size: 13px;
}

.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}

.main_dnnmenu_itemhover {  
	text-decoration: underline;
}

.main_dnnmenu_itemhover td {  
	text-decoration: underline;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}

.main_dnnmenu_submenu {
	background-color: #cccccc;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


#footer
{
    width: 100%;
    height:76px;
    text-align:center;
    padding-top: 30px;
    font-size: 12px;
    background-image: url(Blue_r8_c3.jpg);
    background-repeat: repeat-x;
}

#content
{
	width: 100%;
}

.breadcrumbContent
{
	font-size: 12px;
    font-weight: normal;
}

#mainContent
{
	padding-left: 3px;
}

.White
{
	color: #FFF;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
