@charset "utf-8";
/* CSS Document */

body {
/*	background-color: #999999;*/
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bookjam-bg-tile.jpg);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
hr{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border: 0;
}
.main {
 position:relative;
 top:50px;
 left:-10px;
}
.main a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
.main a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
.main a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}
.main a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}

.crt a:link{
	text-decoration: none;
}
.crt a:visited{
	text-decoration: none;
}
.crt a:hover{
	text-decoration: underline;
}
.crt a:active{
	text-decoration: none;
}

.whiteTxt {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}

.lightBlueTxt{
	font-weight:bold;
	color:#0078F0;
}
.redTxt, a:link, a:visited, a:active{
	font-weight:bold;
	color:#990000;
	text-decoration: none;
}
.redTxt a:hover{
	font-weight:bold;
	color:#990000;
	text-decoration: underline;
}

.xxlBoldTxt{
	font-size:18px;
	font-weight:bold;
}
.xlBoldTxt{
	font-size:16px;
	font-weight:bold;
}
.xlBoldTxtRed{
	font-size:16px;
	color:#EA0000;
	font-weight:bold;
}
.smalltxt{
	font-size:10px;
}
.TblMainBrd{
        border-collapse: collapse;
		border: 1px solid #CCCCCC;	
}

.mainBrd{
        border-collapse: collapse;
/*		border: 1px solid #333333;  */
		    
}
.cellHd {
	color: #FFFFFF;
	background-color:#4E57B1;
/*	background-image:url(../images/bkj_title_hd.jpg);*/
	background-image:url(../images/bookjam-bg-tile.jpg);
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
}
.cellSubHd {
	color: #333333;
	background-color:#CCCCCC;
	background-image:url(../images/bs_srch_part_hd.jpg);
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
}

.celllg {
	color: #333333;
	background-color:#EBEBEB;
	
}
.cellly {
	color: #333333;
	background-color:#FFFFFF;
}
.cellPadding {
	padding: 0 2px 0 2px;
}
.formNormal {
	color:#333333;
	font-size:11px
}
