body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

a:link
{
	color: #FFFFFF;
	font-size: 8pt;
}

a:hover
{
	color: Yellow;
	font-size: 8pt;
}

a:active
{
	color: #BEBEBE;
	font-size: 8pt;
}

a:visited
{
	color: #FFFFFF;
	font-size: 8pt;
}

.tableBorder
{
	border-right: solid 1px #000000;
	border-top: solid 1px #A9A9A9;
	border-left: solid 1px #A9A9A9;
	border-bottom: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.headerCell
{
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	border-bottom: solid 1px silver;
	background-image: url("images/titleBar.jpg");
	height: 24px;
}

.errorHeaderCell
{
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	border-bottom: solid 1px silver;
	background-image: url("images/redTitleBar.jpg");
	height: 24px;
}

.footerCell
{
	border-top: solid 1px #BEBEBE;
	border-bottom: solid 1px #BEBEBE;
	border-right: solid 1px #BEBEBE;
	text-align: center;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background-image: url("images/titleBar.jpg");
	margin-right: 6px;
	padding-right: 6px;
}

.outerTable
{
	font-family: Arial;
	font-size: 8pt;
	border-right: solid 1px #000000;
	border-top: solid 1px #A9A9A9;
	border-left: solid 1px #A9A9A9;
	border-bottom: solid 1px #000000;
	border-collapse: collapse;
}

.innerTable
{
	font-family: Arial;
	font-size: 8pt;
	border: 0;
	padding: 2px;
	border-width: 0px;
	border-collapse: collapse;
}

.responseNormal
{
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #228B22;
}

.responseError
{
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CD2626;
}

.responseWarning
{
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	background-color: #FF8C00;
}

.headerText
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.cellStyle
{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
}

.cellSubTitle
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.textBoxCss
{
	border-right: solid 1px #BEBEBE;
	border-top: solid 1px #A9A9A9;
	border-left: solid 1px #A9A9A9;
	border-bottom: solid 1px #BEBEBE;
}

.imageCodeTxtCss
{
	width: 55px;
}

.btnControl
{
	border: solid 1px #000000;
	font-family: Verdana;
	background-color: #DDDDDD;
	color: #000000;
	background-image: url("images/silverTitleBar.jpg");
}

.btnControlRed
{
	border: solid 1px #000000;
	font-family: Verdana;
	background-color: #DDDDDD;
	color: #000000;
	background-image: url("images/redTitleBar.jpg");
}

.tblCell
{
	font-family: Verdana;
	font-size: smaller;
}

.tblCellAlt
{
	font-family: Verdana;
	font-size: smaller;
	background-color: #DEDEDE;
}

.mainHeaderLeft
{
	background-image: url("images/maina.jpg");
	background-repeat: no-repeat;
	width: 500px;
	height: 116px;
	vertical-align: top;
}

.mainHeaderRight
{
	background-image: url("images/mainb.jpg");
	background-repeat: repeat-x;
	vertical-align: top;
}

.hidden
{
	visibility: hidden;
	height: 1px;
}
