@charset "utf-8";
html, body {
	scrollbar-base-color: 			#b7b7b7;
	scrollbar-track-color:  		#b7b7b7;
	scrollbar-face-color: 			#b7b7b7;
	scrollbar-highlight-color: 		#FFFFFF;
	scrollbar-3dlight-color: 		#FFFFFF;
	scrollbar-darkshadow-color: 	#e4e4e4;
	scrollbar-shadow-color: 		#e4e4e4;
	scrollbar-arrow-color: 			#FFFFFF;
	margin: 0px;
}
html, body, div, td {
	font-family: verdana;
	color: #888888;
	font-size: 10px;
}
h1, h2, h3, h4, h5, a, span {
	font-family: verdana;
}
body {
	width: 100%;
	height: 100%;
	background: #5f5f5f url("../images/bg.jpg") top center repeat-x;
	text-align: center;
}
p {
	margin: 0 0 1em 0;
}
form {
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-position: outside; 
}
ul li {
	margin-left: -20px;
}

h1 {
	margin-top: 0px;
	text-decoration: none;
	color: #0095e0;
	font-size: 15px;
	margin-bottom: 4px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
	color: #7a7a7a;
}
h3 {
	margin-top: 0px;
	text-decoration: none;
	color: #0095e0;
	font-size: 15px;
	margin-bottom: 4px;
}
a {
	color: #0095e0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0095e0;
}
a img {
	border:0;
}

.msgs, .req {
	color: #0095e0;
}
.clearme {
	clear: both;
}

#border-background {
	margin-left: auto;
	margin-right: auto;
	width: 945px;
	background: transparent;	
}
html>body #border-background {
	background: url("../images/border_bg.png") top center repeat-y;
}

#body-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	text-align: left;
}
#login {
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 25px;
	background-color: #f7f7f7;
	color: #7a7a7a;
}
#login a {
	color: #7a7a7a;
	font-weight : bold;
	text-decoration: underline;
}
#login a:hover {
	text-decoration: none;
	color: #0074c6;
	font-weight : bold;
}
#header {
	text-align: left;
	background-color: #FFFFFF;
	color: #7a7a7a;
	padding-bottom: 8px;
	padding-left: 45px;
}
#navbar {
	margin-left: -10px;
}
#title {
	background: #FFFFFF url('../images/titles/bg.gif') top center no-repeat;
	height: 47px;
}
#title img {
	margin-top: 10px;
	margin-left: 50px;
}

#content {
	padding: 10px 35px 20px 40px;
	background-color: white;
	padding-bottom: 20px;
}

#footer {
	margin-top: 10px;
	text-align: center;
	padding: 8px 10px 3px 10px;
	line-height: 15px;
	color: #7a7a7a;
	background: #FFFFFF url('../images/footer_bg.jpg') top center;
	height: 120px;
}
#footer a {
	color: #7a7a7a;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #0074c6;
}







/* RECAPTCHA */

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #FFFFFF !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #CCCCCC !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
 }
