html 
{
	margin: 0px;
	padding: 0px;
}
body 
{
	margin: 0px;
	padding: 0px;
	background-color: #545c83;
	/*background-image:url(../images/pageBackground.jpg);
	background-repeat:no-repeat;*/
}
body, table, .body
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.contentCell
{
    background-image:url(../images/homeBackground.jpg);
	background-repeat:no-repeat;
	background-color:#2c3049;
}
.contentCellInner
{
    background-image:url(../images/innerBackground.jpg);
	background-repeat:no-repeat;
	background-color:#2c3049;
}
.adminCellInner
{
    /*background-image:url(../images/innerBackground.jpg);*/
	background-repeat:no-repeat;
	background-color:#545c83;
}
img
{
	border: 0px;
}
a, a:link, a:active, a:visited , a:hover
{ 
	color: Gray;
	text-decoration: underline;
}
a:hover
{ 
	text-decoration: underline;
}

p
{
    color:White;
}

.add, .add:link, .add:active, .add:visited 
{ 
	font-size: 10px;
	color: White;
	text-decoration: none;
}

.add:hover
{
    text-decoration: underline;
}

h1
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding:0px;
}

h2
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-decoration: none;
	margin:10px 0px 5px 0px;	
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.button 
{
	background: #CCCCCC;
	color: #000000;
}
.grey, .gray
{
	color: #999999;
}
.alt
{
	/*background-color: #EEEEEE;*/
}
.footer
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: Black;
	background-image:url('../images/footer.jpg');
}
.error
{
	color: #CC0000;
}
.footerLink, .footerLink:link, .footerLink:active, .footerLink:visited , .footerLink:hover
{ 
	color: #AAAAAA;
	text-decoration: none;
}
.footerLink:hover
{ 
	color: #FFFFFF;
	text-decoration: underline;
}
.tiny
{ 
	font-size: 9px;
}
.tinyLink, .tinyLink:link, .tinyLink:active, .tinyLink:visited , .tinyLink:hover
{ 
	font-size: 9px;
	text-decoration: none;
}
.tinyLink:hover
{ 
	text-decoration: underline;
}
.crumbs
{
	font-size: 9px;
}
.crumbLink, .crumbLink:link, .crumbLink:active, .crumbLink:visited , .crumbLink:hover
{ 
	font-size: 9px;
	color:White;
	text-decoration: none;
}
.crumbLink:hover
{ 
	text-decoration: underline;
}
.pageBox
{
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
h1
{
	margin: 0px 0px 5px 0px;
}
h1, .header 
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Times New Roman, Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
h2
{
	margin: 0px 0px 0px 0px;
}
h2, .subHeader 
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
h3
{
	margin: 0px 0px 0px 0px;
}
h3, .colhead
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.dataTable
{
}
.dataTable tr
{
	text-align: left;
}
.dataTable tr.alt
{
	/*background-color: #EEEEEE;*/
}
.dataTable td.alt, .dataTable th.alt
{
	background-color: #E5E5FF;
}
.dataTable th
{
	padding: 1px 5px 1px 5px;
	border-bottom: 1px solid black;
}
.dataTable th a, .dataTable th a:link, .dataTable th a:visited, .dataTable th a:active, .dataTable th a:hover
{
	color: #AF0022;
}
.dataTable tr.dataFooter td
{
	padding: 1px 5px 1px 5px;
	border-top: 1px solid black;
}
.dataTable td
{
	padding: 1px 5px 1px 5px;
}
.dataTable1
{
    color:Black;
}
.dataTable1 .colhead
{
    color:Black;
}
.dataTable1 th
{
    color:#2c3049;
}
.dataTable1 h2
{
    color:#2c3049;
    font-size:18px;
    padding-left:15px;
    text-align:left;
}
.dataTable1 a, .dataTable1 a:link , .dataTable1 a:visited, .dataTable1 a:active, .dataTable1 a:hover
{
    color:Black;
}
.formTable
{
    color:White;
}
.formTable tr
{
	vertical-align: top;
}
.formTable th
{
	font-weight: bold;
	padding-right: 5px;
	/* padding-top: 2px; */
	text-align: right;
}
.floater
{
	z-index: 1003;
	background-color: #EEEEEE;
	border: 2px solid #000000;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterFrame
{
	z-index: 1002;
	position: absolute;
	top: 50%;
	left: 50%;
}
.floaterTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CCCCCC;
}
.pageBlocker
{
	z-index: 1001;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pageBlockerFrame
{
	z-index: 1000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
.borderBody
{
    background-color: #545c83; 
    border: 1px solid #999999;
}
.tabActive
{
	padding: 5px;
	background-color: #EEEEEE;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}
.tabActiveLink, .tabActiveLink:link, .tabActiveLink:active, .tabActiveLink:visited, .tabActiveLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.tabGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #999999;
}
.tabGreyLink, .tabGreyLink:link, .tabGreyLink:active, .tabGreyLink:visited, .tabGreyLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.tabBody
{
    background-color: #545c83; 
    border-left: 1px solid #999999; 
    border-right: 1px solid #999999; 
    border-bottom: 1px solid #999999;
    padding: 5px;
}
.stepComplete
{
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
}
.stepCompleteLink, .stepCompleteLink:link, .stepCompleteLink:Complete, .stepCompleteLink:visited, .stepCompleteLink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00267F;
	text-decoration: none;
}
.stepActive
{
	padding: 5px;
	background-color: #CCCCEE;
	border: 1px solid #999999;
}
.stepGrey
{
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.dataRow0
{
	background-color: #EEEEEE;
}
.dataRow1
{
}
.pagingTab
{
    border: 1px solid #999999; 
}
.loaderMask
{
    z-index: 30001;
    position: absolute;
    background: #FFFFFF;
	filter: alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}
.loaderImage
{
    z-index: 30002;
    position: absolute;
    background: url(../Images/loader.gif) no-repeat 50% 50%;
}
.scrolling
{
	position: relative;
	overflow: auto;
	border: 1px solid #999999;
}
.borderBox
{
	border: 1px solid #999999;
}
.treeOpen
{
	background-image: url(../Images/toggle_open.gif);
}
.treeClosed
{
	background-image: url(../Images/toggle_closed.gif);
}
.input
{
  color: #000000;
}
.inputGrey
{
  color: #90918d;
  height:20px;
  font-size:11px;
  font-weight:bold;
  text-align:center;
}
.leftBorder
{
	border-left: 1px solid #999999;
	margin-left: 5px;
	padding-left: 5px;
}
.imageBorder
{
	padding: 2px;
	border: 1px solid #999999;
}

.rightBorder
{
    border-right:solid 1px white;
    
}
.leftBorder
{
    border-left:solid 1px white;
}
.topBorder
{
    border-top:solid 1px white;
}

.bottomBorder
{
    border-bottom:solid 1px white;
}

.topbottomBorder
{
    border-top:solid 1px #545c83;
}

.test 
{
    
    border-bottom:solid 1px red;
    /*background-color:#afafb7;*/
}

a.redLink, a.redLink:link, a.redLink:hover, a.redLink:visited
{
    color:#933F01;
}

.paddingBottom5 tr td
{
    padding-bottom:5px;
}

.paddingLeft10 tr td
{
    padding-left:10px;
}

.varBorder td
{
    border-top:solid 1px #2c3049;
    border-bottom:solid 1px White;
}

.tabs
{
    width:687px;
}
.linkWhite
{
    color:White;
}
a.linkWhite:link, a.linkWhite:active, a.linkWhite:visited
{
    color:White;
    text-decoration:none;
}
a.linkWhite:hover
{
    text-decoration:underline;
}
.linkBlack a:link, .linkBlack a:hover, .linkBlack a:active, .linkBlack a:visited
{
    color:black;
}

.required
{
    color:Red;
}

.h20
{
    padding-top:20px;
}

.h40
{
    padding-top:40px;
}

h2.relProduct
{
    font-size:16px;
    color:#933F01;
}
.leftBorder
{
    border-left:solid 1px #545c83;
}

.borderCollapse
{
    border-collapse:separate !important;
}

.blackText
{
    color:Black !important;
}

.blackText p
{
    color:Black !important;
}