/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img {
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}
ol,ul {
	list-style: none;
	}
ul.note {
	list-style: disc;
	font-size: 100%;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before,q:after {
	content: '';
	}
abbr,acronym {
	border: 0;
	}

/* Force Element To Self-Clear it’s Children */
.clearbox:before,
.clearbox:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearbox:after {
  clear: both;
}

/* common */
html, body {
	background-color: #e6e6e6;
	}
html {
	font-size: 100%;
	}
body {
	font-size: 62.5%;
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	color: #222;
	}
#header-wrapper {
	min-width: 974px;
	color: #93b4c8;
	background-color: #004477;
	}
	#header {
		height: 88px;
		background: transparent url(/images/top-header.jpg) no-repeat 0 0;
		}

#wrapper {
	background-color: #fff;
	}
#container {
	margin: 0 5px;
	}
#main {
	width: 860px;
	margin: 0 auto;
	position: relative;
	background-color: #0e0f0f;
	}

#logo {
	float: left;
	color: #d9e2e8;
	background-color: transparent;
	}
#headerinfo {
	float: right;
	margin: 7px 17px 0 0;
	font-size: 12px;
	text-align: right;
	}

#accountauth {}
#accountauth a {
	float: right;
	color: #fff;
	text-decoration: none;
	background: #306d7f url(/images/corners/butt_tl.png) no-repeat top left;
	margin-left: 3px;
	}
#accountauth a .in1 {background: url(/images/corners/butt_tr.png) no-repeat top right;}
#accountauth a .in2 {background: url(/images/corners/butt_bl.png) no-repeat bottom left;}
#accountauth a .in3 {background: url(/images/corners/butt_br.png) no-repeat bottom right;}
.auth_btn {padding: 1px 10px;}

#accountauth a:hover {
	color: #eee;
	background: #377d92 url(/images/corners/butt_tlh.png) no-repeat top left;
	}
#accountauth a:hover .in1 {background: url(/images/corners/butt_trh.png) no-repeat top right;}
#accountauth a:hover .in2 {background: url(/images/corners/butt_blh.png) no-repeat bottom left;}
#accountauth a:hover .in3 {background: url(/images/corners/butt_brh.png) no-repeat bottom right;}

#accountinfobox {float: right;}

#topnav {margin-top: 55px; text-align: right; color: #4CC8ED; font-size: 13px;}
#topnav a {color: #fff; text-decoration: none; padding: 0 13px;}
#topnav a:hover {color: #68829d; text-decoration: none; padding: 0 13px;}
#topnav a.active {color: #68829d;}

#breadcrumb {
	margin-bottom: 25px;
	font-size: 11px;
	color: #666;
	}
#breadcrumb a {text-decoration: none;}

#topnavbox {margin-top: 51px;}
#topnavbox ul {margin: 0; padding: 2px 10px 0 0; float: right;}
#topnavbox ul li {float: left; list-style: none;}
#topnavbox ul li.delim {margin-left: 10px;}
#topnavbox ul li a {
	top: 2px;
	display: block;
	position: relative;
	margin:2px 0 0 0;
	padding: 4px 5px 3px 6px;
	z-index: 2;
	color: #C3D1D1;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: #2B2E2E;
	border: 1px solid #5F6666;
	border-bottom: none;
	}
#topnavbox ul li a:hover {
	color: #D4E3E3;
	background-color: #3A3E3E;
	}
#topnavbox ul li.active a {
	margin: 0;
	padding-top: 6px;
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
	}
#topnavbox ul li.active a:hover {color: #000;}

a.highlight, .highlight span {padding: 0 1px 1px 0; background-color: #fff9c6; border-bottom: 1px solid #ffe840;}


.dialog-frm {margin-top: 10px;}
	.dialog-frm h3 {
		margin: 5px 0 10px 0;
		font-weight: bold;
		font-size: 13px;
		color: #333;
		}
	.dialog-frm .frm {margin: 0;}

	.dialog-frm .ffrm {margin: 10px 0 0 0;}
	.dialog-frm .ffrm dt {
		width: 110px;
		font-weight: normal;
		font-size: 12px;
		}
	.dialog-frm .ffrm dd {
		width: 280px;
		font-size: 12px;
		}
	.dialog-frm .ffrm span.required {
		display: block;
		margin-left: .3em;
		font-weight: normal;
		font-size: .8em;
		color: #111 !important;
		}

/* jquery UI */
.ui-dialog .ui-widget-header {
	background: none;
	border: none;
	}
	.ui-dialog-content p {
		font-size: 13px;
		line-height: 1.3em;
		}
		.ui-dialog-content p .question {
			display: block;
			margin-top: 5px;
			font-weight: bold;
			}
	.ui-dialog .ui-dialog-buttonpane {
		padding: .3em .7em .5em .4em !important;
		}
	.ui-dialog .ui-dialog-buttonpane button {
		margin: .5em 0 .5em .7em !important;
		font-size: 11px;
		}

.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
	}
.ui-autocomplete-loading {
	background: transparent url('/images/loader.gif') right center no-repeat;
	}
	.ui-autocomplete .highlight {
		font-weight: bold;
		}

/** fix datetimepicker slider **/
.ui-slider{width: auto !important}
.auto-descr {
	display: block;
	padding-bottom: 1px;
	font-size: 10px;
	color: #666;
	}


#subnavbox {margin-bottom: 20px; border-bottom: 1px solid #828B8B;}
#subnavbox ul {margin: 0; padding: 2px 0 0 10px;}
#subnavbox ul li {float: left; list-style: none;}
#subnavbox ul li.delim {margin-left: 10px;}
#subnavbox ul li a {
	top: 1px;
	display: block;
	position: relative;
	margin: 2px 0 0 0;
	padding: 3px 5px 3px 6px;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #9BA6A6;
	border-bottom: 1px solid #828B8B;
	}
	#subnavbox ul li.active a {
		margin: 0;
		padding-top: 5px;
		font-weight: bold;
		color: #000;
		border: 1px solid #828B8B;
		border-bottom: none;
		border-bottom: 1px solid #fff;
		}
	#subnavbox ul li.active a:hover {color: #000;}


h1 {
	color: #222;
	font-size: 3em;
	margin-bottom: 6px;
	font-style: italic;
	line-height: 1.2em;
	}
h2 {
	color: #89A8F7;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 0.9em;
	}
h3 {
	color: #89A8F7;
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 0.9em;
	}
strong {font-weight: bold;}
em {font-style: italic;}

.hide {display: none;}
.hint {margin: 6px 0 4px 0; font-size: 10px;}

.splash .splasbox, .vertical {float: left; width: 25%; text-align: left;}
.vertical > .splasbox {display: block; float: none !important;}
#newsfeed .newsfeed_item {margin: 6px 0; border-bottom: 1px solid #e9e9e9;}
#newsfeed .newsfeed_item .col1,
#newsfeed .newsfeed_item .col2,
#newsfeed .newsfeed_item .col3 {
	display: inline-block;
	padding: 0 5px;
	}
#newsfeed .newsfeed_item .col1 {color: #0066A4;}
#newsfeed .newsfeed_item .col2 {color: #555555;}
#newsfeed .newsfeed_item .col3 {color: #828B8B;}

.loading-box {
    padding: 5px 8px;
    position: fixed;
    top: 0;
    right: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    background-color: #fff1a7;
    z-index: 0;
	}

#filter {
	margin: .25em 0;
	padding: .6em 0 .8em 1.4em;
	color: #000;
	background-color: #fefefe;
	border-left: 3px solid #e8e8e8;
	background-color: #fdfdfd;
	}
#filter.fltr-active {
	border-left: 3px solid #8dbc8d;
	}
	.fheader {
		margin-bottom: 2px;
		font-size: 12px;
		font-weight: bold;
		}
	.fbox {
		float: left;
		margin: 6px 15px 0 0;
		}
	.fltrname {font-size: 10px;}
		.fltrname label {font-weight: normal;}
	.finp {
		margin-top: 3px;
		min-height: 24px;
		}
		.finp input[type=text] {
			padding: 1px 2px;
			font-size: 11px;
			}
		.finp select {font-size: 11px;}
		.finp.h90 {min-height: 9.3em;}
		.finp.h110 {min-height: 11.2em;}
		.factpan {margin-top: .3em; padding-top: 1em; font-size: 11px;}
		.factpan input {font-size: 11px;}

.extraBar {
	float: right;
	margin-top: -27px;
	padding: 3px 0 3px 3px;
	background-color: #fff;
	}
.extraBar a {
	display: block;
	padding: 3px;
	border: 1px solid #fff;
	}
.extraBar a:hover {
	background-color: #e7f1f5;
	border: 1px solid #e7edf5;
	}

.note {padding: 5px; color: #333; font-size: 11px;}

.score-in {color: #128c12 !important;}
.score-out {color: #c51a1a !important;}

.entry-accepted td {background-color: #d6fad6;}
.entry-available_for_resubmission td {background-color: #d6fad6;}
.entry-resubmitted td {background-color: #d6fad6;}
.entry-pending td {background-color: #fff5e4;}
.entry-pending-accelerate td {background-color: #ffcf7e;}
.entry-declined td {background-color: #fddddd;}

.issue-member-box, .issue-location-box {
	margin-bottom: 10px;
	}
	.issue-mem-name, .issue-loc-name {
		margin-bottom: 5px;
		font-size: 13px;
		font-weight: bold;
		}
	.issue-mem-info {
		padding: 0 0 3px 5px;
		font-size: 12px;
		}
	.issue-mem-stats, .issue-loc-stats {
		padding-left: 5px;
		font-size: 12px;
		color: #555;
		}
		.issue-mem-stats span, .issue-loc-stats span {
			color: #222;
			}
		.issue-mem-nodata, .issue-loc-nodata  {
			margin: 10px 0;
			}

.data-perc {
	font-size: 11px;
	color: #888;
	}

.data {
	margin: 5px 0;
	font-size: 12px;
	width: 100%;
	}
.data th {
	padding: 5px 2px 4px 2px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #bacfe3;
	background-color: #e6edf5;
	}
	.data th.actcol {
		text-align: center;
		border-left: 1px solid #ccdbea;
		}
	.data th a {text-decoration: none;}
	.data th img {position: relative; top: 3px; margin-top: -3px; width: 16px; height: 16px;}
	.data td {
		padding: 4px 5px;
		vertical-align: middle;
		border-bottom: 1px solid #ccdbea;
		}
		.data td.nodata {padding: 20px 0; text-align: center;}

.data .expired td {background-color: #f8cccc;}
.data .about_expire td {background-color: #ffff99;}
.data .active td {background-color: #c0f7c0;}

.data .firecard-1 td {background-color: #c0f7c0;}
.data .firecard-2 td {background-color: #ffff99;}
.data .firecard-many td {background-color: #f8cccc;}

.data .focused, .data .focused td {background-color: #e8f0f7}
.data .selected, .data .selected td {background-color: #ffd36b;}
.data .z2 {background-color: #f9fbfc; border-bottom: 1px solid #e6f2f5;}
.data td.small {font-size: 10px;}
.data td.header {
	padding: 6px 7px;
	font-weight: bold;
	border-bottom: 1px solid #bacfe3;
	background-color: #e6edf5;
	}
	.data td a.descr {
		cursor: pointer;
		color: #333;
		text-decoration: none;
		border-bottom: 1px dotted #333;
		}
	.data td a.extra-inf {
		font-size: 11px;
		cursor: pointer;
		color: #333;
		text-decoration: none;
		border-bottom: 1px dotted #333;
		}
	.data-note {
		padding-top: 3px;
		color: #333;
		font-size: 11px;
		}

.qyes {color: #4eb015;}
.qno {color: #d03b18;}

.match-note {
	margin: 10px 0;
	}

.inf {margin: 25px 0 0 0; font-size: 11px;}
.inf dt {text-align: right; float: left; clear: left; width: 90px; padding: 0 5px 6px 0; color: #666;}
.inf dd {float: left; width: 550px; padding-bottom: 6px; color: #333;}

td.actcol {
	text-align: center;
	background-color: #f9fbfc;
	border-left: 1px solid #ccdbea;
	}
	td.actcol img {width: 24px; height: 24px;}

.tot-pages {font-size: 11px;}

.actions_psize {margin: 1em 0 0 0;}
.actionBar {
	float: left;
	padding-top: .2em;
	padding-bottom: .1em;
	font-size: 12px;
	width: 100%;
	}
	.actionBar select {font-size: 11px;}
	.actionBar .txt {font-size: 11px;}
.distance-box {
	float: left;
	padding: .2em 0 .1em 0;
	font-size: 12px;
	}
.distance-txt {
	margin: .3em .5em 0 0;
	float: left;
	}
ul.distances {
	float: left;
	margin: 0;
	white-space: nowrap;
	}
	.distances li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.distances a:link, .distances a:visited {
		display: block;
		margin: 0 .2em 0 .1em;
		padding: .3em .4em;
		color: #005aff;
		text-decoration: none;
		}
		.distances a:hover {
			background-color: #e7f1f5;
			}
		.distances .selected a {
			color: #fff;
			background-color: #5a7eb3;
			}

.pagesizebox {
	float: right;
	}
ul.psize {
	margin: 0;
	font-size: 11px;
	white-space: nowrap;
	}
	.psize li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.psize a:link, .psize a:visited {
		display: block;
		margin: 0 .2em 0 .1em;
		padding: .3em .4em;
		color: #005aff;
		text-decoration: none;
		}
		.psize a:hover {
			background-color: #e7f1f5;
			}
		.psize .selected a {
			color: #fff;
			background-color: #5a7eb3;
			}

.stats_note {
	margin: 2em 0 1.5em 0;
	font-size: 13px;
	}

.pagenav {padding: .5em 0 .25em .1em;}
.pagerbox {float: right;}
.pager-def {float: left;}
ul.pager {
	margin: 0;
	font-size: 12px;
	white-space: nowrap;
	}
.pager li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
.pager a:link, .pager a:visited {
	display: block;
	margin: 0 .2em 0 .1em;
	padding: .3em .4em;
	color: #005aff;
	text-decoration: none;
	}
.pager a:hover {
	background-color: #e7f1f5;
	}
.pager .selected a {
	color: #fff;
	background-color: #5a7eb3;
	}
.pager .first, .pager .last {display: none;}
.pager .hidden a {display: none; color: #ccc;}

a {color: #006991;}
a:hover {color: #4873E2;}

#content {
	padding: 20px 10px;
	font-size: 13px;
	}
.cont h2 {
	padding: 10px 0 15px;
	color: #3E3E3E;
	font-family: arial,sans-serif;
	font-size: 26px;
	line-height: 26px;
	}
.cont p {
	margin: 0 0 1em;
	font-size: 100%;
	line-height: 150%;
	}

.sidebox {
	padding: 0 10px;
	margin-bottom: 10px;
	}
.subh {
	font-size: 120%;
	color: #333;
	margin: 0 10px 6px 0;
	padding: 12px 0 3px;
	}
.sidebox ul {margin-left: 15px;}

.resolve-period {color: #777; font-size: 11px;}

.outdated {color: #c51a1a !important;}

.no_entries  {
	margin-bottom: 5px;
	}
.entries_box {
	margin: 0 !important;
	padding: 0;
	}
.entry_add_box {
	margin-top: 10px;
	}
.entry_acts {
	color: #666;
	font-size: 11px;
	}
.entry_add_lnk {
	font-size: 11px;
	}

.ticketsummary {
	margin-bottom: 15px;
	background-color: #ffffe3;
	border: 1px solid #d1d1d1;
	}
.commoninfo {padding: 5px;}
.fullimg {float: left;}
.item_inf {float: left;}
.item_inf dl {float: left; margin-left: 15px; width: 315px; font-size: 12px;}
.item_inf dt {text-align: right; float: left; clear: left; width: 80px; padding: 0 10px 6px 0; font-weight: bold; color: #444;}
.item_inf dd {float: left; width: 225px; padding-bottom: 6px; color: #222;}
.relations, .commentbox {
	padding: 5px;
	border-top: 1px solid #d1d1d1;
	}

#history {margin: 15px 0;}
.hist-item {
	padding: 10px 0 10px 55px;
	font-size: 12px;
	}
.hist-item h4 {
	margin: 0 0 10px -45px;
	font-size: 13px;
	font-weight: normal;
	}
	.hist-item h4 .hist-item-type {
		font-size: 11px;
		color: #666;
		}
.hist-item ul {
	margin-left: 15px;
	}
	.hist-item li {
		padding-bottom: 2px;
		list-style: square;
		}
.hist-note {
	margin-top: 5px;
	padding-left: 10px;
	border-left: 2px solid transparent;
	}
.hist-photos {
	padding: 5px 0 0 10px;
	border-left: 2px solid transparent;
	}
.hist-distance {
	padding: 5px 0 0 10px;
	border-left: 2px solid transparent;
	}
.report {
	border-left: 2px solid #3d9e3d;
	}

.hist-files {
	padding: 5px 0 0 10px;
	border-left: 2px solid transparent;
	}
.hist-files ul, ul.files {margin: 0; padding: 0;}
.hist-files ul li, ul.files li {
	margin-bottom: 2px;
	list-style-type: none;
	}
.hist-files ul li img, ul.files li img {
	vertical-align: middle;
	}
.hist-files ul li a, ul.files li a {
	text-decoration: none;
	}

.parentbox {
	border: 1px solid #e1e1e1;
	}


.main-box {
	float: left;
	width: 720px;
	}
.side-box {
	float: left;
	width: 260px;
	margin-left: 10px;
	}
	.company-inf-box, .unit-inf-box {
		margin-bottom: 15px;
		}
		.company-inf-box h3, .unit-inf-box h3 {
			margin: 0 0 10px 0;
			font-weight: bold;
			font-size: 15px;
			color: #333;
			}
		.company-inf-box h4 {
			margin: 0 0 8px 0;
			font-weight: bold;
			font-size: 13px;
			color: #333;
			}
		.company-inf-box dl, .unit-inf-box dl {
			margin-bottom: 15px;
			}
		.company-inf-box dt, .unit-inf-box dt {
			float: left;
			clear: left;
			width: 60px;
			padding: 0 5px 3px 0;
			color: #333;
			text-align: left;
			font-weight: normal;
			font-size: 12px;
			line-height: 1.2em;
		}
		.company-inf-box dd, .unit-inf-box dd {
			float: left;
			width: 195px;
			margin: 0;
			padding-bottom: 3px;
			font-size: 12px;
			line-height: 1.2em;
			}


.form {}
.form .errorSummary {
	margin: 0 0 20px 0;
	padding: 8px 8px 12px 8px;
	font-size: 13px;
	line-height: 16px;
	color: #222;
	background-color: #FFEBE7;
	border: 1px solid #DD3C11;
	}
.form .errorSummary p {
	padding: 4px;
	}
.form .errorSummary ul {
	padding-left: 20px;
	}
.form .errorSummary ul li {
	list-style: disc;
	}

.frm {margin: 0 2em;}
	.frm dt {
		margin-bottom: .4em;
		font-size: 12px;
		font-weight: bold;
		color: #333;
		}
	.frm dd {
		margin-bottom: 1.2em;
		font-size: 12px;
		}
	.frm span.required {
		margin-left: .3em;
		font-weight: normal;
		font-size: 9px;
		}
	.radiobox {}
	.frm input.inp, .frm input[type=text] {
		padding: 2px;
		font-size: 12px;
		}
	.frm select.inp {padding: 0 0 1px; font-size: 12px;}
	.frm .body {
		padding: 2px 2px 1px;
		}
.frmpan {margin: 1em 0 1.5em 2em; font-size: 1em;}

p.frm-note {
	margin: 0 0 15px 0;
	}

.frm-rel-box dt {
	text-align: right;
	float: left;
	clear: left;
	width: 90px !important;
	padding: 3px 10px 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	}
.frm-rel-box dt.txt {padding: 0 10px 8px 0;}
.frm-rel-box dd {
	float: left;
	width: 550px;
	font-size: 13px;
	padding-bottom: 10px;
	}
.frm-rel-box input.i, .frm-rel-box input[type=text] {
	padding: 2px;
	font-size: 12px;
	}
.frm-rel-box select.i {padding: 0 0 1px; font-size: 12px;}

.ffrm {margin: 10px 0 0 0;}
.ffrm dt {
	text-align: right;
	float: left;
	clear: left;
	width: 180px;
	padding: 3px 10px 10px 0;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	}
.ffrm dt.txt {padding: 0 10px 8px 0;}
.ffrm dd {
	float: left;
	width: 550px;
	font-size: 13px;
	padding-bottom: 10px;
	}
	.ffrm dd ul {
		margin: 0 0 1em 0;
		padding: 0;
		}
		.ffrm dd ul li {
			margin: 0 0 4px 0;
			padding: 0;
			list-style-type: none;
			}
.ffrm span.required {
	color: #ff0000 !important;
	display: inline;
	font-weight: bold;
	}
.chkbox {margin-bottom: .4em;}
.ffrmpan {margin: 10px 0 15px 190px; font-size: 11px;}

.ffrm input.inp, .ffrm input[type=text] {
	padding: 2px 2px 1px;
	font-size: 12px;
	}
.ffrm select.inp {padding: 0 0 1px; font-size: 12px;}
.ffrm .body {
    padding: 2px 2px 1px;
	}
.ffrm-note {font-size: 11px !important;}

.filenames-list {
	margin: 5px 0 0 5px;
	font-size: 12px;
	}
	.filenames-list li {
		margin: 3px 0;
		}
		.filenames-acts {
			margin-left: 2px;
			font-size: 11px;
			color: #999;
			}

.frm-media {margin: 0 2em;}

.photo-box, .video-box {
	float: left;
	margin: 0 15px 15px 0;
	}
	.photo-item {height: 220px;}
	.video-item {height: 320px;}
	.media-info {min-height: 30px;}
	.uploaded {
		margin-top: 4px;
		font-size: 11px;
		color: #999;
		overflow: hidden;
		}
		.media-info .uploaded {max-width: 300px;}
		.media-info .uploaded {max-width: 480px;}

.add-media-box {
	margin-bottom: 20px;
	}
	a#add-media-lnk {
		margin: 15px 0 0 0;
		font-size: 12px;
		cursor: pointer;
		color: #006991;
		text-decoration: none;
		border-bottom: 1px dotted #006991;
		}
		a#add-media-lnk:hover {
			color: #4873e2;
			border-bottom: 1px dotted #4873e2;
			}
	#add-media-frm {
		margin-top: 15px;
		}
	.add-media-pan {
		margin-top: 5px;
		}



.plansubmission-pl-item {
	margin: 0 0 5px 10px;
	width: 660px;
	border: 1px solid #e3e3e3;
	}
	.plansubmission-pl-item dl {
		margin: 8px 0 0 0;
		padding: 0 10px;
		}
	.plansubmission-pl-item dt {
		float: left;
		clear: left;
		width: 100px;
		margin: 0;
		padding: 0 10px 8px 0;
		font-size: 12px;
		font-weight: normal;
		color: #333;
		}
	.plansubmission-pl-item dd {
		float: left;
		width: 530px;
		margin: 0;
		padding: 0 0 8px 0;
		font-size: 12px;
		}

	.wiz_header {
		margin-bottom: 3px;
		padding-bottom: 2px;
		font-weight: bold !important;
		text-transform: uppercase;
		color: #000 !important;
		border-bottom: 1px solid #ddd;
		}
	.wiz_fee_name {
		float: left;
		width: 440px;
		}
	.wiz_amount {
		float: left;
		width: 60px;
		padding-left: 10px;
		font-weight: normal;
		color: #666;
		}
	.wiz_user_amount, .wiz_header_amount {
		float: left;
		padding-left: 20px;
		min-width: 60px;
		}
	.wiz_total {
		float: left;
		width: 510px;
		padding-top: 3px;
		text-align: right;
		border-top: 1px solid #ddd;
		}
	.wiz_total_amount {
		float: left;
		padding: 3px 0 0 20px;
		min-width: 60px;
		font-weight: bold;
		border-top: 1px solid #ddd;
		}
	.wiz_note {
		color: #444;
		font-size: 11px;
		}
	.wiz_sub_acts {margin-top: 8px;}
	a.payment-add-lnk {
		text-decoration: none;
		border-bottom: 1px dotted #006991;
		}
	a.payment-add-lnk:hover {
		border-bottom: 1px dotted #4873e2;
		}
	.payment-amount-descr {color: #666;}


	.p-items-box {
		margin-left: 2em;
		}
		.p-item {
			margin: 10px 0;
			padding-top: 10px;
			border: 1px solid #e3e3e3;
			}
		.p-item-acts {
			padding: 0 5px 5px 0;
			text-align: right;
			font-size: 11px;
			}

		.p-items-add_lnk {
			margin: .5em 0 0 0;
			font-size: 11px;
			}

	.pl-info {
		margin: 10px 0 0 0;
		}
		.pl-info dt {
			float: left;
			clear: left;
			width: 120px;
			padding: 0 5px 3px 0;
			color: #333;
			text-align: left;
			font-weight: normal;
			font-size: 12px;
		}
		.pl-info dd {
			float: left;
			width: 520px;
			margin: 0;
			padding-bottom: 3px;
			font-size: 12px;
			}

.frm-overbox {
	float: left;
	margin-right: 5px;
	}

.frm-date-box {
	float: left;
	margin-right: 5px;
	}

.alert-loc {
	float: left;
	margin-left: 10px;
	}
	.alert-loc-item {}
	.alert-loc-actpan {
		margin-top: 5px;
		}
	.map-area-acts {
		margin-bottom: 10px;
		}

dd.raw {
	overflow-x: auto;
	}
pre.prettyprint {
	padding-bottom: 10px;
	overflow-x: auto;
	border: none;
	}

.act_notice {
	margin: 5px 0;
	padding: 10px;
	width: 600px;
	font-size: 13px;
	color: #353535;
	background-color: #fffadb;
	border: 1px solid #e3c922;
	}
	.act_notice a {font-weight: bold;}

	.ffrm-sel-lim {width: 245px;}
	#mem-search-box, #company-search-box {width: 364px;}
        #kb_search_box dt{display: none}
        #kb_search_box dd{padding:1em}
	#mem-search-lnk, #company-search-lnk {
		margin-left: 5px;
		font-size: 11px;
		}
		#kb-search-lnk{clear: both;display: block;margin-bottom: 1em}
	.mem-search-ffrm {
		margin: 10px 0;
		}
	.mem-search-ffrm dt {
		width: 80px;
		}
	.mem-search-ffrm dd {
		width: 260px;
		}
	.kb-search-ffrm dd {
		width: auto;
		}
		.mem-search-ffrm .mem-search-ffrm-acts {
			margin: 5px 0;
			padding: 0;
			font-size: 11px;
			}

	.mem-search-acts, .kb-search-acts {
		margin: 5px 0;
		padding: 0 7px;
		font-size: 11px;
		}
		.mem-search-acts a, .kb-search-acts a {
			text-decoration: none;
			}
	#mem-search-result-items, #kb-search-result-items {
		font-size: 12px;
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
		}
		#kb-search-result-items{padding:1em}
	.search-member-none {
		padding: 15px 7px;
		}
	.search-member-list {
		padding: 0;
		max-height: 470px;
		overflow: auto;
		}
		.search-member-list li {
			margin: 3px 0;
			}
			.search-member-list li a {
				display: block;
				padding: 3px 7px;
				color: #333;
				text-decoration: none;
				}
				.search-member-list li a:hover {
					background-color: #d9d9d9;
				}
			.search-mem-name {
				margin-bottom: 2px;
				font-weight: bold;
				}
			.search-mem-email {
				margin-bottom: 2px;
				font-size: 11px;
				}
			.search-mem-loc {
				font-size: 11px;
				}
.memffrm dt {
	width: 80px;
	margin-bottom: 0;
	}
.memffrm dd {
	width: 460px;
	margin-bottom: 0;
	}
.memffrm_acts {
	margin-top: 5px;
	}

.quickCreate {
	font-size: 13px;
	}
	.quickCreate dd {
		font-size: 13px;
		}
		.quickCreate .frmpan {font-size: 1.1em;}

.mrm-loc {margin-bottom: 5px;}
.frm-loc .frm dd {width: auto;}
.frm-loc-item {
	float: left;
	margin-right: 5px;
	}
.frm-loc-note {
	clear: left;
	padding-top: 10px;
	color: #333;
	font-size: 11px;
	}

.frm-loc-map {
    padding-bottom: 5px;
	width: 580px;
	}
.frm-loc-map .map_area {
	width: 580px;
	height: 350px;
	position: relative;
	border: 1px solid #c5d0da;
	}
#loc-map-srch-note {margin-top: 5px;}

.ffrm-loc {}
.ffrm-loc-addr {
	float: left;
	}
.ffrm-loc-addr .ffrm dd {width: 260px;}
.ffrm-loc-map {
	float: left;
	margin-left: 10px;
	}

.fapr-note {
	margin: 20px 0 30px 0;
	}
.step-frm {
	float: left;
	width: 320px;
	margin-right: 20px;
	}
	.step-frm h4 {
		margin: 15px 0 10px 5px;
		font-size: 16px;
		}
.step-frm-last {margin-right: 0;}
.step-frm .ffrm, .step-frm .frm {
	margin: 15px 5px 0 5px;
	}
	.step-frm .frm .note {
		padding: 5px 0 0 0;
		color: #333;
		font-size: 11px;
		}
.step-frm .ffrm input, .step-frm .ffrm select {max-width: 175px;}
.step-frm .frm input, .step-frm .frm select {max-width: 260px;}
.step-frm .ffrm dt {
	width: 75px;
	padding-right: 5px;
	text-align: left;
	}
.step-frm .ffrm dd {width: 190px;}
.step-frm .step-pan {
	margin: 15px 5px 15px 0;
	text-align: right;
	}
.step-header {
	min-height: 39px;
	min-width: 300px;
	position: relative;
	margin-bottom: 25px;
	background: transparent url("/images/step/bg-dashboard-chevron.png") 0 0 no-repeat;
	}
	.step-name {
		padding: 10px 0 0 70px;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		}

	.frm-num {
		position: absolute;
		top: 14px;
		left: 15px;
		width: 40px;
		height: 40px;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		line-height: 40px;
		color: #ccc;
		background: transparent url(/images/step/bg-dashboard-orange-circle.png) 0 -40px no-repeat;
		}
.step-first {background-image: url(/images/step/bg-dashboard-chevron-f.png);}
.step-last {background-image: url(/images/step/bg-dashboard-chevron-l.png);}


.step-header .frm-last {
	background-image: url("/images/step/bg-dashboard-chevron-l.png");
	}
.step-frm-active .step-header {background-position: 0 -39px;}
.step-frm-active .frm-num {background-position: 0 0; color: #fff;}

.step-note {
	margin-top: 10px;
	font-size: 13px;
	color: #254678;
	}
.step-note-bot {
	margin-bottom: 10px;
	font-size: 13px;
	color: #254678;
	}
.step-frm .captcha-label {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 13px;
	color: #254678;
	}

.cc_cvc_exp {}
	.cc_cvc_exp .cc-sub {
		float: left;
		margin: 0 20px 0 0;
		}
		.cc-sub label {
			font-weight: bold;
			}
		.cc-sub input[type=text] {
			margin-top: 0.4em;
			}

.fapr-pl-info {
	margin: 0;
	font-size: 12px;
	}
	.fapr-pl-info dt {
		padding: 0 0 5px 0;
		color: #333;
		font-weight: bold;
	}
	.fapr-pl-info dd {
		padding-bottom: 10px;
		}
		.fapr-pl-info .expiration_date_note {
			font-weight: bold;
			font-size: 15px;
			}
		.pl_not_expired {color: #58c718;}
		.pl_expired {color: #e5431c;}

.fapr-pay-info {
	margin: 0;
	font-size: 12px;
	}
	.fapr-pay-info dt {
		float: left;
		clear: left;
		width: 130px;
		padding: 0 10px 5px 0;
		text-align: right;
		color: #333;
		}
	.fapr-pay-info dd {
		float: left;
		width: 100px;
		padding-bottom: 5px;
		color: #333;
		font-weight: bold;
		}

.inl {
	text-decoration: none;
	border-bottom: 1px dashed #006991;
	}
.inl:hover {
	text-decoration: none;
	border-bottom: 1px dashed #4873E2;
	}

#issue-form {}
	.issue-note {
		margin-top: 10px;
		color: #444;
		}
	#issue-form .frm {
		margin: 1.2em 0;
		padding-top: 1em;
		border-top: 1px solid #d5dde4;
		border-bottom: 1px solid #d5dde4;
		}
	#issue-form .ffrm {
		margin-top: 0;
		padding-top: 1em;
		border-top: 1px solid #d5dde4;
		border-bottom: 1px solid #d5dde4;
		}

.form h3.section {margin: 10px 0 8px 5px;}
.form .section_note {
	margin: 8px 0 15px 5px;
	font-size: 11px;
	color: #333;
	}
.choice_list input {margin-bottom: 3px;}
.choice_list label {margin: 0 0 3px 4px;}

.last_upd_txt {
	color: #555;
	font-size: 11px;
	}
.last_upd_date {color: #444;}

.charts_box {
	margin-top: 1em;
	}
.chartitem {
	float: left;
	width: 450px;
	height: 300px;
	margin-left: 15px;
	}
.report_type_column_chart {
	width: 750px;
	height: 350px;
	}

.item_list {
	overflow: auto;
	}
.comparison-hide {
	margin-left: 10px;
	font-size: 12px;
	}

#kb-search {
	margin: 0 0 10px 0;
	padding: 10px 8px;
	background-color: #fcfcfc;
	border-left: 2px solid #e8e8e8;
	}
	#kb-search.search-active {border-left: 2px solid #8dbc8d;}
	.kb-search-label {
		float: left;
		padding-top: 2px;
		}
    .kb-search-inp {
		clear: both;
		margin-left: 10px;
		font-size: 12px;
		}
.art-items {
	margin-top: 10px;
	border: 1px solid #a9b6c6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f4f6f8;
}
.art-items h3{margin:1em;color:#000;font-size:110%}
.art-item-box {
	margin: 15px 0 15px 10px;
	font-size: 12px;
	}
	.art-item-title {
		margin-bottom: 4px;
		}
	.art-item-cont {}
		.art-more {
			font-size: 11px;
			color: #777;
			}
	.art-no-data {
		margin: 10px 0 10px 10px;
		}

.quick-main-col {
	float: left;
	width: 640px;
	padding-top: 20px;
	border: 1px solid #a9b6c6;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f4f6f8;
	}
	.quick-main-col .ffrm dd {width: 450px;}
.quick-second-col {
	float: left;
	margin: 0 0 0 20px;
	}
.quick-second-col h3 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1em;
	}

#related-qa, #related-articles, #geo-box {
	margin: 0 0 20px 0;
	padding: 10px 0;
	width: 320px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f5f5f5;
	}
.scol-header {padding: 0 10px;}
	.scol-header h3 {float: left;}
	.scol-header span {
		float: left;
		margin-left: 5px;
		padding-top: 4px;
		font-size: 10px;
		line-height: 1em;
		}
.scol-cont {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
	}
.rel-item-box {
	margin: 5px 10px 7px 10px;
	font-size: 12px;
	}
	.rel-item-title {
		margin-bottom: 3px;
		}
	.rel-item-cont {}
		.rel-more {
			font-size: 11px;
			color: #777;
			}
	.show-all-lnk {
		margin-left: 10px;
		font-size: 11px;
		}
	.rel-no-data {
		margin: 10px 0 10px 10px;
		}

	#geo-data {font-size: 12px;}
	#geo-data p {
		margin: 0 10px 10px 10px;
		line-height: 1.4em;
		}
	#geo-data dl {margin: 0 10px;}
	#geo-data dt {
		float: left;
		clear: left;
		width: 115px;
		padding: 0 5px 8px 0;
		font-weight: bold;
		color: #333;
		}
	#geo-data dd {
		float: left;
		width: 170px;
		padding-bottom: 10px;
		}

.rel-item-list {
	margin: 5px 10px 7px 20px;
	font-size: 12px;
	}
	.rel-item-list li {
		padding-bottom: 8px;
		}

.question-meta {
	margin: 0 0 15px 0;
	font-size: 11px;
	color: #333;
	}

.qa-box {
	margin-bottom: 25px;
	}
	.qa-box .qa-author {
		float: left;
		width: 110px;
		font-size: 12px;
		font-weight: bold;
		color: #555;
		overflow-x: hidden;
		}
	.qa-box .qa-container {
		float: left;
		width: 550px;
		margin-left: 10px;
		padding: 10px;
		border: 1px solid #ddd;
		}
		.qa-meta {
			margin-bottom: 10px;
			font-size: 11px;
			color: #777;
			}
		.qa-message {
			overflow-x: hidden;
			}
		.question-box .qa-container {
			background-color: #f5f9fc;
			border: 1px solid #e1edf6;
			}

.article-meta {
	margin: 0 0 15px 0;
	color: #999;
	}
	.article-meta p {
		margin: 5px 0;
		font-size: 11px;
		}
.kb-cont {
	color: #333;
	}
	.kb-cont h3 {
		margin: 20px 0 10px 0;
		font-weight: bold;
		font-size: 15px;
		color: #333;
		}
	.kb-cont h4 {
		margin: 15px 0 10px 0;
		font-weight: bold;
		font-size: 14px;
		color: #333;
		}
	.kb-cont p {
		margin: 0 0 15px 0;
		}
	.kb-cont ul {
		margin: 10px 0 10px 2em;
		list-style-type: disc;
		}
		.kb-cont li {
			padding-bottom: 5px;
			}

.answers-login {
	margin: 10px 0;
	font-size: 13px;
	color: #666;
	}
.answer-frm-title {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #444;
	}
.answer-frm-box {
	width: 692px;
	}
.answer-frm {
	margin-top: 10px;
	}
.answer-frm dt {
	margin-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	}
.answer-frm dd {
	margin-bottom: 12px;
	font-size: 12px;
	}
.answer-frm span.required {
	margin-left: .3em;
	font-weight: normal;
	color: #ff0000;
	font-size: 10px;
	}
.answer-inp {padding: 2px 3px;}

.download-expired {
	font-weight: bold;
	color: #ee1419;
	}

label.error {color: #CB0000 !important;}

#footer-wrapper {}
#footer {
	padding: 8px 0 8px 12px;
	font-size: 11px;
	color: #222;
	background-color: #e6e6e6;
	border-top: 1px solid #010101;
	}
#footer a {
	color: #003399;
	text-decoration: none;
	}
#footer a:hover {text-decoration: underline;}

.noticebox {
	margin: 5px 0;
	padding: 10px;
	font-size: 13px;
	color: #353535;
	}
.notice {}
.n_error {
	background-color: #fee;
	border: 1px solid #c00;
	}
.error a {text-decoration: underline;}
.error a:hover {text-decoration: none;}
.n_warning {
	background-color: #fffadb;
	border: 1px solid #e3c922;
	}
.n_message {
	background-color: #e3eaf2;
	border: 1px solid #98b3d0;
	}
.n_success {
	background-color: #dcf8df;
	border: 1px solid #9acc9a;
	}
.n_error ul, .n_error ol, .n_warning ul, .n_warning ol,
.n_message ul, .n_message ol, .n_success ul, .n_success ol {
	margin: 0; padding: 3px 0 3px 30px;
	}


/* recaptcha */
.recaptcha-widget#recaptcha_widget {
	width: 310px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.recaptcha-widget #recaptcha_image {
	padding: 5px;
	height: 57px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.recaptcha-widget #recaptcha_image a {
	line-height: 17px;
}
.recaptcha-widget .recaptcha-main {
	position: relative;
	padding: 13px;
}
.recaptcha-widget .recaptcha-main .errormsg {
	margin: 0 0 .5em;
}
.recaptcha-widget .recaptcha-main label strong {
	color: #222;
	display: block;
	margin: 0 0 .4em;
}
.recaptcha-widget .recaptcha-main input[type=text] {
	width: 200px;
}
.recaptcha-widget .recaptcha-buttons {
	position: absolute;
	bottom: 12px;
	right: 11px;
}
.recaptcha-widget .recaptcha-buttons a {
	display: inline-block;
	height: 21px;
	width: 21px;
	margin-left: 2px;
	background: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 0;
	opacity: .55;
}
.recaptcha-widget .recaptcha-buttons a:hover {
	opacity: .8;
}
.recaptcha-widget #recaptcha_reload_btn {
	background: url(/images/recaptcha_sprite.png) -63px;
}
.recaptcha-widget #recaptcha_switch_audio_btn {
	background: url(/images/recaptcha_sprite.png) -42px;
}
.recaptcha-widget #recaptcha_switch_img_btn {
	background: url(/images/recaptcha_sprite.png) -21px;
}
.recaptcha-widget #recaptcha_whatsthis_btn {
	background: url(/images/recaptcha_sprite.png);
}
.recaptcha-widget .recaptcha-buttons span {
	position: absolute;
	left: -99999em;
}
.recaptcha-widget.recaptcha_is_showing_audio .recaptcha_only_if_image,
.recaptcha-widget.recaptcha_isnot_showing_audio .recaptcha_only_if_audio {
	display: none !important;
}

.err {}
label.err {
	display: block;
	margin: 5px 0 2px 3px;
	padding: 1px 0 4px 22px;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.3em;
	color: #e5431c;
	background: transparent url(/images/admin/err-arrow.gif) top left no-repeat;
	}
label.err strong {font-weight: bold;}

#map-legend {
	margin-bottom: 4px;
	}
#map-legend-acts {
	font-size: 11px;
	text-align: right;
	}
#map-legend-data {
	margin-bottom: 5px;
	}
.legend-name {
	float: left;
	margin-right: 15px;
	padding: 10px 0 0 37px;
	width: 140px;
	min-height: 27px;
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	}
.legend-pin {
	background-position: left center;
	background-repeat: no-repeat;
	}

.standard {background-image: url('/images/pins/standard.png');}
.rt-red-00 {background-image: url('/images/pins/rt-red-00.png');}
.rt-yellow-00 {background-image: url('/images/pins/rt-yellow-00.png');}
.rt-pink-00 {background-image: url('/images/pins/rt-pink-00.png');}
.a-green {background-image: url('/images/pins/a-green.png');}
.a-red {background-image: url('/images/pins/a-red.png');}
.a-purple {background-image: url('/images/pins/a-purple.png');}
.a-s-green {background-image: url('/images/pins/a-s-green.png');}
.a-s-red {background-image: url('/images/pins/a-s-red.png');}
.bike-related {background-image: url('/images/pins/bike-related.png');}
.construction-related {background-image: url('/images/pins/construction-related.png');}
.fence-related {background-image: url('/images/pins/fence-related.png');}
.fire-related {background-image: url('/images/pins/fire-related.png');}
.flood-related {background-image: url('/images/pins/flood-related.png');}
.geyser-related {background-image: url('/images/pins/geyser-related.png');}
.highway-related {background-image: url('/images/pins/highway-related.png');}
.homeproperty-related {background-image: url('/images/pins/homeproperty-related.png');}
.icyroad-related {background-image: url('/images/pins/icyroad-related.png');}
.info-related {background-image: url('/images/pins/info-related.png');}
.injuryhazard-related {background-image: url('/images/pins/injuryhazard-related.png');}
.landfill2 {background-image: url('/images/pins/landfill2.png');}
.motorcycle-related {background-image: url('/images/pins/motorcycle-related.png');}
.paint-related {background-image: url('/images/pins/paint-related.png');}
.parking-related {background-image: url('/images/pins/parking-related.png');}
.police-related {background-image: url('/images/pins/police-related.png');}
.powerlinepole {background-image: url('/images/pins/powerlinepole.png');}
.powerlinesdown-related {background-image: url('/images/pins/powerlinesdown-related.png');}
.poweroutage-related {background-image: url('/images/pins/poweroutage-related.png');}
.publicsafety-related {background-image: url('/images/pins/publicsafety-related.png');}
.rain-related {background-image: url('/images/pins/rain-related.png');}
.sign-related {background-image: url('/images/pins/sign-related.png');}
.slipfallhazard-related {background-image: url('/images/pins/slipfallhazard-related.png');}
.snow-related {background-image: url('/images/pins/snow-related.png');}
.stoplight-related {background-image: url('/images/pins/stoplight-related.png');}
.trackroad {background-image: url('/images/pins/trackroad.png');}
.train-related {background-image: url('/images/pins/train-related.png');}
.trash-related {background-image: url('/images/pins/trash-related.png');}
.treehazard-related {background-image: url('/images/pins/treehazard-related.png');}
.water-related {background-image: url('/images/pins/water-related.png');}

#map-wrp {
	margin: 1em 0 .5em;
	}
.map-common {
	height: 320px;
	clear: both;
	}

.buble-wrp {}
.buble-issue-main {
	margin: 0;
	font-size: 12px;
	}
	.issue-photo {
		padding-right: 85px;
		}
	.buble-wrp ul, .buble-issue-main ul {
		margin: 0; padding: 0;
		}
		.buble-wrp ul li, .buble-issue-main ul li {
			margin: 0; padding: 0 0 1px 0;
			}
.buble-issue-side {
	float: right;
	}
.buble-head {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	}

.datasubacts {padding-right: 3px;}
.map_pin {
	float: left;
	width: 16px;
	height: 16px;
	text-decoration: none;
	background: transparent url('/images/admin/map-pin.png') center center no-repeat;
	}

.med-badges-cont {}
	.med-badges-cont .no-data {
		font-size:12px;
		}
	.med-badge {
		float: left;
		position: relative;
		margin: 10px 6px 16px;
		width: 140px;
		height: 180px;
		color: #666;
		font-size: 11px;
		}
		.med-badge img {
			padding: 12px;
			width: 115px;
			height: 115px;
			border: 1px solid #e3e3e3;
			}
		.med-badge-name {
			margin: 5px 0 4px;
			font-weight: bold;
			font-size: 12px;
			}

.big-badge-box {}
.big-badge-img {
	float: left;
	width: 326px;
	margin: 10px;
	}
	.big-badge-img img {
		padding: 12px;
		border: 1px solid #e3e3e3;
		}

.big-badge-inf {
	float: left;
	width: 490px;
	margin: 20px 0 0 30px;
	}
	.big-badge-inf h2 {
		font-size: 32px;
		color: #333;
		}
	.big-badge-msg {
		font-size: 18px;
		color: #333;
		}

#newsfeed {clear: both; display: block;}

.left {float: left;}
.right {float: right;}
.map_area {width: 450px; height: 300px;}
.full_width {width: 100%;}
.halfl_width {width: 50%;}
.half_width .tabs {width: 490px;}
.v_overflow {overflow-y: auto; overflow-x: hidden;}

.search-panel .ffrm-fields {float: left; width: 40%;}
.search-panel .info {float: left; width: 60%;}
.search-panel .info dl + dl {float: right;}
.search-panel .info {float: left; width: 100%; padding-top: 10px;}
.search-panel .info .item_inf {width: 48%;}
.search-panel .info .item_inf h3 {clear: both;}
.search-panel .info .item_list h3 {float: left;}
.search-panel .info .item_inf + .item_inf {border-left: 1px solid #d0d0d0; padding-left: 20px;}
.search-panel .item_inf dl {padding-right: 10px; min-height: 120px;}
.search-panel .chartitem {height: 400px; width: 98%; clear: both; margin: 0 auto;}
.search-panel .list {float: left;}
.search-panel .map {float: right; width: 60%; padding-bottom: 25px;}
.search-panel .map + .clearbox {border-bottom: 1px solid #d0d0d0; margin-bottom:5px;}
.search-panel table thead th {
	background-image: url(/images/bg-sort.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-right: 20px;
	}
.search-panel .distance-filter {
	padding-left: 1.0em;
	font-size: 12px;
	margin-top: 0.32em;
	display: inline-block;
	}
.search-panel table td.actcol {
	width: 76px;
	}

.header table td {width: 33%;}
