* { 
 margin: 0; 
 padding: 0; 
} 
body {
	background-color: #8F8F8F;
	height: 100%;
}

#container {
	/*overflow: auto;*/
	width: 900px;
	/*width: 80%;*/
	text-align: center; 
	padding: 3px 3px 3px 3px;	
	margin:  20px auto 1px auto;
	background-color: #FF8500;  /* orange */
	}

#page_content
{
	
	width: 99%;
	border: 4px solid #000000; /* black */
	background-color: white;
	margin: 1px auto 1px auto;
}
#header { 
 height: 168px;
 background: #ffffff url(images/AdvancedDandL_logo.gif) left no-repeat;
 float: right; 
}
#menu_content
{ 
	float: left;
	margin: 12px 12px 122px 1px; /*top right bottom left*/
	width: 250px;
	border: 1px solid #000000; /* black */
 display: block;
 background-image: url(http://www.advanceddandl.com/images/bkgrnd.jpg); }


#body_content {
 float: right;
 margin: 30px 216px 60px 24px; 
 width: 100%;
 /*width: 510px; */
 font-size: 11px; 
 color: #300;  
}

.DataGridEmpty {
	
	text-align: center; /*
	padding: 3px 3px 3px 3px;	
	margin:  20px auto 1px auto;*/
/*	background-color: #FF8500;   orange */
	}
	.DataGrid
{
	padding: 5px, 5px, 5px, 5px;
	text-align: left; 
	/*margin:  7px;*/
	background-color: #FF8500;
	font-size: 12px;
	color: black;
	font-weight: normal;
		background-color: white;
}
.DataGridHDR
{
	padding: 5px, 5px, 5px, 5px;
	text-align: left;
	 /*
	padding: 3px 3px 3px 3px;	
	margin:  20px auto 1px auto;*/
	background-color: #FF8500;
	font-size: 12px;
	color: black;
	font-weight: bold;
	padding: 7px;
	background-color: white;
	/*border-bottom: black 1px solid;*/
}
	.DataGridAlt
{
	padding: 5px, 5px, 5px, 5px;
	text-align: left;
	/*margin: 7px;*/
	background-color: #ffb05e;
	font-size: 12px;
	color: black;
	font-weight: normal;
	
}
.titleTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 7px;
}

.pageTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4C4A49;
	padding: 7px;
}

.pageTxt a:link, .pageTxt a:visited {  
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #4C4A49; 
	text-decoration: underline
	}
.pageTxt  a:hover {
  font: 12px Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold;
  color: #FC7618; text-decoration: underline overline; }
  
.pageTxt a:active {  
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #090601; text-decoration: underline overline}

.pageTxtsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4C4A49;
	padding: 7px;
}
	
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.footerTxt a:link, a:visited { 
 color: #ffffff; 
}
.footerTxt a:hover { 
 color: #F98609;
 text-decoration: underline overline; 
}

ul.bullet {
	margin-left: 55px;
	}    

.bullet {
list-style-image: url(../images/bullet.gif);
} 
ul.subbullet {
	margin-left: 25px;
	}    

.subbullet {
list-style-image: url(../images/subbullet.gif);
} 

ol {
	margin-left: 55px;
	}    
 /*.DataGridAlt
{
	padding: 5px, 5px, 5px, 5px;
	text-align: left;margin: 7px;
	background-color: #ffb05e;
	font-size: 10px;
	color: black;
	font-weight: normal;
	background-color: lightsteelblue;
}*/
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:white;
	filter:alpha(opacity=70);
	opacity:0.7; 
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
	
	
}
.LoggingInTemp
{ 
	
	
	width: 150px; 
	text-align: center;
	vertical-align: middle;
		width:100px;
	background-color: White;
		bottom: 50%;
	left: 45%;
	
/*left:50%;
top:100px;
margin-left:-50px; 

	top: 5px;
	left: 0px;

	background-color:#CF4342;color:#fff;
		background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;*/
; z-index: 1; position: absolute; }
