fbody {
	margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}
/*  ----------------
	Main Layout Divs
	----------------
*/
div#template_title{
	font-size:28px;
	font-weight:bold;
	color:#EB5834;
	width:100%;
	background-color:#E8ECEC; /*#0066FF; #EB5834;*/
	background-image:url(../../images/hkh/title.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:40px;
}
div#template_content {
	width:800px;
	height:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:1px solid #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*background-image:url(../images/content_back.gif);
	background-repeat:no-repeat;*/
}
div#template_content2 {
	width:100%;
	height:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border:1px solid #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background-image:url(../images/content_back.gif);
	background-repeat:no-repeat;*/
}
div#infobox{
	margin: 10px 20% 15px 20%;
	text-align:center;
	width:60%;
	border:thin solid #C0C0C0;
}
div#infobox_mod{
	margin: 10px 15% 30px 15%;
	text-align:center;
	width:70%;
	border:thin solid #C0C0C0;
}
div#admin_content {
	margin: 10px auto 30px auto;
	width:90%;
	border:thin solid #CCCCCC;
}
div#footer{
	margin: 0px 0px 0px 0px;
	text-align:center;
	width:700px;
}
div#footer2{
	margin: 0px 0px 0px 0px;
	text-align:center;
	width:100%;
}
#template_indicator {
	font-size:9px;
	color:#999999;
	width:800px;
	text-align:left;
	margin:4px auto 0px auto;
}
#ajax_threads {
	display:inline;
}
/*
	---------------
	Text Appearance
	---------------
*/
.emphasis {
	font-style:italic;
}
.slogan {
	font-size:12px;
	color:#cccccc;
}
.paragraph_lite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}
.error {
	color:red;
	width:70%;
	margin:0px auto 0px auto;
}
/*
	---------------
	Form Appearance
	---------------
*/
form {
 
 padding: 5px;
}
form#checkform {
	border:0px solid;
}
.nocolor {
	background-color:#FFFFFF;
}

.inputs {
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #006699;
}
input {
	border:1px solid #006699;
}
.radio {
	border:none;
}
.dates {
	background-image:url(../jas_images/input/date.gif);
	background-position:center;
	background-repeat:no-repeat;
}
select {
	border:1px solid #006699;
}
textarea {
	border:1px solid #006699;
}
/*
	---------------
	Link Appearance
	---------------
*/
.nostyle {
	text-decoration:none;
	color:#000000;
}
.nostyle:hover {
	color:#000000;
}
.nostyle:visited {
	color:#000000;
}
.nounderline {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#0066FF;
}
a.white_link, a.white_link:visited {
	color:#FFFFFF;
}
/*
	----------------
	Table Appearance
	----------------
*/
.td_title {
	background-color:#8E96B7;
	color:#FFFFFF;
}
.td_even {
	background-color:#ECEAFD;
	color:#000000;
}
.td_even:hover {
	background-color:#F5F5F5;
	color:#000000;
}
.td_odd:hover {
	background-color:#F5F5F5;
	color:#000000;
}
.td_odd {
	background-color:#DBDEF0;
}
/*
	----------------
	Other Formatting
	----------------
*/
.announcement {
	color:#CC3333;
	font-weight:bold;
}
.completed {
	background-color:#00CC00;
}

/******************
	Account
******************/
#account_view {
	width:300px;
	margin:0px auto 20px auto;
	border:1px solid #CCCCCC;
	padding:0px 0px 0px 0px;
	font-size:12px;
	text-align:left;
}

#account_view a, #account_view a:visited {
	text-decoration:none;
	color:#0000FF;
}

#account_view a:hover {
	text-decoration:underline;
}

#account_validation {
	width:260px;
	margin:10px auto 10px auto;
	text-align:left;
}
#account_content {
	width:260px;
	margin:10px auto 10px auto;
	text-align:center;
}
#account_content table {
	margin:0px auto 0px auto;
}
#account_extra {
	width:260px;
	margin:0px auto 5px auto;
	text-align:center;
}

/******************
	Form
******************/
.input {
	border:1px solid #006699;
	background-color:#E1EBF0;
}

.fix {
	border:1px solid #CC0000;
	background-color:#FFCC66;
}
.nofix {
	color:#006699;
}

/**********************
    Current Step nav	
**********************/

ul.steps {
	margin:0px; 
	padding:0px;
	float:right;
	list-style-type:none;
	text-align:center;
	background-color:#FFFFFF;
	width:auto;
}

ul.steps li {
	display:inline; 
	float:left;	
	text-decoration:none;		
	padding:0.2em .8em;
	border-right:1px solid black;
	border-left:1px solid black;	
}

li.nofocus {
	color:black;
	background-color:#e8ecec;
	border-top:1px solid black;
	border-bottom:1px solid black;	
}

li.focus {
	color:black;
	background-color:#FFFFFF;	
	border-bottom:2px solid black;		
}

.nav {
	border-bottom:1px solid black;	
	background-color:#e8ecec;
}