.PageHeader
{
	text-transform: uppercase;
	font: 10pt Tahoma;
	color: #333;
	text-align: left
}
.MainHeading
{
	font-size: 10pt;
	color: #AC0101;
}
.Details
{
	background-color: #f7f7f7;
	font-size: 7pt;
	padding: 3px;
}
.line
{
	border-right: 1px #CCCCCC;
}
hr.divider
{
	height: 1px;
	color: #A2A1A1;
	width: 100%;
}


/*FormStyles*/

input.radiobutton  {
	border-style: none;
	margin-right:4px;
	margin-top:-4px;
	margin-bottom:-4px;
	padding:0px;
}

table.TableBorder {
	width: 100%;
	border-collapse:separate;
}
table.TableBorder td {
	padding: 2px 8px;
	font-size: 8pt;
}
td.Label {
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
}
td.LabelRequired {
	font-weight: bold;
	text-align : right;
	padding-right: 4px;
	color: Maroon;
}

table.TableBorder td.TableHeader {
	font-weight:bold;
	font-size:8pt;
	color: #fff;
	background-color: #333;
	padding: 4px 8px;
}
table.TableBorder td.TableHeader a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
table.TableBorder td.TableHeader a:hover {
	font-weight: bold;
	color: #eee;
	text-decoration: none;	
}

table.TableBorder td.TableHeaderCont {
	font-weight:bold;
	font-size:8pt;
	color: #fff;
	background-color: #333;
	padding: 4px 8px;
}
table.TableBorder td.TableHeaderCont a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
table.TableBorder td.TableHeaderCont a:hover {
	font-weight: bold;
	color: #eee;
	text-decoration: none;	
}

td.TableHeaderSub
{
	padding: 2px 6px 2px 2px;
    background-color: #f7f7f7;
	font-weight: bold;
	font: bold 8pt Tahoma; color: #000;
	border: #999 solid 1px;
	border-right-style: none;
	border-left-style: none;
	margin:0px;
}
td.ProductHeaderLeft 
{
	background-image: url('../Images/product_left.gif');
	background-repeat: no-repeat;
	width: 22px; height: 22px;
}
td.ProductHeaderFill
{
	font: bold 8pt Tahoma;
	color: white;
	text-decoration: none;
	background-image: url('../Images/product_fill.gif');
	background-repeat: repeat-x;
	height: 22px;
}
td.ProductHeaderFill a
{
	font: bold 8pt Tahoma;
	color: white;
	text-decoration: none;
}
td.ProductHeaderFill a:hover
{
	font: bold 8pt Tahoma;
	color: #B9D0FF;
	text-decoration: none;
}
td.ProductHeaderRight
{
	background-image: url('../Images/product_right.gif');
	background-repeat: no-repeat;
	width: 12px; height: 22px;
}
td.ProductCell {
	text-align:justify; 
	padding:10px; 
	font: 8pt Tahoma; 
	color:#444; 
	background-image: url('../Images/product_shader.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

table.TableBorder td.row0 {
    background-color: #f7f7f7;
	padding: 2px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.TableBorder td.row1 {
	background-color: #fff;
	padding: 2px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
table.TableBorder tr:hover td.row0,
table.TableBorder tr:hover td.row1 {
	background-color:#f5fae8;
	border-top:1px solid #d6eb9f;
	border-bottom:1px solid #d6eb9f;
}

.Hidden
{
	display: none;
	visibility: hidden;
}

.Message
{
	font-weight: bold;
	font-size: 10pt;
	color: Maroon;
	padding-bottom: 4px;
}
.TitleHeader
{
	width: 100%;
	text-align: center;
	padding: 0px;
}
table.clsInfo
{
	background-color: #FFF9E8;
	background-image: url('../Images/warning.jpg');
	background-position: bottom right;
	background-repeat:  no-repeat;
	border: 1px solid #F2D4A2;
	width: 500px;
}
table.clsInfo tr td
{
	font: bold 10pt Tahoma;
	padding: 10px;	
	vertical-align: middle;
	text-align: center;
}
td.clsInfoIcon {
	background-image: url('../Images/warning.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width:94px; height:67px;
}
table.clsError
{
	background-color: #FFF5F5;
	background-image: url('../Images/error.jpg');
	background-position: bottom right;
	background-repeat:  no-repeat;
	border: 1px solid #B40404;
	width:500px;
}
table.clsError tr td
{
	font: bold 10pt Tahoma;
	color: #B40404;
	padding: 10px;	
	vertical-align: middle;
	text-align: center;
}
td.clsErrorIcon {
	background-image: url('../Images/error.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width:94px; height:67px;
}
/*==-------------------------------------------------------------------------------------------------------------------------
|	Styles for Portal Selection Tabs																						|
====-----------------------------------------------------------------------------------------------------------------------*/
.TabTemplate
{
	font: bold 9pt Tahoma;
	color: black;
	text-align: center;
	margin: 10px 0px 0px;
	width: 100%;
	cursor: default;
	height: 17px;
}
.TabTemplate .TabLeft
{
	background-image: url('../Images/tab_left.gif');
	background-repeat: no-repeat;
	height: 17px;
}
.TabTemplate .TabRight
{
	background-image: url('../Images/tab_fill.gif');
	background-repeat: repeat-x;
	height: 17px;
	border-left: #eee solid 1px;
}
.TabTemplate .TabActive
{
	background-image: url('../Images/tab_indent.gif');
	background-repeat: no-repeat;
	height: 17px; width:90pt;
}
.TabTemplate .TabActive a
{
	text-decoration: none
}
.TabTemplate .TabActive a:hover
{
	text-decoration: underline
}
.TabTemplate .TabSelected
{
	background-image: url('../Images/tab_indent.gif');
	background-repeat: no-repeat;
	height:17px; width:90pt;
	font: bold 8pt Tahoma;
	color: #5321A6;
}
.TabTemplate .TabDisabled
{
	border-right: gray 1px solid;
	border-left: white 1px solid;
	border-bottom: black 2px solid;
	background-color: #a9a8a8;
	width: 90pt;
	color: graytext;
}