/* HTML */

body,html {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #555;
}

a {
	text-decoration: none;
}

a:focus {
	outline-style: none;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* SEARCH */

form.search {
	padding: 0;
	margin: 7px 0 0 0;
	display: block;
}

form.search input.keywords {
	width: 300px;
}

span.searchmessage {
	margin-top: 7px;
	display: block;
}

/* CONTENT */

div#contentwrap {
	width: 450px;
	position: absolute;
	top: 30px;
	left: 510px;
	padding: 0 0 30px 0;
}

div#contentwrap a.subsection {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
}

div#contentwrap a.subsection:hover {
	color: #999;
}

div#contentwrap a.subnav {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	padding: 4px 4px 6px 6px;
	display: block;
	color: #FFF;
	background: url(../media/site/none.gif) repeat;
	border: 1px solid #FFF;
	width: 138px;
	height: 13px;
	margin-bottom: -1px;
}

div#contentwrap a.subnav:hover {
	color: #555;
	background: url(../media/site/FFF.gif) repeat;
}

div#contentwrap div.contenttext {
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 20px 0;
}

div#contentwrap div.contenttext a {
	color: #555;
}

div#contentwrap div.contenttext a:hover {
	color: #999;
}

.subcity {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
}

a.subcity:hover {
	color: #999;
}

/* DETAIL CONTENT */

div#detailmenuwrap {
	width: 150px;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	font-weight: bold;
}

div#detailmenuwrap a {
	position: relative;
	padding: 4px 4px 6px 6px;
	display: block;
	color: #FFF;
	background: url(../media/site/none.gif) repeat;
	border: 1px solid #FFF;
}

div#detailmenuwrap a:hover {
	color: #555;
	background: url(../media/site/FFF.gif) repeat;
}

div#detailmenuwrap a.bigback {
	display: block;
	width: 138px;
	height: 63px;
	margin-bottom: -1px;
}

div#detailmenuwrap a.subnav {
	display: block;
	width: 138px;
	height: 13px;
	margin-bottom: -1px;
}

div#detailcontentwrap {
	width: 775px;
	position: absolute;
	top: 30px;
	left: 210px;
	padding: 0 0 30px 0;
}

div#detailcontentwrap a.subsection {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
	width: 438px;
}

div#detailcontentwrap a.subsection:hover {
	color: #999;
}

div#detailcontentwrap a.subnav {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	position: relative;
	padding: 4px 4px 6px 6px;
	display: block;
	color: #FFF;
	background: url(../media/site/none.gif) repeat;
	border: 1px solid #FFF;
	width: 138px;
	height: 13px;
	margin-bottom: -1px;
}

div#detailcontentwrap a.subnav:hover {
	color: #555;
	background: url(../media/site/FFF.gif) repeat;
}

div#detailcontentwrap div.contenttext {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 20px 0;
	width: 438px;
}

div.contentstatic {
	display: block;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #555;
	background: #FFF;
	padding: 7px 9px 7px 9px;
	margin: 0 0 5px 0;
	width: 438px;
}

div#detailcontentwrap div.contenttext a {
	color: #555;
}

div#detailcontentwrap div.contenttext a:hover {
	color: #999;
}

div#detailcontentwrap img {
	padding: 0;
	margin: 0 17px 20px 0;
}

@media screen {
	body>div#detailmenuwrap {
		position: fixed;
	}
}

/* CAPTCHA WIDGET */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color:none !important; //reCaptcha widget background color
    padding:0px;
}
 
#recaptcha_table {
    border:none !important; //reCaptcha widget border color
    padding:0px;
}

#recaptcha_table > tbody > tr > td{
    padding-left:0px !important;
}

#recaptcha_table > tbody > tr[height="73"] > td{
	height:56px!important;
}

#recaptcha_table > tbody > tr > td[style="padding: 18px 7px 18px 7px;"]{
	padding:0px!important;
	margin:0px!important;
	display:none!important;
} 

#recaptcha_table > tbody > tr > td[style="padding: 4px 7px 12px 7px;"]{ 
	display:none!important; 
}

#recaptcha_table > tbody > tr > td[style="padding: 10px 7px 7px 7px;"]{ 
	padding-left:12px!important;
	padding-right:0px!important; 
	padding-top:21px!important;
	padding-bottom:0px!important; 
	height:56px!important;
}

#recaptcha_table > tbody > tr > td[style="padding: 10px 7px 7px 7px;"] > a{
	padding:0px!important;
	margin:0px!important;
} 

#recaptcha_table > tbody > tr > td[style="padding: 10px 7px 7px 7px;"] > a[id="recaptcha_whatsthis_btn"]{
	display:none!important;
}

#recaptcha_response_field {
    border-color: #555 !important; //Text input field border color 
	border-top-width: 2px!important;
    background-color:#FFFFFF!important; //Text input field background color
    padding:0px;
}
