/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	height:auto;
	/*background:#DDEBFE;*/
	background:#CCCCCC;
	color:#666666;
}
#wrapper
{
	width:980px;
	margin:0px auto;
	background:#FFFFFF;
	height:auto;
}
#header
{background:url(../login-images/banner-big.jpg) no-repeat;
	width:980px;
	height:263px;
	
}
.gifstyle
{
	padding-left:125px;
	padding-top:6px;
}
.imgstyle
{
	border:none;
	padding-top:20px;
	padding-right:20px;
	float:right;
}
#content
{
	padding:10px;
	padding-bottom:5px;
	/*height:390px;*/
	height:auto;
	border-top:#6699CC 4px solid;
}
#table-container
{
	padding-left:20px;
	padding-right:5px;
	/*width:60%;
	float:left;*/
	height:auto;
	/*border-right:1px solid #0066CC;*/
}
table .tablestyle
{
width:70%;
font-size:11px;
}
.tablestyle tr
{
	border-collapse:collapse;
}
.tablestyle th
{
background:#0066CC;
height:20px;
text-align:center;
color:#FFFFFF;
line-height:20px;
}
.tablestyle td
{
padding:4px;
padding-left:5px;
padding-right:5px;
border-collapse:collapse;
text-align:left;

}
.tablestyle .btn-type1
{
	background:url(../login-images/btn-bg.png) no-repeat;
	width:87px;
	height:27px;
	border:none;
}

.hrstyle
{
 color:#6699CC;
 height:2px;
 margin-bottom:2px;
 margin-top:2px;
}
/*#text-container
{
	padding:5px;
	padding-left:20px;
	/*float:right;
	text-align:left;
	font-size:11px;

}*/
#table-container a:link, #table-container a:visited
{
	color:#3366CC;
	text-decoration:none;
	padding-right:10px;
	
}
#table-container a:hover
{
	color:#666699;
	text-decoration:underline;
	padding-right:10px;
}
.imgstyle1
{
	border:none;
}
.divider-style
{
	color:#666666;
}
#footer
{
	width:980px;
	font-size:11px;
	height:30px;
	background:#B8D2FA;
	text-align:center;
	padding-top:5px;
}
#footer a:link,#footer a:visited
{
	color:#000066;
	text-decoration:underline;
}
#footer a:hover
{
	color:#006666;
	text-decoration:underline;
}
