body
{

	background-color: #e8e8e8;
}
.MainTable
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: white;
}
.menubar
{
	background-image: url(Images/menu_bkg.jpg);
	border-bottom: lightblue 1px solid;
}


.footer
{
	border-top: darkgray 1px solid;
	font-size: 11px;
	font-family: verdana;
	background-color: aliceblue;
}
.title
{
	font-weight: bold;
	font-size: 14pt;
	color: dimgray;
	font-family: ARIAL;
}
.button
{
	font-size: 11px;
	font-family: verdana;
}
.normalTable
{
	font-size: 11px;
	font-family: verdana;
	height: 23px;
}
.error
{
	font-size: 11px;
	color: red;
	font-family: verdana;
}
.MenuDownHeader
{
	font-weight: bold;
	font-size: 14px;
	color: forestgreen;
	font-family: arial;
}
.BoldTable
{
	font-weight: bold;
	font-size: 11px;
	font-family: verdana;
}

.ErrSummary
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	font-size: 11px;
	border-left: red 1px solid;
	color: red;
	border-bottom: red 1px solid;
	font-family: verdana;
	text-decoration: none;
}
.BlueBorderTable
{
	border-right: #99ccff 1px solid;
	border-top: #99ccff 1px solid;
	border-left: #99ccff 1px solid;
	border-bottom: #99ccff 1px solid;
	background-color: #ffffff;
}
.TitileTable
{

}
.LeftMenuBkg
{
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	height: 23px;
	background-color: #f6fbff;
}

.SuccessMsg
{
	font-weight: bold;
	font-size: 11px;
	color: green;
	font-family: verdana;
}


BODY A:active
{
	font-size: 11px;
	color: black;
	font-family: verdana;
}

BODY A:link
{
	font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: underline;
}

BODY A:visited
{
	font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: underline;
}

BODY A:hover
{
	font-size: 11px;
	color: black;
	font-family: verdana;
	text-decoration: none;
	
}
.MenuTable
{
	border-top: #99ccff 1px solid;
	border-bottom: #99ccff 1px solid;
	background-color: aliceblue;
}
.GridHeader
{
	font-weight: bold;
	font-size: 11px;
	background-image: url(Images/menu_bkg.jpg);
	font-family: verdana;
	height: 25px;
}
.Table_LightBlue
{
	border-right: aliceblue 1px solid;
	table-layout: fixed;
	border-top: aliceblue 1px solid;
	border-left: aliceblue 1px solid;
	border-bottom: aliceblue 1px solid;
	border-collapse: collapse;
}
.GrayFont
{
	font-size: 11px;
	color: dimgray;
	font-family: verdana;
}
.FormCombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	cursor: hand;
	height: 20px;
}
.FormTextBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}


.TabBg
{
	font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	background-color: #99ff66;
	text-decoration: underline;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: none;
}

/* text style for the selected tab */
.SelectedTab {
font-size: 11px;
	color: #ffffff;
	font-family: verdana;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
   font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: none;
}

A.OtherTabs:visited {
    font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: none;
}

A.OtherTabs:active  {
 
 font-size: 11px;
	color: #4682b4;
	font-family: verdana;
	text-decoration: none;
	}

A.OtherTabs:hover
{
	border-top-width: 2px;
	border-left-width: 2px;
	font-size: 11px;
	border-left-color: #66ff33;
	border-bottom-width: 2px;
	border-bottom-color: #66ff33;
	color: #000000;
	border-top-color: #66ff33;
	font-family: verdana;
	border-right-width: 2px;
	text-decoration: none;
	border-right-color: #66ff33;
}
.Hand
{
	cursor:hand ;
}
