/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	/*font-size:200.5%;*/
	font-size: 28px;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	/*font-size:138.5%;*/
	font-size: 22px;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	/*font-size:123.1%;*/
	font-size: 18px;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol.restore,ul.restore,dl.restore {
	margin-left:2em !important;
	font-size:12px;
}
ol.restore > li {
	list-style: decimal outside;
		overflow: visible;
}
ul.restore > li {
	list-style: disc outside;
}
dl.restore > dd {
	margin-left:1em;
}
table.restore {
	margin:1px auto;
	font-size:13px;
	border-collapse: separate;
	border-spacing: 1px;
	font-family:arial;
}
	table.restore td {
		padding:3px;
	}
fieldset.restore {
	border:2px #999 solid;
	font-size:15px;
	padding-top:	5.25px;
	padding-right:	9.38333px;
	padding-bottom:	11.25px;
	padding-left:	9.38333px;
}
	fieldset.restore legend {
		padding:0 2px 0 2px;
	}
/*
th,td {
	border:1px solid #000;
	padding:.5em;
}
*/
th {
	font-weight:bold;
	text-align:center;
}
/*
caption {
	margin-bottom:.5em;
	text-align:center;
}
*/
p.restore,fieldset.restore,table.restore {
	margin-bottom:1em;
}
/* END base.css, part of YUI's CSS Foundation */
body {
	background-color: #CCC;
	margin: 0;
	font-family: Arial;
}
body#instructbody {
	background-color: #999;
	font-size: 14px;
}
	body#instructbody table {
		background-color: #FFF;
		border-collapse: collapse;
		box-shadow: 1px 2px 9px #444;
		-webkit-box-shadow: 1px 2px 9px #444;
		-moz-box-shadow: 1px 2px 9px #444;
	}
		body#instructbody table td {
			margin: 0;
			padding:3px;
			border:#666600 1px solid;
		}
		body#instructbody table td p {
			margin-top:4px;
			margin-bottom:4px;
		}

#container {
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/menu_bkgd.gif);
	background-repeat: repeat-y;
	width: 818px;
	box-shadow: 1px 2px 9px #616161;
	-webkit-box-shadow: 1px 2px 9px #616161;
	-moz-box-shadow: 1px 2px 9px #616161;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#AAAAAA, offX=5, offY=5, positive=true);*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#777777', Direction=135, Strength=8);
	zoom: 1;
	border-left: 1px #999 solid;
}

#container2 {
	margin: 0;
	width: 818px;
	background-image: url(images/header_bkgd.jpg);
	background-repeat: no-repeat;
}

#ccd_header {
	margin: 0;
	width: 818px;
	height: 160px;
	position: relative;
	/*border-bottom: 1px #3FF dotted;*/
}
#longmenu {
	position: absolute;
	top: 110px;
	left: 180px;
	color: #7ca3d0;
	font-family: arial;
	font-size: 14px;
}
	#longmenu a {
		text-decoration: none;
		color: #FFF;
	}
		#longmenu a:hover {
			text-decoration: underline;
		}

#topmenu {
	position: absolute;
	top: 7px;
	right: 59px;
	color: #FFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
	#topmenu a {
		text-decoration: none;
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	}
		#topmenu a:hover {
			text-decoration: underline;
		}

#leftmenu {
	width: 123px;
	/*background-color: #9F0;*/
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-top: 50px;
	font-size: 14px;
	color: #747d37;
}
	#leftmenu a {
		color: #00476a;
		text-decoration:none
	}
	#leftmenu ul {
		list-style-type: none;
		list-style-position: inside;
		margin: 0;
		padding: 0;
		font-size: 13px;
	/*background-color: #F90;
	margin-left:2em;*/
	}
		#leftmenu ul li {
			margin: 0;
			padding: 0;
			/*background-color: #F09;*/
			list-style: none outside;
		}

#signout_button {
	padding-bottom: 10px;
	padding-right: 4px;
}

#maincontent {
	margin: 0 0 0 144px;
	padding: 0px 25px 20px 35px;
	min-height: 400px;
	/*border: 1px #0F0 dotted;*/
	font-size: 14px;
}

#ccd_footer {
	clear: both;
	background-color: #dfe8f1;
	text-align: center;
}

#contactinfo {
	background-color: #F0F4F7;
	text-align: center;
	font-size: 12px;
	padding: 25px 10px 7px 10px;
	background-image: url(images/bottom_gradient.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#greenline {
	background-color: #bbde6f;
	height: 3px;
}

#copyright_img {
	padding-top: 17px;
	border: 0;
}

div.error {
	background-color:#900;
	color:#fff;
	font-size:12px;
}


table.standardtable {
	border-collapse: collapse;
	/*border-left: 1px #AAA solid;*/
}
	table.standardtable td, table.standardtable th {
		border: 1px #AAA solid;
		/*border-right: 1px #AAA solid;
		border-bottom: 1px #AAA solid;*/
	}
.note {
	color: #900;
	font-size: 12px;
}
/* replaced below - 8-20-13 JSW
table.section_menu {
	border: 1px #333 solid;
	background-color: #333;
	border-collapse:collapse;
}
	table.section_menu th {
		font-size: 16px;
		background-color: #747935;
		color: #FFF;
		padding: 3px;
		border: 1px #333 solid;
		font-weight: bold;
		text-align: center;
	}
	table.section_menu td {
		font-size:14px;
		background-color:#DBDDB1;
		padding:3px;
		border: 1px #333 solid;
	}
		table.section_menu td a {
			color:#003a6b;
		}
			table.section_menu td a:hover {
				color:#035d9d;
			}
*/


/** applicant mainmenu.php & section submenus **/
table.section_menu {
	font-size: 14px;
	border-collapse: collapse;
	font-family: Arial,Tahoma,Verdana;
}
	table.section_menu td,table.section_menu th {
		padding: 5px;
		text-align: left;
	}
	table.section_menu tr td {
		background-color: #F3F3EB;
		border: 1px #BBBB92 solid;
		padding-left:10px;
	}
	table.section_menu tr.stripe td { background-color: #C9DEEE; }
		/* line numbers */
		table.section_menu td span {
			width:30px;
			text-align:right;
			display: block;
			float:left;
			color:#000;
			font-weight: bold;
		}
	table.section_menu tr th:first-child {
		border-top-left-radius: 4px;
	}
	table.section_menu tr th:last-child {
		border-top-right-radius: 4px;
	}
	table.section_menu th {
		border:none;
		padding-left:10px;
		padding-top:7px;
		background-color:#747935;
		color:#333333;
		font-size:15px;
		/* Webkit (Safari/Chrome 10) */
		background:-webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.39,#C3C399),
			color-stop(0.7, #DDDDAA)
			);
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(
			center bottom,
			#C3C399 39%,
			#DDDDAA 70%
			);
		background:-moz-linear-gradient(
			center bottom,
			#C3C399 39%,
			#DDDDAA 70%
			);
		background:-ms-linear-gradient(
			center bottom,
			#C3C399 39%,
			#DDDDAA 70%
			);
	}
	table.section_menu a:link {color:#003399;}    /* unvisited link */
	table.section_menu a:visited {color:#003366;} /* visited link */



.rounded {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.roundedtop {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
table.rounded {border-radius: 10px;}
	table.rounded tr:first-child td:first-child { border-top-left-radius: 10px; }
	table.rounded tr:first-child td:last-child { border-top-right-radius: 10px; }
	table.rounded tr:last-child td:first-child { border-bottom-left-radius: 10px; }
	table.rounded tr:last-child td:last-child { border-bottom-right-radius: 10px; }

p.sect_title { font-size:15px; }

.highlightinput {
	border-color: red;
	background-color: #FCC;
}

fieldset {background-color:#EEE;}
legend {
	font-weight: bold;
	color: #CA2027;
}
fieldset.error {
	width:330px;
	border: #CA2027 dotted 2px !important;
	color:#CA2027;
}
legend.error {
	font-size:15px !important;
	font-family:arial;
	font-weight:bold;
	color:#CA2027;
	/*background-color:#EEE;*/
}
.td_label {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0057A8;
	text-align: right;
	padding-left:10px;
	padding-right:3px;
}
.td_data {
	font-size: 12px;
	color:#000;
	background-color:#cbdded;
	text-align: left;
}

table.rounded {border-radius: 7px;}
table.rounded tr:first-child td:first-child { border-top-left-radius: 7px; }
table.rounded tr:first-child td:last-child { border-top-right-radius: 7px; }
table.rounded tr:last-child td:first-child { border-bottom-left-radius: 7px; }
table.rounded tr:last-child td:last-child { border-bottom-right-radius: 7px; }

.shadow {box-shadow: 1px 1px 4px #444;}

/* Extjs quicktips */
img.qtip-target {vertical-align: text-bottom;}


/* shared styles for the ActionColumn icons */
.x-action-col-cell img {
	height: 16px;
	width: 16px;
	cursor: pointer;
}
/* custom icon for the "return to inactive list" ActionColumn icon */
.x-action-col-cell img.delete {
	background-image: url(/images/icons/trash_over.gif);
}
/* custom icon for the "return to inactive list" ActionColumn icon */
.x-action-col-cell img.edit {
	background-image: url(/images/icons/pencil.gif);
}
img.add {
	background-image: url(images/icons/add.gif);
}

#leftmenu.notEditable ul li {color:#999;}
.font-smoothing {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}