/* Textual Styles */

a {
	color:#58A1DF;
}
a:hover {
	color:#81B64E;
}
div, table, ul, li, p {
	font-size:1em;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin-top:.3em;
	font-weight:normal;
}
#content .tabs * {
	line-height:1.6em;
}

h1 {
	font-size:2.8em;
	padding:0px 0 0 20px;
	color:#fff;
}
h2 {
	font-size:2em;
}
h3 {
	font-size:1.2em;
	margin-bottom:5px;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
.ats {
	font:normal 1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	line-height:1em!IMPORTANT;
	letter-spacing:1px;
	position:relative;

}
.hidden{display:none;}

p 
{
	margin:10px 5px; 
}
#content ul,
#tab ol {
	margin:25px
}

#tab ul ul.group{margin:0;}
#tab ul ul {
	margin:0px 20px 20px 20px;
}
#tab ul li {
	list-style-image: url(/ats/images/blue_bullet.png);
	margin-left:20px;
}
#tab ol li {
	list-style-type: decimal;
	margin-left:20px;
}
.notabs{border:1px solid red;}

blockquote {
	background:url(/ats/images/blockquote_bg.png) top left no-repeat;
	padding:10px 0 0 10px;
	font-style:italic;
	width:90%;
	margin:10px auto;
}
fieldset,
.fieldset {
	border:1px solid #ccc;
	border-top:none;
	width:95%;
	margin:25px auto;
	background:url(/ats/images/tab_panel_bg.jpg) top left repeat-x;
	padding:10px;
}
fieldset.form {
	background:url(/ats/images/form_bg.jpg) top right no-repeat;
	border-top:none;
	border-color:#D9E6F7;
}
legend,
div.legend {
	font-size:1.5em ;
	color:#000;
	}
#tab a {
	font-weight:bold;
	text-decoration:none;
}
#tab a:hover {
	color:#fff;
	background-color:#81B64E;
}
#tab a.img:hover {
	background:none;
}
div.logo a:hover {
	background:none;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.small {
	font-size:.9em;
}
.large {
	font-size:1.2em;
}
.hidden {
	visibility:hidden;
}
/* Table Styles */

table.grid {
	width:90%;
	border-collapse:collapse;
	margin:40px auto;
}
table.grid tr.head td {
	font:1.4em trebuchet ms;
	color:#002B54;
	border:1px solid #D9E6F7;
	background:url(/ats/images/table_head_bg.png) top right repeat-x;
	padding-left:10px;
}
table.grid tr.subhead td {
	font:1.2em trebuchet ms;
	color:#002B54;
	background-color:#D9E6F7;
	border:1px solid #B8D0F1;
	padding-left:15px;
}
table.grid tr td.colhead {
	font:1.2em trebuchet ms;
	text-align:center;
	font-weight:bold;
	border:1px solid #B8D0F1;
}
table.grid tr.row_1 td {
	background:#ECF3FB;
	padding:5px;
}
table.grid tr.row_2 td {
	padding:5px;
}
table.grid td {
	border:1px solid #B8D0F1;
}
/* Form Styles */
table.form {
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
	width:90%;
}
table.form td {
	border-collapse:collapse;
	border-bottom:1px dashed #ccc;
	padding:3px;
}
table.form td.label {
	background-color:#f9f9f9;
	border:1px solid #D9E6F7;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	/*width:33%;*/
}
table.form .required {
	color:red;
	background-color:#f8f8f8;
	padding-left:20px;
}
.required_legend {
	background-color:#f8f8f8;
	color:#999999;
	padding-left:18px;
	font-size:10px;
	font-weight:bold;
	line-hieght:12px;
}
td.label .info {
	font-weight:normal;
	font-size:10px;
}
table.form td.input {
	vertical-align:top;
	text-align:left;
}
.button_bar {
	text-align:center;
}
.button {
	font:normal 14px trebuchet ms, verdana, sans-serif;
	color:#fff;
	line-height:25px;
}
a.button:hover, input.button:hover {
	cursor:hand;
}
a.button, input.button {
	text-decoration:none;
	line-height:25px;
	height:30px;
	color:#fff;
	bottom-border:1px solid #517286;
	border-bottom:none;
		background:#2E70C4 url(/ats/images/bluebutton_bg.jpg) 0 50% repeat-x;
}
/*
a.blue.button, input.blue.button {
	background:#5B819A url(/ats/images/blue_button_bg.png) top left repeat-x;
}
a.green.button, input.green.button {
	background:#5B819A url(/ats/images/green_button_bg.png) top left repeat-x;
}
*/