﻿/****************************************
 * cbic-main.css -- For main site pages *
 ****************************************
 
  Table of Contents					
  -----------------
  I.   Overrides and Layout
  II.  Header Elements
  III. Side Navigation
  IV.  Custom Tables
  V.   Footer Elements 

*/
 
/************************************************************************************************************/
/* I. Overrides and Layout */
 
body {
	background:#00164d;
	font-family:arial;
	font-size:12px;
	margin:0px;
}

#container {
	width:824px;
	margin:0px auto;
	border:1px solid #000;
}

#containerBanner {
	width:824px;
	margin:0px auto;
	border-width:0px;
}

#containerMaster {
	width:824px;
	margin:0px auto;
	border:0px none #000;
}

.textTopRight {
	color:#00599c;	
	text-align:right;
	font-weight:bold;
	position:relative;
	top:0px;
	margin-bottom:-10px;
	margin-right:150px;
}

.submitButton {
    font-size:16px;
    color:#d9541e;
    font-weight:bold;
    border:0px;
    border-bottom:2px solid #d9541e;
    background:#fff;
    cursor:pointer; 
    padding:0px;
}
.border3px {
	height:3px;
	background:url(../images/dot3px_horz.gif) center left repeat-x;
	font-size:1px;
}
.border2by1px {
	height:3px;
	background:url(../images/dot2by1px_horz.gif) center left repeat-x;
	font-size:1px;
}



/************************************************************************************************************/
/* II. Header Elements */

#blueBar {
	background:url(../images/back_headerhomes.jpg) 183px 6px no-repeat;
	border-bottom:1px solid #000;
}
#blueBar .topBar {
	background:#00599c;
	font-size:1px;
	height:9px;
}

#blueBar .welcomeHolder {
	float:right;
	background:url(../images/curve_blue.gif) no-repeat;
	padding-left:30px;
}

#welcomeBar {
	float:left;
	font-size:11px;
	font-weight:bold;
	font-family:Arial;
	color:#fff;
	padding-left:10px;
	padding-right:50px;
	background:#00599c;
	height:19px;
}
#welcomeBar a {
	color:#fff;
}
#welcomeBar a:hover {
	text-decoration:underline;
}


/* Note: navMain is in cbic-core.css */

/************************************************************************************************************/
/* III. Side Navigation */
#navSide {
	position:relative;
	background:#fff;
	border:1px solid #eee;
	border-right:0px;
}
#navSide a {
	color:#00599c;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.3em;
	margin:1px;
	padding:12px;
	background:#f3f3f3;
	display:block;
}
#navSide a:hover, #navSide a.active {
	color:#d9541e;
}

#navSide a.subHeader {
	font-size:14px;
	padding-top:10px;
	padding-bottom:3px;
	/*margin-top:2px;*/
}

#navSide a.sub { /* sub-category link, should be placed under a subHeader link */
	font-size:11px;
	margin:-1px 1px;
	padding:2px 0px 2px 20px;
}
#navSide a.checked {
	background:#f3f3f3 url(../images/back_checkmark.gif) center right no-repeat;
}

.navSideSubHeader {
	font-size:14px;
	padding-top:10px;
	padding-bottom:3px;
	margin-left:-10px;
}

.navSideSubSubItem {
	font-size:11px;
	/*padding-top:10px;*/
	padding-bottom:3px;
	margin-left:10px;
}

/* active section has a white background */
#activeSection a {
	background:#fff;
}
#activeSection a.checked {
	background:#fff url(../images/back_checkmark.gif) center right no-repeat;
}


.navSideHeader { /* label at top */
	margin:1px;
	padding:5px;
	padding-left:12px;
	font-size:14px;
	color:#8c8b8b;
	font-weight:bold;
	background:#f3f3f3;
}
.navSidePadding { /* give illusion of border */
	background:#fff;
	padding:1px;
	padding-right:0px;
}
.navSideHolder { /* helps define curves */
	width:160px;
	background:#e6e5e5;	
	padding-left:20px;
}
.navSideCurveTop {
	height:31px;
	background:url(../images/back_side_curve01.gif) top right no-repeat;
}
.navSideCurveBottom {
	height:31px;
	background:url(../images/back_side_curve02.gif) top right no-repeat;
}

.navButton {
	font-size:15px;
	color:#d9541e;
	font-weight:bold;
	border:0px;
	/*border:2px solid #ee3b33;*/
	background:#fff;
	/*float:right;*/
	/*margin-right:28px;*/
}

/************************************************************************************************************/
/* IV. Custom Tables */

/* Your Main Custom Table */
#tableCore {
	width:100%;
	border:solid 1px black;
}

#tableCore a {
	color:#646464;
	text-decoration:underline;
}

#tableCore td {
	color:black;
	background:#eee;
	padding:5px 15px;
	border:solid 1px black;
}
#tableCore td.columnTitle {
	font-weight:bold;
	background:none;
}
#tableCore td.firstItem, #tableCore a.firstItem {
	color:black;
	font-weight:bold;
}

/* Your Main Custom Table */
.tableCore {
	width:100%;
	border:solid 1px black;
}

.tableCoreTD a {
	color:black;
	text-decoration:underline;
}

.tableCoreTD {
	color:black;
	background:#eee;
	padding:5px;
	border:solid 1px black;
}
.tableCoreTDColumnTitle {
	font-weight:bold;
	background:none;
	padding:5px;
}
.tableCoreTDFirstItem, .tableCoreTDFirstItem a, .tableCoreTDFirstItem a:Hover  {
	color:black;
	background:#eee;
	font-weight:bold;
}

/* Product Lines Main Custom Table */
.tablePLCore {
	width:100%;
	border:solid 1px black;
}

.tablePLCoreTD a {
	color:black;
	text-decoration:underline;
}

.tablePLCoreTD {
	color:black;
	background:#eee;
	padding:5px;
	border:solid 1px black;
}
.tablePLCoreTDColumnTitle {
	font-weight:bold;
	background:none;
	padding:5px;
}
.tablePLCoreTDFirstItem, .tablePLCoreTDFirstItem a, .tablePLCoreTDFirstItem a:Hover  {
	color:black;
	background:#eee;
	font-weight:bold;
}

/* Custom Table for Forms */
#tableForm {
	padding-top:0.5em;
	border:solid 1px black;
}
#tableForm td {
	vertical-align:top;
	border:solid 1px black;
}
#tableForm td.columnTitle {
	font-size:12px;
	padding-left:12px;
}
#tableForm .textField {
	border:0px;
	background:#eeeeee;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	border:solid 1px black;
}

/* Custom Table for Forms */
.tableForm {
	padding-top:0.5em;
	border:solid 1px black;
}
.tableFormTd {
	vertical-align:top;
	border:solid 1px black;
}
.tableFormTdColumnTitle {
	font-size:12px;
	padding-left:11px;
	font-family:Arial;
}
.tableFormTdColumnTitleNoPad {
	font-size:12px;
	font-family:Arial;
}

.tableFormTdColumnTitleSI {
	font-size:12px;
	font-family:Arial;
	font-style:italic;
}

.oneThirdHeightLine {
	font-size:4px;
	font-family:Arial;
}

.tableFormTextField {
	border:0px;
	background:#eeeeee;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.tableFormTextMoneyField {
	border:0px;
	background:#eeeeee;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

.SubmitButton {
	font-size:16px;
	color:#d9541e;
	font-weight:bold;
	/*border:0px;*/
	/*border:2px solid #ee3b33;*/
	background:#fff;
	float:right;
	/*margin-right:28px;*/
}

.SubmitButtonS {
	font-size:12px;
	color:#d9541e;
	font-weight:bold;
	/*border:0px;*/
	/*border:2px solid #ee3b33;*/
	background:#fff;
	/*float:right;*/
	/*margin-right:28px;*/
}


/************************************************************************************************************/
/* V. Footer Elements */

.bottomBar {
	background:#00599c;
	height:15px;
}

#footer {
	width:609px;
	padding-left:215px;
	padding-top:15px;
	padding-bottom:15px;
	margin:0px auto;
	color:#8e93a1;
}
#footer a {
	color:#8e93a1;
}
#footer a:hover {
	color:#8e93a1;
	text-decoration:underline;
}
		
/************************************************************************************************************/
/* VI. Validation */
.highlight 
{
    background-color: lemonchiffon; 
}

.appQHeader
{
	font-size:13px;
	font-weight:bold;
	color:#00599c;
	margin:0px;	
	margin-bottom:0.3em;
}