body {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 13px;	
	background-color: #EEEEEE;
}

td {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 13px;		
}

h1 {
	font-family: Tahoma;
	color: #444444;
	font-weight: bold;
	font-size: 16px;	
	margin: 0px;
}

h2 {
	font-family: Tahoma;
	color: #444444;
	font-weight: bold;
	font-size: 14px;	
	margin: 0px;
	text-decoration: underline;	
}

h3 {
	font-family: Tahoma;
	color: #444444;
	font-weight: bold;
	font-size: 12px;	
	margin: 0px;
	text-decoration: underline;	
}

.headline {
	border-bottom: 1px solid #FF3300;
	font-weight: bold;
}

.naviblock {
	width:280px;
	text-align:center;
	border: 1px solid #AAAAAA;
	padding:5px; 
	background-color:#FFFFFF;	
}

a.navi {
	font-family: Tahoma;
	color: #444444;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;		
}

a.navi:hover {
	text-decoration: underline;	
}

a {
	color: #333333;	
}

.codeblock {
	background-color: #FFFFEE; 
	font-family: courier new; 
	font-size: 12px; 
	padding: 5px; 
	width: 90%; 
	border: 1px solid #AAAAAA; 
	margin-left: 10px;
	margin-top: 5px;
}

 .codeblock td {
 	font-family: courier new; 
	font-size: 12px; 
	vertical-align: top;
	color: #000088;
 }

.list {
	line-height: 20px;	
}

.red {
	color: #FF3300;	
}

.blue {
	color: #0000FF;	
}

.green {
	color: #008080;
}

.darkblue {
	color: #000088;
}

.info {
	color: #EE0000;
	font-size:10px;
}
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color:#006600;
color:#FFFFFF;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

#Schedule{
	background-color:#EEEEEE;
	position: absolute;
	left: 23px;
	top: 155px;
	width: 366px;
}
#Status{
	background-color:#EEEEEE;
	position: absolute;
	left: 409px;
	top: 155px;
	width: 366px;
}
#notes{
	background-color:#EEEEEE;
	position: absolute;
	left: 795px;
	top: 155px;
	width: 366px;
}
#win0{
background-color:#EEEEEE;
Position: absolute;
top:125px;
left:385px;
visibility:hidden;
z-index: 99;
}
/*****************************************************************************************************
                                           IFRAME SECTION
******************************************************************************************************/
.iframe{
  display:none;
}
div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(/agbook/img/bottom.gif) no-repeat  right bottom;
	color: #000;
}
div.sdmenu div {
	background: url(/agbook/img/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(/agbook/img/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(/agbook/img/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(/agbook/img/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #006600;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	background : #006600 url(/agbook/img/linkarrow.gif) no-repeat right center;
	color: #FFF;
	text-decoration: none;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
form {margin: 0px 0px 0px 0px; }
div#msgBox
{
  position: absolute;
       margin-left: auto;
       margin-right: auto;
	   top:0px;
       left: 0;
       right: 0;
  width: 17em;
  padding: 20px;
  background:#00FF00;
  color:#000;
  filter:alpha(opacity=0);
  -moz-opacity:.0;
  opacity:.0;
  z-index:30;
}
div#errBox
{
  position: absolute;
       margin-left: auto;
       margin-right: auto;
	   top:0px;
       left: 0;
       right: 0;
  width: 17em;
  padding: 20px;
  background:#FF0000;
  color:#000;
  filter:alpha(opacity=0);
  -moz-opacity:.0;
  opacity:.0;
  z-index:30;
}
.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.70: /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}
