@CHARSET "ISO-8859-1";

body {
	background-color :		#6b6b6b;
	background-image :		url(./images/completebg.png);
	background-repeat :		repeat-x;
	margin :				10px 0px 10px 0px;
	font-family :			verdana, arial;
	color :					white;
	font-size :				0.8em; }

div#registred-users {
	width :					100%;
	text-align :			center;
	padding-top :			95px;
	color :					black; }

table#main {
	width :					1024px;
	border-collapse :		collapse;
	position :				absolute;
	left :					50%;
	margin-left :			-512px; }

table#main #space {
	width :					474px; }

table#main td#head {
	height : 				247px;
	background-image :		url(./images/header.png);
	padding-top :			5px;
	text-align :			left; }

td#head a {
	color :					#ababab;
	text-decoration :		none; }

td#head a img {
	border :				0px; }

td#left, td#right {
	width :					19px;
	background-repeat :		no-repeat; }

td#left {
	background-image :		url(./images/bgleft.png); }

td#right {
	background-image :		url(./images/bgright.png); }

td#td-content {
	width :					980px; }

a.menulink {
	width :					110px;
	height :				26px;
	text-align :			center;
	font-size :				13px;
	font-weight :			bold;
	display :				block;
	padding :				7px 5px 0px 5px;
	color :					#ababab;
	text-decoration :		none; }

a.menulink:hover {
	background-image :		url(./images/menuhover.png); }

.caError, .coError, .caNotice, .coNotice, .caMessage, .coMessage {
	width :					350px ! important; }

.caError, .caNotice, .caMessage {
	font-weight :			bold; }

span.caError {
	background-color :		#6f0000;
	border :				1px solid #6f0000; }

span.coError {
	background-color :		#af0000;
	border :				1px solid #6f0000; }

span.caNotice {
	background-color :		#8f8300;
	border :				1px solid #8f8300; }

span.coNotice {
	background-color :		#bfaf00;
	border :				1px solid #8f8300; }

span.caMessage {
	background-color :		#088F00;
	border :				1px solid #088F00; }

span.coMessage {
	background-color :		#0ABF00;
	border :				1px solid #088F00; }