@charset "utf-8";
/* custom styles to overwrite ones sent from agency */

#contentRightBar, #contentRightBar table
{
	font-size: 12px;
}

#contentRightBar.crm
{
	padding-top: 6px;
}

#subLinksDiv .subLinksText, .subLinksText a,
#subLinksDiv .subLinksRedText, .subLinksRedText a,
#subLinksDiv .subLinksText, .subLinksText a:hover,
#subLinksDiv .subLinksRedText, .subLinksRedText a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#231f20;
	font-weight:bold;
	text-decoration: none;
}

.subLinksRedText a,
.subLinksText a:hover
{
	color:#c22031;
}

#contentRightBar.crm a
{
	color: #000;
}

.copyright a:link { font-family: Arial; font-size: 11px; color: #231f20; text-decoration: none; font-weight: normal; outline:none;}
.copyright a:visited { color: #231f20; text-decoration: none;}
.copyright a:active { color: #231f20; text-decoration: none;}
.copyright a:hover { color: #ac1c2b; text-decoration: none;}

#copyrightDiv,
.copyright {
	width:480px;
}
.linkBlueDiv {
	width: 160px;
}

a { color: #c42032; text-decoration: underline; font-weight: normal; outline:none;}
a:hover { color: #000000; text-decoration: none;}

body.popup #contentRightBar
{
	float: none;
	width: auto;
}

body.popup h1
{
	font-size: 28px;
}

body.popup h2
{
	font-size: 24px;
	text-align: center;
	display: block;
}

#contentLeftBar
{
	padding-top: 10px;
}

#thickRedLine, .thickRedLine, #thinRedLine, .thinRedLine
{
	float: none;
	width: auto;
	clear: both;
}

/*****************************
      LAYOUT 
******************************/

#column_holder {
	background-color:#fff;
	border-left:1px solid #b8a592;
	border-right:1px solid #b8a592;
	padding:8px;
	float:left;
}

#column_holder .spacer {
	width:16px;
	float:left;
	background: url(../images/shell/spacer_bg.gif) repeat-y center top;	
}

#column_holder #column_nav {
	float:left;
	width:211px;
	min-height:400px;
}


#column_holder #column_1b {
	width:766px;
	float:left;
	min-height:400px;
}


h1
{
	font-size: 32px;
	text-align: left;
	padding: 0px;
	margin: 5px 0px;
	height: 32px;
}

/*****************************
 Member Access Lead and Member
******************************/

.whtitle {
	color: #ffffff;
	font-weight: bold;
}

#contentRightBar.crm .colhead {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

#contentRightBar.crm .colhead:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;	
}
.datahead {
	background-color: #bbbbbb;	
}

.datalabel {
	background-color: #dddddd;	
	font-weight: bold;
}

.datafield {
	background-color: #eeeeee;
}

.datafield a
{
	color: #000;
}

.formhead {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.smformhead {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.formreq {
	background-color: #dddddd;
}

.formreq,
.formtextreq
{
	color: #990000;
	font-weight: bold;
}

.notice
{
	color: #900;
}

.formnoreq {
	background-color: #dddddd;
}

.formnoreq,
.formtext
{
	font-weight: bold;
}

.formtitle {
	background-color: #bbbbbb;
	font-weight: bold;
}

.warning {
	color: #990000;
	font-weight: bold;
}

.hint {
	color: #990000;
	font-size: 10px;
	font-weight: normal;
}
.smtext {
	font-size: 10px;
}

.tabon {
	background-color: #336699;
}

.taboff {
	background-color: #cccccc;
}

.tabon a,
.taboff a
{
	font-weight: bold;
	text-decoration: none;
}

#contentRightBar .tabon a
{
	color: #FFF;
}

#contentRightBar .taboff a
{
	color: #787878;
}

.tabnotes {
	background-color: #ffcc33;
}

.medText {
	font-size: 12px;
}

.bigbold {
	font-size: 14px;
	font-weight: bold;
}

INPUT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 0px;
}

INPUT.button { 
	background-color: #336699;
	border: solid 1px #000066; 
	color: #ffffff; 
	font-weight: bold;
}

INPUT.inputclear {
	background-color: #eeeeee;
	border: 0px;
}	

INPUT.rowinputclear {
	background-color: #336699;	
	border: 0px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}	

SELECT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

SELECT.whblu {
	background-color: #336699;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
.listingsWrapper .inputHolder
{
	clear: left;
	margin: 3px 0px;
}

.listingsWrapper .inputHolder label
{
	width: 150px;
	display: block;
	float: left;
}
table.coupon
{
	background: #f1f1f1;
	width: 760px;
}
table.coupon td.logo
{
	background: #a91727;
}
@media print {
	.noPrint
	{
		display: none;
	}
	table.coupon
	{
		border: dashed 4px #333;
		background: none;
	}
	body.blank
	{
		padding: 0px;
		margin: 0px;
	}
	table.coupon td.logo
	{
		padding-left: 5px;
		background: none;
	}
}

/* Forms */
.txtInput {
	border:1px solid #59a1d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.selectInput {
	font-size: 1em;
}
.formreq {
	color: #990000;
	font-weight: bold;
}
.formnoreq {
	font-weight: bold;
}
.formStyle {
	display:block;
	clear:both;
}
.formStyle input[type=checkbox], .formStyle input[type=radio] {
	border:none;
}
#sideContainer .formStyle {
	display:none;
}
#sideContainer .listingsWrapper {
	display:none;
}
.formStyle input, .formStyle textarea {
	border:1px solid #59a1d4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0 0 1px 0;
}
.warning {
	text-align:center;
	color:#C42032;
}
.notes {
	text-align:center;
	font-size:0.8em;
}
.formStyle .odd {
}
.formStyle .even {
}
.spacerHack {
	height:4px;
	clear:both;
}
.odd, .even {
	clear:both;
}
.odd .clearFloat, .even  .clearFloat {
	margin:2px;
}
.req {
	color:#C42032;
	font-weight:bold;
}
.boldtext {
	font-weight:bold;
}
.notReq {
	color:#000;
	font-weight:bold;
}
fieldset {
	border: none;
	padding:0.8em;
}
legend, div.legend {
	font-size:12pt;
	font-weight:bold;
}
legend div, div.legend {
	width:560px;
	padding:5px 10px;
	margin: 0 auto;
	border-bottom:1px solid #005C97;
}
.formStyle legend div, .formStyle div.legend {
	width:580px;
	_width:556px;
	height:30px;
	padding:4px 12px;
	margin: 0 auto;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f8fcc;
	font-weight:bold;

}
.chbxSpace {
	display:block;
	float:left;
	clear:left;
	width:49.4%;
	height:1em;
}
.field-1, .field-2, .field-3, .field-4, .field-5, .field-6 {
	display:block;
	float:left;
	text-align:left;
	
}
.field-1 span, .field-2 span, .field-3 span, .field-4 span, .field-5 span, .field-6 span {
	display:block;
	float:left;
	text-align:left;
}
.odd .field-1, .odd .field-2, .odd .field-3, .odd .field-4, .odd .field-5, .odd .field-6 {
}

label {
	padding: 2px 5px;
	line-height: 1em;
	color:#000;
}

#bookit label
{
	color: #FFF;
}

/* #cBox-white label { 	color:#000; }*/

#cBox-white .listingsColumnWide label {
	color: #FFF;
}
label.checkBox, label.radioBtn {
	display:block;
	text-align:left;
}
label.field-1, label.field-2, label.field-3, label.field-4, label.field-5, label.field-6 {
	display:block;
	text-align:right;
	font-size: 11px;
}
.field-1 input[type=text], .field-2 input[type=text], .field-3 input[type=text], .field-4 input[type=text], .field-5 input[type=text], .field-6 input[type=text] {
	display:inline;
	height:20px;
	float:left;
}
.field-1 {
	width:48%;
}
.field-2 {
	width:26%;
}
.field-3 {
	width:17%;
}
.field-4 {
	width:14%;
}
.field-5 {
	width:12%;
}
.field-6 {
	width:2%;
}
.field-1 input[type=file] {
	width: 250px;
}
a.calBtn span {
	background-image: url(../images/iconCal.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	cursor:hand;
	width:15px;
	height:13px;
	margin:4px 4px 0 4px;
}
span.hint {
	display:block;
	line-height:22px;
	float:left;
	font-size:0.9em;
}
.warning {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.notes {
	font-size:0.8em;
	font-style:italic;
	display:block;
	padding:5px;
}
.required {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.captcha, .footer {
	display:block;
	padding:5px;
	text-align:center;
}
#checkbox label {
	width: 100%;
}
p.btnContainer {
	text-align:center;
}

#subLinksDiv ul
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

#subLinksDiv li a
{
	font-size: 8pt;
}
