﻿/*
body {
	background-color: #E8E9E8;
	background-image: url(templateImages/body_rptX.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapMain {
	background-image: url(templateImages/content_rptY.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0;
	margin: 22px auto 0 auto;
	width: 774px;
	border: 1px solid black;
	
	height: auto;
}

#topNav {
	background-color: black;
	text-align: right;
	padding: 0;
	margin: 0;
}

#mainLeft {
	width: 215px;
	padding: 0;
	margin: 0;
	float: left;
	border: none;
	border-right: 2px solid white;
	
	overflow: hidden;

}

#DeltaDentalofKs {
	width: 100%;
	padding: 26px 0;
	text-align: center;
}

#leftNav {
	padding: 0 10px 10px 10px;
	border: none;
}

#leftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	
	width: 100%;
}

#leftNav ul li {
	padding: 0 0 10px 5px;
	color: black;
	font-size: 12px;
	font-weight: bold;
}
#leftNav ul li ul {
	padding: 5px 0 0 5px;
	color: black;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	
}
#leftNav ul li ul li {
	padding: 0 0 5px 5px;
	color: black;
	font-size: 10px;
	font-weight: bold;
}

*/

#leftNav ul li ul li a {
	font-size: 11px;
	font-weight: bold;
	background-image:inherit;/*none*/
}


#leftNav ul li a {
	background-image: url(templateImages/leftNav_li_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 20px;
	display: block;
	text-decoration: none;
	color: black;
	font-size: 12px;
	font-weight: bold;
	
	width: 100%;
}	

#leftNav ul li a:hover {
	text-decoration: underline;
}

#mainRight {
	width: 557px;
	background-color: white;
	padding: 0;
	margin: 0;
	float: left;
	
	overflow: hidden;
}
.editorClass
{
	background-image: url(templateImages/content_rptY.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 557px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: White ;  
   
}

.editorClassMainLeft 
{
    background-image: url(templateImages/content_rptY.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 215px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;  
    background-color: White;
}

.editorClass TABLE 
{
    font-size: 12px;
}
#tagline {
	height: 53px;
	padding: 0;
	background-image: url(templateImages/hdr_CareerOpportunities.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000px;
}

#bcrumb {
	padding: 4px 10px 4px 26px;
	font-size: 10px;
	color: black;
	background-color: #F0F0F0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#bcrumb a {
	color: #333;
	text-decoration: underline;
}

#cntMain {
	padding: 10px;
	font-size: 12px;
}

#cntMain H1 {
	border-left: 20px solid black;
	padding: 1px 10px 1px 10px;
	color: #52C44D;
	font-size: 16px;
	letter-spacing: .15em;
}
H5 {font-size: 14px;color: #52C44D;}
H6
{	
	font-size: 12px;
	color: #006699;
}
#hdrPhoto {
	margin: -10px -10px 0 -10px;
}


#ftr {
	display: block;
	background-color: black;
	padding: 8px;
	color: white;
	font-size: 11px;
}


#underFtr {
	width: 774px;
	margin: 5px auto 20px auto;
	text-align: right;
	padding: 0;
}


#footer div#links {
	padding: 0;
	margin: 0;
}


input[type=submit], input[type=button], input[type=reset]
{
    background-color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	border: 1px solid #999999;
	padding: 2px 10px;
	margin-right: 5px;
	text-transform: uppercase;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover
{
    background-color: #ffffff;
    color: #57848e;
}
/* -- begin table style for grids -- */
/*.tblForm {
	width: 560px;
	margin-left: 20px;
	margin: 20px 0px;
	clear:left;
	border: 1px solid #666666;
	border-collapse: collapse;
}

.tblForm td {

	vertical-align: top;
	padding: 4px;
	font-size: 11px;
	border: 1px solid #999999;
	text-align:left;
	
}




.tblForm td.labelheader 
{
	font-weight: bold;
	color:purple;
	background-color: #666666;
    width="60%"
}*/


.tdDataEntry
{
    width: 100px;
    padding-top: 5px;
     vertical-align: top
}

input.btn2 { 
	  color:#57848e;  
	  background-color:#E5F2F6; 
      border: 1px solid;  
	} 
/*
.tblForm td input[type=text] 
{
	width: 200px;
}
.tblForm td input.small 
{
	width: 100px;
}
.tblForm td input.smaller 
{
	width: 50px;
}
.tblForm td input.big 
{
	width: 250px;
}
.tblForm td input.bigger 
{
	width: 350px;
}

.tblForm td select 
{
	width: 205px;
}
.tblForm td select.small
{
	width: 105px;
}

.tblForm td input[type=file]
{
	width: 289px;
}


.tblForm td textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.gridResults {
	border: none;
	color: Black;
	font-size: 12px;
	clear:left;	
}

.gridResults TD {
	vertical-align: top;
	font-size: 12px;
	padding: 2px;
}

.gridRow {
	background-color: White;
	font-size: 12px;
}

TR.gridRow:hover, TR.gridAltRow:hover 
{
     background-color: #99CCFF;
}

.gridAltRow {
	background-color: #f4f4f4;
	font-size: 12px;	
}
.gridQuestionRow
{
	background-color: #E0E0E0;
	font-size: 10px;
	font-weight: bold;
}
.gridAnswerRow
{
	font-size: 10px;
	text-indent:5px;
}
.gridHeaderStyle {
	background-color: #333333;
	color: White;
	font-weight: bold;
}

.gridResults TH {
	background-color: #333333;
	color: White;
	font-weight: bold;
	padding: 3px;
}

*/
/* -- end table style for grids -- */


/*----- UTILITY -----*/


/*
	ul.horiz {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	ul.horiz li {
		display: inline;
		padding: 0 8px 0 8px;
		margin: 0;
	}
	
	ul.horiz li a {
		
	}

	DIV.clr, DIV.clrr, DIV.clrl {
		width : 0px;
		height : 0px;
		margin: 0px;
		padding: 0px;
		font-size: 1px;
	}
	
	DIV.clr {
		clear : both;
	}
	
	DIV.clrr {
		clear : right;
	}
	
	DIV.clrl {
		clear : left;
	}
	
	.padding10px {
		padding: 10px;
	}
	
	.margin10px {
		margin: 10px;
	}
	
	.fontsize10px {
		font-size: 10px;
	}
	
	.fontsize11px {
		font-size: 11px;
	}
	
	.fontsize12px {
		font-size: 12px;
	}
	
	.textLeft {
		text-align: left;
	}
	
	.textRight {
		text-align: right;
	}
	.textIndent5
	{
		text-indent:5px;
	}
	.textCenter {
		text-align: center;
	}
	
	.fontweightBold {
		font-weight: bold;
	}
	
	.fontweightNormal {
		font-weight: normal;
	}
	
	.borderTopSep {
		border-top: 1px solid #eaeaea;
	}
    */
/*----- /UTILITY -----*/