@charset "utf-8";
/* CSS Document */

html { height:100% }

body {
background:#222222;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
height:100%;
margin:0;
}

.mainTable {
	background-color: transparent;
	color:#CCCCCC;
	width: 100%;
   text-align: center;
	margin:0;
	padding:0;
   min-width: 900px; 
   min-height:575px;
 }
 

  

.mainTable .center {
	text-align: left;
	width: 900px;
	height: 575px;
	margin:20px auto 0 auto;
	margin-bottom:0;
	color:#CCCCCC;
background:#222222;

}


.mainTable .center a {
color:#FFFFFF;
text-decoration:none;
}
.mainTable .center a:hover {
text-decoration:underline;
}
.mainTable .center .topBar { height:70px; }
.mainTable .center .topBar .buttonSelected {
font-size:14px;
background:#CCCCCC;
color:#333333;
font-weight:bold;
text-align:center;
cursor:default;
padding:10px 0 5px 0;
}
.mainTable .center .topBar .button {
font-size:14px;
background:#444444;
font-weight:normal;
text-align:center;
cursor:pointer;
padding:10px 0 5px 0;
}
.mainTable .center .topBar .button1 {
font-size:14px;
background:#555555;
font-weight:normal;
text-align:center;
cursor:pointer;
padding:10px 0 5px 0;
}
.mainTable .center .topBar .button:hover {
background:#999999;
color:#333333;
}
.mainTable .center .topBar .button1:hover {
background:#999999;
color:#333333;
}
