html, body, table, input, select, textarea {
	font-size: 11px;
	font-family: verdana, tahoma, sans-serif;
}

a {
	color: #182942;
	background-color: transparent;
}

body {
	background: #F6F6F6;
	text-align: center;
	margin: 0;
}

body.admin {
	margin: 10px; 
	text-align: center; 
	background: #F0F0EE;
}

table.page {
	border-collapse: collapse;
	margin: auto;
	width: 984px;
	height: 100%;
}

table.page td {
	padding: 0;
	vertical-align: top;
}

table.page td.header {
	height: 110px;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

table.page td.title {
	height: 60px;
	border-right: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

table.page td.main {
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background: #FFF;
}

table.page td.bottom {
	height: 30px;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	background: #F6F6F6;
}

table.page td.bottom a {
	color: #1E3453;
	text-decoration: none;
	margin-left: 7px;
	margin-right: 7px;
}

table.main {
	border-collapse: collapse;
	background: #FFFFFF;
	height: 100%;
}

table.main td {
	padding: 0;
}

table.main td.menutop {
	width: 200px;
	color: #fff;
	background: #182942;
}

table.main td.menutop div.menu {
	padding: 15px; 
	line-height: 17px;
}

table.main td.menubottom {
	vertical-align: bottom; 
	padding: 15px;
	background: #182942;
}

table.main td.content {
	padding-top: 15px; 
	padding-bottom: 30px; 
	background: #EEE; 
	width: 100%;
}

table.main td.frame {
	width: 100%;
}

table.content {
	border-collapse: collapse; 
	width: 100%; 
	height: 100%;
}

table.content td.left {
	width: 100%;
	padding-right: 20px; 
	padding-left: 30px; 
	border-right: 1px solid #C0C0C0;
	line-height: 14px;
}

table.content td.topright {
	width: 180px; 
	padding: 0 20px 0 20px;
}

table.content td.bottomright {
	width: 180px; 
	padding: 0 20px 0 20px; 
	vertical-align: bottom;
}

table.content td {
	padding: 3px;
}

table.table {
	border-collapse: collapse;
	margin: auto;
	width: 760px;
}

table.table td {
	padding: 5px;
}

table.table td.tabs {
	padding: 0;
}

table.table td.header {
	border: 1px solid #808080;
	border-top: 0;
	padding: 10px;
	background: #FFFFFF;
}

table.table td.content {
	border: 1px solid #808080;
	border-top: 0;
	padding: 10px;
	background: #FFFFFF;
}

table.table td.notabs {
	border-top: 1px solid #808080;
}

table.table td.blank {
	font-size: 1px;
}

table.table td.menu {
	padding-left: 0;
	padding-bottom: 10px;
}

table.table td.button {
	text-align: right;
	padding-right: 0;
}

table.table2 {
	width: 100%;
	border-collapse: collapse;
}

table.table2 tr.over td {
	background: #DDDDDD;
	cursor: pointer;
	color: #000000;
}

table.table2 th {
	white-space: nowrap;
	border: 1px solid #000;
	padding: 5px;
	background: #eee;
	text-align: left;
}

table.table2 td {
	border: 1px solid #000;
	padding: 5px;
}

table.table2 tr.dark td {
	background: #DDDDDD;
}

table.table2 td.light td {
	background: #FFFFFF;
}

table.list {
	border-collapse: collapse;
	width: 100%;
}

table.list th {
	color: #000;
	text-align: left;
	padding: 5px;
}

table.list td {
	padding: 5px;
}

table.list tr.dark td {
	background: #E9E9E9;
}

table.list tr.light td {
	background: #F3F3F3;
}

table.form {
	border-collapse: collapse;
	width: 100%;
}

table.form td {
	padding: 2px 0 2px 0;
	vertical-align: top;
}

table.form td.label {
	width: 250px;
	vertical-align: top;
	padding-top: 4px;
}

table.form td.submit {
	text-align: right;
}

table.form td.submit input {
	width: 75px;
}

table.quicklinks {
	border-collapse: collapse;
	width: 180px;
}

table.quicklinks td.header {
	padding: 4px 10px 4px 10px;
	color: #fff;
	font-weight: bold;
	background: #182942;
	height: 21px;
	border: 0;
}

table.quicklinks td.content {
	padding: 10px;
	background: url('gfx/quicklinksback.gif');
	height: 45px;
	vertical-align: middle;
	border: 0;
}

#menu a {
	color: #fff;
}

a.menu {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a.submenu {
	display: block;
	color: #fff;
	text-decoration: none;
}

a.white {
	color: #FFF;
	text-decoration: none;
}

.hide {
	display: none;
	margin-bottom: 10px;
}

.show {
	display: block;
	margin-bottom: 10px;
}

b, strong {
	color: #182942;
}

img {
	border: 0;
}

p, ul {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	list-style-type: disc;
}

form {
	margin: 0;
}

input.button {
	background: url('gfx/insert_button_bg.gif'); 
	font-weight: bold; 
	width: 100px; 
	height: 21px; 
	border: 0; 
	padding-bottom: 2px;
}

div.title {
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.headline2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1E3453;
}

div.headline {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #1E3453;
}

div.text {
	margin-bottom: 10px;
}

div.label {
	margin-bottom: 3px; 
	font-weight: bold; 
	color: #1E3453;
}

div.button {
	text-align: right;
	margin-top: 1em;
}

div.msg {
	color: #1F9D00;
	font-weight: bold; 
	line-height: 18px;
	margin-bottom: 1em;
	background: url('gfx/ok_small.gif') no-repeat center left;
	padding-left: 25px;
	line-height: 18px;
}

div.error {
	color: #800517; 
	font-weight: bold; 
	line-height: 18px;
	margin-bottom: 1em;
	background: url('gfx/error_small.gif') no-repeat center left;
	padding-left: 25px;
	line-height: 18px;
}

table.project {
	border-collapse: collapse;
	width: 100%;
	line-height: 14px;
}

table.project td {
	padding: 0;
	vertical-align: top;
}

table.project td div.h2 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #182942;
	font-size: 13px;
}

table.project td div.h3 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #182942;
	font-size: 11px;
}

table.project td div.text {
	padding-right: 10px;
	margin-bottom: 0;
}

table.project_form {
	border-collapse: collapse;
}

table.project_form td {
	padding: 2px 0 2px 0;
}

table.project_list {
	border-collapse: collapse;
	width: 100%;
}

table.project_list th {
	padding: 2px;
	background: #182942;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
}

table.project_list td {
	padding: 2px;
	text-align: center;
	
}

table tr.status1 td {
	background: #EEEEEE;
}

table tr.status2 td {
	background: #B1B1B1;
}

table tr.status3 td {
	background: #979DA9;
}

table tr.status4 td {
	background: #3A495E;
	color: #eee;
}

table tr.status5 td {
	background: #979DA9;
}

table tr.status6 td {
	background: #3A495E;
	color: #eee;
}

table tr.over td {
	background: #8A8F92;
	color: #FFF;
	cursor: pointer;
}

span.required {
	color: #B22222;
	font-weight: bold;
}

hr {
	height: 1px;
	color: #808080;
	border: 0;
	background-color: #808080;
}

span.red, a.red {
	font-weight: bold;
	color: red;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #1E3453;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	color: #1E3453;
}


.tableBoxOuter {
	width: 100%;
	height: 500px;
}

#header {
	float: left;
	width: 100%;
	background: url('gfx/bg.gif') repeat-x bottom;
	font-size: 10px;
	
}

#header ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

#header li {
	float: left;
	background: url('gfx/left.gif') no-repeat left top;
	margin: 0;
	margin-right: 2px;
	padding: 0 0 0 9px;
}

#header a {
	float: left;
	display: block;
	background: url('gfx/right.gif') no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a { float: none; }
/* End IE5-Mac hack */

#header a:hover {
	color: #555;
}

#header #current {
	background-image: url('gfx/left_on.gif');
}

#header #current a {
	background-image: url('gfx/right_on.gif');
	color: #333;
	padding-bottom: 5px;
}

#header .space {
	background: transparent;
	width: 2px;
  	padding: 0;
}

table.simple {
	border-collapse: collapse;	
}

table.simple td {
	border: 1px solid grey;
	background: #ffffff;
}

table.simple th {
	border: 1px solid grey;
	background: #ffffff;
	padding: 2px;
	text-align: center;
}