/*
-----------------------------------------------------------------
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: 0px;	
	padding: 0px;
	margin: 0px;
}

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

/*
-----------------------------------------------------------------
TOP MENU & BOTTOM MENU
-----------------------------------------------------------------
*/

#nav {
	float: left;
	font-family: Tahoma, Arial, Times, serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	width: 900px;
	background: #ffbb01;
	height: 35px;
	position: relative;
}

#nav_footer {
	float: left;
	font-family: Tahoma, Arial, Times, serif;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 0px 13px 0px;	
 	margin: 0px;
	width: 900px;
	background: #ffbb01;
	height: 35px;
	position: relative;
	top: -24px;
}

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

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

#nav li a, #nav_footer li a {
	text-decoration: none;
	display: block;
	padding: 11px 15px 11px 15px;
	font-family: Tahoma, Arial, Times, serif;
	font-weight: bold;
	color: #555555;
	background: #ffbb01 url(../images/menu_section.png) top right no-repeat;
	text-transform: uppercase;
	letter-spacing: .3px;
}

#nav li a.link:hover, #nav_footer li a.link:hover {
	background: #00A6E5 url(../images/menu_section_repeat.png) top right no-repeat;
	color: #FFF;
	text-decoration: none;
}

#nav li a.section, #nav_footer li a.section {
	background: #00A6E5 url(../images/menu_section_repeat.png) top right no-repeat;
	color: #FFF;
	text-decoration: none;
}

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

#header_image {
	width: 880px;
	clear: both;
	padding: 20px 0px 5px 20px;
	background: #FFF url(../images/menu_bottom.jpg) top left no-repeat;
}

#breadcrumbs .copy {
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	margin: 0 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

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

#breadcrumbs a:hover {
	text-decoration: underline;
	color: #CC071E;
	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: #4482b6;
}

#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: #4482b6;
}

#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: #777;
	line-height: 13px;
	text-align: left;
}

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

#footer a.menuLike {
	background: #FFBB01 url(../images/menu_section.png) no-repeat right top;
	color:#555555;
	display: block;
	font-family:Georgia,"Times New Roman",Times,serif;
	padding: 10px 15px;
}

#footer a.menuLike:hover {
	background: #00A6E5 url(../images/menu_section_repeat.png) no-repeat right top;
	color:#FFF;

}

#footer a:hover {
	color: #FFF;
}

#footer .footerForm {
	position: relative;
	top: 14px;
	right: 28px;
	z-index: 1;
}

#footer .search-button {
	margin: 0px;
	position: relative;
	top: -3px;
}

#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;
}

.footerHeading {
	padding: 5px 0px 0px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 250px;
}

#footer .smalltextLargelineheight {
	font-size: 10px;
	width: 500px;
	clear: both;
	padding: 0 0px 10px 0px;
}	

ul#footer_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	top: -37px;
	
}

ul#footer_menu li {
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0px;
}

ul#footer_menu li a {
	background: #a1a1a1 url(../images/footer_menu_section.png) no-repeat scroll right top;
	padding: 10px 20px 10px 20px;
	color: #585858;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	float: left;
}

ul#footer_menu li a:hover {
	background: #ebebeb url(../images/footer_menu_section_hover.png) no-repeat scroll right top;
	padding: 10px 20px 10px 20px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	float: left;
}

ul#footer_menu li a.link_b1 {
	background: #a1a1a1 url(../images/footer_menu_section.png) no-repeat scroll right top;
	color: #585858;
}

ul#footer_menu li a.link_b1:hover {
	background: #ebebeb url(../images/footer_menu_section_hover.png) no-repeat scroll right top;
	color: #333;
}

ul#footer_menu li a.link_b2 {
	background: #a1a1a1 url(../images/footer_menu_section.png) no-repeat scroll right top;
	color: #585858;
}

ul#footer_menu li a.link_b2:hover {
	background: #ebebeb url(../images/footer_menu_section_hover.png) no-repeat scroll right top;
	color: #333;
}

#nav li a.current, #nav_footer li a.current {
	background: #00A6E5 url(../images/menu_section_repeat.png) top right no-repeat;
	color: #FFF;
}

#nav li a.current:hover, #nav_footer li a.current:hover {

}

#over_hang { /* menu over hang, only works with in a relative #nav wrapper */
	background: #18191d url(../images/left_overhang.png) top right no-repeat;
	width: 30px;
	height: 48px;
	position: absolute;
	top: 0px; 
	left: -30px;
}

#nav_footer #nav_dropshadow {
	background: #a1a1a1 url(../images/footer_menu_repeat.jpg) top right repeat-x;
	width: 100%;
	height: 13px;
	position: absolute;
	bottom: 0px; 
	left: 0px;
}

/*
-----------------------------------------------------------------
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: #555;
	background: #FFF;
}

.pod.class_1a p {
	color: #354D7A;
}

.pod.class_1b {
	color: #354D7A;
	background: #FFF;
}

.pod.class_1b p {
	color: #354D7A;
}

.pod.class_2 {
	color: #354D7A;
	background: #fff;
}

.pod.class_2 p {
	color: #354D7A;
}

.pod.class_3 {
	color: #354D7A;
	background: #FFF;
}

.pod.class_3 p {
	color: #354D7A;
}

.pod .podrow {
	display: block;
	float: left;
	width: 470px;
	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: #354D7A;
	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: #555555;
	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: 470px;
	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: 470px;
		height: 1px;
		margin: 0 0 7px 0;
	}

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

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


/*
Block link 2
------------------------------------------------------------------
*/
a.block_link_2 {
	color: #354D7A;
	background: #e6e6e6;
}

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

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

	a.block_link_3:hover,
	a.block_link_3:hover h4{
		color: #FFF;
		background: #4482B6;
	}
	
	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: 470px;
	padding: 0;
	background: #ffbb01;
}

.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: #777;
	font-weight: bold;
}

.clear {
	clear: both;
}

.copy, p.copy {
	display: block;
	font-size: 12px;
	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: 470px;
	height: 1px;
	border-bottom: 1px solid #9eacc8;
	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 5px no-repeat;
	border: 1px solid #5aac44;
}

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

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

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

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

.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: #CC071E;
}

.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: #555;
	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: #FFF;
	/*background: #fdeaec;*/
	background: #CC071E;
	border: 1px solid #CC071E;
}

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

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

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

.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 #777;
}

.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: #4482b6;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

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

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

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

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


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

input.text {
	width: 120px;
	padding: 2px;
	border: 1px solid #CCC;
}

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, input.text {
	display: inline;
	float: left;
	width: 150px;
	height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px;
	margin: 6px 5px 0 15px;
	border: 1px solid #d0d0d0;
	background: #FFFFFF;
}

#user_defined_form {
	width: 450px;
	padding: 0px;
	margin: 0px;
}

#user_defined_form div.field.text {
	float: left;
	width: 100%;
}

#user_defined_form label, #user_defined_form label {
	display: block;
	padding: 10px 0px 0px 5px;
	float: left;
	width: 150px;
	clear: both;
	margin: 0px;
}

#Form_Form_EditableEmailField15, #Form_Form_EditableTextField13  {
	display: block;
	float: left;
	width: 150px;
	height: 16px;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	padding: 3px 0px 0px 0px;
	background: #FFFFFF;
	clear: both;
	margin: 0px 0px 0px 5px;
}



#user_defined_form fieldset {
	border: 0px;
	margin: 0px; 
	padding: 0px;
}

#user_defined_form #EditableEmailField15 {
	padding-bottom: 30px;
}

#user_defined_form label {
	float: none;
}

#user_defined_form  .field.optionset label.left,
#user_defined_form  .field.text label.left,
#user_defined_form  .field.email label.left
{
	color: #00A5E5;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

#user_defined_form .message, #user_defined_form .required,  #user_defined_form .message, #user_defined_form .validation {
	display: block;
	padding: 0px 0px 0px 3px;;
	margin: 0px;
	color: #c40004;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 250px;
	float: left;
}

#user_defined_form #Form_Form_action_process {
	display: inline;
	margin: 10px 0px 0px 16px;
}

.search_field {
	display: inline;	
}

input.footerField {
	margin: 0px 0px 0 0px;
}

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;
	height: 23px;
	color: #FFF;
	text-transform: none;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
	margin: 6px 40px 0 0;
	border: 0 solid #FFF;
	cursor: pointer;
	background-color: #ec8d19;
	border: 1px solid #e6aa5e;
}

input.search-button:hover {
	background-color: #00a6e5;
	border: 1px solid #58c0e8;
}

input.action {
	background-color: #00a6e5;
	border: 1px solid #58c0e8;
}
input.action:hover {
	background-color: #ec8d19;
	border: 1px solid #e6aa5e;
}

input.contact-button {
	display: inline;
	float: left;
	width: 98px;
	height: 23px;
	color: #FFF;
	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;
}


/*
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;	
}

.blogEntry #PageComments {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

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

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

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

/*
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 #4482b6;
	background: #4482b6;
}

fieldset.login-box label {
	float: left;
	width: 110px;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	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;
	
	
}

#Remember {
	margin-left: 17em;
	padding-top: 10px;
}



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


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

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

.login-bar a.subtext:hover {
	color: #ED8C1B;
}


/*
SESSION BARS
------------------------------------------------------
*/
.session-bar {
	display: block;
	height: 20px;
	clear: both;
	margin: 0 0 15px 0;
	padding: 1px 3px 9px 3px;
	border-bottom: 0 solid #FFF;
	background: #00a5e5;
	background: #00a5e5 url(../images/loginBar_repeat.jpg) repeat-x top left;
}

.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 ;*/
}

.session-bar-title {
	display: block;
	background: transparent url(../images/login_overhang.jpg) no-repeat top left;
	padding: 2px 0px 10px 20px !important;
	position: relative;
	left: -13px;
	height: 30px;
}

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: #777;
	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.form-field-greybg {
	background-color: #E2E2E2;
	border: 1px solid #D0D0D0;
	color: #000000;
}

input.required {
}

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;
	height: 23px;
	color: #FFF;
	text-transform: none;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
	border: 0 solid #FFF;
	cursor: pointer;
	background-color: #ec8d19;
	border: 1px solid #e6aa5e;
}

input.click-button:hover {
	background-color: #00a6e5;
	border: 1px solid #58c0e8;
}

/*
Regular submit button
--------------------------------------------------------
*/


input.submit-button {
	display: inline;
	height: 23px;
	color: #FFF;
	text-transform: none;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
	border: 0 solid #FFF;
	cursor: pointer;
	background-color: #ec8d19;
	border: 1px solid #e6aa5e;
}

input.submit-button:hover {
	background-color: #00a6e5;
	border: 1px solid #58c0e8;
}

input.submit-button-disabled {
	display: inline;
	height: 23px;
	color: #CCC;
	text-transform: none;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 5px;
	border: 0 solid #FFF;
	background-color: #fd9e2a;
	border: 1px solid #e6aa5e;
}



/*
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.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;
}

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 {
	width: 55px;
}

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 #4482B6;
	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: #00a5e5;
}

.section-notes {
	font-size: 11px;
	line-height: 18px;
	color: #555;
	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: #777;
	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: #a1a1a1;
}


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

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

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

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

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

.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: #283250;
		line-height: 15pt;
		width: 300px;
		margin: 8px 0 0 8px;
	}
	
	#template_address {
		position: relative;
		font-size: 9pt;
		line-height: 11pt;
		color: #283250;
		width: 300px;
		margin: 0 0 0 8px;
	}
	
	#template_offer {
		position: relative;
		font-size: 15pt;
		color: #283250;
		line-height: 17pt;
		width: 300px;
		margin: 5px 0 0 8px;
	}
	
	#template_conditions {
		position: absolute;
		bottom: 5px;
		font-size: 7pt;
		color: #283250;
		width: 300px;
		margin-left: 5px;
	}

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

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

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

a.subtext:hover {
	color: #ED8C1B;
}

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
------------------------------------------------------
*/

.accordion_toggle {
	display: block;
	background-color:  transparent;
	padding: 0 0px 0 0px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border: 0px;
	cursor: default;
	margin: 0px;
}

.accordion_content {
	color: #fff;
	overflow: hidden;
}
	
	.accordion_content h2 {
		margin: 0px;
	}
	
	.accordion_content p {
		padding: 0px;
	}
	
	#vertical_container h3 {
		padding: 0px;
		margin: 0px;
		boarder: 0px;
	}
	
	div.field.text {
		float: left;
	}
	
	p.commentEditLinks {
		float: left;	
	}
	
	#CommentsRSSFeed {
		float: left;
		margin-top: 10px;
	}
	
	.blogEntry #PageComments li ul.actionLinks {
		float: left;
		padding: 5px;
		margin: 0px;
		width: 95%;
		border: 2px solid #a1a1a1;
		background: #E3F4FC;
	}
	
	.blogEntry #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;
	}
	
	#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;
	}
	
	.blogSummary p.authorDate {
		font-weight: bold;
		color: #666;
	}
	
	.blogSummary p.tags {
		font-weight: bold;
		color: #666;
		margin-bottom: 10px;
	}
	
	.blogSummary p.blogVitals {
		margin-bottom: 10px;
	}
	
	.blogSummary p.blogSummaryParagraph {
		width: 100%;
	}
	
	#BlogContent div.blogSummary h2 a {
		font-size: 22px;
	}