﻿body
{
}

#MainHolder
{
	width:800px;
	background-color:Gray; 
	
}

#LeftHolder
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url("/Images/LeftVertical.gif");
	background-repeat:no-repeat;
	width:150px;
	height:570px;    
}

#MiddleHolder
{
	position:absolute;
	top:0px;
	width:420px; 
	left:160px;
	background-color:White; 
}

#RightHolder
{
	position:absolute;
	top:0px;
	left:590px;
	width:200px;
	background-color:gray; 
}



#TopDashBoard
{
	width:420px;
	position:relative;
	top:0px;
	left:0px;
	
	height:250px;  
}

#BottomDashBoard
{
	top:260px;
	position:relative;
	left:0px;
	
	width:420px;
	height:250px;  
	 
}

#BottomDashBoard2
{
	position:relative;
	top:560px;
	left:0px;
	
	width:420px;
	height:250px;  
	 
}



ul.TabsNav
{
	
	list-style-type:none;
	margin:0px;
	padding:4px 0 0 10px;
	
	
	text-align: left;    
	font:bold 10px/10px "Arial", Arial !important; 
    color: #990000;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;	
   
    	
}

ul.TabsNav li
{
	display:inline;		
}

ul.TabsNav li a
{
	  color: #990000;
	 
}

ul.TabsNav li a.On
{ 
	text-decoration:underline; 
	color:#000000;
	font-weight:bold;  
	  	
}

ul.TabsNav li a:hover;
{ 
	color:Blue;
	text-decoration:underline;   	
}

.SmallDashBoard
{
	float:left;
	top:0px;
	left:0px;
	width:150px;
	height:200px;
	background-color:Red;
	border-width:thin;
	border-style:solid;   
}

#BRLeft
{
	position:relative;
	float:left;
	top:0px;
	left:0px;	
}

#BRLeft1
{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:600px;
}

.GeneralContent
{
	margin-left:10px; 
}

#BRRight
{
	position:absolute;
	top:0px;
	left:430px;
	width:322px;
	height:200px;	  
}

.BaseDiv
{
	width:400px;
	border-color:Red;
	border-width:thin;
	border-style:solid;  
}