body {
	margin: 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
}

a {
	color:#343434;
	text-decoration: none;
}

td {
	padding: 5px;
	font-size:14px;
}

table .odd {
	background: #EAEDFF;
}

table .title {
	background: #C6CEFF;
}

a:visited {
	color:#343434;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	min-height:100%;
	position:relative;
	height: auto !important;
	height: 100%;
}

.header {
	background-image: url("/images/header.png");
	background-repeat: repeat-x;
	height:60px;
	margin:0 auto;
	padding: 0;
}

.header .logo {
	float:left;
	color:#eeeeee;
	font-size:25px;
	font-weight:bold;
	padding:12px;
	padding-left:20px;
}

.header .menu {
	float:right;
	color:#eeeeee;
}

.header .menu li { float:left; border-left:0px solid #eee; text-align:center;}
.header .menu li a {float: left; display:block; padding:7; padding-left: 20; padding-right: 20; height:44px; line-height:44px; color:#eee; text-decoration: none; font-weight:bold;}
.header .menu li a:hover {color:#bbb;}
.header .menu ul {list-style-type: none; margin:0; padding:0;}

.banner {
	background-image: url("/images/bannerbg.png");
	background-repeat: repeat-x;
	height:233px;
	margin:0 auto;
	padding: 0;
}

.banner .logo {
	background-image: url("/images/bannerButton.png");
	float:left;
	width: 444px;
	height:233px;
}

.banner .content {
	float: right;
	color:#ffffff;
	text-align:left;
	width: 45%;
	padding:5px;
	margin-right: 30px;
	font-size:14px;
}

.banner .content h1 {margin-top:0px; margin-bottom:0px;font-size:35px;}

.content {
	color: #343434;
	text-align: left;
	padding: 10px;
	margin: 10px;
}

.footer {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	background-image: url("/images/footer.png");
	background-repeat:repeat-x;
	height:45px;
	clear:both;
	width:100%;
}

.footer .left {
	float:left;
	color:#eeeeee;
	font-size:12px;
	padding:15px;
	padding-left:20px;
}

.footer .right {
	float:right;
	color:#eeeeee;
	font-size:12px;
	padding:15px;
	padding-right:20px;
}

.footer .right a{
	color:#eeeeee;
	font-size:12px;
	text-decoration:none;
}

.footer .right a:hover{
	color:#eeeeee;
	font-size:12px;
	text-decoration:none;
}

.clear {
	clear: both;
}

.notReady {
	color: #ff0000;
}

.userEditTable {
	
}

.userEditTable td {
	padding: 10px;
}

.userEditTable .even {
	background: #EAEDFF;
}

.userEditTable .odd {
	background: #FFFFFF;
}
