body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #f5f5f5;
}
#container {
	position: relative;
	width: 780px;
	margin: 0 auto;
}
#header {
	float: left;
	width: 780px;
	border: 1px solid #333333;
	background: #ffffff;
	margin-bottom: 10px;
}
#menu {
	float: left;
	width: 180px;
	border: 1px solid #333333;
	background: #ffffff;
}
#content {
	float: right;
	width: 590px;
	border: 1px solid #333333;
	background: #ffffff;
}
.wrapper {
	padding: 8px;
}
/*
	HEADERS & LINKS
*/
h3 {
	font-size: 18px;
	color: #ff7800;
	text-transform: uppercase;
}
h2 {
	color: #ff7800;
	font-weight: bold;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #ff7800;
}
/*
	NAVIGATION
*/
#nav {
	float: right;
}
#nav select {
	font-size: 9px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
/*
	FORM
*/
.containerForm label {
	float: left;
	width: 75px;
	text-align: right;
	margin-right: 15px;
}
.containerForm .field {
	width: 140px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .radio {
	
}
.containerForm select {
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .error {
	border: 1px dotted #ff3300;
}
.containerForm .ubb {
	width: auto;
}
.containerForm textarea {
	width: 450px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .item {
	margin-bottom: 10px;
	clear: both;
}
/*
	TABLE
*/
.list_table {
	width: 100%;
}
.list_table .title {
	font-weight: bold;
	color: #ff7800;
}
.list_table .row1 {
	background-color: #f5f5f5;
}
.list_table .row2 {
	background-color: #ffffff;
}
.list_table .hover {
	background-color: #cccccc;
}
.list_table .right {
	text-align: right;
}