/* CSS Document */

body {
	background: #000000;
	margin: 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}

#template_content a:link, #template_content a:visited, #template_content a:active, #template_content a:hover {
	color: #F0970E;
	text-decoration: none;
}

.template_wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

.template_leftcol {
	position: absolute;
	top: 0px;
	width: 190px;
}

.template_rightcol {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 780px;
}

#template_head {
	width: 765px;
	height: 80px;
	background: url(../images/template_head_bg.jpg) no-repeat #FFFFFF;
	padding-left: 15px;
}

#template_head_login {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #FFFFFF;
	text-align: right;
}

#template_head_login a:link, #template_head_login a:visited, #template_head_login a:active, #template_head_login a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

#template_head_login img {
	vertical-align: text-bottom;
	margin-right: 3px;
}

.template_title {
	position: absolute;
	top: 10px;
	left: 90px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

#template_menu {
	width: 190px;
	background: #FFFFFF;
	margin-top: 80px;
	border: 0px;
}

#template_menu_head {
	width: 183px;
	background: #FFFFFF url(../images/template_menuhead_bg.jpg);
	height: 15px;
	color: #666666;
	font-size: 10px;
	text-align: right;
	padding-right: 7px;
	padding-top: 3px;
	border-bottom: 1px solid #FFFFFF;
}

#template_menu_head a:link, #template_menu_head a:active, #template_menu_head a:hover, #template_menu_head a:visited{
	color: #666666;
}

#template_menu_content {
	width: 190px;
}

#template_menu_foot {
	width: 190px;
	background: #FFFFFF url(../images/template_menufoot_bg.jpg) bottom no-repeat;
	height: 15px;
}

#template_content {
	width: 750px;
	background: #FFFFFF;
	padding: 15px;
}

.template_relatedbox {
	margin-top: 10px;
	margin-bottom: 10px;
	width:580px; 
	height:180px;
	overflow:auto;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	border-bottom: 3px solid #666666;
	margin: 0px;
	margin-bottom: 18px;
	clear: both;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	border-bottom: 2px dotted #666666;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 8px;
	clear: both;
}

.content_buttonrowright {
	float: right;
	text-align: right;
	margin: 0px;
}

.content_buttonrowright form {
	float: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}

.content_buttonrow {
	text-align: left;
	margin: 0px;
	margin-bottom: 5px;
}

#template_foot {
	width: 760px;
	height: 17px;
	padding-top: 13px;
	padding-right: 20px;
	margin-bottom: 20px;
	background: url(../images/template_foot_bg.jpg) no-repeat #FFFFFF;
	text-align: right;
	font-size: 10px;
	clear: both;
	color: #FFFFFF;
}

#template_foot a:link, #template_foot a:visited, #template_foot a:hover, #template_foot a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}

/* Form Stuff */

#form_table {
	margin-top: 15px;
	margin-bottom: 15px;
}

#form_table a:link, #form_table a:visited, #form_table a:hover, #form_table a:active {
	color: #F0970E;
}

#form_table td {
	padding: 5px;
	line-height: 20px;
}

#form_table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

#form_table h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom: 2px dotted #333333;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

.form_input {
	background: #FFFFFF;
	border: 2px solid #F0970E;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 3px;
	vertical-align: middle;
}

.form_select {
	background: #FFFFFF;
	border: 2px solid #F0970E;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 0px;
	vertical-align: middle;
}

.form_checkbox {
	background: #FFFFFF;
	color: #333333;
	margin: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

.form_button {
	background: #F0970E;
	border: 0px solid #333333;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
}

#managetable {
	margin-top: 15px;
	margin-bottom: 10px;
}

#managetable th {
	text-align: left;
	padding: 8px;
	border-bottom: 2px solid #666666;
}

#managetable td {
	text-align: left;
	padding: 8px;
	border-bottom: 1px solid #666666;
}

#managetable a:link, #managetable a:visited, #managetable a:hover, #managetable a:active {
	color: #F0970E;
}

#managetable img {
	margin-right: 10px;
	vertical-align: text-bottom;
}

#managetable p {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.managetable_row1 {
	background-color: #FFFFFF;
}

.managetable_row2 {
	background-color: #EEEEEE;
}

.managetable_highlight {
	background-color: #F0970E;
}

.managetableoptions {
	background: #FFFFFF;
	text-align: left;
	padding: 8px;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.managetable_options {
	padding-top: 15px;
	float: right;
}

.managetable_options img {
	margin-right: 3px;
	vertical-align: text-bottom;
}

.managetable_options a:link, .managetable_options a:visited, .managetable_options a:active, .managetable_options a:hover {
	color: #F0970E;
	text-decoration: none;
}

.managetable_details {
	margin-top: 15px;
	margin-bottom: 20px;
}

.managetable_details img {
	margin-right: 3px;
	vertical-align: text-bottom;
}

.managetable_details a:link, .managetable_details a:visited, .managetable_details a:active, .managetable_details a:hover {
	color: #F0970E;
	text-decoration: none;
}

#managetable_detailstable {
	width: 92%;
	padding: 3px;
}

#managetable_detailstable th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

#managetable_detailstable td {
	border: 0px;
	text-align: left;
	vertical-align: top;
}

#managetable_detailstable img {
	margin: 0px;
	padding: 0px;
}

.managetable_detailsfoot {
	text-align: right;
	font-size: 10px;
}

.list_details {
	margin-bottom: 8px;
}

.list_details img {
	margin-right: 3px;
	vertical-align: text-bottom;
}

.list_details a:link, .list_details a:visited, .list_details a:active, .list_details a:hover {
	color: #F0970E;
	text-decoration: none;
}

.list_options {
	float: right;
}

.list_options img {
	margin-left: 10px;
	margin-right: 3px;
	vertical-align: text-bottom;
}

.list_options a:link, .list_options a:visited, .list_options a:active, .list_options a:hover {
	color: #F0970E;
	text-decoration: none;
}

#summary_table {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 90%;
}

#summary_table a:link, #summary_table a:visited, #summary_table a:hover, #summary_table a:active {
	color: #F0970E;
	text-decoration: none;
}

#summary_table td {
	padding: 5px;
}

#summary_table th {
	text-align: right;
	vertical-align: top;
	font-weight: normal;
}

#summary_table h4 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-bottom: 2px dotted #666666;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

#update_details {
	margin-top: 20px;
	margin-bottom: 5px;
	background: #EEEEEE;
	padding: 10px;
	text-align: center;
	clear: both;
}

#update_details img {
	margin-right: 12px;
	vertical-align: text-bottom;
}

#calendar_eventspane {
	float: right;
	width: 540px;
}

.calendar_holder {
	margin-top: 20px;
	margin-left: 10px;
}

.event_harry {
	background-color: #E9F1FE;
	padding: 3px;
}

.event_leon {
	background-color: #FFE6E6;
	padding: 3px;
}

.event_both {
	background-color: #CAFFE4;
	padding: 3px;
}

/* Custom Stuff */

#details_table {
	background: #EEEEEE;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#details_table th {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

#details_table td {
	text-align: left;
	padding: 5px;
	padding-right: 8px;
	font-weight: normal;
	border-right: 2px dotted #666666;
}
