﻿/****************************************
 * 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 {
	font-family:arial;
	font-size:11px;
	margin:0px;
    background-color: white;
}

#container {
	width:830px;
	margin:0px auto;
	border:1px solid #000;
}

#containerBanner {
	width:830px;
	margin:0px auto;
	border-width:0px;
	left: auto;
}

#cbic-logo {
	position:absolute; top:0px; left:auto; width:281px; height:106px;
}

#containerMaster {
	width:830px;
	margin:0px auto;
	border:0px none #000;
}

.textTopRight {
	color:#008ab0;	
	text-align:right;
	font-weight:bold;
	position:relative;
	top:0px;
	margin-bottom:-10px;
	margin-right:150px;
}

.submitButton {
    font-size:16px;
    color:#ee3b33;
    font-weight:bold;
    border:0px;
    border-bottom:2px solid #ee3b33;
    background:#fff;
    cursor:pointer; 
    padding:0px;
}



/************************************************************************************************************/
/* II. Header Elements */

#blueBarNoImage {
	/*background:url(images/back_headerhomes.jpg) 183px 6px no-repeat;*/
	/*background:url(images/backheaderhomescopy2.jpg) 183px 6px no-repeat;*/
	/*border-bottom:1px solid #000;*/
	/*border-bottom:0px;*/
}
#blueBarNoImage .topBar {
	background:#008ab0;
	font-size:1px;
	height:9px;
}

#blueBar {
	background:url(images/header-bkgd.jpg) 0px 6px no-repeat;
	/*background:url(images/backheaderhomescopy2.jpg) 183px 6px no-repeat;*/
	/*border-bottom:1px solid #000;*/
	/*border-bottom:0px;*/
}
#blueBar .topBar {
	background:#008ab0;
	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:25px;
	background:#008ab0;
	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:#008ab0;
	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:#ee3b33;
}

#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.sub2 { /* sub-category link, should be placed under a subHeader link */
	font-size:11px;
	margin:-1px 1px;
	padding:10px 0px 2px 5px;
}
#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;
}
#navSide a.sub3 { /* sub-category link, should be placed under a subHeader link */
	color:#008ab0;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	line-height:1.3em;
	margin:1px;
	padding:8px;
	background:#f3f3f3;
	display:block;
}
.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;
}

.navSideCurveBottomNH {
	height:31px;
	background:url(images/back_side_curve02.gif) top right no-repeat;
}


.navButton {
	font-size:15px;
	color:#ee3b33;
	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%;
}

#tableCore a {
	color:#008ab0;
	text-decoration:none;
}

#tableCore td {
	color:#333333;
	background:#eee;
	padding:5px 15px;
}
#tableCore td.columnTitle {
	font-weight:bold;
	background:none;
}
#tableCore td.firstItem, #tableCore a.firstItem {
	color:#333333;
	font-weight:bold;
}

/* Your Main Custom Table */
.tableCore {
	width:100%;
}

.tableCoreTD a {
	color:#333333;
	text-decoration:underline;
}

.tableCoreTD {
	color:#333333;
	background:#EEEEEE;
	padding:5px;
}

.tableCoreTDNoPad {
	color:#333333;
	background:#EEEEEE;
}

.tableCoreTDNP {
	color:#333333;
	background:#eee;
	padding:0px;
}

.tableCoreTDBC {
	color:#333333;
	background:#eee;
	padding:0px;
	border-left-color:White;
	border-left-width:2px;
	border-left-style:solid;
	border-right-color:White;
	border-right-width:2px;
	border-right-style:solid;
}

.tableCoreTDAcc {
	color:#333333;
	background:#eee;
	padding:5px;
	font-size:11px
}
.tableCoreTDRC {
	text-decoration:underline;
	 color:#333333;
	background:#eee;
	padding:5px;
	font-size:12px;
	font-family:Arial;
}

.tableCoreTDNH {
	color:#008ab0;
	padding:5px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}

/* Product Lines Main Custom Table */
.tablePLCore {
	width:100%;
}

.tablePLCoreTD a {
	color:#008ab0;
	text-decoration:none;
}

.tablePLCoreTD a:hover {
	color:#ee3b33;
}

.tablePLCoreTD {
	color:#333333;
	background:#eee;
	padding:5px;
}

.tablePLCoreTDRC {
	text-decoration:underline;
	color:#333333;
	background:#eee;
	padding:5px;
	font-size:12px;
	font-family:Arial;
}

.tablePLCoreTDNH {
	color:#008ab0;
	padding:5px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
}

.newsSectionHeader
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin:0px;	
}

.newsSectionHeaderS
{
	font-size:12px;
	font-weight:bold;
	color:#333333;
	margin:0px;	
}

.tableCoreTDSubmit {
	color:#333333;
	background:#eee;
	padding:5px;
	font-size:12px;
	font-family:Arial;
}

.tableCoreTDColumnTitle {
	font-weight:bold;
	background:none;
	padding:5px;
}
.tableCoreTDFirstItem, .tableCoreTDFirstItem a, .tableCoreTDFirstItem a:Hover  {
	color:#333333;
	background:#eee;
	font-weight:bold;
	padding:5px;
}

/* Custom Table for Forms */
#tableForm {
	padding-top:0.5em;
}
#tableForm td {
	vertical-align:top;
}
#tableForm td.columnTitle {
	font-size:12px;
	padding-left:12px;
}
#tableForm .textField {
	border:1px;
	background:#eeeeee;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

/* Custom Table for Forms */
.tableForm {
	padding-top:0.5em;
}
.tableFormTd {
	vertical-align:top;
}
.tableFormTdColumnTitle {
	font-size:12px;
	padding-left:11px;
	font-family:Arial;
}
.tableFormTdColumnTitleMoney {
	font-size:12px;
	padding-right:15px;
	font-family:Arial;
}
.tableFormTdColumnTitleBold {
	font-size:12px;
	padding-left:11px;
	font-family:Arial;
	font-weight:bold;
}
.tableFormTdColumnTitleNoPad {
	font-size:12px;
	font-family:Arial;
}
.tableFormTdColumnTitleNoPadBold {
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.tableFormTdColumnTitleSI {
	font-size:12px;
	font-family:Arial;
	font-style:italic;
}
.oneThirdHeightLine {
	font-size:4px;
	font-family:Arial;
}

.tableFormTdColumnTitleS {
	font-size:11px;
	font-family:Arial;
}

.oneThirdHeightLine {
	font-size:4px;

	font-family:Arial;
}

.tableFormTextField {
	border:1px;
	background:#dddddd;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.tableFormTextField2 {
	border:1px;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.tableFormTextFieldEx {
	border:2px;
	background:white;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:Black
}

.tableFormTextMoneyField {
	border:1px;
	background:#dddddd;
	padding:4px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}

.tableFormTextMoneyFieldAcc {
	font-family:Arial;
	font-size:12px;
	text-align:right;
}


.SubmitButton {
	font-size:16px;
	color:#008ab0;
	font-weight:bold;
	/*border:0px;*/
	/*border:2px solid #ee3b33;*/
	background:#fff;
	float:right;
	/*margin-right:28px;*/
}

.SubmitButtonS {
	font-size:12px;
	/*color:#ee3b33;*/
	color: #008ab0;
	font-weight:bold;
	/*border:0px;*/
	/*border:2px solid #ee3b33;*/
	background:#fff;
	/*float:right;*/
	/*margin-right:28px;*/
}

.SubmitS {
	font-size:12px;
	color:#008ab0;
	font-weight:bold;
	border:0px;
	/*border:2px solid #ee3b33;*/
	background:#fff;
	float:right;
	margin-right:28px;
}

.progressLabel {
	border:0px;
	/*background:#ffffff;*/
	color:#ffffff;
	background-color:#008ab0;
	padding:0px;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}


/************************************************************************************************************/
/* V. Footer Elements */

.bottomBar {
	background:#008ab0;
	color:White;
	height:15px;
}
.bottomBar a {
	background:#008ab0;
	color:White;
	height:15px;
	/*font-weight:bold; */
}
.bottomBar a:hover {
	background:#008ab0;
	color:white;
	height:15px;
	text-decoration:underline;
	/*font-weight:bold; */
}

#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:#fffacd;
}

.appQHeader
{
	font-size:13px;
	font-weight:bold;
	color:#008ab0;
	margin:0px;	
	margin-bottom:0.3em;
}

.menuHeader
{
	font-size:13px;
	font-weight:bold;
	color:#008ab0;
	
	padding: 6px;
	filter: 
         progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#ffffff,endColorStr=LightGrey);
}
.menuSelectedHeader
{
	font-size:13px;
	font-weight:bold;
	color:Red;
	padding: 6px;
	filter: 
         progid:DXImageTransform.Microsoft.Gradient (gradientType=0,startColorStr=#ffffff,endColorStr=LightGrey);
}
/************************************************************************************************************/
/* VII. ModalPopUpExtender */

.modalBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity: 0.7;
}
.modalPopUp
{
	background-color: White;
	color: #00164d;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;	
	padding: 3px;
}
/*************************************************************************************************************/
/* VIII. Collapsable Panel */

.collapsePanel
{
	width: 640px;
	height: 0px;
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 640px;
	height: 20px;
	color: yellow;
	background-color: black;
	font-weight: bold;
	float: left;
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}
/**************************************************************************************************************/
/* IX. Accordian Panel */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #008ab0;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #008ab0;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align: left;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/*********************************************************************************************************/
/* X. Drop Shadow */

.shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
.shadow-container .shadow2,
.shadow-container .shadow3,
.shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	.shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	.shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	.shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	.shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}
	
