﻿body 
{
   font-size:11px;
   font-family:Tahoma;
   color: black;
}
A:link {
   color:Blue;
   text-decoration:none;
}

A:visited
{
   color:Blue;
   text-decoration:none;
}

A:hover {
   COLOR:Red;
   text-decoration:underline;
}
INPUT.clsButton
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: white;
	font-family: Tahoma;
    BACKGROUND-COLOR: #6D7A91
}

INPUT.clsButtonBold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: white;
	font-family: Tahoma;
    BACKGROUND-COLOR: #6D7A91
}

.textBox
{
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

.dropDownList
{
	font-family: Tahoma;
	font-size: 11px;
	color: black;
}

.TDHeader
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
    background-color: #6699cc;
}
.TDLabel
{
	font-weight: normal;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
    background-color: White;
}
.TDLabelBold
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Tahoma;
    background-color: White;
}
.gridErrorMessage
{
	font-weight: normal;
	font-size: 11px;
	color: red;
	font-family: Tahoma;
}
.gridPager
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma
}
.gridLabel
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma
}
.gridSelect
{
	background-color: Silver  ;
	border-bottom: solid 1px #63738C;
	border-top: solid 1px #63738C;
	border-right: solid 1px #63738C;
	border-left: solid 1px #63738C;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
}

.gridInput
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
    HEIGHT: 20px
}

.gridLinkButton
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 11px;
    CURSOR: default;
    FONT-FAMILY: Tahoma;
}
.gridRow
{		/* Settings for a cell in a grid table. */
	background-color: #FAFAFA;
	border-bottom: solid 1px #63738C;
	border-top: solid 1px #63738C;
	border-right: solid 1px #63738C;
	border-left: solid 1px #63738C;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
}
.gridHead
{		
	background-color: #62728E;
	color: white;
	border: 1px solid #63738C;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
}
.gridCaption
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Tahoma;
}
.gridRowAlt
{		/* Sets alternate background color for grid tables. */
	background-color: #DCE3F0;
	border-bottom: solid 1px #63738C;
	border-top: solid 1px #63738C;
	border-right: solid 1px #63738C;
	border-left: solid 1px #63738C;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
}
.gridRowSelect
{
	background-color: #9C8F73;
	color: white;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
	cursor: hand;
}
.gridRowHover
{
	background-color: #63A7EA;
	color: white;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
	cursor: hand;
}	
.clsMenuTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: white;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #4b77c7
}
.clsMenuTitleHot
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    CURSOR: hand;
    COLOR: white;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #4b77c7
}
.clsMenuItem
{
    FONT-SIZE: 11px;
    COLOR: white;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #6699ff
}
.clsMenuItemHot
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #ffffff 1px solid;
    CURSOR: hand;
    COLOR: blue;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #acbcf4
}
.clsMenuItemActive
{
    FONT-SIZE: 11px;
    COLOR: white;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #0033cc
}
.clsMenuItemActiveHot
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #ffffff 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #ffffff 1px solid;
    CURSOR: hand;
    COLOR: yellow;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Tahoma;
    BACKGROUND-COLOR: #0033cc
}
