@charset "UTF-8";
/* CSS DoubleDay */

*
{
margin:0;
padding:0;
}

body
{
	background-color: #c0c0c0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.MainContent 
{
	/* background-color: #bebebe; */
	border-left: 3px solid #808080;
	border-right: 3px solid #808080;
	border-bottom: 0px solid #808080;
	border-top: 3px solid #808080;
 	background-color: white;
 	/* Padding: 10px; */
 	padding: 0px 1px 0px 1px;
}

.footer
{
	border-left: 3px solid #808080;
	border-right: 3px solid #808080;
	border-bottom: 3px solid #808080;
	border-top: 0px solid #808080;
 	background-color: white;
 	Padding: 10px;
	margin-top: 0px;
	text-align:center;
	color:black;
	font-weight:bold;
	font-size:10px;
}

.overfooter
{
 	Padding: 0px;
	text-align:center;
	font-weight:bold;
	font-size:6px;
	margin-top: 0px;
	border-left: 3px solid #808080;
	border-right: 3px solid #808080;
}

.footer img
{
	text-align:center;
}

.footer .copyright
{
	color: #999999;
	font-weight:normal;
}

.ContentDetails
{
 	background-color: #ffffff; /* #bebebe; */
 	margin-top: 0px;
 	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

.Content
{
	width:800px;
}

.LeftCol
{
	width:345px;
	background-color:white;
	padding: 20px 20px 20px 20px;
	margin: 10px 5px 10px 5px;
	text-align:center;

}

.RightCol
{
	width:345px;
	background-color:white;
	padding: 20px 20px 20px 20px;
	margin: 10px 0px 10px 5px;
}

.LeftCol .OnlineCode
{
	background-color: #dbdbdb;
	padding:5px;
	font-size:12px;
	text-align:left;
}

.LeftCol .List
{
	font-size:11px;
	text-align:left;
	margin-left: 20px;
}

.LeftCol .List li
{
	list-style-image:url(./images/list_bullet.gif)
}


.LeftCol .OnlineCode .Details
{
	background-color: #f4f4f4;
	border: 1px solid #bfbfbf;
	padding:10px;
	font-size:11px;
}

.RightCol .MemberLogin
{
	background-color: #d6d6d6;
	font-size:11px;
	padding:5px 10px 5px 10px;
	margin: 0px 40px 0px 40px;
	text-align:left;
	align:center;
}

.RightCol .MemberLogin .Name
{

}

.RightCol .MemberLogin .Passw
{
}

.RightCol .RecentBooks
{
	height: 100px;
}

.RightCol .Descript
{
	text-align:left;
	font-size:11px;
}

.ButSav
{
	float: left;
	margin-right: 15px;
}

.loginbut
{
	margin-top:5px;
	margin-bottom: 5px;
}
