/* initial styles */
body {
	background-image: url(../newimages/bookrenter_bg.jpg);
	background-repeat: repeat-both;
}

table {
	text-align: left;
}

td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

a {
	color: #0e2888;
}

input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-width: 1px;
	padding: 2px;
}


a.newnav, a.newnav:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	position: relative;
	top: -23px;	
}
img.newnav {
	width: 12px;
	height: 56px;
	position: relative;	
}
a.selected {
	font-weight: bold;
}
a.selected:hover {
	font-weight: bold;
}

a.newsubnav, a.newsubnav:hover {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}

a.nav, a.nav:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


.sub_nav {
	padding: 0px 20px 0px 20px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.sub_nav a {
	text-decoration: none;
	color: #FFFFFF;
}
.sub_nav a:hover {
	text-decoration: underline;
}
.sub_nav a.left {
	float:left;
}
.sub_nav a.right {
	float:right;
	font-style:italic;
	font-weight: normal;
}


a.breadcrumb, .breadcrumb {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.breadcrumb:hover {
	text-decoration: underline;
}


.subtle {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
.subtle a {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
.subtle a:hover {
	text-decoration: underline;
}
.less_subtle {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}
a.subtle, a.subtle:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
.subtle a.breadcrumb {
	color: #999999;
}


a.subtle_hover, a.subtle_hover:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.subtle_hover:hover {
	text-decoration: underline;
}


a.list, .list {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.list:hover {
	text-decoration: underline;
}


.submit_grey {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-width: 1px;	
	cursor: pointer;
}
.submit_red {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0e2888;
	border-width: 1px;	
	cursor: pointer;
}


h1, .h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
h2, .h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
h3, .h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


table.booklist {
	font-size: 11px;
}
table.booklist td {
	font-size: 11px;
}

.homepage_list {
	font-size: 11px;
	color: #666666;
}
a.homepage_list {
	color: #000000;
	text-decoration: underline;
}
a.homepage_list:hover {
	color: #FF0000;
	text-decoration: underline;
}


a.footer {
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	color: #666666;
	text-decoration: underline;
}

a.footab {
	color: #f7f7f7;
	text-decoration: none;
}
a.footab:hover {
	color: #f7f7f7;
	text-decoration: underline;
}


/* intersite nav */


#intersite-nav { font: 8pt Verdana, Arial, Helvetica, sans-serif; color: #333; background: #F7F7F7; border-bottom: solid 1px #ccc; font-weight: bold; height: 2.2em; text-align: left; white-space: nowrap; }
#intersite-nav a, #site-nav span { border-right: 1px solid #ccc; padding: 0 17px; display: block; float: left; margin-top: 5px; color:#B1B1B1; text-decoration:none; }
#intersite-nav a:hover { color:#666666; }
#intersite-nav .last { border-right: 0; }

