@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;	
	font-family: Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
	text-align:left;
}
#container{
	margin:0 auto;
	width:880px;
}
h1{

	font-size: 18px;
	color: #09F;
	text-align:left;
}


h2 {

	font-size: 14px;
	font-weight:normal;
	color: #06F;
	padding:0;
	margin:0;
	text-align:left;
}
h3{

	font-size: 14px;
	color: #333;	
	text-align:left;
	font-weight:bold;
	margin-top:15px;
}
p {

	font-size: 12px;
	color: #666;
	text-align:left;
	line-height:1.5;

}
a {

	font-size: 12px;
	color: #09F;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;	
}

li{	
	font-size: 12px;
	color: #666;
	line-height:1.5;
	/*
	list-style-image:url(images/bullet.gif);
 	list-style-position:outside;
	*/
	
}
.div_content{
	padding:10px;
}



.loadingCenter
{
	background:url(../images/loadingimage.jpg) no-repeat top center;
	width:1024;
	height:580;
	padding:0;
	margin:0;
}
.footertext{

	font-size: 12px;
	color: #666;
	text-align:left;
}

.footer
{
padding-top:10px;
padding-bottom:15px;

}

.header
{
	background:url(../images/logo.png) no-repeat left;
	width:900px;
	height:70px;
	border-bottom:2px solid #CCCCCC;
	text-align:right;

	font-size:12px;
	font-weight:500;
}

.header a
{
	font-size:12px;
	color:#0C7EFF;
	font-weight:bold;
}
.header a:hover
{
	text-decoration:none;
}

.header .headerPadding
{
	padding-top:20px;
}
.failureMessage
{
	font-weight:bold;
	color:#D11818;
	text-align:right;

	font-size:14px;
}

.header .failureMessage
{
	color:#D11818;
}

.bullet
{

	font-size: 12px;
	color: #666;
	text-align:left;
	background:url(../images/bullet.png) left top no-repeat;
}

.buttonHand
{
	cursor: pointer;
	cursor: hand;
}

.loginbutton
{
	background:url(../images/loginup.jpg) no-repeat; 
	height:25px;
	width:63px;
	border:none;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
	padding-left:62px;
	padding-bottom:3px;
}

/*.loginbutton:hover
{
	background:url(../images/loginover.jpg) no-repeat; 
	height:25px;
	width:63px;
}
*/

.logoutbutton
{
	background:url(../images/signoutup.jpg) no-repeat; 
	height:25px;
	width:63px;
	border:none;
	text-indent:-999px;
	cursor:pointer;
	overflow:hidden;
	padding-left:62px;

}


/*.logoutbutton:hover
{
	background:url(../images/signoutover.jpg) no-repeat; 
	height:25px;
	width:63px;

}*/

