
/*
-----------------------------------------------------------------
ELEMENTS
-----------------------------------------------------------------
*/

img.imgLeft {
	padding: 0;
	margin: 0 0 5px 0;
}

img.stack, div.stack {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
}

img.img_border {
	border: 1px solid #AAA;
	padding: 2px;
}

a.option:link .img_border {
	cursor: pointer;
	border: 1px solid #AAA;
}

a.option:hover .img_border {
	cursor: pointer;
	border: 1px solid crimson;
}

img.block {
	padding: 0;
	margin: 0;
}

h1.title {
	display: none;
}

img {
	behavior: url(iepngfix.htc); 
}


#SearchForm_SearchForm fieldset {
	border: 0;	
	padding: 0;
	margin: 0;
}

#SearchForm_SearchForm legend {
	display: none;
	padding: 0;
	margin: 0;
}

/*
-----------------------------------------------------------------
TOP MENU
-----------------------------------------------------------------
*/

#nav {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding: 0;
	margin: 0 0 2px 0;
	width: 100%;
	background: #be1c2d;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0;
}

#nav li a {
	float: left;
	text-decoration: none;
	padding: 6px 11px 6px 11px;
	color: #FFF;
	background: #be1c2d;
}

#nav li a.link:hover {
	padding: 6px 11px 3px 11px;
	border-bottom:solid 3px #F1BAC0;
}

#nav li a.section {
	background: #D84052;
}

#nav li a.section:hover {

}

#nav li a.current {
	background: #D84052;
}

#nav li a.current:hover {

}





/*  
-----------------------------------------------------------------
IDs
-----------------------------------------------------------------
*/

#header a {
	background: none;
}

#header img {
	display: inline;
	float: left;
	overflow: none;
	padding: 0;
	margin: 0;
}

#header img.header_img {
	padding: 0;
	margin: 0 0 0 5px;
}

#breadcrumbs .copy {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

#breadcrumbs a {
	text-decoration: none;
	color: #016CB0;
}

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #be1c2d;
	text-decoration: none;
}


/*
COL MAIN
-----------------------------------------------------------------
*/

#colMain .banner {
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background: #DDD;
}

#colMain h2 {
	color: #FFF;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 6px 0 0 10px;
	height: 24px;
	background: #286083;
}

#colMain h3.col_left {
	margin-right: 0;
}

#colMain h3.col_right {
	margin-left: 0;
}

#colMain .item_row {
	margin: 0;
}

#colMain .left_col {
	margin: 0 10px 0 10px;
}

#colMain .right_col {
	margin: 0 10px 0 10px;
}

#colMain .item_row h4 {
	color: TITLE_COLOR;
	margin: 0 0 10px 0;
}


/*
COL CENTER
-----------------------------------------------------------------
*/

#colCenter h2 {
	color: #FFF;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 6px 0 0 10px;
	height: 24px;
	background: #286083;
}

#colCenter h3.col_left {
	margin-right: 0;
}

#colCenter h3.col_right {
	margin-left: 0;
}

#colCenter .item_row {
	margin: 0;
}

#colCenter .left_col {
	margin: 0 10px 0 10px;
}

#colCenter .right_col {
	margin: 0 10px 0 10px;
}

#colCenter .item_row h4 {
	color: TITLE_COLOR;
	margin: 0 0 10px 0;
}


/*
FOOTER
-----------------------------------------------------------------
*/

#footer .footerContainer {
	width: 590px;
	padding: 0;
	margin: 0 auto;
}

#footer .footerLogo {
	float: left;
	height: 23px;
	padding: 0;
	margin: 0 15px 0 0;
}

#footer .pContainer {
	float: left;
	padding: 0 0 0 15px;
	border-left: 1px solid #999;
}

#footer p {
	cursor: text;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
	line-height: 13px;
	text-align: left;
}

#footer a {
  color: #444444;
  text-decoration: none;
  padding: 0;
  background: none;
}

#footer a:hover {
  text-decoration: underline;
}

#podFooter {
	clear: both;
	width: 160px;
	padding: 0;
	margin: 0 0 5px 0;
}

#contentFooter {
	clear: both;
	width: auto;
	height: 60px;
	padding: 0;
	margin: 0 0 10px 0;
	background: #FFF;
}


/*
-----------------------------------------------------------------
CLASSES
-----------------------------------------------------------------
*/


/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 


img.left{
	float:left;
	margin:0 10px 10px 0;
}

img.leftAlone{
	text-align:left;
}

img.right{
	float:right;
	margin:0 0 10px 10px;
}

img.center{
	display:block;
	margin:0 auto;
	text-align:center;
	float:none;
}

.padding-1{
	padding: 1px;
}

.padding-3{
	padding: 3px;
}

.padding-5{
	padding: 5px;
}

.padding{
	padding:10px 10px 0 10px;
}

img.product{
	border:solid 11px #DEDEDE;
	float:right;
	display:inline;
	margin:0 0 10px 10px;
}

.pointer {
	cursor: pointer;	
}


/*
---------- POD -------------------------------------------------------------------------------------
*/ 

.pod {
	display: block;
	float: left;
	padding: 0;
	margin-bottom: 5px;
}

.pod.hover_class {
	width: 490px;
	padding: 0;
	margin: 0 0 5px 0;
}

.pod.class_1a {
	color: #444444;
	background: #EEE;
}

.pod.class_1a p {
	color: #444444;
}

.pod.class_1b {
	color: #444444;
	background: #FFF;
}

.pod.class_1b p {
	color: #444444;
}

.pod.class_2 {
	color: #444444;
	background: #e6e6e6;
}

.pod.class_2 p {
	color: #444444;
}

.pod.class_3 {
	color: #444444;
	background: #c6d4e1;
}

.pod.class_3 p {
	color: #444444;
}

.pod .podrow {
	display: block;
	float: left;
	width: 100%;
	padding: 0 0 7px 0;
	margin: 0;
}

.pod img {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	border: 1px solid #FFF;
}

.pod img.noborder {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	border: 0 solid #FFF;
}

.pod h3 {
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0 solid red;
}

.pod h4 {
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0 solid red;
}

.pod p {
	display: block;
	line-height: 18px;
	padding: 0;
	margin: 0 0 0 0;
	border: 0 solid red;
}

.pod .heading {
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border: 0 solid red;
}

.pod .details {
	display: inline;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	padding: 0;
	margin: 0;
	border: 0 solid red;
}

.footer_text {
	float: right;
	display: inline;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	margin: 0 10px 0 0;
	padding: 0;
}

.footer_text img {
	margin: 0 5px 0 0;
	padding: 0;
	border: 0 solid red;
}

/*
------------------------------------------------------------------
START BLOCK LINKS
------------------------------------------------------------------

Block link base
------------------------------------------------------------------
*/
a.block_link {
	float: left;
	line-height: 14px;
	width: 480px;
	padding: 5px 5px 0 5px;
	margin: 0;
	text-decoration: none;
	background: none;
}

	a.block_link:hover {
		cursor: pointer;
		text-decoration: none;
	}
	
	a.block_link:hover p {

	}
	
	a.block_link:hover .hr_thin_light {
		display: block;
		width: 480px;
		height: 1px;
		margin: 0 0 7px 0;
	}

/*
Block link 1
------------------------------------------------------------------
*/
a.block_link_1{
	color: #444444;
}

	a.block_link_1:hover,
	a.block_link_1:hover h4,
	.block_link_1-hover 
	{
		color: #FFF;
		background: #286083;
	}
	
	a.block_link_1:hover p{
		color: #FFF;
	}
	
	a.block_link_1:hover .hr_thin_light {
		border-bottom: 1px solid #FFF;
	}


/*
Block link 2
------------------------------------------------------------------
*/
a.block_link_2 {
	color: #444444;
}

	a.block_link_2:hover,
	a.block_link_2:hover h4,
	.block_link_2-hover{
		color: #FFF;
		background: #286083;
	}
	
	a.block_link_2:hover p {
		color: #FFF;
	}
	
	a.block_link_2:hover .hr_thin_light {
		border-bottom: 1px solid #FFF;
	}

/*
Block link 3
------------------------------------------------------------------
*/
a.block_link_3 {
	color: #444444;
}

	a.block_link_3:hover,
	a.block_link_3:hover h4{
		color: #FFF;
		background: #286083;
	}
	
	a.block_link_3:hover p {
		color: #FFF;
	}
	
	a.block_link_3:hover .hr_thin_light {
		border-bottom: 1px solid #FFF;
	}

/*
------------------------------------------------------------------
END BLOCK LINKS
------------------------------------------------------------------
*/
	
.podFooter {
	display: block;
	overflow: auto;
	width: 480px;
	padding: 0;
	background: #286083;
}

.podFooter p {
	text-align: right;
}


/*
----------------------------------------------------------------------------------------------------
*/ 

.hidden {
	display: none;
}

.pageTitle {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}

.breadcrumb {
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
}

.float {
	float: left;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

img.floatLeft {
	float: left;
	margin: 0 10px 0 0;
}

img.floatRight {
	float: right;
}

.checkBlock {
	padding: 0;
	margin: 0 0 5px 0;
	color: #444444;
	font-weight: bold;
}

.clear {
	clear: both;
}

.copy, p.copy {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0;
}

.indicator {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.display_title {
	color: #888;
	padding: 10px 0 10px 0;
	background: none;
}

.hr_solid {
	height: 15px;
	border-bottom: 1px solid #CCC;
}

.hr_thin {
	height: 1px;
	border-bottom: 1px solid #CCC;
	margin: 10px 0 10px 0;
}

.hr_thin_light {
	display: block;
	width: 480px;
	height: 1px;
	border-bottom: 1px solid #999;
	margin: 0 0 7px 0;
}

.info_name {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000;
	background: none;
	font-style: normal;
}

.info_success {
	display: block;
	color: #456b3b;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 3px 5px 25px;
	margin: 0 0 2px 0;
	background: #e5ffde url(../../listings/images/success.png) 5px 4px no-repeat;
	border: 1px solid #5aac44;
}

.info_alert {
	display: block;
	color: #be1c2d;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 3px 5px 25px;
	margin: 0 0 2px 0;
	background: #fdeaec url(../../listings/images/warning.png) 5px 4px no-repeat;
	border: 1px solid #be1c2d;
}

.info_standout {
	color: crimson;
	font-size: 11px;
	font-weight: normal;
	padding: 0 4px 2px 4px;
	margin: 0;
	background: #FFF;
}

.info_error {
	display: block;
	color: #be1c2d;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 3px 5px 25px;
	margin: 0 0 2px 0;
	background: #fdeaec url(../../listings/images/warning.png) 5px 4px no-repeat;
	border: 1px solid #be1c2d;
}

.info_warning {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	background: #be1c2d;
}

.info_hilite {
	display: inline-block;
	color: #000;
	font-size: 11px;
	padding: 0 2px 0 2px;
	line-height: 14px;
	background: #EEE;
	/*
	opacity: .5;
	-moz-opacity:.50;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	*/
}

.info_status {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 3px 20px 3px 20px;
	background: #be1c2d;
}

.info_indicator {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 5px 0 0 0;
	background: #DDD;
}

.info_title {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	font-size: 11px;
	background: #FFF;
	padding: 0 5px 2px 5px;
}

.info_inline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	font-size: 11px;
	padding: 0 5px 2px 5px;
}

.flag-case-1 {
	color: #FFF;
	background: #d6394b;
}

.flag-case-2 {
	color: #333;
	background: #95dd81;
}

.info-case-1 {
	color: #000;
	background: #fdeaec;
	
	border: 1px solid #be1c2d;
}

.info-case-2 {
	color: #000;
	background: #e5ffde;
	border: 1px solid #5aac44;
}

.info-case-3 {
	color: #000;
	background: #e1e3fe;
	border: 1px solid #5c62a7;
}

.required,
.validation
{
	color:crimson;
	display: inline;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 5px;
	margin: 0;
	margin-left: 115px;
}

.alert {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: crimson;
}

.alert_alt {
	display: inline;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

.success {
	padding: 1px 0 1px 0;
	background: #509366;
	border-top: 1px solid #509366;
	border-bottom: 1px solid #509366;
}

.top, div.top {
	margin: 10px 0 0 0;
}

.left, div.left {
	margin: 0 0 0 10px;
}

.homeMenu {
	border: 1px solid #444444;
}

.dashed-outline {
	border: 1px dashed #003e7e;
	padding: 5px;
}

a.icon:link, a.icon:visited, a.icon:active {
	background:transparent none repeat scroll 0 0;
	display:block;
	height:16px;
	overflow:auto;
	padding:2px;
	width:16px;
}

.actions-bar {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	line-height: 28px;
	background: #DDD;	
	overflow: auto;
}

.actions-bar img {
	float: left;
	margin: 2px 5px 2px 5px;
}

.actions-bar a:link, .actions-bar a:active, .actions-bar a:visited {
	float: left;
	margin: 2px 5px 2px 5px;
	text-decoration: none;	
}

.actions-bar a:hover {
	text-decoration: underline;
	background: none;
}

/*
-----------------------------------------------------------------
PAGINATION
-----------------------------------------------------------------
*/

a.paginate-off, a.paginate-off:active {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

a.paginate-off:hover {
	color: #FFF;
	text-decoration: underline;
}

a.paginate, a.paginate:active {
	color: #286083;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

a.paginate:hover {
	color: #d84052;
}

.paginate_title {
	color: #286083;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.paginate_active {
	color: #286083;
	font-size: 18px;
	font-weight: normal;
}

.pagination {
	margin: 5px 0 5px 0;
	padding: 0;
	background: #e7edf7;
}


/*
-----------------------------------------------------------------
FORMS
-----------------------------------------------------------------
*/

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

input.text {
	width: 180px;
	padding: 2px;
	background: #FFF !important;
	border: 1px solid #7383a4;
}

input.textField_digit {
	width: 20px;
	padding: 2px;
	border: 1px solid #CCC;
}

input.textField_short {
	width: 150px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}

input.textField_contact {
	display: block;
	width: 200px;
	padding: 2px;
	margin: 0;
	border: 1px solid #CCC;
}

input.textField_wide {
	display: inline;
	width: 180px;
	padding: 2px;
	margin: 0;
	border: 1px solid #6a7792;
}

input.searchField {
	display: inline;
	float: left;
	width: 150px;
	height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
	margin: 6px 5px 0 25px;
	border: 1px solid #6a7792;
	background: #FFF;
}

input.button-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

input.loginButton {
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
}

input.search-button, input.action {
	display: inline;
	float: left;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left repeat-x;
}

input.search-button:hover, input.action:hover {
	background: url(../../listings/images/button_square_alt.jpg) top left repeat-x;
}

input.contact-button {
	display: inline;
	float: left;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 5px 0 0 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left repeat-x;
}

input.contact-button:hover {
	background: url(../../listings/images/button_square_alt.jpg) top left repeat-x;
}

input.login-button {
	width: 133px;
	height: 20px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 5px 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square_b.jpg) top left repeat-x;
}

input.login-button:hover {
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square_b_alt.jpg) top left repeat-x;
}


/*
LOGIN BOX
------------------------------------------------------
*/
fieldset.login-box {
	display: block;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
	border: 0 solid #AAA;
	background: #FFF;
}

fieldset.login-box .login-box-title {
	display: block;
	width: 448px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 3px 3px 3px 3px;
	border: 0 solid #286083;
	background: #286083;
}

fieldset.login-box label {
	float: left;
	width: 110px;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	padding: 5px 0 0 5px;
	margin: 5px 0 5px 0;
}

input.login-box-field {
	font-family: Arial;
	display: inline;
	width: 200px;
	height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 5px 0 5px 0;
	border: 1px solid #7383a4;
	background: #FFF;
	
	
}



/*
LOGIN BAR
------------------------------------------------------
*/


.login-bar {
	float: right;
	width: 490px;
	margin: 5px 0 0 0;
	padding: 2px 5px 0 0;
	border-bottom: 0 solid #FFF;
	background: #FFF;
}

.login-bar a.subtext {
	font-size: 11px;
	font-weight: normal;
	color: #003E7E;
	float: right;
	text-decoration: underline;
	padding: 2px 10px 2px 0;
}

.login-bar a.subtext:hover {
	color: #003E7E;
	text-decoration: none;
}


/*
SESSION BARS
------------------------------------------------------
*/
.session-bar {
	display: block;
	height: 20px;
	clear: both;
	margin: 0 0 15px 0;
	padding: 1px 3px 1px 3px;
	border-bottom: 0 solid #FFF;
	background: #444444;
}

.session-bar .session-bar-title {
	display: inline;
	float: left;
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin: 0;
	padding: 2px 0 2px 5px;
	border: 0 solid #7383a4;
	/*background: #509366 ;*/
}

input.session-bar-button {
	display: inline;
	float: right;
	width: 80px;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.session-bar a.subtext {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	float: right;
	text-decoration: underline;
	padding: 2px 10px 2px 0;
}

.session-bar a.subtext:hover {
	color: #FFF;
	text-decoration: none;
}

.session-bar2 {
	color: #003E7E;
	height: 16px;
	margin: 0 0 5px 0;
	padding: 2px 0 2px 3px;
	border: 0 solid #7383a4;
	background: #FFF;
}

.session-bar2 a.subtext {
	font-size: 11px;
	font-weight: normal;
	color: #003E7E;
	float: right;
	text-decoration: underline;
	padding: 2px 10px 2px 0;
}

.session-bar2 a.subtext:hover {
	color: #003E7E;
	text-decoration: none;
}

#msg-block {
	margin: 0 0 5px 0;
	padding: 0;
}

/*
FORMS LAYOUT
------------------------------------------------------
*/
fieldset.registration {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0 solid #7383a4;
	background: #FFF;
}

.field-block {
	display: block;
	overflow: auto;
	padding: 4px 3px 5px 3px;
	margin: 0 0 2px 0;
	background: #EEE;
}

.field-block-hidden {
	display: none;
}

.block-required {
	background: #EEE;
}

.status-block {
	display: block;
	color: #FFF;
	overflow: auto;
	padding: 4px 3px 5px 3px;
	margin: 0 0 2px 0;
	background: #D6394B;
}

.button-block {
	display: block;
	height: 18px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	background: #DDD;
}

.section-marker {
	width: 100%;
	height: 5px;
	padding: 0;
	margin: 0;
	border: 0 solid #FFF;
	background: #CACFDA ;
}

.voucher-template-block {
	display: block;
	overflow: auto;
	height: 150px;
	padding: 5px 10px 15px 10px;
	margin: 0 0 0 0;
	background: #EEE;
}

.voucher-template-footer{
	postition: absolute;
	display: block;
	height: 18px;
	padding: 5px 5px 10px 5px;
	margin: 2px 0 0 0;
	background: #DDD;
}

.content-footer{
	postition: absolute;
	display: block;
	height: 18px;
	padding: 5px 5px 10px 5px;
	margin: 2px 0 0 0;
	background: #DDD;
}

label.form-label {
	float: left;
	width: 110px;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	padding: 5px 0 0 5px;
	margin: 0;
}

label.status-label {
	float: left;
	width: 110px;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding: 5px 0 0 5px;
	margin: 0;
}

input.form-field {
	font-family: Arial;
	display: inline;
	width: 200px;
	height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: -2px 0 0 0;
	border: 1px solid #7383a4;
	background: #FFF;
}

input.required {
	border: 1px solid #286083;
	background: #FFF !important;
}

input.active {
	border: 1px solid #d15f5f;
	background: #FFF;
}

input.form-field-disabled {
	display: inline;
	width: 200px;
	height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: -2px 0 0 0;
	border: 1px solid #7383a4;
	background: #EEE;
}

input.form-field2 {
	width: 250px;
}

input.form-file {
	display: inline;
	width: 200px;
	height: 20px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 2px 0 5px 0;
}

.margin-left-5 {
	margin-left: 5px;
}

.margin-right-5 {
	margin-right: 5px;
}

input.form-button {
	display: inline;
	width: 100px;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 5px;
}

input.click-button {
	display: inline;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left no-repeat;
}

input.click-button:hover {
	display: inline;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square_alt.jpg) top left no-repeat;
}


/*
Regular submit button
--------------------------------------------------------
*/
input.submit-button {
	display: inline;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left no-repeat;
}

input.submit-button:hover {
	display: inline;
	width: 98px;
	height: 23px;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square_alt.jpg) top left no-repeat;
}

input.submit-button-disabled {
	display: inline;
	width: 98px;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 5px;
	border: 0 solid #FFF;
	background: url(../../listings/images/button_square.jpg) top left no-repeat;
}


/*
Wide submit button
--------------------------------------------------------
*/
input.submit-button-b {
	width: 140px;
	background: url(../../listings/images/button_square_b.jpg) top left no-repeat;
}

input.submit-button-b:hover {
	width: 140px;
	background: url(../../listings/images/button_square_b_alt.jpg) top left no-repeat;
}

input.submit-button-b-disabled {
	width: 140px;
	background: url(../../listings/images/button_square_b.jpg) top left no-repeat;
}

textarea {
	width: 280px;
	border: 1px solid #7383a4;
}

textarea.form-field {
	width: 330px;
	height: 200px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 0;
	border: 1px solid #7383a4;
	background: #FFF;
}

textarea.form-field2 {
	width: 330px;
	height: 100px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 0;
	border: 1px solid #7383a4;
	background: #FFF;
}

textarea.form-field3 {
	width: 250px;
	height: 45px;
}

select.form-field {
	display: inline;
	width: 155px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 2px 0 0 0;
	border: 1px solid #7383a4;
	background: #FFF;
}

select.form-field-disabled {
	display: inline;
	width: 155px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding: 0;
	margin: 2px 0 0 0;
	border: 1px solid #7383a4;
	background: #EEE;
}

select.form-field2 {
	display: inline;
	width: 55px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 2px 0 0 0;
	border: 1px solid #7383a4;
	background: #FFF;
}

select.form-field3 {
	font-family: Arial;
	width: 250px;
	height: 300px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 0;
	border: 1px solid #7383a4;
	background: #FFF;
}

select.required {
	border: 1px solid #286083;
	background: #FFF;
}

select.active {
	border: 1px solid #D15F5F;
	background: #FFF;
}

select.form-field4 {
	width: 255px;
}

input.form_radio {
	float: left;
	width: 13px;
	height: 13px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 3px 0 0 0;
}

.radio-label {
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #4b5e84;
	padding: 0;
	margin: 3px 50px 0 5px;
}

.section-heading {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 3px 3px 10px;
	margin: 0;
	background: #547b94;
}

.section-notes {
	font-size: 11px;
	line-height: 18px;
	color: #444444;
	margin: 0;
	padding: 5px 10px 5px 10px;
	background: #EEE;
	border-top: 0 dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.notes-heading {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	padding: 3px 3px 3px 10px;
	margin: 0;
	background: #DDD;
}

.grid-block {
	width: 100%;
	overflow: auto;
	padding: 0;
	margin: 0 0 1px 0;
}

.grid-heading {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	margin: 0;
	background: #286083;
}


.grid-heading.add-user{
	background: #dacaca;
}

.grid-heading.login-as-user{
	background: #ccdaca;
}

.grid-label {
	float: left;
	width: 170px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	padding: 5px 5px 5px 10px;
	margin: 0;
	background: #FFF;
}

.grid-field {
	float: left;
	width: 295px;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	padding: 5px;
	margin: 0;
	border: 0 solid #7383a4;
	background: #EEE;
}

.grid-field p {
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}

.grid-field2 {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 1px 2px 1px 2px;
	margin: 0;
	border: 0 solid #7383a4;
}

#show_template {
	position: absolute;
	width: 448px;
	height: 141px;
	margin: 10px 0 5px 0;
}

	#template_title {
		position: relative;
		font-size: 13pt;
		color: #FFF;
		line-height: 15pt;
		width: 300px;
		margin: 8px 0 0 8px;
	}
	
	#template_address {
		position: relative;
		font-size: 9pt;
		line-height: 11pt;
		color: #FFF;
		width: 300px;
		margin: 0 0 0 8px;
	}
	
	#template_offer {
		position: relative;
		font-size: 15pt;
		color: #FFF;
		line-height: 17pt;
		width: 300px;
		margin: 5px 0 0 8px;
	}
	
	#template_conditions {
		position: absolute;
		bottom: 5px;
		font-size: 7pt;
		color: #FFF;
		width: 300px;
		margin-left: 5px;
	}

.template-dashed-outline {
	border: 1px dashed #003E7E;
}

/*
------------------------------------------------------
*/

a.subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #286083;
	padding: 0 0 5px 0;
	margin: 0;
	background: none;
	text-decoration: underline;
}

a.subtext:hover {
	color: #286083;
	text-decoration: none;
}

input.checkbox {
	padding: 0;
	margin: 0;
}

input.file_upload {
	width: 180px;
	padding: 2px;
}

input.submit_button {
	width: 120px;
}

input.submit_button_short {
	width: 100px;
	height: 25px;
}

textarea.text_wide {
	display: block;
	width: 100%;
	height: 250px;
	padding: 2px;
	border: 1px solid #CCC;
}

textarea.text_contact {
	display: block;
	width: 250px;
	height: 100px;
	padding: 2px;
	border: 1px solid #CCC;
}

select.selectField {
	width: 126px;
	padding: 2px;
	border: 1px solid #CCC;
}

select.selectField_wide {
	width: 186px;
	padding: 0;
	border: 1px solid #CCC;
}


/*
ACCORDIAN
------------------------------------------------------
*/
.vertical_container {
	background-color: #ebebeb;
}

.accordion_toggle {
	display: block;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border-top: 1px solid #FFF;
	cursor: default;
	margin:0px;
	overflow: hidden;
	background: #286083;
}

.accordion_content {
	background-color: #FFFFFF;
	color: #000;
}

	.accordion_content {
		color: #0099FF;
        font-size: 14px;
        background-color: #f3f2f2;
	}
	
  
  
  
  /*
BLOG COMMENT FORM
------------------------------------------------------
*/

.blogEntry #Name, .blogEntry #Comment {
	display: block;
	width: 150px;
}

.blogEntry textarea {
	border: 1px solid #d0d0d0;
	margin: 0px 0px 0px 15px;
	width: 300px;
}

.blogEntry fieldset {
	border: 1px solid #d0d0d0;
}

.blogEntry .action {
	margin: 10px;	
}

#PageComments_holder {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#PageComments_holder ul {
	padding: 0px;
	margin: 0px;
	display: block;
	float: left;
	width: 95%;
}

#PageComments_holder li {
	list-style: none;
	padding: 10px 10px 10px 20px;
	margin: 0px;
	display: block;
	float: left;
	width: 100%;
}

#PageComments li.odd {
	background-color: #e1e1e1;
	color: #333;
	border-bottom: 2px solid #A1A1A1;
}

#PageComments li.even {
	background-color: #ebebeb;
	border-bottom: 2px solid #A1A1A1;
}

#PageComments_holder .middleColumn input,
#PageComments_holder .middleColumn textarea,
#PageComments_holder label {
	margin: 0px;
	margin-top: 5px;
}

#PageComments_holder .middleColumn input {
	width: 150px;
}

#PageComments_holder .middleColumn textarea {
	width: 450px;
	height: 150px;
}
  
.field {
	display:inline;
	float:left;
	margin-top:5px;
	width:100%;
}

label {
	color:#000000;
	float:left;
	padding:3px 10px 0 0;
	text-align:left;
	width:100px;
}
	
	div.field.text {
		float: left;
		/*width: 100%;*/
	}
	
	p.commentEditLinks {
		float: left;	
	}
	
	#CommentsRSSFeed {
		float: left;
		margin-top: 10px;
	}
  
	.recaptcha {
		margin-left: 120px;
	}
  
  div.Actions {
  	float: left;
    width: 100%;
    margin-bottom: 10px;
	margin-left: 125px;
  }
  
  	  div.Actions input {
		margin-right: 5px;
	  }
	
	.CommentHolder #PageComments li ul.actionLinks {
		float: left;
		padding: 5px;
		margin: 0px;
		width: 95%;
		border: 2px solid #a1a1a1;
		background: #E3F4FC;
	}
	
	.CommentHolder #PageComments li ul.actionLinks li {
		padding: 0px;
		margin: 0px;
		border: none;
		width: 150px;
		float: left;
	}
	
	p.comment {
		float: left;
		width: 100%;
	}
	
	#PageComments p.info {
		float: left;
		font-size: 10px;
    font-weight: bold;
	}
	
	#PageComments_holder p.message {
		font-size: 14px;
	}
	
	#PageComments_holder p.message.error {
		font-weight: bold;
		color: #990000;
	}
	
	#PageComments_holder p.message.warning {
		font-weight: bold;
		color: #CC6600;
	}
