.content_rhs_item ul.related-link-list li {
	background: none repeat scroll 0 0 transparent;
	width: 177px;
}

/** COMMON LAYOUT LIST STYLE - USE TO CLEAR THE DEFAULT LAYOUT
OF UL LIST AND PREPARE IT TO BE USED AS A LAYOUT TAG **/

ul.layout-list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.layout-list li {
	list-style-type: none;
	display: block;
}

ul.related-link-list li {
	padding: 5px 0px;
	word-wrap: break-word;
}

ul.related-link-list li a {
	text-decoration: underline;
	color: #005CAB !important;
	padding-left: 0;
	/*HCC -125*/
}

ul.list-view li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E2;
}

.content_rhs ul.related-link-list li:hover {
	background: none;
}

.content_rhs_item .text-box-input {
	width: 167px;
}

ul.related-link-list li a:hover {
	text-decoration: none;
}

.grey-bg {
	background: #F0F0F1 no-repeat;
	color: #4D4D4F;
	padding: 15px 10px;
	line-height: 16px;
}

.dark-button {
	border: 0px;
	padding: 5px 6px 4px 6px;
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	background: #4E4E50;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}

.dark-button::-moz-focus-inner {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

*+html input.dark-button {
	overflow: visible;
	height: 16px;
	height: 21px;
}

input.dark-button {
	margin: 0px;
}

.dark-button:hover {
	text-decoration: none;
	background: #6F6F71;
	color: #fff;
}

.yoursayitem {
	border-bottom: 1px solid #E0E0E0;
	width: 550px;
	/** site.css **/
}

.yoursayitem a, .yoursayitem a:visited, .yoursayitem a:link {
	text-decoration: none;
}

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

.yoursayitem.last-item {
	border: 0px;
}

.closed-online-consultation-wrap {
	background: #F2FCFE;
	padding: 15px 20px 20px 20px;
}

.closed-online-consultation-wrap .yoursayitem {
	width: 510px;
}

.box-header {
	width: 165px;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	padding: 7px 15px 6px 15px;
	background: linear-gradient(#0094cf, #0067ba);
	border-radius: 6px 6px 0 0;
}

.blue-bg {
	background: #F1F9FC;
	padding: 10px;
}

.content_rhs_item_blue {
	margin-bottom: 10px;
}

/** WN TABS **/

a.wn-tab-button, a.wn-tab-button:visited, a.wn-tab-button:link {
	display: block;
	background: url("tab-bg.gif") right no-repeat #F8F8F8;
	padding: 12px 30px 7px 20px;
	color: #333;
	line-height: 16px;
	font-size: 12px;
	text-decoration: none;
	float: left;
	position: relative;
	margin-right: 1px;
}

a.wn-tab-button span {
	background: url("tab-bg.gif") left no-repeat #F8F8F8;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 5px;
}

a.wn-tab-button:focus {
	outline: invert dotted thin;
}

/*HCC-95*/

a.wn-tab-button.active {
	background: url("tab-bg-active.gif") right no-repeat #F0F0F2;
	font-size: 14px;
	padding: 10px 25px 9px 20px;
}

/*HCC-95*/

a.wn-tab-button.active span {
	background: url("tab-bg-active.gif") left no-repeat #F0F0F2;
}

.wn-tab-content {
	background: #F0F0F2;
	padding: 20px;
}

/*  NO JS STYLING */

.wn-tab-content.no-js-element {
	padding: 0px;
	background: none;
}

/** END WN TAB JQUERY PLUGIN STYLE SHEET **/

ul.list-view.discussion-list-view li {
	background: url("icon-discuss.png") left 3px no-repeat;
	padding-left: 50px;
}

ul.list-view.discussion-list-view li a, ul.list-view.discussion-list-view li a:visited, ul.list-view.discussion-list-view li a:link {
	text-decoration: none;
	font-weight: bold;
}

ul.list-view.discussion-list-view li a:hover {
	text-decoration: underline;
}

ul.list-view.discussion-list-view .discussion-closing {
	font-style: italic;
	color: #7E7E80;
}

.button {
	background: url("button-bg.png") left top no-repeat;
	color: #fff;
	text-decoration: none !important;
	position: relative;
	padding: 7px 8px 7px 10px;
	line-height: 16px;
	font-weight: bold;
}

.button span {
	background: url("button-bg.png") right top no-repeat;
	position: absolute;
	height: 100%;
	width: 2px;
	right: -2px;
	top: 0px;
}

.button:hover, .button:focus {
	background: url("button-bg-hover.png") left top no-repeat;
	color: #fff;
}

.button:hover span, .button:focus span {
	background: url("button-bg-hover.png") right top no-repeat;
}

/* GALLERY */

.side-bar-gallery .wnGallery {
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
	position: relative;
	width: 175px;
}

.side-bar-gallery .wnGallery img {
	width: 175px;
}

.side-bar-gallery .button-rotate-control {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 8px;
	height: 11px;
}

.side-bar-gallery .button-rotate-control.icon-pause {
	background: url("pause.gif") no-repeat;
}

.side-bar-gallery .button-rotate-control.icon-play {
	background: url("play.gif") no-repeat;
}

.button-rotate-control {
	display: none;
}

table.form-table {
	border-collapse: collapse;
	border: 1px solid #BDBCC1;
}

table.form-table td {
	background: #F2F2F2;
}

table.form-table th {
	background: url("table-header-blue-bg.gif") top left repeat-x #005AAD;
	color: #fff;
}

table.form-table td, table.form-table th {
	border: 1px solid #BDBCC1;
	padding: 8px;
}

.RadCaptcha {
	padding-right: 10px;
	position: relative;
}

.RadCaptcha p {
	margin: 0;
}

.rcRefreshImage {
	left: 0;
	position: absolute;
	top: 50px;
}

.rcCaptchaAudioLink {
	left: 210px;
	position: absolute;
	top: 0;
}

.RadCaptcha label {
	left: 0;
	position: absolute;
	top: 75px;
}

.RadCaptcha input {
	margin-top: 40px;
	margin-bottom: 10px;
	width: auto;
}

.form_container {}

.poll_form .form_container .form_graph {
	overflow: hidden;
	width: 175px;
}

.poll_form .RadChart>img {
	overflow: hidden;
	width: 174px;
}

.form_container .field_row {
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*border-bottom: 1px dashed #ccc;*/
}

.form_container .field_row.label_row {}

.form_container .field_row:after {
	content: "";
	display: table;
	clear: both;
	zoom: 1;
}

.form_container div.field table tbody tr td input[type="text"] {
	margin-right: 10px;
}

* html .field_row {
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */

*+html .field_row {
	min-height: 1%;
}

.form_container .textbox_row .field input, .form_container .textarea_row .field textarea {
	width: 318px;
	border: 1px solid #ACADB2;
	padding: 6px 5px;
	margin: 0px;
	line-height: 16px;
}

.form_container .field table input[type='text'] {
	width: auto !important;
}

.form_container .rank_row .field table input {
	border: 1px solid #ACADB2;
	margin: 0px;
	padding: 5px;
	width: 99px !important;
}

.form_container .field textarea {
	height: 60px;
}

.form_container .field select {
	width: 330px;
	height: 30px;
}

.ie7 .form_container .field select {
	padding: 4px;
}

.form_container .field table, .form_container .checkbox_row .field table, .form_container .matrix_row .field table, .form_container .rank_row .field table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.form_container .captcha_row {
	border-top: 1px solid #D9D9D9;
	padding-top: 20px;
}

.pickerWrapper_Default table td {
	padding: 0px!important;
}

.form_container .field div table td {
	border: 0px;
	padding: auto;
}

.form_container .label {
	float: left;
	width: 175px;
	padding: 5px 0px;
}

.form_container .field {
	float: left;
	width: 175px;
}

.col-main .form_container .field {
	width: 460px;
}

.form_container .checkbox_row .field table td, .form_container .matrix_row .field table td, .form_container .rank_row .field table td {
	border: 0px;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}

.form_container .matrix_row .field table td, .form_container .rank_row .field table td {
	text-align: center;
}

.form_container .checkbox_row .field table td input {
	margin: 0px 4px 0px 0px;
	vertical-align: middle;
}

.form_container .checkbox_row .field table td label {
	vertical-align: middle;
}

.form_container .inputCell input {
	border: 1px solid #ACADB2 !important;
	padding: 6px 5px;
}

.form_container .radPopupImage_Default {
	/*position:relative;*/
	position: relative;
	/*top: 4px;*/
	left: 15px;
}

.form_container .matrix_row .field table {
	border-collapse: collapse;
}

.form_container .matrix_row .field table th {
	background: #F1F1F1;
	border-bottom: 1px solid #E5E5E5;
	color: #333;
	font-weight: normal;
}

.form_container .matrix_row .field table td {
	border-bottom: 1px solid #f3f3f3;
}

/* submit button */

.form_container .submit_row {
	border-bottom: 0px;
}

.form_container .submit_row input {
	border: 0px;
	padding: 6px;
	font-size: 12px;
	color: #FFF;
	line-height: 12px;
	background: #4E4E50;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

*+html .form_container .submit_row input {
	overflow: visible;
	height: 16px;
	height: 21px;
}

.form_container .submit_row input:hover {
	text-decoration: none;
	background: #6F6F71;
	color: #fff;
}

/*HCC-95 ie7fix*/

*+html #tab-menu {
	background-color: #F0F0F2;
}

*+html #tab-menu-tabs-menu-wrap {
	background-color: #FFFFFF;
}

/*HCC-95 ie7fix*/

/*HCC-106 merge two panels to one*/

.pop-up-wrap a.dark-button {
	padding-bottom: 5px;
	padding-top: 7px;
}

.pop-up-wrap .pop-up-header {
	color: #F6F9F0;
	height: 17px;
	line-height: 16px;
	margin-bottom: 0px;
	padding: 6px 14px;
	font-size: 16px;
	font-weight: bold;
	/* background: url(/files/templates/52e1913d-e642-47fa-bc42-f87814d92b60/a9ae30e5-d3e0-4713-911c-f6c099025d04/rhs_green.gif) left top repeat-x; */
	background: linear-gradient(#8cc63e, #7db72f, #558f07);
}

.pop-up-wrap .form-control-wrap {
	margin: 10px;
	background: #F2F2F2;
	border: 1px solid #BDBDBF;
}

.pop-up-wrap .form-control-wrap .form-row {
	border-bottom: 1px solid #BDBDBF;
	border-top: 1px solid #BDBDBF;
	line-height: 1.5em;
	padding: 10px 9px 15px;
}

.pop-up-wrap .form-control-wrap .form-row label {
	display: block;
	margin-bottom: 10px;
}

.pop-up-wrap .form-control-wrap .form-row textarea {
	width: 355px;
	border: 1px solid #737373;
	padding: 7px;
	height: 70px;
}

.pop-up-wrap .form-control-wrap .form-row .text-box-input {
	width: 355px;
	border: 1px solid #737373;
	padding: 3px 5px;
}

.comment-list-wrap .grey-text {
	color: #B1B1B1;
}

.pop-up-wrap ul.error {
	margin-top: 10px;
}

.pop-up-wrap ul.error li {
	padding: 2px 0px;
}

.pop-up-wrap input, .pop-up-wrap textarea, .pop-up-wrap select {
	font-family: Arial;
}

.pop-up-wrap .body-title {
	color: #0059AD;
	margin: 20px 10px 15px 10px;
	font-weight: bold;
	font-size: 1.35em;
}

.extra-info-wrap label {
	margin-top: 5px;
	margin-left: 10px;
	width: 160px;
}

.extra-info-wrap select {
	width: 200px;
}

.form-row input.text-box-input-small {
	margin: 0px;
	width: 195px;
}

/*End of HCC-106*/