﻿body {
	margin: 0px;
	background: #ffffff url(images/bg-main.jpg) repeat-x left top;
	font: 0.7em Verdana,Arial,Helvetica,sans-serif;
}

.header-lbl 
{
	background-image: url(images/background_formsection.gif);
	
}

.fixedHeader
{
   overflow: auto;
   height: 495px;
   width:765px;
}
#hdTd
{
	font-family:Verdana ;
  color:White ;
}

#hdTd td 
{
	font-family:Verdana ;
  color:White ;
}
.bgform
{
	background-image: url(images/bg.gif);
	
}
.bgheader
{
	background-image: url(images/background_main.gif);
	
}

.OptionList
{
	background-image: url(images/background_formsection.gif); 
	font: smallcaption;
}
.ScrollingDiv {
    overflow:auto;
    width:100;
    height:100;
}

.tabs 
{
	position:relative;
	top:1px;
	left:10px;
}
.tab
{
	border:solid 1px black;
  background-color:gray;
  padding:2px 10px;

}
.tab a:link {
	color: #ffffff;
}
.tab a:visited {
	color: #ffffff;
}
.tab a:hover {
	text-decoration: none;
}
.tab a:active {
	text-decoration: none;
}
.selectedTab
{
	color:Gray;
	background-color:White;
	border-bottom:solid 1px white;
}
.selectedTab a:link {
	color: Gray;
}
.selectedTab a:visited {
	color: Gray;
}
.selectedTab a:hover {
	text-decoration: none;
}
.selectedTab a:active {
	text-decoration: none;
}
.tabContents
{
	border:solid 1px black;
	padding:10px;
	background-color:White;
}

  		
.menu {
	margin-left: 28px;
	background: url(images/tab_dim.gif) repeat-x;
	font-size: 10px;
	font-weight: bold;
}
.menuItem td {
	color: #000000;
	height: 24px;
	background: url(images/tab-dim.gif) no-repeat;
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	background: url(images/tab.gif) repeat-x;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited {
	color: #ffffff;
	background: url(images/tab-dim.gif);
	border: 0px ;
	font-weight: bold;
	text-decoration: none;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover {
	text-decoration: underline;
	background: white;
	color:Black;
	
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/tab-dm.gif) repeat #999999;
	border: 1px solid #666666;
	border-bottom: none;
	color: #000000;
	
}
/* make drop down menu item style */
.menuPopupItem {
	color: #999999;
	background: url(images/tab-dm.gif) repeat ;
	border-bottom: 1px solid #999999;
	padding: 3px;
}
