/* Jeffrey R. Pratte - Mar 2016 */
/* 
	CSS for Supplemental Insurance Product Application (replacement for McCamish)
 */

.p2 {padding-bottom: 5px;}
.red {color: red;}




.BasicAppTable {
	width:600px; 
	border-style: double;
	border-color: #2927F8;
	padding-top: 0px;
	margin-bottom: 15px;
}

.BasicAppTable th {
    background-color: #003366;
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
	 height: 20px;
	 padding: 5px;
}
.BasicAppTable td {
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
	 height: 20px;
	 padding: 5px;
}
.BasicAppTable0 {background-color: #CCC;}
.BasicAppTable1 {background-color: #FFF;}
.tdSpacer {height: 1px;}

.reqFields {
    color: red;
    font-size: 10px;
	 margin-top: -11px;
	 margin-left: 7px;
}

#AddADD {display: none;}
#ChkElig {display: block; margin-top: 10px;}


.warnDiv {
	padding: 10px 20px 10px 35px;
	border:#F4ED2E solid medium;
	margin: 10px;
}
.warn { color:#83802C; font-weight: bold;}
.errorDiv {
	padding: 10px 20px 10px 35px;
	border:#990000 solid medium;
	margin: 10px;
}
.err { color:#940300; font-weight: bold;}
.noteDiv {
	padding: 10px 20px 10px 35px;
	margin: 0px;
	/*border:#ff8c00 solid medium;*/
	background-color: #D3D6DB
}
.fieldNotes {
	font-size: .7em;	
	color: #7A8392;
}
.inTH {
	text-align: right;
	vertical-align: top;
	
	padding-right: 3px;
}
.inTD {
	text-align: left;
	vertical-align: top;
	
	padding-left: 5px;
}
.inErr {
	text-align: left;
	vertical-align: top;
	background-color: #eee8aa;
	padding-left: 5px;
	color: White;
	font-size : 16px;
	background-color: Red;
	font-weight: bold;
}
.inErr2 {
	color: Red;
	font-size : 14px;
	font-weight: bold;
}




/* ID start here */
/* ID start here */
/* ID start here */	
#centerEverything {
	margin-left: auto;
	margin-right: auto;
}

#content {
/* the width of the div should be 988 minus left padding of 20 and right padding of 20, so 948 */
/* top padding is 9 (instead of 20) because we have a 11px shadowUp image */
	position: relative;
	width: 948px;
	// margin-left: auto;
	// margin-right: auto;
	background: #fff;
	padding: 7px 20px 20px 30px;
	z-index: 0;
}
#contentAll {
	position: relative;
	float: left;
}

	
#mainLeft {
	position: relative;
	float: left;
	width: 530px;
	color: #21314a;
	padding: 0 10px 0 10px;
}
#mainRight {
	position: relative;
	float: left;
	width: 370px;
	color: #21314a;
	padding: 0 10px 0 10px;
}



/* Classes Start Here */
/* Classes Start Here */
/* Classes Start Here */

.clear1 {
	clear: both;
	padding: 10px 0 1px 0;
}
.smallerFont {
	font-size: 80%
}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.footerName {font-size:14px; color:#7A8392;}

.tableList {border: 0px solid black; border-spacing: 1px; border-collapse: separate; float: left; font-size: 12px;}
.tableList tr {}
.tableList th {background-color:#7A8392; color:white; padding: 3px; text-align: left;}
.tableList td {border: 1px solid black; text-align: left;   vertical-align:middle; padding: 7px;}

.tableLayout {border: 0px solid black; border-spacing: 9px; border-collapse: separate; float: left;}
.tableLayout tr {}
.tableLayout td {border: 1px solid black; text-align: center;   vertical-align:middle; padding: 7px;}

.tableLayoutDesc {
	float: left;
	width: 450px;
}

#pageSpecs {
	font-size: 10px;
	margin: 0 0 10px 0;
}

.leftColumn {
	background-color: #fdf5e6;
	width: 170px;
	float: left;
	text-align: right;
	padding: 2px 5px 2px 2px;
}
.rightColumn {
	background-color: #eee8aa;
	width: 730px;
	float: left;
	padding: 2px 2px 2px 5px;
}

#structPrefaceTop {display:none;}
#structPrefaceBottom {display:none;}
#structContentTop {display:none;}
#structContentMiddle {display:none;}
#structContentBottom {display:none;}
#structPostscriptTop {display:none;}
#structPostscriptBottom {display:none;}
#structSidebarLeft {display:none;}
#structSidebarRight {display:none;}

a.topLink1:link {color: #FFF; text-decoration: none; font-size:9px; font-weight:normal;}
a.topLink1:visited {color: #FFF; text-decoration: none; font-size:9px; font-weight:normal;}
a.topLink1:hover {color: #FFF; text-decoration: underline; font-size:9px; font-weight:normal;}
a.topLink1:active {color: #FFF; text-decoration: none; font-size:9px; font-weight:normal;}

#headerTop {
	margin-top: 3px; 
	width:inherit;
	text-align:right;
}
#headerLeft {
	float: left;
	width: 350px;
}
#headerRight {
	margin-left: 375px; 
	text-align:right; 
	margin-top: 42px;
}

#navLeft {
	float: left; 
	text-align: center; 
	vertical-align: middle; 
	margin-left: 7px;
	width: 33%;
	height:inherit;
}
#navCenter {
	float: left; 
	text-align: center; 
	vertical-align: middle; 
	width: 33%;
	height:inherit;
}
#navRight {
	float: left; 
	text-align: center; 
	vertical-align: middle; 
	width: 33%;
	height:inherit;
}

.bgGrey {background-color: #CCCCCC; } 
.bgWhite {background-color: #FFFFFF; }

a:link 	 { text-decoration: none; color: #940300;}
a:visited { text-decoration: none; color: #940300;}
a:hover   { text-decoration: underline; color: #000000;}
a:active  { text-decoration: none; color: #7A8392;}

a.nextLink:link 	 { text-decoration: underline; color: #7A8392;}
a.nextLink:visited { text-decoration: underline; color: #7A8392;}
a.nextLink:hover   { text-decoration: underline; color: #940300;}
a.nextLink:active  { text-decoration: underline; color: #940300;}