/* Common to All Pages */
body, td, th{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a{
    color: #3366CC;
    text-decoration: none;
}
a:hover{
	color: #6699CC;
	text-decoration: underline;
}
.contentHeader{
	font: bold 125%;
	color: #334488;
	position:relative;
}
.errorMessage{
    font: bold 110%;
    color: #FF0000;
    position:relative;
}
.redMessage{
    color: #FF0000;
    position:relative;
}
.literal{
	font-weight: bold;
	font-size: 110%;
	position:relative;
	text-align: left;
}
.signOnTxt{
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	color:gray;   
}
#line{
	height:5px;
	overflow: hidden;
	border-top: black solid 1px;
	position: relative;
}

input.button{
    style:FONT-SIZE: 10px;
    FONT-FAMILY:verdana, helvetica;
	width: 60px;
	height: 21px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	border:none;   
	background: url("../images/smBtns.gif") no-repeat 0 0px;
}


div#listHeader {
	font-weight:bold;
	position:relative;
	padding: 5px 5px 0px 0px;
	height:25px;
	background-color:#BBBBCC;
	border:1px solid;
	border-color:#334488;
	display:block;
}
div#RoadHeader {
	font-weight:bold;
	position:relative;
	padding: 5px 0px 5px 0px;
	height:10px;
	background-color:#BBBBCC;
	border:1px solid;
	border-color:#334488;
	display:block;
	text-align: center;
}
input.textBox{
    font-size: 100%;
    border:1px solid #003366;
}
#rollOver
{
/*	width:107px;
	height: 22px; */
	width: 155px;
	height: 34px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	border=none;
	background: url("../images/rollover.gif") no-repeat 0 0px;
	}
	
#rollOver:hover
{
/*	background-position: 0 -23px;*/
	background-position: 0 -33px;
	border:none;
	color:#000000;
}
input.returnVisit
{
/*	width:107px;
	height: 22px; */
	width: 155px;
	height: 34px;
/*	background-position: 0 -22px; this makes rollover work in firefox*/
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	background: url("../images/rollover.gif") no-repeat 0 0px;
}
:hover input.returnVisit
{
/*	background-position: 0 -23px;*/
	background-position: 0 -33px;
	border:none;
	color:#000000;
}

input.pswdClick
{
/*	width:107px;
	height: 22px; */
	width: 80px;
	height: 17px;
	background-position: 0 -2px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	border:none;
	color:#FFFFFF;
	background: url("../images/pswdClickBtn.gif") no-repeat 0 0px;
}
:hover input.pswdClick
{
/*	background-position: 0 -23px;*/
	background-position: 0 -18px;
	border:none;
	color:#000000;
}
.bgAccntButton{
	width:250px;
	height: 100px;
	background: url("../images/newSubscriber.png") no-repeat 0 0px;
}
.bgSignOnButton{
	width:250px;
	height: 100px;
	background: url("../images/returnVisitorBtn.png") no-repeat 0 0px;
}
.bgBoldHdr{
	background: url("../images/welcomeTxt.gif") no-repeat 0 0px;
}