/* CSS Document */

body {
	margin:3px;
}

body, div, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.divClear {
	font-size:1px;
	clear:both;
}

#button {
	padding: 0 0 0 0;
	margin-bottom: 1em;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		width:155px;
		text-align:center
		}
		
#button li {
		margin: 4px 0px;
		background-image:url(images/template/menu.gif);
		background-position:right center;
		background-repeat:no-repeat;
		}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #999;
		border-bottom: 2px solid #999;
		text-decoration: none;
		color:#999999;
		width: 100%;
		text-align: left;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 10px solid #ccc;
		border-bottom: 2px solid #ccc;
		color:#CCCCCC;
		}
.container {
	width:750px;
	position:relative;
}
.greybar-left {
	float:left;
	width:195px;
	background-color:#999999;
}
.greybar-spacer {
	float:left;
	width:5px;
}
.greybar-right {
	float:right;
	width: 550px;
	background-color:#CCCCCC;
}
#leftColumn {
	float:left;
	width:190px;
}
#contentColumn {
	float:right;
	width: 540px;
	padding:5px;
}
.footer {
	text-align:center;
}
.footer a{
	text-decoration:none;
	color:#999999;
}
.copyright a{
	color: #0066CC;
}
.copyright a:hover{
	color: #0066CC;
	text-decoration:none;
}
#logo {
}
#bookLogin {
	vertical-align: bottom;
	text-align:right;
}
.heading {
	padding:5px;
	border-bottom:2px solid #ccc;
	color: #666;
	font-weight:bold;
}
.options {
	border-bottom:1px dotted #CCC;
}
.options a{
	text-decoration:none;
	color:#000000;
}
.options IMG{
	padding:5px 15px 0px 15px;
}

.fieldBgA {
	background-color:#D3E0EE;
	padding-left:5px;

}
.fieldBgB {
	background-color:#efefef;
	padding-left:5px;
}
.fieldBgC {
	background-color:#D3E0EE;
	padding-left:5px;
	vertical-align:top;
}
.inputField {
	font-size:10px;
}

.link {
	text-decoration:none;
	color:#0066CC;
}

.redTxt {
	color:#FF0000;
}
