/* CSS Document - IBLS_Styles.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b5b68;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
a {
	font-size: 11px;
	color: #485159;
}
a:visited {
	color: #485159;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #485159;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #394452;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #4b5b68;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #a35a1c;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
h4 {
	font-size: 11px;
	color: #9c4e0b;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h5 {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #4b5b68;
	margin-bottom: 5px;
}
h6 {
	font-size: 9px;
	color: #000000;
}
.white,A.white,A.white:hover
{
	color: #ffffff;
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #9ea2a6;
}
input.button {
	background-color: #9ea2a6;
	color: #FFF;
	border: 1px solid #9ea2a6;
}

/* IDs */

#container {
	width: 910px;
	text-align: left;
}
#header 
{
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 58px;
	font-size: 10px;
	text-align: right;
	padding: 5px 10px 0px 0px;
}
#header a {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#menu {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding-left: 1px;
}
#main {
	clear: both;
	margin-top: 5px;
}
#left {
	float: left;
	width: 180px;
	margin-right: 5px;
}
#left #search {
	border-top: 1px dotted #969696;
	border-bottom: 1px dotted #969696;
	padding: 5px;
	margin-bottom: 10px;
}
#left a {
	display: block;
	text-decoration: none;
}
#content {
	float: left;
	width: 572px;
}
#contentn {
	float: left;
	width: 666px;
}
#content #breadcrumb {
	margin-bottom: 10px;
}
#content #breadcrumb a {
	color: #7f7f7f;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
#content #breadcrumb a:hover {
	text-decoration: underline;
}
#content #breadcrumb img {
	vertical-align: baseline;
	padding: 0px 5px;
}
#content .box {
	float: left;
	margin-right: 5px;
	background-image: url(../images/blue_box_bg.gif);
	background-repeat: no-repeat;
	width: 163px;
	height: 155px;
	padding: 10px;
}
#right {
	float: right;
	width: 153px;
}
#right .box {
	background-color: #f9f8f7;
	border: 1px solid #dddbd6;
	padding: 10px 5px;
	margin-bottom: 6px;
	color: #8a8471;
}
#right a {
	display: block;
	text-decoration: none;
}
#right .box ul {
	padding-left: 15px;
	margin-left: 0px;
}
#footer {
	color: #8a8471;
	text-align: center;
	clear: both;
	padding-top: 10px;
}
#footer #subscribe {
	text-align: left;
	padding: 10px;
	color: #829ba7;
	background-image: url(../images/subscribe_bg.gif);
	background-repeat: repeat-x;
}
#footer #links {
	text-align: center;
	margin: 10px 0px;
}
#footer #links a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 10px;
}

/* Classes */

.menuItem {
	padding: 7px 12px;
	float: left;
	cursor: pointer;
}
.menuItem a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.menuItem a:hover {
	text-decoration: underline;
}

.heading {
	background-color: #4b5b68;
	padding: 5px;
	color: #FFF;
	margin-top: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.heading a {
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

.resultStats {
	float: right;
	margin: 5px 20px 0px 0px;
}

.resultsRow td {
	background-image: url(../images/result_row_bg.gif);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dddbd6;
	padding: 8px;
}
.resultsRow td.spacer {
	width: 5px;
	padding: 0px;
}
.resultsRow em {
	color: #88929a;
	font-size: 10px;
}
.resultsRow a {
	font-size: 11px;
	color: #9c4e0b;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-decoration:none;
	font-weight: bold;
}
.resultsRow a:hover {
	text-decoration: underline;
}
.ebook {
	background-color: #f9f8f7;
	border: 1px solid #dddbd6;
	padding: 15px;
	margin-bottom: 20px;
}
.ebook img.book {
	float: left;
	padding-right: 10px;
}
.ebook .buttons {
	float: right;
	margin-top: 15px;
}

.padded 
{
	padding: 10px;
}
.padded span {
	display: block;
	margin: 0px 0px 5px 0px;
}
.padded em {
	color: #88929a;
	font-size: 10px;
}

.articleButtons {
	float: right;
}

.right {
	float: right;
}
.left {
	float: left;
}

a.bold {
	font-weight: bold;
}
a.orange {
	color: #eb9208;
	font-weight: bold;
	text-decoration: none;
}

em.light {
	color: #88929a;
	font-size: 10px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both; 
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.rowStyle {
	background-image: url(../images/result_row_bg.gif);
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	border-bottom: 1px solid #dddbd6;
	padding: 8px;
}
