@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.clear_both {
	clear: both;
}
.navtitle {
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.navbutton {
	font-style: italic;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 3px;
}
#header {
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFCC00;
}
#header #header_inner {
	width: 900px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/p1.png);
}
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navigation {
	width: 130px;
	float: left;
}
#content {
	float: left;
	width: 730px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#latest_changes {
	margin-top: 20px;
}
.task_select_task {
	height: 100px;
}
.tselect {
	float: left;
	height: 100px;
	width: 83px;
	margin-left: 20px;
	text-align: center;
}
.tselect a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tselect img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.latestchanges {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-left: 10px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.warning_text_red {
	font-weight: bold;
	color: #FF0000;
}
.warning_text_green {
	font-weight: bold;
	color: #33CC00;
}
.data_container {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.data_menu {
	margin-bottom: 15px;
	padding: 5px;
	text-align: right;
}
.data_img {
	height: 120px;
	width: 160px;
	float: left;
	margin-right: 15px;
}
.data_info_container {
	float: left;
	width: 400px;
}
.data_thumb {
	float: left;
	height: 60px;
	width: 80px;
	margin-left: 40px;
	margin-bottom: 10px;
}

.data_info_text {
	margin-bottom: 10px;
}
.data_header_text {
	font-weight: bold;
}
.data_nav_form {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.data_nav {
	margin-bottom: 5px;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
}
.data_container_search {
	padding: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.data_search_item_title {
	font-weight: bold;
}
.data_search_itemdesc {
	padding-top: 5px;
	padding-left: 20px;
}
.data_container_alt {
	padding: 10px;
	margin-bottom: 5px;
}
