/* CSS Document */
.allbg {
	background-color:#E3EAF0;
}
.loginbutton{
	background:url(../img/new/dr_login_button.png) no-repeat left top;
	width: 87px;
	height: 32px;
	border: none;
	overflow: hidden;
	cursor: pointer;
}
.headerbg{
	background-color:#333333;
}
.gobutton {
	background-image: url(../img/gobutton.jpg);
	width: 26px;
	height: 26px;
	margin-bottom:5px;
}
.gobuttonreg {
	border:none;
	background:url(../img/new/gobuttonreg.png) no-repeat left top;
	width: 26px;
	height: 26px;
	overflow: hidden;
	cursor: pointer;
}
.searchheader {
	width:163px;
	height:20px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/new/header_search_bar.PNG) #444444 no-repeat left top;
	font-size:13px;
	color:#FFFFFF;
}
.searchbutton {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}
.smalltext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000
}

.filetext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
.filebox {
	background-color:#C2D8FC;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

.hl1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#333333;
}

.accounttext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

.registertext {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

.registerbox {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	background:#D5E4FF;
	text-align:center;
	max-height:20px;
}
	
.registerboxlocked {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	max-height:20px;
}

.footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}

.footer a {
	color:#FFFFFF;
}
.footer a:link {
	color:#FFFFFF;
}
.footer a:visted {
	color:#FFFFFF;
}

.hdtoplinks {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

.hdtopimg {
	color:#1C77FF;
	font-family:"Arial Black";
	text-decoration:none;
	font-size:14px;
}

.mainnavlink {
	padding: 0;
	width: 100%;
	background: transparent;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}

.mainnavbg a{
	background:url(../img/headerbutton.jpg) repeat-x;
	padding: 5px 15px;
	color:#FFFFFF
}
.mainnavbg a:link{
	background:url(../img/headerbutton.jpg) repeat-x;
	padding: 5px 15px;
	color:#FFFFFF
}
.mainnavbg a:visted{
	background:url(../img/headerbutton.jpg) repeat-x;
	padding: 5px 15px;
	color:#FFFFFF
}

.mainnavbg a:hover {
	text-decoration:none;
	background: url(../img/headerbuttonoverlay.jpg) repeat-x;
	padding: 5px 15px;
}
.myaccountborder {
	border:dashed;
	border-color:#A30101;
}

