/* CSS Document - Main DP B2B site Homepage*/

body {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../_images/login_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

a {
	color:#0A73E7;
}


/*------------------------------------------------------------*/

.header {
	background-image: url(../_images/public/header_bckrd.gif);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:1px solid #999999;
	margin-bottom:2px;
}
.verticalsDropdown {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	width:300px;
	height:23px;	
}
.dropdown {
	BORDER-RIGHT: #CCE8FF 3px solid; 
	BORDER-TOP: #CCE8FF 3px solid; 
	BORDER-LEFT: #CCE8FF 3px solid; 
	BORDER-BOTTOM: #CCE8FF 3px solid;
	display:block;
	margin-right:20px;
}

/*------------------------------------------------------------*/

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	background-position:bottom;
	background-repeat:repeat-x;
}

/*------------------------------------------------------------*/

#accountinfo, #userinfo, #regcomplete {
   clear: both;
   height: 100%;
   width: 100%;
   background: #EEFAFF url(../_images/public/options-background.jpg) top left;
   padding: 5px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
.WizardDiv {
    background: #EFFAFE;
    width: 660px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}
.results TD
{
	 padding: 1px 10px;
	 font-family: arial, helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #CC6600;
}
ul {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	margin: 0px 0px 50px 25px;
	padding: 0;
	list-style-type: none;
}
li {
	margin: 0 25px 0 0;
	padding: 0;
	float: left;
}
td 
{
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	margin: 0px 0px 50px 25px;
	padding: 0;
	list-style-type: none;
}
select, label {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	margin: 0 0 0 10px;
}
input {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	margin: 0 0 0 10px;
}
.form {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}
h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding: 10px 0 10px 25px;
	margin: 0;
	clear: both;
}
#Div1 h3 {
	border-top: solid 1px #B3CCE6
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	padding: 0;
	font-size: 12px;
}
.tableHeader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding: 5px 5px 5px 0px;
}
.output {
	padding: 10px;
	color: #CC6600;
	font-size: 18px;
	font-family: verdana, arial, trebuchet;
}
.error {
	width: 100%;
	background: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px;
}