body,html{
	margin:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#F6FEE9;
	color:#1D1D1D;
	
}

#header { 
	width:800px;
	height:100px;
	margin: 0 auto;
	position:relative;
}

#logo {
	height:10px;
	width:10px;
	position:absolute;
	left:0;
}


#loginArea {
	position:absolute;
	right:0;
	top:45px;
	/*width:100%;*/
	text-align:right;
	height:37px;
	

}

#loginMenu {
	width:100%;
	text-align:right;	
	height:20px;
	position:absolute; 
	right:0;
	bottom:5px;
	
}

#wrapper {
	width:800px;
	border: #C0C0C0 solid 1px;
	margin:0 auto;
	min-height:430px;
	background:#fff;
	display:table;


}

#loginwrap {
	width:800px;
	border: #C0C0C0 solid 1px;
	margin:0 auto;
	background:#fff;
	display:table;


}

#wrapinner {
	width:600px;
	margin:50px auto;
	
}

#register {
	width:600px;
	margin:10px auto;
	display:table;
	
}

#right {
	width:370px;
	height:370px;
	float:right;
	margin-right:20px;
	display:table;	
}

#rightB {
	width:370px;
	float:left;
	margin-right:20px;
	display:table;	
}
#footer {
	width:800px;
	margin:5px auto;
	height:35px;
	text-align:left;
	font-size:11px;
	color:#333;
	position:relative;
	
}
#footerright {
	wcolor:#333333;
	font-size:11px;
	height:35px;
	margin:0;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	width:250px;
	
}
/* Classes */

.appname {
	color:#5481C2;
	font-size:20px;
	font-weight:bold;
	position:absolute;
	right:0;
	top:5px;
	
}

.loginBox {
	width:160px;
	height:21px;
	border: #DBDBDB solid 1px;
		
	
}

.paddingLR {
	padding:0 8px 0 8px;
}

.meunLinks {
		font-size:0.95em;
		color:#03C;
}

.meunLinks a:link {
	text-decoration:none;
	color:#03C;
		
}

.meunLinks a:hover {
	text-decoration:none;
	color:#03C;
		
}

.meunLinks a:visited {
	text-decoration:none;
	color:#03C;
		
}

.ddown {
	font-size:11px; 
	color:#333; 
	height:22px; 
	padding-top:2px;	
}

.whiteText {
	color:#FFF;
	
}
.font11 {
	font-size:11px;
	
}

.font11 a:link{
	text-decoration:none;
	color:#333;
}

.font11 a:visited{
	text-decoration:none;
	color:#333;
}



.footerright {
		font-size:0.95em;
		color:#333333;
}

.footerright a:link {
	text-decoration:none;
	color:#333333;
		
}

.footerright a:hover {
	color:#5B8925;
	text-decoration:none;
		
}

.footerright a:visited {
	text-decoration:none;
	color:#333333;
	}
	
.BigGrey {
		text-align:center;
		font-size:18px;
		color:#999;
		
	
}

.BigGrey_left {
		
		font-size:18px;
		color:#999;
		padding-left:5px;
		
	
}
tr.bakcolor:hover {
	background-color: #ECF5FF;
	cursor:pointer;
}

.subBtn {
	background:url(../images/btn_bg.gif) repeat-x;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	/*padding-bottom:3px;*/
	font-weight:bold;
	color:#FFF;
	border:none;
	cursor:pointer;
}

tr.test {
	border-bottom:#F00 dotted 5px;
}

/******** pagination styling *********/

.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .9em;
}
a.paginate {
border: 1px solid #0080FF;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #000080;
}
a.paginate:hover {
background-color: #97CBFF;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #0080FF;
font: bold .9em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#97CBFF;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}

/******* end pagination styling ***********/