STYLE TYPEtextcss BODY
{
    FONT: bold 9pt Arial, Helvetica, sans-serif
}
BODY A:link
{
    COLOR: black;
    FONT:  9pt Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
BODY A:visited
{
    COLOR: #515151;
    FONT:  9pt Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
BODY A:hover
{
    COLOR: black;
    FONT:  9pt Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    cursor:pointer;
}
BODY A:active 
 {
	color:#515151;
	
 }

.SLabel
{
    COLOR: #000000;
    FONT:   9pt Arial, Helvetica, sans-serif;
    
   
}
.SLabelQuestion
{
    COLOR: #000000;
    FONT:  9pt Arial, Helvetica, sans-serif;
   border:solid 1px #cccccc;
}
.SBreakLabel
{
    BACKGROUND-COLOR: #515151;
    COLOR: #ffffff;
    FONT: bold 10pt Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
.RegFormSubmittedSpans
{
    font-family:Arial;
    font-size:10pt;
    }
.ProgressStatus
{
    COLOR:#515151;
    FONT:   12pt Arial, Helvetica, sans-serif;
   
    }
.MajorQLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}
.MinorQLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal
}
.MinorQLabelProducts
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal
}
.tooltip
{
    
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LEFT: 0px;
    PADDING-BOTTOM: 2px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    PADDING-TOP: 2px;
    POSITION: absolute;
    TOP: 0px;
    VISIBILITY: hidden;
    WIDTH: 180px;
    
}
.TimeWarningMessage
{
    COLOR: red;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
.ValidationMessage
{
    COLOR: #cc3333;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}
.ValidationWarning
{
    COLOR: orange;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold
}

.NavBar2
{
    COLOR: #000000;
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal
}
.NavBar3
{
    COLOR: #000000;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal
}
INPUT
{
    COLOR: #000000;
    FONT: 11pt Courier;
    TEXT-DECORATION: none
}

.clsSectionTitle
{
    COLOR: #515151;
    BACKGROUND-COLOR: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
    font-weight:bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
.clsSectionHeader
{
    COLOR: #515151;
    BACKGROUND-COLOR: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14pt;
    font-weight:bold;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}
.clsSectionHeader a:link
{
    BACKGROUND-COLOR: #515151;
    COLOR: #ffffff;
    FONT: bold 9pt Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    TEXT-TRANSFORM: none
}

.clsContentSectionHeader
{
    FONT: bold 12pt Arial, Helvetica, sans-serif;
    TEXT-TRANSFORM: none;
    COLOR: #515151;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}

.clsSectionDividerLine
{
	
	background-image:url(images/navigationdividerline.gif);
	background-repeat:repeat-x;
	width:100%;
	height:2px;
	margin-top:2px;
	padding-bottom: 2px; 
	padding-top:2px;
	font-size:5%;
	
	
}
.clsNavigationDividerLine
{
	/*
	background-image:url(images/navigationdividerline.gif);
*/
	background-repeat:repeat-x;
	width:100%;
	height:2px;
	margin-top:2px;
	padding-bottom: 2px; 
	padding-top:2px;
	font-size:5%;
	
	
}
.MainHeading
{ 
	/* border:solid 1px #515151;*/
	 margin: 13px 0px 13px 0.4em ;
	 padding:5px;
	
	/*border-width:1;*/
}
.MainHeadingCentreBanner
{
    margin-left:0.4em;
     width:100%;
     height:25px;
     /*background-image: url(images/topcentrelogo.gif);*/
     
     background-repeat:repeat-x;
     background-attachment:scroll;
     background-color:#487E16;
     /*background-color:#0067c6;*/
    }
    
.VerifyPanel
{
  width:100%;
  height:35px;
  background-image: url(images/uvdb_verify_200_x_35.png);
  background-repeat:no-repeat;
  background-attachment:scroll; 
}
.UVDBLogoPanel
{
    width:100%;
    height:35px;
    background-image: url(images/uvdb_170_x_35.png);
    background-repeat:no-repeat;
    background-attachment:scroll;
}
.EmailFlowChartPanel
 {
     width:100%;
     height:121px;
     background-image: url(images/SPloginprocessflownotext.gif);
     background-repeat:no-repeat;
     background-attachment:scroll;
 }
.MainHeadingLogin
{ 
	 
	 /*margin-left:10px ;*/
	 left:10px;
	
	/*border-width:1;*/
}
body 
{
	height:100%;
	
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	/*padding-bottom: 2em;*/
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}
.mytable { 
/* this next line centers tables BTW, I just added it because the center attribute is also depreciated */ 
margin: auto; 
height: 100%; 
width: 100%; 

}

/* Navigation */

#navigation 
{
	
	/*width: 100px;
	top: 5em;
	top:15.5em;
	left: 1em;*/
	padding-left:0em;
	
	padding-right:0em;/*2px;*/
	/*width: 13em;	
	position:absolute;*/
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}

#AHeading
{
	
	/*width: 100px;
	top: 5em;
	top:15.5em;
	left: 1em;*/
	padding-left:0.4em;
	/*width: 13em;	
	position:absolute;*/
	background-color:White;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}
/* Main Content */

.content 
{
	
	/*margin-left: 13em;
	margin-top:1em;
	top:130px;
	top:14em;*/
	
	
	
	
	overflow:auto  ;
	
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
/*
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}
 */
 /*
  a.PSlinkButton:link 
 {
		font-size:1em;
		FONT-WEIGHT: bold;
			COLOR: #515151;
	TEXT-DECORATION: none
 }
 a.PSlinkButton:visited 
 {
	color:#515151;
	FONT-WEIGHT: bold;
 }


  a.PSlinkButton:hover 
 {
	color:#515151; 
	text-decoration:none;
	FONT-WEIGHT: bold;
	
	
 }
 a.PSlinkButton:active 
 {
	color:#515151;
	text-decoration:none;
	FONT-WEIGHT: bold;
 }
*/
a.PSlinkButton:link 
 {
		/*font-size:1em;*/
		COLOR: #515151;
		FONT-FAMILY: Tahoma;
 }
 a.PSlinkButton:visited 
 {
	COLOR: #487e16;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
 }


  a.PSlinkButton:hover 
 {
	COLOR: #487e16;
	TEXT-DECORATION: underline;
FONT-FAMILY: Tahoma;
	cursor:pointer;
	
 }
 a.PSlinkButton:active 
 {
	color:#515151;
	text-decoration:none;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Tahoma;
 }
.MainHeadingBanner
{
	
	padding:0;
	margin-left:5px;
	
	}
.tblHeight
{
	height:10%;

	}
.HiddenField
{
	visibility:hidden;
}

.LowRisk
{
color:#487E16;
font-weight:bolder;
}

.MediumRisk
{
color:#487E16;
font-weight:bolder;
}

.HighRisk
{
	color:#487E16;
font-weight:bolder;
}



   a.NavLinks:link 
 {
	color:#0067c6;
 }
 a.NavLinks:visited 
 {
	color:#0067c6;
 }
   a.NavLinks:hover 
 {
	color:gray; text-decoration:underline;
	
 }
 a.NavLinks:active 
 {
	color:#0067c6;
	
 }
#topcenterlogo
{
	margin-left:0.4em;
	 width:100%;
	 height:150px;
	 background-image: url(images/topcentrelogo.jpg);
	 background-repeat:no-repeat;
	 background-attachment:scroll;
	background-color:#0067c6
}
.GeneralBox
{
	 border:solid 1px #515151;
	 font-family:arial,verdana;
	 font-size:10pt;
	 padding:0px;
	 margin:0px;
}
.GeneralBottomTDLine
{
	 
	 border-bottom:solid 1px #515151;
}
.DisabledTextBox
{font-style:italic;
	
color:Gray;	
}
.DefaultTreeview a
{
	color:#515151;
}
.DefaultTreeview a:link
{
	color:#515151;
}
.DefaultTreeview a:visited
{
	color:#515151;
}
.DefaultTreeview a:hover
{
	color:#515151;
}

.DefaultTreeview a:active
{
	color:#515151;
}
.helpButton
{
color:#515151;
	FONT-FAMILY: Tahoma;
	
   background-color:#fff;   
   border: 0px solid;   
   font-size:9pt;
}
.helpButtonHover
{color:#515151;
	FONT-FAMILY: Tahoma;
	
   background-color:#fff;   
   border: 0px solid;   
   font-size:9pt;
   cursor:hand;

}
