/* GENERIC STYLES */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
}
a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
form {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
}
div.restrict {
	overflow: hidden;
	height: 15px;
}
/* LAYOUT STYLES */

.breadcrumb {
	height: 15px;
	overflow: hidden;
	font-size: 9px;
	padding-right: 10px;
	border-bottom:1px solid #c6be90;
}
.main {
	background-color:#FFFFFF;
	border: 1px solid #666666;
}
.focusarea {
	padding-left: 6px;
	padding-right: 5px;
}
.button {
	font-size: 9px;
	height: 21px;
	padding-left: 3px;
	margin-top: 1px;
	margin-left: 3px;
	margin-right: 3px;
	background-color: #FFF;
	background-image: url(images/subback.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
.button:hover {
	background-image: url(images/subback_over.gif);
	background-repeat: repeat-x;
	cursor: pointer;
}
.search {
	font-size: 9px;
	height: 21px;
	padding-left: 3px;
	margin-top: 1px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom:10px;
	background-color: #FFF;
	background-image: url(images/subback.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
.content {
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 21px;
}
.resource_row {
	background-color:#DFE9F1;
}
.form_row {
	background-color:#EDF1F4;
}
.inputwidth1 {
	width: 400px;
}
.image_lhs {
        position:relative;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 7px solid #D1DDE4;
}
.image_rhs {
        position:relative;
        float: right;
        margin-left: 10px;
				margin-bottom: 10px;
        border: 7px solid #D1DDE4;
}

.pagetitle {
 	padding-left: 15px;
	text-transform:uppercase;
	font-weight: bold;
	color: #958f6a;
	border-bottom:1px solid #c6be90;
}

.sectiontitle {
	padding-left: 10px;
	text-transform:uppercase;
	font-weight: bold;
	color: #93907C;
	background-repeat:no-repeat;

}
.restrict_link {
	color: #999999;
	text-decoration: none;
}

html>body .loginbox {
	background-image:url(images/iris_login_back.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:32px;
	padding-left:6px;
	padding-right:8px;
}

.loginbox {
	background-image:url(images/iris_login_back.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:6px;
	padding-right:8px;
}

.inputwidth {
	width: 275px;
}
.searchbox {
	width: 135px;
	border: 1px solid #C9C9C9;
  padding-top:2px;
	text-indent: 3px;
	font-size: 11px;
	margin-top:1px;
	color:#999999;
	
}

html * .searchbox {
	width: 135px;
	border: 1px solid #C9C9C9;
	text-indent: 3px;
	font-size: 11px;
	margin-top:1px;
	padding-top:-5px;
  	color:#999999;
}

.subscribe_button {
	margin-bottom:12px;
}

.login_inputs {
	width:98px; 
	height:16px; 
	color:#999999;
	padding:0px;
	margin:0px;
}

.research_banner {
	margin-top:15px;
	margin-left:3px;
}

.feature_text {
	margin:15px;
	margin-top:12px;
	margin-bottom:0px;
	margin-left:17px;
	line-height:16px;
	width:340px;
	padding:0px;
	color:#162a6a;
}

.content_body {
	margin-top:12px;
}
