HTML, FORM
{
	height: 100%;
}

BODY
{
	text-align: center;
	font-family: Verdana, sans-serif;
	background: white url(bg.gif);
	font-size: 12px;
 	height: 100%;
/*	font-size:73%;*/
	line-height:160%;
  
}

DIV
{
	margin: 0px;
	padding: 0px;
}

P
{
	margin: 0 0 1em 0;
	padding: 0;
}

P.noSpacing
{
	margin: 0px;
	padding: 0px;
}

IMG
{
	border: none 0px;
}

h1
{
	font-family: Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 100%;
	color: #205a93;
}

h1.pageHeader
{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #094887;
}

h1.noContentPageHeader
{
	margin: 10px 10px 0px 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #094887;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	color: #205a93;
}

h3
{
	font-size: 1.25em;
	font-weight: bold;
	color: #094887;
}

h4 
{
	font-size: 1em
}

input
{
	font-family: Verdana, sans-serif;
}

input.disabled
{
	color: #a9a9a9;
}

select
{
	font-family: Verdana, sans-serif;
}

textarea
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a.content, a.content:visited
{
	color:#ed4b04;
	text-decoration: underline;
}

a.contentBold
{
	color: #ed4b04;
	text-decoration: none;
	font-weight: bold;
}

ul.imageList
{
	list-style-type: none;
	margin: 5px 0px 5px 20px;
	padding: 0px;
}

ul.imageList li
{
	list-style-type: none;
	background: url(iomis_bulletpoint.gif) no-repeat left 0.5em;
	padding-left: 18px;
	margin-bottom: 0.5em;
}

/* --------------------- Classes to override default.css ---------------------- */
.Normal
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

/* --------------------- Page ------------------- */
.pageLayout
{
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background: white;
	height: 100%;
}

/* --------------------- Header ------------------- */
.Header
{
	margin: 0px 5px 0px 5px;
	background: #5e8bb6 url(bg_top.jpg) repeat-y;
	float: left;
	clear: both;
}

.Header .top
{
	float: left;
	clear: both;
}

.Header .logo
{
	float: left;
	position: relative;
	margin: 23px 0px 10px 10px;
	width: 154px;
}

.Header .topText
{
	float: right;
	color: white;
	padding-left: 36px;
	background: url(bg_topright_corner.gif) no-repeat left bottom;
}

.Header .topText .wrapper
{
	height: 80px;
	float: left;
	background-image: url(bg_topright.gif);
	background-repeat: no-repeat;
	background-position: -36px 0px;/*100%;*/
}

.Header .topText a
{
	color: white;
	text-decoration: none;
}

.Header .topText img
{
	margin-top: 1em;
	margin-left: 1em;
}
	
.Header .topText p
{
	margin-top: 0.5em;
	float: left;
}

.Header .topText p.tel
{
	padding: 10px 10px 0px 0px;
	margin: 0px;
	clear: both;
	font-size: 1.1em;
}

.Header .topMenu
{
	background: #5e8bb6 url(bg_mainnav.gif) repeat-y;
	margin-top: 5px;
	float: left;
	clear: both;
	width: 100%;
}

/* --------------------- Content ------------------- */
.mainContent
{
	margin: 5px 5px 5px 5px;
	float: left;
	clear: both;
	width: 740px;
}

.contentWrapper
{
	width: 520px;
	float: left;
	margin: 0px 5px 0px 0px;
	background: #cedae7 url(corner_right.gif) no-repeat top right;
}

.contentFWWrapper
{
   float: left;
	clear: both;
	width: 100%;
	margin: 5px 5px 0px 0px;
	background: #cedae7 url(corner_right.gif) no-repeat top right;
}

.contentPane
{
	padding: 10px;
	line-height: 150%;
}

.rightPaneContainer
{
	width: 215px;
	float: left;
}

.rightPaneWrapper
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
	color: #094887;
	background: #95aac7;
}

.rightPane div.Normal
{
	padding: 5px;
}

.rightPaneContainer .sideMenu
{
	padding: 5px 0px 10px 0px;
	background: #a2ca39 url(bg_green.jpg) no-repeat bottom right;
}

/* Although this is skin specific, put the background style rule here for access to the image. */
.topPaneCellR
{
   background: #a2ca39 url(bg_green.jpg) no-repeat bottom right;
}

.rightPaneTopWrapper
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
	background: #f9892d url(bg_orange.jpg) no-repeat top right;
}

.rightPaneTop div.Normal
{
	padding: 5px;
}

.rightPaneTop a.actionCall
{
	display: block;
	position: relative;
	width: 100%;
	padding: .5em 0;
	font-weight: bold;
	color: white;
}

.rightPaneTop a:hover
{
	color: #be4401;
}

.rightPaneTop a img
{
	float: left;
	margin-right: 5px;
}

.rightPaneBottom
{
   float: left;
	clear: both;
	width: 100%;
}

.rightPaneBottom div.Normal
{
	padding: 5px;
}

div.clientLoginWrapper
{
   color: White;
	margin: 0px 0px 5px 10px;
}

a.clientLoginLink, a.clientLoginLink:visited
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}

a.clientLoginLink:hover
{
   color: White;
	font-weight: bold;
}

#rightPaneFiller
{
	background: #95aac7;
	width: 215px;
	float: left;
	margin-top: 5px;
	overflow: hidden;
	font-size: 0px;
}

/* --------------------- Footer ------------------- */
.footerPane
{
	float: left;
	clear: both;
	width: 740px;
	text-align: left;
	margin: 0px 5px 0px 5px;
	background: #084886 url(bg_top.jpg) repeat-y right;
}

.footerPane .wrapper
{
	width: 100%;
	background: #084887 url(bg_footer_corner.jpg) no-repeat bottom right;
}

.footerContent
{
	padding-left: 10px;
	padding-top: 15px;
}

a.footerSkinObject, span.footerSkinObject /*.footerPane a, .footerPane span .footerSkinObject*/
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a.footerSkinObject:link 
{
	text-decoration: none;
	color: white;
}

a.footerSkinObject:visited
{
	text-decoration: none;
	color: white;
}

a.footerSkinObject:hover
{
	text-decoration: none;
	color: white;
}

a.footerSkinObject:active
{
	text-decoration: none;
	color: white;
}

/* --------------------- SolpartMenu Top ------------------- */
.menuTopContainer
{
	float: left;
	clear: both;
	background: #5e8bb6 url(bg_mainnav_corner_btmedge.gif) no-repeat top right;
}

.menuTopBar
{
	height: 55px;
	cursor: pointer;
}

.menuTopItem
{
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

.menuTopItem TD
{
	padding: 0px 3px 10px 2px;
	width: 1px; /* For FF: otherwise too much space is rendered */
}

.menuTopSel
{
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #567FAB;
	vertical-align: bottom;
}

.menuTopSel TD
{
	padding: 0px 3px 5px 2px;
	border-bottom: 5px solid #ed4b04;
	width: 1px; /* For FF: otherwise too much space is rendered */
}

.menuTopBreak TABLE
{
	width: 1px;
	margin-top: 22px;
	border-right: dotted 1px white;
}

.menuTopBreak TD
{
	vertical-align: bottom;
	height: 14px;
	font-size: 0px;
}

span.menuTopItemText
{
	padding: 0px 3px 0px 0px;
	white-space: nowrap;
}

.menuTopSub
{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	padding: 1px;   /*explicitly set padding for sub-menus */
	background-color: #5e8bb6;
	border-right: solid 1px #084886;
	border-bottom: solid 1px #084886;
	border-left: solid 1px #95aac7;
}

.menuTopSubItem
{
	color: white;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
   padding: 3px;
}

.menuTopSubSel
{
	color: white;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #567FAB;
	vertical-align: bottom;
   padding: 3px;
}

.menuUnused
{
	display: none;
}

/* --------------------- SolPartMenu Side ------------------- */
.sideMenu
{
	float: left;
	clear: both;
	width: 100%;
}

.menuSideContainer
{
	clear: both;
	padding-left: 5px;
	height: 1px; /* For FF: otherwise too much space is rendered */
}

.menuSideBar
{
	cursor: pointer;
}

.menuSideItem
{
	color: white;
	font-weight: bold;
}

.menuSideItem TD
{
	width: 205px;
	padding-top: 5px;
	font-size: 0px;
	overflow: hidden;
}

.menuSideSel
{
	color: white;
	font-weight: bold;
}

.menuSideSel TD
{
	width: 205px;
	padding-top: 5px;
	font-size: 0px;
	overflow: hidden;
}

.menuSideSel span.hover
{
	text-decoration: underline;
}

.sideMenuItemL
{
	float: left;
	width: 10px;
	font-size: 12px;
}

.sideMenuItemR
{
	float: left;
	width: 185px;
	padding-left: 5px;
	font-size: 12px;
	white-space: normal;
}

/* --------------------- SolPartMenu SiteMap ------------------- */
.siteMapMenu
{
	float: left;
	clear: both;
	width: 90%;
	margin: 10px 2% 10px 2%;
}

.menuSiteMapContainer
{
	clear: both;
}

.menuSiteMapBar
{
	cursor: pointer;
}

.menuSiteMapItem
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.menuSiteMapSub
{
	background-color: Transparent;
	border: 0px;
}

/*-------------------  Form (generic) -------------------------*/
.formWrapper
{
	float: left;
	clear: both;
	width: 490px;
}

.formRow 
{
	float: left;
	clear: both;
	width: 100%;
	padding: 3px 0px 3px 0px;
}

.formButtonRow
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding: 3px 0px 3px 0px;
}

.formRowFullWidth
{
	float: left;
	clear: both;
	width: 100%;
	padding: 3px 0px 3px 0px;
}	

.formRowLeft
{
	float: left; 
	width: 160px; 
	padding-top: 2px;
	text-align: left; 
}

.formRowRight
{
	float: left; 
	width: 320px;
	text-align: left; 
}

.formRowSubR
{
	float: right;
}

.formTextBox
{
	width: 75%
}

.formRowRight select
{
	width: 75%
}

.formTip
{
	font-size: 10px;
	line-height: 100%;
}

/*-------------------  Sales Settings -------------------------*/
.settingsRow
{
	float: left; 
	padding: 3px 0px 3px 0px;
	width: 100%;
}

.settingsRowLeft
{
	float: left; 
	width: 200px; 
	padding-top: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #104982;
}

.settingsRowRight
{
	float: left; 
	width: 250px;
	font-family: Verdana, sans-serif;
	font-size: 12px; 
}

.settingsRowRight select
{
	width: 75%
}

.settingsTextBox
{
	width: 75%
}

/* --------------------- product offers ---------------------- */
.offerWrapper
{
}

.offerHeaderRow
{
	float: left;
	clear: both;
	width: 100%;
	padding-left: 10px;
}

.offerHeaderRowL
{
}

.offerHeaderRowR
{
	float: right;
	width: 57%;
}

.offerHeader
{
	color: #205a93;
	font-weight: bold;
}

.offerProductWrapper
{
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-left: 10px;
}

.offerRowTop
{
}

.offerDesc
{
}

.offerRow
{
	float: left;
	clear: both;
	width: 100%;
}

.offerProduct
{
	float: left;
	width: 50%;
}

.offerProdName
{
	color: #205a93;
	font-weight: bold;
}

.offerAdd
{
	float: left;
	margin-left: 5px;
}

.offerRowText
{
	float: left;
	clear: both;
	width: 100%;
}

.offerProdSummary
{
	padding-left: 30px;
}

.offerRowTerms
{
	padding-left: 30px;
}

.offerTermsLink
{
}

.offerResponseText
{
}

.offerRowIdentifierLeft
{
	float: left;
	width: 150px; 
	padding-top: 2px;
	text-align: left; 
}

.offerRowIdentifierRight
{
	float: left;
	width: 320px;
	text-align: left; 
}

.offerIdentifier
{
}

.offerIdentifierTip
{
	font-size: 10px;
	line-height: 1em;
}

/* --------------------- login ---------------------- */
.pageLogin
{
	text-align: center;
	width: 100%;
}

.loginRowLeft
{
	float: left;
	width: 75px;
	text-align: left;
	margin-left: 20%;
	margin-right: 10px;
}

.loginRowRight
{
	text-align: left;
	float: left;
	width: 250px;
}

/* --------------------- module rendered content styles ---------------------- */
div.pageSubHead
{
	margin-left: 8em;
	margin-bottom: 1em;
	color: #094887;
	background-color: inherit;
}

span.keyMessage
{
	font-weight: bold;
	color: #094887;
}

span.lightBold
{
	color: white;
	font-weight: bold;
}

span.specialOffer
{
	color: white;
	font-size: 1.25em;
	font-weight: bold;
}

img.imageRight
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr.blueRule 
{
	color: #094887; /*IE*/
	background-color: #094887; /*FF*/
	width: 80%;
	border: 0px;
	text-align: center; /*IE*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	height: 1px;
}

* html hr.blueRule
{
	margin-top: -2px;
}

.validation
{
	color: Red;
}

table.content
{
   border: white 1px solid;
   border-collapse: collapse;
}

table.content thead tr
{
   background-color: #5b8ab8;
}

table.content thead th
{
   color: white; /* overrides default.css */
   font-family: Verdana, sans-serif; /* overrides default.css */
	font-size: 12px; /* overrides default.css */
	vertical-align: middle; /* overrides default.css */
	text-align: center;
}

table.content tbody tr.sectionHead
{
   background-color: #b4c8db;
   vertical-align: middle;
   text-align: left;
}

table.content tbody tr.sectionHead td
{
   color: black;
   font-weight: bold;
}

table.content tbody td
{
   font-family: Verdana, sans-serif;
   font-size: 12px;
   vertical-align: middle;
}

table.content tbody td.cellCentered
{
   text-align: center;
}

table.content tbody td.cellIndented
{
   padding-left: 25px;
}

/* ------------------ FAQ module styles --------------  */
.toggleHeader
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #ed4b04;
	text-decoration: underline;
	font-weight: bold;
}

div.faqQuestion
{
   font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #094887;
	text-decoration: none;
}

p.faqQuestion
{
   display: inline;
}

p.faqAnswer
{
   display: inline;
}

/* ------------------ Announcements module styles --------------  */
.shortNewsItem
{
   font-size: 12px;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}

.shortNewsTitle
{
 	font-weight: bold;
	color: #094887;
	text-decoration: underline;
}

.shortNewsDate
{
   font-size: 10px;
}

.shortNewsContent
{
   margin: 3px 0px 3px 0px;
}

.shortNewsItem p
{
   padding: 0px;
   margin: 0px;
}

/* ------------------ Height Handlers and browser tweaks --------------  */
DIV.emptyText /* For IE divs with no content */
{
	overflow: hidden;
	font-size: 1px;
}

/* IE */
* html .minHeightContent
{
	height: 500px; 
}

* html .minHeightSideMenu
{
	height: 44px;
}

* html .minHeightFooter
{
	height: 50px;
}

/* FF */
.minHeightContent
{
	min-height: 500px;
}

.minHeightSideMenu
{
	min-height: 29px;
}

.minHeightFooter
{
	min-height: 50px;
}

