/* CSS FOR INVENTORY  ---------------------------------------------------------- */
/* AUTHOR: LINDA GODDEN */
/* DATE: APRIL 2011 */
/*
DADAF5	- pale
5233B0 - dark
/* -----------------------------------------------------------------------------------------*/
/* GENERAL -------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------------*/

html,body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
    	height: 100%;
    	padding:0;
    	margin: 0 auto;
    	text-align:left;
}
td {
	/* background: #DADAF5; */
	font-size: 11px;
}

p {
	font-size: 9pt;
}
p a {	font-weight:bold;
	color: #0000ff;
}
.wrapper {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 10px;
}
.home-img {
	float:left;
}
.red-text {
	color: #ff0000;
}
img { clear: both;
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                        MAIN PAGES                                                            */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#bannershell {
    background: #002147;
	height: 110px;
	width: 100%;
	min-width:980px;
	z-index: 1;
}
#iso_logo {
	position: absolute;
	top: 2px;
	left: 10px;
	z-index: 10;
}
#ox_logo {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 10;
}
.info_doc {	font-size: 9pt;
	padding-bottom: 3px;
	text-align:right;
}
.info_doc a {	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
}
.info_doc a:hover {
	color: #a8a8a8;
	font-weight: bold;
}
.heading1 {
	position: absolute;
	top: 20px;
	left: 310px;
	z-index: 10;
	font-size: 20px;
	font-weight:bold;
	color: #ffffff;
	z-index:100;
}
.heading2 {
	position: absolute;
	top: 20px;
	left: 430px;
	z-index: 10;
	font-size: 28px;
	font-weight:bold;
	color: #ffffff;
	z-index:100;
}
.link-iso {	position:absolute;
	top: 50px;
	right: 30px;
	text-align:right;
	color: #ffffff;
	font-weight:bold;
	z-index:200;
}
.link-iso a {	text-decoration: none;
	color: #ffffff;
}
.link-iso a:hover {
	text-decoration: none;
	color: #e8e8e8;
}


/* -----------------------------------------------------------------------------------------*/
/* CONTENT IN TEXT MODULES */
/* -----------------------------------------------------------------------------------------*/
.wrapper-content {
	width: 100%;
	margin: 0 auto;
	top: 10px;
	position: relative;
	z-index: 0;
	overflow: visible;
	text-align:left;
}

.head {	position:absolute;
	width: 100%;
	top:100px;
	left: 0px;
	height:50px;
	background:  #DADAF5;
	border-bottom: 1px solid #8368D4;

}
.head h1 {
	font-size: 20px;
	color: #5233B0;
	text-align:left;
	margin-left: 5px;
}

/* -----------------------------------------------------------------------------------------*/
/* CONTENT */
/* -----------------------------------------------------------------------------------------*/


.content {
	font-size: 8pt;
	color: #1b7ae0;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-left: 5px;
	overflow: visible;
	text-align:left;
}
.content p {
	font-size: 9pt;
	line-height: 1.6em;
	text-align: left;
}
.content a {
	color: #002147;
	text-decoration: none;
	font-size: 9pt;
}
.content a:hover {
	color: #a8a8a8;
}
.content td {
	font-size: 9pt;
	line-height: 1.6em;
	text-align: left;
	color: #002147;
	border: 1px solid #e8e8e8;
}
.content th {
	font-size: 10pt;
	line-height: 1.6em;
	text-align: left;
	color: #002147;
	background: #DADAF5;
	border: 1px solid #e8e8e8;
}
.content td a {
	color: #0000ff;
	font-weight:bold;
}
.content td a:hover {
	color: #918D8E;
}
.content h1 {
	font-size: 14pt;
	text-align: left;
	color: #002147;
	font-weight:bold;
}
.content h2 {
	font-size: 12pt;
	text-align: left;
	color: #002147;
	font-weight:bold;
}

.search_table td {	font-size: 9pt;
	line-height: 1.6em;
	text-align: left;
	color: #002147;
	border: 0;
}
.buttons {	padding: 2px;
}

.select-columns th {	border: 0;
}
.select-columns td {
	border: 0;
}