/** Reset **/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

input, textarea {
	outline-style: none;
	font-family: Arial;
	font-size: 12px;
}

input:hover, input:hover:active, select:hover, textarea:hover{
    -moz-border-radius: 1px !important;
    -moz-border-bottom-colors: #68abdc #fff;
    -moz-border-left-colors: #68abdc #fff;
    -moz-border-right-colors: #68abdc #fff;
    -moz-border-top-colors: #68abdc #fff;
}

input:focus, input:focus:active, select:focus, textarea:focus {
	-moz-border-bottom-colors:#FFB11B #FFFFFF;
	-moz-border-left-colors:#FFB11B #FFFFFF;
	-moz-border-radius-bottomleft:1px !important;
	-moz-border-radius-bottomright:1px !important;
	-moz-border-radius-topleft:1px !important;
	-moz-border-radius-topright:1px !important;
	-moz-border-right-colors:#FFB11B #FFFFFF;
	-moz-border-top-colors:#FFB11B #FFFFFF;
}

/** Common **/

a:hover {
	text-decoration: none;	
}

.txt {
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #abb0b5;
	border-bottom: 1px solid #cacdd1;
	border-left: 1px solid #abb0b5;
	padding: 3px 5px;
}

.checkbox {
	vertical-align: middle;	
	margin: 0 3px 3px 3px;
}

.blue {
	color: #5fa2e5;	
}

.grey {
	color: #999;
}

.red {
	color: #ff0000;
}

a.refer {
	color: #333333;
	text-decoration: none;
}

a.refer:hover {
	text-decoration: underline;
}

.right {
	float: right;	
}

.left {
	float: left;	
}

.highlight {
	background: #ffff66;
	padding: 0px;
}

.label_red {
	color: #fff;
	background: #f6304c;	
	padding: 2px 5px;
	line-height: 20px;
}

.search {
	color: #333333;
	border-bottom: 1px dashed #5fa2e5;
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;	
}

/** Layout **/

body {
	background: #fff url('img/bg_body.gif') repeat-x;
	font: normal 11px Arial;
	color: #333333;
	line-height: 1.2;
}

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 100px; /* must be same height as the footer */
	min-width: 960px;
}

#header {
	padding: 0 28px;
	height: 90px;
	overflow: hidden;
}

#top_nav {
	padding: 30px 40px 0 28px;
	clear: both;
	position: relative;
	height: 28px;;
}

#filter {
	padding: 10px 40px 25px 40px;
	clear: both;
	font-family: Tahoma;
	line-height: 28px;
}

#content {
	margin: 0 28px;
	background: #FFF;
	border-top: 1px solid #e7e7e7;
	padding: 15px;
}

#footer {
	padding: 0px 40px;
	background: #ededed;
	position: relative;
	margin-top: -110px; /* negative value of footer height */
	height: 120px;
	clear: both;
} 

.firstpage #header {
	padding: 0;	
}

.firstpage #wrap, .firstpage #footer_inner {
	width: 960px;
	margin: 0 auto;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Header */

#header h1 {
	float: left;
	width: 149px;
	height: 68px;
	background: transparent url('img/bg_logo.gif') repeat-x;
	margin-right: 27px;
}

#header h1 a {
	display: block;
	height: 68px;
	text-indent: -9999px;	
}

#header input.txt {
	color: #000;
	font-size: 12px;
	padding: 3px 5px;
	width: 210px;
}

#search {
	float: left;
	padding-top: 17px;	
}

#search div {
	padding: 5px;
}

#search label {
	color: #666666;
	margin-right: 20px;
}

#search input.txt {
	vertical-align: middle;
}

#search select {
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	margin-right: 5px;
}

.submit_search, .submit_ok {
	border: 0;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

.submit_search {
	background: url('img/bg_submit_search.png') center left no-repeat;
	width: 70px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
	font-size: 12px;
}

.submit_ok {
	background: url('img/bg_submit_ok.png') center left no-repeat;
	width: 36px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 3px;
	font-size: 11px;
}

#userinfo {
	float: right;
	width: 350px;
	padding-top: 17px;	
	text-align: right;	
	color: #666;
}

#userinfo p {
	padding-bottom: 5px;
}

#userinfo p.limit {
	color: #7f7f7f;
}

#userinfo strong {
	color: #333;	
}

#userinfo a {
	margin-left: 12px;
}

#userinfo table {
	width: 230px;
	float: right;
}
#userinfo table td {
	background: none;
	text-align: left;	
	padding: 0 8px 4px 0;
	color: #666666;
	font-size: 11px;
}

#userinfo table td input.txt  {
	border: 1px solid #e1e1e1;	
	width: 82px;
	font-size: 11px;
	padding: 1px 3px;
}

#userinfo a.reg {
	margin: 0;	
	color: #f6304c;
	font-weight: bold;
}

#userinfo a.lost {
	margin: 0;	
	font-size: 10px;
	color: #5fa2e5;	
}

a#logout {
	background: url('img/bg_logout.gif') center right no-repeat;
	padding-right: 10px;
}

.graph { 
    position: relative;
    width: 102px; 
    height: 15px; 
    display: inline-block;
    margin: 0px 0 -4px 5px;
    padding-left: 3px;
    background: url('img/percentImage_back.png') 0 0 no-repeat;
    overflow: hidden;
}

.graph strong { 
	background: url('img/percentImage_over.png') 100% 0 no-repeat;
	position: absolute;	
    top: 0;
    left: 3px;
	z-index: 2;
	height: 15px; 
}

.graph em {
	background: url('img/percentImage.png') 0 0 no-repeat;
	position: absolute;	
	width: 105px; 
    height: 15px; 
    top: 0;
    left: 0;
    z-index: 3;
}

.graphred { 
    position: relative;
    width: 102px; 
    height: 15px; 
    display: inline-block;
    margin: 0px 0 -4px 5px;
    padding-left: 3px;
    background: url('img/percentImage_back.png') 0 0 no-repeat;
    overflow: hidden;
}

.graphred strong { 
	background: url('img/percentImage_over_red.png') 100% 0 no-repeat;
	position: absolute;	
    top: 0;
    left: 3px;
	z-index: 2;
	height: 15px; 
}

.graphred em {
	background: url('img/percentImage.png') 0 0 no-repeat;
	position: absolute;	
	width: 105px; 
    height: 15px; 
    top: 0;
    left: 0;
    z-index: 3;
}

/* Main navigation */

#top_nav ul {
	list-style: none;
	display: block;
	float: left;
	/*margin-left: 17px;*/
}

#top_nav ul li {
	float: left;	
	background: url('img/bg_top_nav_left.png') top left no-repeat;
	padding-left: 17px;
	margin-right: -17px;
	height: 28px;
	overflow: hidden;
}

#top_nav ul li a {
	display: block;
	font-size: 12px;	
	text-decoration: none;
	padding: 0 20px 0 3px;
	line-height: 28px;
	background: url('img/bg_top_nav_right.png') top right no-repeat;
	color: #FFF;
	position: relative;
	float: left;
}

#top_nav ul li.active {
	background: url('img/bg_top_nav_left_active.png') top left no-repeat;
	z-index: 3;
	position: relative;
	border-bottom: 2px solid #FFF;
}

#top_nav ul li.active a {
	background: url('img/bg_top_nav_right_active.png') top right no-repeat;
	color: #666666;
	font-weight: bold;
	z-index: 3;
}

#top_nav ul li a strong {
	display: block;
}

#top_nav ul li a span {
	display: block;
	font-weight: normal;
}

#top_nav ul li.disabled {
	background: url('img/bg_top_nav_left_disabled.png') top left no-repeat;
}

#top_nav ul li.disabled a {
	background: url('img/bg_top_nav_right_disabled.png') top right no-repeat;
	color: #9f9f9f;
}

#top_nav ul li a em {
	float: left;
	background: url('img/ico_map_white.png') center left no-repeat;
	height: 28px;
	width : 15px;
	margin-left: -3px;
}

#top_nav ul li.active a em {
	background: url('img/ico_map_grey.png') center left no-repeat;
}

#top_nav div {
	float: right;
	height: 16px;
	padding-top: 9px;	
	margin-left: 10px;
}

#top_nav div a {
	text-decoration: none;
}

#top_nav div a:hover {
	text-decoration: underline;
}

#top_nav div a.active {
	text-decoration: none;
	font-weight: bold;	
	color: #333;
}

#top_nav div img {
	margin-left: 10px;
}

/** Content **/

#map_wrap {
	float: right;	
	background: #FFF;
	width: 279px;
	height: 300px;
	text-align: right;
	padding: 0 !important;
	margin-left: 15px;
	overflow: hidden;
}

#map_wrap a {
	margin-left: 10px;
	line-height: 20px;
}

#map_data {
	width: 279px;
	height: 274px;
	text-align: left;
	overflow: hidden;
}

#map_title {
	color: #FFF;
	padding: 5px 10px;
}

#map_content {
	padding: 5px 10px;
}

#title_wrap {
	margin-bottom: 15px;
	height: 1%;
}

.left_fix {
	margin-right: 294px !important; margin-right: 44px;
	float: none !important; float: left
}

#title_wrap span {
	float: right;	
	margin-left: 15px;
	text-align: right;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;	
}

#content h2 {
	font-size: 15px;
	font-weight: bold;	
}

#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 9px;
}

#content h3,h2, #content .sub_nav, #title_wrap, .left_pad {
	padding-left: 12px;	
}

table {
	width: 100%;	
	margin: 4px 0 10px 0;
}

table td {
	background: #f3f3f3;
	padding: 5px 6px;
}

table td.label {
	background: #eeeeee;
	width: 125px;
	color: #666666;
	padding-left: 10px;
}

table tr.even td {
	background: #FFF;	
}

table th {
	text-align: left;	
	padding: 5px 6px;
}

table th.center {
	text-align: center;	
}

table thead {
	background: url('img/bg_thead.gif') bottom left repeat-x; 
}

table td label {
	margin-left: 10px;	
}

table td span {
	padding: 0 5px;	
}

td.split {
	background-color:#FFFFFF;
}

table.borders {
	border-top: 1px solid #e0e0e0; 
	border-right: 1px solid #e0e0e0; 
	border-bottom: 1px solid #e0e0e0; 
	margin-left: 0;
}

table.borders th {
	background: url('img/bg_th.gif') bottom left no-repeat;
	vertical-align: middle;
}

table.borders td {
	border-left: 1px solid #e0e0e0;	
}

table.borders th, table.borders td {
	padding-left: 8px;	
}

td.borders_split {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #FFFFFF;
	background-color:#FFFFFF;
}

table.pointer {
	margin-bottom: 20px;	
}

table.pointer tr:hover td {
	cursor: pointer;
	background: #e3ecf4;
}

table.pointer td {
	font-size: 12px;	
	padding: 3px 6px;
}

table.pointer td span.red {
	margin-left: 20px;	
}
table.pointer td a {
	color: #5FA2E5;
}
table.pointer td a span {
	text-decoration: underline;
}
table.pointer td a:hover {
	text-decoration:underline;
}

.sub_nav {
	padding: 40px 0;
	font-size: 12px;
}

.sub_nav .left {
	margin-right: 20px;	
}

.sub_nav img {
	margin-left: 10px;	
}

ul.nav {
	list-style: none;	
	float: left;
}

ul.nav li {
	display: inline;	
	padding-right: 20px;
}

ul.nav li a {
	color: #5fa2e5;	
	font-size: 12px;
}

ul.nav li a.active {
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}

ul.nav li a.disabled {
	color: #666666;
	cursor: default;
}

#filter label {
	 
}

#filter span {
	margin: 0 10px;	
	padding: 3px 23px 0 10px;
	background: #ebf1f8;	
	border: 1px solid #b4cfea;
	font-weight: bold;
	-moz-border-radius: 3px;
	color: #000;
	cursor: default;
	display: inline-block;
	position: relative;
	height: 17px;
	line-height: 1.2;
}

#filter span a {
	color: #f6304c;	
	text-decoration: none;
	background: url('img/bg_filter_close.gif') center center no-repeat;
	position: absolute;
	top: 7px !important; top: 4px;
	right: 9px;
	display: block;
	width: 7px;
	height: 7px;
	text-indent: -9999px;
}

a.filter_cancel {
	margin-left: 10px;	
	padding-right: 16px;
	color: #f6304c;
	text-decoration: underline;
	background: url('img/bg_filter_cancel.gif') center right no-repeat;
}

.submit_form {
	background: url('img/bg_submit_form.png') center left no-repeat;
	border: 0;
	width: 100px;
	height: 30px;
	vertical-align: bottom;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	padding-bottom: 3px;
	cursor: pointer;
}

.submit_margin {
	margin: 20px 10px 0 153px;
}

ul.paging {
	list-style: none;
	float: left;
	margin-bottom: 20px;	
}

ul.paging li {
	float: left;
	color: #6699cc;
	border: 1px solid #6f95b1;
	margin-right: 2px;
}

ul.paging li.disabled {
	padding: 3px 7px;
	border-color: #c9c9c9;
	color: #acacac;
	cursor: default;
}

ul.paging li.prev {
	margin-right: 5px;
}

ul.paging li.next {
	margin-left: 3px;
}

ul.paging li a {
	display: block;
	color: #6699cc;
	padding: 3px 7px;
	text-decoration: none;
}

ul.paging li a:hover {
	text-decoration: underline;	
}

ul.paging li.current {
	background: #6f95b1;
	padding: 3px 7px;
	color: #fff;
}

ul.paging li.current a {
	color: #FFF;	
}

.search_stats {
	float: left;	
	color: #999999;
	padding-left: 7px;
	width: 180px;
}

.search_stats span {
	display: block;
	color: #333;	
}

.search_meta {
	float: left;
	color: #7f7f7f;
	margin-left: 50px;
}

.search_meta a {
	text-decoration: none;
	color: #5FA2E5;
}

.search_meta a:hover {
	text-decoration: underline;	
}

.search_meta a.active {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.search_meta span {
	float: left;
	width: 60px;	
}

.search_export {
	float: right;	
}

.search_export a {
	margin-left: 10px;	
}

ul.sub_item {
	list-style: none;	
	margin: 0 0 5px 30px;
}

ul.sub_border {
	border-left: 2px solid #e5e5e5;
}

ul.sub_border li {
	padding-left: 10px;	
}

ul.sub_item li a {
	color: #333333;
	text-decoration: none;
}

ul.sub_item li a.blue {
	color: #5fa2e5;	
}

ul.sub_item li a:hover {
	text-decoration: underline;
}

tr.nopointer td {
	padding-left:20px;
}

table.pointer tr.nopointer:hover td {
	cursor: default;
	background: #e3ecf4;
}

/** First page **/

#search_wrap {
	width: 922px;
	height: 97px;
	background: url('img/bg_search_wrap.png');	
	margin: 1px 0 10px 0;
	padding: 40px 0 0 40px;
	font-size: 12px;
	color: #d0e3ef;
}

#search_bottom {
	padding-left:300px;
}

#search_help {
	float: left;
	width: 300px;
	font-size: 13px;
	color: #bbd8ed;
	position:relative;
	top:15px;
}

#search_help strong {
	color: #edf3f7;
}

#search_input {
	position: relative;
	top:-5px;
	border: 0;
	background: url('img/bg_search_input.png');	
	width: 431px;
	height: 25px;
	padding: 4px;
	margin-bottom: 7px;
	margin-right:20px;
	font-size: 16px;
}

#search_select.search_select{
	position:relative;
	top:-11px;
	vertical-align:middle;
	font-size:16px;
	font-family:Arial;
	margin-right:1px;
}

#search_wrap a.blue {
	margin-left: 248px;	
	color: #d0e3ef;
}

#search_wrap .submit_form {
	position:relative;
	top:-5px;
	vertical-align: top;
	background: url('img/bg_submit_button.png');
	width: 90px;
	height: 34px;
	font-weight: normal;
	font-size: 16px;
	margin-left: 13px;
}

#info_wrap {
	background: url('img/bg_info_wrap_new.gif');
	width: 960px;
	height: 85px;
}

#info_wrap ul {
	list-style: none;	
}

#info_wrap ul li {
	float: left;	
	line-height: 85px;
}

#info_wrap ul li a {
	display: block;	
	color: #333333;
	font-size: 18px;
	text-decoration: none;
}

#info_wrap ul li a:hover {
	text-decoration: underline;
}

#info_wrap ul li.l1 {
	width: 250px;	
}

#info_wrap ul li.l1 a {
	padding-left : 90px;	
}

#info_wrap ul li.l2 {
	width: 352px;
	text-align:center;
}

#info_wrap ul li.l2 a {
/*	padding-left : 105px;	*/
}

#info_wrap ul li.l3 {
	width: 356px;	
}

#info_wrap ul li.l3 a {
	padding-left : 95px;	
}

/** Free **/


#free {
	background: #ffffff;	
	border-top: 1px solid #ebebeb;
	padding: 0 30px 30px 0;
}

#col1 {
	float: left;	
	width: 325px;
}

#col2 {
	margin-left: 325px;	
	border-left: 1px solid #ebebeb;
	padding: 9px 0 15px 24px;
}

#col2 h1 {
	color: #6f9fd5;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0 10px 22px;
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	background: url('img/bg_h1.gif') 1px 6px no-repeat;
}

#col2 h2 {
	color: #777777;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 8px 5px;
	border-bottom: 1px dotted #CCC;
	margin: 25px 0 8px 0;
}

#col2 h3 {
	color: #444;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 25px 0 8px 0;
}

#col2 p {
	/*clear: both;*/
	font-size: 13px;	
	color: #7c7c7c;
	padding: 5px 5px 10px 5px;
}

#col2 p img {
	float: left;
	padding: 2px;
	border: 1px solid #dadada;	
	margin: 0 15px 15px 0;
}

#col2 p a {
	color: #5fa2e5;
	text-decoration: underline;
}

#col2 ul, #col2 ol {
	font-size: 13px;	
	color: #7c7c7c;
	padding: 5px 5px 10px 5px;
}

#col2 ul li, #col2 ol li {
	font-size: 13px;	
	color: #7c7c7c;
	padding: 5px 5px 0 5px;
	margin: 0 0 0 20px;
}

a.arrow {
	background: url('img/bg_left_nav.gif') center right no-repeat;	
}

#col2 table td ol li {
	font-size: 11px !important;	
	color: #000 !important;
}

#col2 table td ol {
	padding: 0 !important;
}


/*  1st level */

#col1 ul {
	list-style: none;	
}

#left_nav li {
	background: #f4f4f4;
	line-height: 43px;
	border-top: 1px solid #FFF;
	border-bottom : 1px solid #ebebeb;
}

#left_nav li a {
	display: block;	
	color: #6f9fd5;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 40px;
}

#left_nav li.active {
	background: #FFF;	
	padding-right: 20px;
}

#left_nav li.active a {
	color: #666666;
}

#left_nav li a:hover {
	text-decoration: underline;
}

/* 2nd level */

#left_nav li ul {
/*	display: none;	*/
	margin-bottom: 10px;
}

#left_nav li ul li {
	background: #FFF;	
	border: none;
	line-height: 30px;
	padding-left: 20px;
	height: 1%;
}

#left_nav li ul li a {
	font-size: 13px;
}

#left_nav li.active ul li a {
	color: #6f9fd5;
}

#left_nav li ul li.active {
	padding-right: 0;	
}

#left_nav li ul li.active a {
	color: #666666;
}

/* 3rd level */

#left_nav li ul li ul {
	display: block;	
	margin: 5px 0 20px 0;
	margin-left: 50px;
	border-left: 2px solid #e5e5e5;
}

#left_nav li ul li ul li {
	line-height: 20px;
	height: auto !important; height: 20px;
	padding-left: 0;
}

#left_nav li ul li ul li a,
#left_nav li ul li.active ul li a {
	font-size: 11px;	
	font-weight: normal;
	padding-left: 10px;
	color: #6f9fd5;
}

#left_nav li ul li.active ul li.active a {
	color: #666666;
	font-weight: bold;
}

/** Footer **/

#footer_inner {
	padding-top: 20px;	
}

#footer div.right {
	float: right;
	color: #666666;
	font-size: 12px;
}

#footer p {
/*	clear: both;*/
	width:70%;
	padding-top: 15px;
	height: 40px;
	font-size: 10px;	
	color: #999999;
}

.error {
	color: #F6304C;
	font-weight: bold;
	background: url(img/exclamation.png) 3px 4px no-repeat;
	padding: 5px 10px 7px 25px;
}

#licence {
	margin-left:10px;
}

#licence h1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(img/bg_h1.gif) no-repeat scroll 1px 6px;
	border-bottom:1px dotted #999999;
	color:#6F9FD5;
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
	padding:3px 0 10px 22px;
}

#licence p {
	color:#7C7C7C;
	font-size:13px;
	padding:5px 5px 10px;
}

#licence ul li {
	color:#7C7C7C;
	font-size:13px;
	margin:0 0 0 20px;
	padding:5px 5px 0;
}

#licence form {
	padding-top:20px;
}

/** Lightbox **/

#lbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 100;
}

#lbox-wrap {
	position: absolute;
	background: #FFF;
	z-index: 200;
}

#lbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('img/close.png') top left no-repeat;
	cursor: pointer;
	outline: none;
}

#lbox-cnt {
	padding: 20px;	
}

#lbox-cnt h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#lbox-cnt textarea {
	width: 450px;
	height: 185px;	
	margin-bottom: 10px;
}

.print_seperator {
	display:none;
};


#location a{
  font-size:20px;
}