﻿body {
	font-family: Verdana;
	color: #455260;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #C7CDD3;
}

.PageHeaderTextStyle
{
	font-size: 23px;
	font-family: Times New Roman;
	font-weight: 500;
	color: #065BA8;
	display: block;
	padding-top: 0px;
	padding-bottom: 3px;
	text-align: left;
	width: 100%;
	border-bottom: 1px dotted Gray;
}

/* Gridview control the nowrap="false" 
	white-space: nowrap;
*/
.GridviewStyle
{
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	font-weight: normal;
	text-align: left;

	vertical-align: top;
	color: #455260;
	background-color: #ffffff;
    text-indent: 2px;
	height:20px;
	padding: 3px 3px 3px 3px;
}

.AlternateGridviewStyle
{
	border-style: solid;
	border-width: 0px;
	border-color: Black;
	font-weight: normal;
	text-align: left;

	vertical-align: top;
	color: #111111;
	background-color: #dddddd;
    text-indent: 2px;
	height:20px;
	padding: 3px 3px 3px 3px;
}

.GridViewCommandButton
{
	 background-color: White;
	 border-color: #666666;
	 border-width: 1px;
	 color: #333333;
	 font-size: 8pt;
}

.SectionHeaderRow
{
	padding: 7px 0px 0px 7px;
	vertical-align: top;
	font-weight: bold;
	font-size: 9pt;
}

.headerRow
{
	border-style: solid;
	border-width: 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #ffffff;
    background-color: #E79E0D;
    vertical-align: middle;
	height:20px;
    text-indent: 2px;
}

.footerRow
{
	border-style: solid;
	border-width: 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #ffffff;
    background-color: #E79E0D;
    vertical-align: middle;
	height:20px;
    text-indent: 2px;
}

/* Set the padding of the Gridview control row items */
.GridviewStyle td, .AlternateGridviewStyle td
{
   padding: 5px 5px 5px 5px;
}

.DividerRow
{
	border-style: solid;
	border-width: 0px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	color: #ffffff;
    text-indent: 10px;
    background-color: #065BA8;
    height: 20px;
    vertical-align: middle;
}
/* Gridview control End */

.layoutTable
{
	width: 100%;
	border: solid 0px black;
	padding: 0px 0px 0px 0px;
	font-size: 8pt;
}

.messageStyle
{
	color: Red;
	font-style: italic;
	font-size:12pt;
	font-weight:bold;
}

/* width: 120px; */
.DescriptionColumn
{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 200px;
	visibility: visible;
}

.ControlColumn
{
	text-align: left;
	vertical-align: top;
}

.ControlStyle
{
	font-family: Verdana;
	color: #455260;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}



/* csc Hyperlink on the payment control begin */

.ExampleCSCImage span
{
	position: absolute;
	visibility: hidden;
}

.ExampleCSCImage:hover span
{
	position: absolute;
	visibility: visible;
	left: 300px;
}

.ExampleCSCImage span img
{
	padding: 2px;
	border: 1px solid black;
}

/* csc Hyperlink on the payment control end */

/*
.dataTable
{
	width: 100%;
	font-size: 8pt;
}
*/

.Imagelink
{
	border:0px;
	padding:0px;
	margin:0px;
}

.RequiredValue
{
	color: Red;
	font-style: italic;
}

.LoginControlButton
{
    background-color: White;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	font-size: 8pt;
	
}

