﻿body {
}
#divMainContent
{
	text-align:center; 
	background-color:#d6c6FA; 
	padding-top:0px; 
	padding-bottom:40px
		
}
.subDiv
{
	width:995px;
	background-color:White;
	
}
#divHeader
{
	width:768px;
	border-color:Black;
	border-width:medium;	
	position:relative;
	

}
#tbLogin
{
	font-size:14px;
 position:relative;
 font-family:Times New Roman;
 color:Black;
	
}
#tbBody
{

 width:768px;
 
  	
}
#MainTB
{
	 width:100%;
	 background-color:#DADFE2;
	 border:1;
}
#SMainTB
{
	 width:765px;
	 background-color:#DADFE2;
	  border:1;
	  
}


#DivBody
{
	width:100%;
	height:100%;
	
	padding-top:50px;
	padding-bottom:50px;
	
	
}
h3.headingMain
{
	  font-family:Times New Roman;
	  color:Black;
	  font-size:24px;
	  font-weight:lighter;
	  border:1;
	  
}
h3.headingFooter
{ 
  font-family:Times New Roman;
  color:White;
   font-size:16px;
  font-weight:lighter;
  
}


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
text-decoration: none;
padding: 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color:White;
color:Black;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height:0;

}

/* ######### Marker List Vertical Menu ######### */



	

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2 url('../bulletlist.gif') no-repeat 3px center; /*light gray background*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #00014e;
display: block;
width: auto;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background:white;
color:Black;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 11px Verdana;
list-style-type: none;
background: #F7F7F7;
width: 118%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 0px solid white; /*right divider between tabs*/
color:Black;
background: #F7F7F7;
}

.mattblackmenu li a:visited{
color:Black;
 background-color:#F5F5F5;
font-size:11px;
}

.mattblackmenu li a:hover{
background:white; /*background of tabs for hover state */
color:Black;

}

.mattblackmenu a.selected{
background:white; /*background of tab with "selected" class assigned to its LI */
color:Black;

}




/* =======================================FOR TABLE===================================  */
.viewtables
{
	font-family:Arial Verdana;	
	font-size:12;
	font-style:normal;
	width:735px;	
	background-color:#e5eecc;
		margin-bottom: 0px;
}

.viewtables table th#theven
{
	font-weight:bold;
	background-color:#166912;
	color:White;
	text-align:left;
	padding-left:15px;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:10px;
}
.viewtables table th#thodd
{
	font-weight:bold;
	background-color:#6A6464;
	color:White;
	text-align:left;
	padding-left:15px;
	padding-bottom:1px;
	padding-top:1px;
	padding-left:10px;
}


.viewtables table td
{
	padding-bottom:2px;
	padding-top:2px;
	padding-left:10px;
	border-bottom:1px solid #559B1E; 
		
}

#alterTr
{
	background-color:White;
}

.viewtables table td#alterTd
{
	padding-bottom:5px;
	padding-top:5px;
}




.tdhead
{
background: #166912;
color:White;	
}
.tdwidth p
{
 width:80px;
  	 text-align:center;
}

.mainTable
{
 
	background-color:#e5eecc;
	width:920px;
	border:1px;
		
}
/* =======================================END TABLE===================================  */

