BODY, .body, .bodydiv
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style: none;
}

.bodydiv
{
	width: 709px;
}

.scrolling
{
	overflow:auto;
}

.content_box
{
	padding-left: 90px;
}

h1, .h1 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px; 
	color: #333333;
	font-weight: bold;
}

h2, .h2 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333333;
	font-weight: bold;
}

h3, .h3 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	color: #333333;
	font-weight: bold;
}

img
{
	border:0;
}

.Title
{
	position:absolute;
	font-size: large;
}

.Logo1{
	margin-top: 50px;
	margin-left: 30px;
	position:absolute;
	left: -18px;
	top: -33px;
	width: 199px;
	height: 55px;
}

.Logo2{
	left: 594px;
	top: 18px;
	width: 200px;
	height: auto;
	right: auto;
	text-align: right;
}



/************** navigation ****************/
.navigation_link
{
	height: 30px;
	color: #000;
	background: #A3DADA url(../images/left_tab.gif) left top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-left: 10px;
	vertical-align: bottom;
}

.navigation_link span
{
	height: 30px;
	background: #A3DADA url(../images/right_tab.gif) right top no-repeat;
	padding-right: 10px;
	vertical-align: bottom;
}

.navigation_link:hover
{
	color: #0066ff;
	background: #fff url(../images/left_tab_mo.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	vertical-align: bottom;
}

.navigation_link:hover span
{
	background: #fff url(../images/right_tab_mo.gif) right top no-repeat;
	padding-right: 10px;
	vertical-align: bottom;
}

.link_sorting
{
	text-decoration: none;	
	color: #000;
}

.link_sorting:hover
{
	text-decoration: underline;	
	color: #0033cc;
}


/************** footer ****************/

#Footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 5px 0px 0px 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align:text-bottom;

}

#Footer a:link, #Footer a:visited {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #abca48;
}

#Footer a:hover{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #DA3517;
	border-bottom: 1px dotted #DA3517;
}

/************** special text ****************/
.error
{
	color: #AA0000;
	border-color: #AA0000;

}

.header_logoutlink, .header_logoutlink a:link, .header_logoutlink a:visited, .header_logoutlink a:hover
{
	position:relative;
	top:0px;
	right:5px;
	text-align:right;
	text-decoration: none;
	font-weight: bold;
}
.header_logoutlink, .header_logoutlink a:link, .header_logoutlink a:visited
{
	color:white;
}
.header_logoutlink a:hover
{
	color:red;
}

.header_membername
{
	position:relative;
	top:2px;
	right:5px;
	text-align:right;
	vertical-align:bottom;
	color:white;
}


.book_title
{
	font-weight: bold;
}

.book_detail_headerrow
{
	background-color : #DDDDDD;
	color: #009899;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}
