/*
Color Reference:

Orange: #fb9100         ****

Blue Dark: #002850
Blue Light: #006FBA
Orange Dark: #E66400
Orange Light: #FF961E
Green Dark: #006E1E
Green Light: #3F9C35
Red Dark: #780000
Red Light: #840023
Pink Dark: #502350
Pink Light: #912891
Gray Dark: #ABABAB
Text Color: #4B4B4B
*/

/* CSS Document */
body{
	background:url('../images/bkg-body.gif') repeat-x top left; color:#4B4B4B; 
    background-color:#d8d8d8;
	font:normal 12px/18px helvetica, arial, verdana;
	margin:0; padding:0;}
div, h1, h2, h3, h4, h5, h6, form, label, input, span, ul, li, p, a{
	margin:0; padding:0;}
ul{
	list-style:none;}
.spacer{
	font-size:0; line-height:0; clear:both;}
p {padding-top: 7px;}

/* -- top navigation start -- */
#topNav{
	width:820px; margin:0 auto; height:37px;}
#topNav ul{
	width:820px; margin:0 auto;}
#topNav ul li{
	height:37px; float:left;
	background:url(../images/bg.gif) repeat-x 0 0 #292929; color:#C1C1C1;
	font:bold 12px/37px Arial, Helvetica, sans-serif;}
#topNav ul li a{
	padding:0 18px; height:37px; float:left; text-decoration:none; display:block;
	background:url(../images/bg.gif) repeat-x 0 0 #292929; color:#C1C1C1;
	font:bold 12px/37px Arial, Helvetica, sans-serif;}
#topNav ul li a:hover{
	background:url(../images/top_btn_h.gif) no-repeat center bottom;}
#topNav ul li a.hover{
	padding:0 18px; height:37px; float:left; text-decoration:none; display:block;
	background:url(../images/top_btn_h.gif) no-repeat center bottom; color:#C1C1C1;
	font:bold 12px/37px Arial, Helvetica, sans-serif;}
/* -- top navigation start -- */

/* -- body start -- */
#body{
	background:url(../images/hd_bg.png) repeat-x 0 0 #fff; width:800px; margin:0 auto; padding:0 0 30px 0; color:#171717;}
#body img.logo{
	border:none; margin:8px 0 0 5px;}
#body h1{
	}
#body div.bodyText{
	padding:50px 0 0 0;}
#body div.bodyText h2{
	font:bold italic 24px/34px Georgia, "Times New Roman", Times, serif; color:#B10000;}
#body div.bodyText h2 span{
	color:#000000; background-color:#fff;}
#body div.bodyText h3{
	font:bold 20px/24px Georgia, "Times New Roman", Times, serif; color:#526D0D;
	background:url(../images/folder_icon.gif) no-repeat 0 5px #fff; padding:0 2px 0 25px;}
#body div.bodyText h4{
	font:normal 20px/24px Georgia, "Times New Roman", Times, serif; color:#000000;
	background-color:#fff; padding:0 0 0 10px;}
#body div.bodyText p{
	font:normal 13px/20px Georgia, "Times New Roman", Times, serif; color:#171717;
	padding:10px 0; background-color:#fff;}
#body div.bodyText p a{
	color:#003E6A; background-color:#fff; text-decoration:underline;}
#body div.bodyText p a:hover{
	text-decoration:none;}
#body div.catagory{
	padding:25px 0 0 0;}
.gradientContainer {background:#e1e1e1 url(../images/bkg-gradient_gray170.gif) repeat-x left top;}

.box0 {border: solid 6px #fff; background-color: #fff; margin:0 auto; padding: 3px; margin-bottom:8px;}
.box1 {border: solid 6px #E7E7E7; background-color: #fff; margin:0 auto; padding: 3px; margin-bottom:8px;}
.box2 {border: dotted 1px #fb9100; background-color: #fff; padding: 3px; margin-bottom:8px;}
.box3 {border: solid 1px #fb9100; background-color: #fff; margin:0 auto; padding: 3px; margin-bottom:8px;}
.box4 {border: solid 6px #256d88; background-color: #c9ebf8; margin: 0 auto; padding: 3px; margin-bottom:8px;}
.box5 {border: solid 1px #256d88; background-color: #fff; padding: 3px; margin-bottom:8px;}
.box6 {border: dotted 1px #E7E7E7; background-color: #fff; padding: 3px; margin-bottom:8px;}
.box7 {background:url('../images/table_bkg.gif') repeat-x top left; background-color: #fff; padding: 10px; margin-bottom:8px;}

.head1 {color:#256d88; font:bold 18px/26px Georgia, "Times New Roman", Times, serif;}
.head2 {color:#256d88; font:bold 16px/24px Arial, Helvetica, sans-serif;}
.head3 {color:#fb9100; font:bold 12px/20px Arial, Helvetica, sans-serif; padding-top: 7px; text-transform: uppercase;}
.head4 {background-color:#fb9100; font:bold 11px/18px helvetica; color: #fff; padding: 3px; text-transform: uppercase;}
.head5 {background-color:#3e96b8; font:bold 11px/18px helvetica; color: #fff; padding: 3px; text-transform: uppercase;}
.head6 {font:bold 13px/20px Georgia, "Times New Roman", Times, serif;}

.floatLeft{
	float:left;}


/* -- body end -- */

/* footer start -- */
#footer{
	background-color:#292929; color:#FFFFFF;}
.footer{
	width:800px; height:115px; margin:0 auto; padding:0px 0 0 0;}
.footer ul{
	width:540px; margin:0 auto;}
.footer ul li{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#FAFAFA; background-color:#292929; float:left;}
.footer a{
	text-decoration:underline;
	color:#FAFAFA; background-color:#292929; padding:0 8px;}
.footer a:hover{
	text-decoration:underline;
	color:#FAFAFA; background-color:#484848; padding:0 8px;}
.footer p{
	margin:0 auto; width:800px; color:#EDE3C0; background-color:#292929;
	font:normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;}
/* footer end -- */







/* CLASSES FOR TEXT CASE */
.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.smalltext {font-size: 0.95em; color:gray;}

/* MESSAGES */
.t17InlineError {color: red; margin-bottom: -20px;}
.required {color: #E66400;}


/* NAVIGATION BAR */
.t17NavBar {}
#nav {width: 100%; margin: 0 auto; margin-top: 10px;}
#header_nav {float: left; width: 100%; border-top: ridge 0px gray; border-bottom: ridge 0px gray;}
#header_nav ul {margin: 0; padding: 0; list-style: none; line-height: normal;}
#header_nav li {float: left; border-right:groove 0px #fff;}
#header_nav a {display: block; float: left; margin-right: 1px; padding: 3px 10px 3px 10px; background: #fff; border: 0px; font-size: 1.3em; text-decoration: none; font-family: Verdana,Arial;}
#header_nav a:hover {background: #eee;}
li.header-nav-selected {font-weight: bold;}

#child_nav {float: left; background: #fff; width: 100%;}
#child_nav ul {margin: 0; padding: 0; list-style: none; line-height: normal;}
#child_nav li {float: left; border-right:groove 0px #fff;}
#child_nav a {display: block; float: left; margin-right: 1px; padding: 1px 10px 2px 10px;background: #fff; font-size: 1.0em; border: 0px; text-decoration: none; font-family: Verdana,Arial;}
#child_nav a:hover {background: #eee;}
li.child-nav-selected {font-weight: bold;}

input, select, textarea {border:1px solid #999; font:1.0em Arial, Helvetica, sans-serif; margin-top:3px; margin-bottom: 10px;}
input, textarea {padding:2px;}
input[type=checkbox], input[type=radio],input[type=hidden] {border:none; padding:0;}
input.checkbox, input.radio, input.hidden {border:none;}

.t17Button {width:auto !important; background:#e1e1e1 url(../images/btn_bg_submit.gif) left center repeat-x; border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; padding-right:5px;}
button:active, input.button:active {border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf;}
button:hover, input.button:hover {cursor:pointer;}
button.primary, input.button.primary {border:1px solid #d5bd98; border-right-color:#935e0d; border-bottom-color:#935e0d; background:#ffa822 url(../images/btn_bg_submit.gif) left center repeat-x;}
button.primary:active, input.button.primary:active {border:1px solid #935e0d; border-right-color:#d5bd98; border-bottom-color:#d5bd98;}
button[disabled=disabled] {border:1px solid #ccc; background:#eee; color:#b3b3b3;}
button[disabled=disabled]:hover {cursor:default;}
button.disabled, input.button.disabled {border:1px solid #ccc; background:#eee; color:#b3b3b3;}
button.disabled:hover, input.button.disabled:hover {cursor:default;}

.apex_finderbar {width:500px;}

.bannerTitle {font:1.80em sans-serif,Arial, Helvetica; font-weight:bold; color:#eee;}
.bannerBody {font:0.75em Helvetica,sans-serif,Arial; font-weight:normal; color:#eee;}

.t17RequiredLabel {font-weight: bold; margin-bottom: -20px;}

.region_1_caption {color:#256d88; font:bold 18px/26px Georgia, "Times New Roman", Times, serif; text-align:left;}

.formlayout {width:100%;}

/****************************************************/
/*  TABLE STYLE
 /****************************************************/
table.table_1 {
    text-align: left;
    width: 100%;
    background: #fff;
}

th.table_1_header {
    font-size: 90%;
    padding: 2px;
    font-weight: bold;
    color: #fff;
    background: #eee;
}

td.table_1_body {
    vertical-align: top;
    text-align: left;
    padding: 1px;
    border-bottom: 1px solid #eee;
}

tr.table_1_row {
}

td.table_1_body a {
    color: blue;
    text-decoration: underline;
}

.body 
{
    margin-top: -50px;
    margin-left: -50px;
}