@charset "utf-8";
/* CSS Document */
#body
{
	margin: 0;
	padding: 0;
	z-index: 30;
	color: #FFC;
}

#body li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#body li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #524731;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#body li a:hover
{	background: #524731}

#body div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #524731;
	border: 1px solid #5970B2}

	#body div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#body div a:hover
	{	background: #49A3FF;
		color: #FFF}
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:white !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #FF0000 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #FF0000 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
 }
