div.header_books{
	margin:0 auto;
	background:url('../images/header_books.jpg') no-repeat;
	height:198px	
}
div.header_books_left{
	background:url('../images/header_left_books.jpg') no-repeat;
	width:100%;
	height:198px; margin-left:1px; margin-right:0; margin-top:51px; margin-bottom:0
}
div.workarea_box{
	background:url('../images/workspace.jpg') repeat-y;
	margin:0 auto;
	padding:0 0 10px 0px;
	width:779px;
	overflow:auto;
	text-align:center;	
	display: block;	
}
div.workarea {
	margin:0 0 0 14px;
	padding:5px 15px 0 15px;
	width:720px;
	background:#FFFFFF;
	text-align:justify;
	display:block;

}
div.footer_column_middle_books{
	margin:0 auto;
	background:#7B7B7B;
	width:235px;
	height:15px;
	float:left;
	position:relative;
	display:block;
}
table.main{
	background-color:#FFFFFF;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:1px;
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;
}

tr.itemstyle{
	background-color:#E9E7E4;
	color:#000000;
	height:20px;
}
tr.alteritemstyle{
	background-color:#FCFBFB;
	color:#9D402F;
	height:20px;
}
tr.selected{
	background-color:#CCCCCC;
	color:#0000FF;
	height:20px;
}

.textgreenlarge{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0 0 20px 120px;
	color:#008000;
}
.textredlarge{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
.textredverylarge{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.textgreenverylarge{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#008000;
}

.textgreen{
	/*color:#008000;*/
	color: #404040;
}
.textred{	
	color:#FF0000;
}
.textgreenoblique{
	color:#008000;
	font-weight:bold;
	font-style:italic;
}
.textredoblique{	
	color:#FF0000;	
	font-weight:bold;
	font-style:italic;
}
.textgreenbold{
	color:#008000;
	font-weight:bold;
}
.textredbold{	
	color:#FF0000;
	font-weight:bold;
}
a.red:link {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
a.red:visited {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
a.red:hover {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}