@charset "utf-8";
/* CSS Document */

html {overflow-y:scroll;}

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background-color:#727272;
	background-image:url(../images/structure/bg.jpg);
	background-repeat:repeat-x;
}

a {
	color:#cf6c0a;
}

.pagetitle {
	font-weight:bold;
	font-size:25px;
}

.subtitle {
	font-weight:bold;
	font-size:16px;
}

.maintable {
	border:1px solid #333333;
}

/* Header Styles ************************************************/

#timsarea {
	color:#FFFFFF;
	font-size:12px;
}

#timstext {
	padding-left:34px;
	padding-bottom:5px;
}

.tims_textbox {
	width:168px;
	height:34px;
}

.tims_textbox {width:158px; height:26px; border:0px; background:url(../images/structure/tims_textbox.jpg) no-repeat fixed; margin:0px; padding-top:8px; padding-left:5px; padding-right:5px;}
html>body .tims_textbox {width:158px; height:26px; border:0px; background:url(../images/structure/tims_textbox.jpg) no-repeat; margin:0px; padding-top:8px; padding-left:5px; padding-right:5px;}

/* Sidebar Styles ************************************************/

.staff_textbox {width:158px; height:26px; border:0px; background:url(../images/structure/staff_textbox.jpg) no-repeat fixed; margin:0px; padding-top:8px; padding-left:5px; padding-right:5px; color:#FFFFFF;}
html>body .staff_textbox {width:158px; height:26px; border:0px; background:url(../images/structure/staff_textbox.jpg) no-repeat; margin:0px; padding-top:8px; padding-left:5px; padding-right:5px; color:#FFFFFF;}

.sublink {
	width:199px;
	height:35px;
	margin-top:1px;
	margin-bottom:1px;
	border-bottom:1px solid #cccccc;
}

.sublinkFirst {
	width:199px;
	height:35px;
	margin-top:1px;
	margin-bottom:1px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.sublinkHover {
	width:199px;
	height:35px;
	margin-top:1px;
	margin-bottom:1px;
	border-bottom:1px solid #cccccc;
	background-color:#e0e0e0;
}

.sublinkFirstHover {
	width:199px;
	height:35px;
	margin-top:1px;
	margin-bottom:1px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#e0e0e0;
}

.sublink a, .sublinkFirst a, .sublinkHover a, .sublinkFirstHover a {
	font-size:15px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	line-height:35px;
	margin-left:5px;
}

/* Footer Styles ***********************************************/

.footerarea {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;
	padding-top:15px;
	border-top:1px solid #ffffff;
}

.footerarea a {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.footerarea a:hover {text-decoration:underline;}

/* Registration Form Styles ***********************************************/

.formtable {
	border:1px solid #7f7f7f;
	border-collapse:collapse;
}

.formtable td {border:1px solid #7f7f7f;}

.formfield {
	width:270px;
	border:1px solid #7f7f7f;
	background-color:#FaFaFa;
}
