body {
	margin: 0;
	background-color:#C0CEDC;
}
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color:#444444;
}

#header {
	background-image: url("header_slice.jpg");
	width:100%;
	height: 50px;
	vertical-align: top;
	padding-left: 25px;
}

#main {
	width: 500px;
	background-color:#F1F4F8;		
}
#main a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#main a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#main a:hover {
	color: #333333;
	text-decoration: none;
}
#main a:active {
	color: #333333;
	text-decoration: none;
}

#menubar {
	position:relative;
	width:100%;
	margin: 0;
}

.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	border:1px solid #BDC1CC;
	background-color:#E8EDF2;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
}
.menu a {
	color:#333333;
	display:block;
	padding:2px 10px;
	text-decoration:none;
	background-color:transparent;
}
.menu a:hover {
	background-color:#C0CEDC;
	color:#FAF7E1;
}

#mainwindow {
	padding: 10px;
	text-align: center;
}

#rightbar {
	position: absolute;
	left: 500px;
	top: 50px;
	width: 200px;
	border-right: 1px solid #C4C9DD;
	border-left: 1px solid #C4C9DD;
	background-color:#F1F4F8;
	text-align: center;
}

#footer {
	background-color: #C0CEDC;
	width: 100%;
	height: 100px;
	position: relative;
	bottom: 0;
	left: 0;
}

#bottomdat {
	position: absolute;
	left: 150px;
}

.box {
	background-color: #E8EDF2;
	border: 1px solid #BDC1CC;
	width: 80%;
	padding: 5px;
	margin: 0 auto;
	text-align: center
}

.box_over {
	background-color: #D9E1EA;
	border: 1px solid #BDC1CC;
	cursor: pointer;
	width: 80%;
	padding: 5px;
	text-align: center
}

.textfield{
	border: 1px solid #CCCCCC;
	background: #E8EDF2;
	color: #999999;
}

.textfield_over{
	border: 1px solid #CCCCCC;
	background: #D9E1EA;
	color: #333333;
}

.red{
	color: #FF0000;
}

.bw{
	border: 1px solid #CCCCCC;
	background: #E8EDF2;
	color: #999999;
	font-weight:bold;
	cursor: pointer;
	padding: 3px;
}
.wb{
	border: 1px solid #CCCCCC;
	background: #D9E1EA;
	color: #333333;
	font-weight:bold;
	padding: 3px;
}

.title {
	background-color: #A8BBCE;
	border: 1px solid #BDC1CC;
	width: 80%;
	padding: 5px;
	margin: 0 auto;
	text-align: center
}



