/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #404040;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #69f;
}

a:hover {
	text-decoration: underline;
	color: #f60;
}

#main_content {
	color: #fff;
}

#error_box {
	color: #fff;
	background-color: #f00;
	text-align: center;
	margin-bottom: 5px;
}

#table_list {
	margin-bottom: 12px;
}

#table_list td {
	border-bottom: #b2b2b2 1px solid;
	color: #000;
}

.orange_text {
	color:#e55110;
}

.white_text {
	color:#fff;
}

.cyan_text {
	color:#1feaff;
}

.cmd_button {
	width: 70px;
	margin: 0px 2px 0px 2px;
}

.add_button {
	width: 144px;
	margin: 0px 2px 0px 2px;
	font-weight: bold;
}

.big_button {
	width: 240px;
	height: 32px;
	margin: 10px;
	font-size: 14pt;
	font-weight: bold;
}

.large_heading {
	color: #ccc;
	font-size: 22pt;
}

#about_banner {
	height: 95px;
	color: #fff;
	background: #000 url(images/banner_about.jpg) right top no-repeat;
}

#about_footer {
	font-size: 8pt;
	color: #999;
	background-color: #000;
	text-align:right;
	padding: 5px 20px 5px 0px;
}

#about_footer a {
	color: #999;
	text-decoration: none;
}

#about_footer a:hover {
	color: #fff;
	text-decoration: none;
}

.warning {
	color: #f00;
	font-style: italic;
	text-decoration: blink;
}

.project_row:hover {
	background-color: #eee;
}