html {

overflow-y:scroll;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#434343;
	font-size: 13px;
}

form{
	margin: 0;
	padding: 0;
}

.filters{
	float: left;
	width: 765px;
	border: 1px solid #efefef;
	padding: 20px 20px 20px 40px;
	height: 250px;
}

select{
	width: 220px;
	float: left;
	margin-left: 15px;
		
}

.header{
	position: relative;
}

.form_link, .form_link3{
	display: block;
	float: right;
	background: url(../images/arrows.gif) no-repeat right top;
	width: 114px;
	height: 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.form_link3{
	width: 80px;
}

.form_link2{
	display: block;
	float: right;
	background: url(../images/arrows2.gif) no-repeat right top;
	width: 117px;
	height: 20px;
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
	color: #cc3333;
	font-size: 11px;
	text-decoration: none;
}

.feedback-form{
	width: 805px;
	padding: 10px;
	float:left;
}

.feedback-form h2{
	color: #CD3333;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}

#formres{
	border: 1px dotted #d8e47e;
	background: #faffd7 url(../images/notify_success.gif) no-repeat 10px center;
	padding: 10px 10px 10px 40px;
	margin: 10px 0;
	display: none;

}

#feedback{
	display: none;
}

.feedback-form h2 a{
	color: #CD3333;
	text-decoration: none;
}

.feedback-form label{
	display: inline;
	width: 140px;
	float: left;
	margin-bottom: 10px;
}

.feedback-form input[type="text"], .feedback-form textarea{
	width: 300px;
	border: 1px solid #cccccc;
}

.feedback-form input[type="submit"]{
	border: 1px solid #73a4c5;
	background: #73a4c5;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
}

.feedback-form input[type="reset"]{
	border: 1px solid #cc3333;
	background: #cc3333;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
}

.feedback-form p{
	clear: both;
	margin: 10px 0;
	width: 650px;
}

.feedback-form select{
	margin: 0;
	width: 300px;
}

.feedback-form label.error{
	float: right;
	color: red;
	width: 200px;
	text-align: left;
}

.feedback-form input.error{
	background: #ffcccc;
}
.feedback-form textarea.error{
	background: #ffcccc;
}

#new-topic{
	display: none;
}

.results{
	width: 785px;
	border: 1px solid #efefef;
	padding: 20px;
	float:left;
	font-size: 15px;
}

#results{
	min-height: 200px;
}

#results h4{
color: #6699cc;
font-size: 16px;
margin: 10px 0 0 0;
}

#results .threeway-heading{
	margin: 5px 0 5px 20px;
	padding: 0;
}

#results h5{
color: #cccccc;
font-size: 22px;
margin: 0;
padding: 0;
}

#loading{
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 785px;
	color: #73A4C5;
}

.italic{
	font-weight: bold;
}

dt{
	font-weight: bold;
	margin-top: 20px;
	
	color: #333333;
}

dt a{
		color: #333333;
}

dl a{
	color: #333333;
}

dl a:hover{
	color: #cc3333;
	text-decoration: underline;
}

dl li{
	list-style: square;
	margin: 0 0 10px;


}

dl li span{
	color: #cc3333;
}

dd{
	color: #cc3333;
}

em{
	color: #cc3333;
}

#topics a{	text-decoration: none;	color: #fff;	font-weight: bold;}
#topics .ui-selecting { background:  #cc3333; }
#topics .ui-selected { background:  #cc3333; color: white; }
#topics .ui-selected a{ color: white; text-decoration: none}
#topics { list-style-type: none; margin: 0; padding: 0; width: 180px; }
#topics li { margin: 2px; padding: 4px; font-size: 13px; line-height: 24px; background: #ffcccc; color: #fff; border: none}

#elements a{	text-decoration: none;	color: #fff;	font-weight: bold;}
#elements .ui-selecting { background: #73A4C5; }
#elements .ui-selected { background: #73A4C5; color: white; }
#elements .ui-selected a{ color: white; text-decoration: none}
#elements { list-style-type: none; margin: 0; padding: 0; width: 180px; }
#elements li { margin: 2px; padding: 4px; font-size: 13px; line-height: 24px; background: #BAD1E3; color: #fff; border: none}

#primary a{	text-decoration: none;	color: #fff;	font-weight: bold;}
#primary .ui-selecting { background: #73A4C5; }
#primary .ui-selected { background: #73A4C5; color: white; }
#primary .ui-selected a{ color: white; text-decoration: none}
#primary { list-style-type: none; margin: 0; padding: 0; width: 170px; }
#primary li { margin: 2px; padding: 4px; font-size: 11px; line-height: 12px; background: #BAD1E3; color: #fff; border: none}

#statuses a{	text-decoration: none;	color: #fff;	font-weight: bold;}
#statuses .ui-selecting { background: #73A4C5; }
#statuses .ui-selected { background: #73A4C5; color: white; }
#statuses .ui-selected a{ color: white; text-decoration: none}
#statuses { list-style-type: none; margin: 0; padding: 0; width: 155px; }
#statuses li { margin: 2px; padding: 4px; font-size: 11px; line-height: 12px; background: #BAD1E3; color: #fff; border: none}

#secondary a{	text-decoration: none;	color: #fff;	font-weight: bold;}
#secondary .ui-selecting { background: #73A4C5; }
#secondary .ui-selected { background: #73A4C5; color: white; }
#secondary .ui-selected a{ color: white; text-decoration: none}
#secondary { list-style-type: none; margin: 0; padding: 0; width: 170px; }
#secondary li { margin: 2px; padding: 4px; font-size: 11px; line-height: 12px; background: #BAD1E3; color: #fff; border: none}


.filters-main{
	width: 185px;
	float: left;
}

.filters-sub{
	width: 175px;
	float: left;
}

.filters-sub h2, .filters-main h2{
	font-size: 13px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #DB291D;
}

#main{
	width: 825px;
	margin: 0 auto;
}

.explain {
	width: 330px;
	display:block;
	position: absolute;
	top: 10px;
	right: 0px;
	height: 55px;
}

.search {
	float:right;
	margin:72px 0 0 0;
	width: 332px;
	background: url(images/search-bg.gif) left top no-repeat;
	height: 24px;
	display: inline;
}

.search-field {
	border: 1px solid #efefef;
	font-size:11px;
	width:308px;
	padding:3px 0 0 2px;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	color:#686868;
	background: #fff;
	margin: 0;
	display: inline;

}

.search-btn {
	margin: 0 0px;
	padding:0;
}

img{
	border: none;
}

.source{
	font-size: 11px;
	color: #333333;
}

.source-label{
	color: #999999;
	font-size: 11px;
}

.tooltip{ 
	position: absolute; top: 0; left: 0; z-index: 3; display: none; 
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
	color: #000;
	font-size: 11px;
	min-height: 40px;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}

.tooltip div{ 
	padding: 10px;
}

.def_link{
	margin: 0;
	display: block;
	background: #808080;
	padding: 5px;
}

.def_link a, .def_link a:hover{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#suggest-change{
	display: none;
}

#suggest-change-h2{
	display: none;
}

#suggest-change h2{
	color: #000;
	font-size: 14px;
	font-weight: bold;
}