
/* ----- site_base.css ----- */
@media all {
	/*
/
/ Block or Paragraph Settings
/
*/

.cell_padding_10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.p_indent_15 {
	margin-right: 15px;
	margin-left: 15px;
}

.p_indent_25 {
	margin-right: 25px;
	margin-left: 25px;
}

.cell_padding_all_8 {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.padding_bottom_10 {
	padding-bottom: 10px;
}

.ratesInfo {
	valign:middle;
	width:425px;
	background-color:#efe7cf;
	padding:10px;
}

.ratesReg {
	valign:middle;
	text-align:center;
	width:100px;
	background-color:#ffffff;
}

.ratesStatement {
	width:525px;
	background-color:#efe7cf;
	padding:10px;
	line-height:16px;
}

.ratesUL {
	line-height:1.2em;
}

/*
/
/ Backgrounds
/
*/

.side_bg {
	background-color: #F4EECC;
}

.light_yellow_bg {
	background-color: #F4EECC;
}


/*
/
/ Borders
/
*/


.border_yellow_left {
	border-left-color: #004587;
	border-left-style: solid;
	border-left-width: 1px;
}

.border_yellow_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004587;
}

.border_yellow_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004587;
}

.border_yellow_all {
	border: 1px solid #004587;
}



/*
/
/ Specific font/character modifications
/
*/


.heading_blue {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.subheading_blue {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.heading2_blue {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	margin-left: 15px;
}


.warning_text {
	font-weight: bold;
	color: #FF0000;
}

.blip_small {
	margin-left: 5px;
	margin-top:0px;
	height:20px;
	float:left;
}

.small_bold_blue {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.faq_question {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}


.faq_answer {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 25px;
	padding-bottom: 5px;
}




/*
/
/ Admin section CSS
/
*/

th {
	color: #FFFFFF;
}

.admin_table {
	margin-top: 15px;
	background-color: #FFFFFF;
}


.sectionSeparator {
	font-size: 20px;
	font-weight: bold;
	background-color: #A68130;
	color: #ffffff;
	padding: 5px;
	
}
}


/* ----- cc.css ----- */
@media all {
.ccCell {
  width:288px;
  float:left;
  border:1px solid #666666;
  margin-bottom:10px;
}

.ccCellHeaderRow {
	width:100%;
	height:20px;
	padding:2px 0px 0px 2px	;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	color: #ffffff;
	background: url('/images/title_bg2_small.jpg') repeat-x;
	margin-left:0px;
	float:left;
	background:#66666;
}

.ccCellTitle {
	float:left;
}

.ccCellContent {
	padding:5px;
	width:283px;
}

.blip_small_cc {
	margin-left: 5px;
	margin-top:-2px;
	height:20px;
	float:left;
}

.sectionTable {
	width: 270px;
	padding: 0px;
	margin-bottom: 20px;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-collapse: collapse;
}

.tableHeader {
	background-image: url("/cc/images/heading_bg_line.jpg");
	padding: 0px;
	margin: 0px;
}

.tableContent {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #000066;
}

.nlSignUp {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

.nlCategory {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top:5px;
	display:block;
	color:#000066;
}

.nlItemRow {
	margin-left: 6px;
}

.rItemRow {
	margin-left: 6px;
}

.rDesRow {
	margin-left: 10px;
	font-size: 11px;
}
}

