/* CSS Document */
/******************************************************************************/

/* NOTE :  Comments inside CSS files cannot be nested inside each other.      
*/

/* NOTE : a:hover MUST come after a:link and a:visited in the CSS definition 
in order to be effective!! 
*/

/* NOTE : a:active MUST come after a:hover in the CSS definition in order to 
be effective!! 
*/

/******************************************************************************/
/*General New ISIS page*/

/* global */

body
 {
	font-family      		: Arial, Helvetica, sans-serif;
	font-size				: 0.75em;
	font-weight				: normal;
	color					: #000;
	width					: 100%;
	background-color		: #fff;
	margin					: 0px;
	padding: 0px;
	}

p {
	margin-top				: 7px;
	margin-bottom			: 7px;
	margin-left: 7px;
	margin-right: 7px;
}

a{color:#069;}
a:hover{color:#039; text-decoration:underline;}
.indent {
	padding-left:15px;
}
.spacing {
	width:10px}
.text {
	font-size:0.95em;
	border-bottom: 5px;
}
/* global */

/* Header */
#banner {
	background-color		: #036;
	background-image		: url(../images/bnr_bg_OMS.gif);
	height					: 76px;
	border-top-width: 6px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}
#bannershort {
	background-color		: #036;
	background-image		: url(../images/bnr_bg_OMS.gif);
	height					: 64px;
	border-top-width: 6px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}

.bannerTitle  {
	padding					: 0;
	text-align				: left;
	color					: #fff;
	font-size 				: 1.5em;
	font-weight 			: normal;
	white-space				: nowrap;
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 17px;
	} 
#bannerTitleShort  {
	color	: #FFFFFF;/*change per client color 1 dark*/
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 200px;
	vertical-align: text-bottom;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	} 

#logo {
	background-image		: url(../images/marsh_logo1.gif);
	background-repeat		: no-repeat;
	display					: block;
	height					: 21px;
	width					: 130px /*important*/;
	font-size				: 0 /*important*/;
	text-align				: right;
	color					: #000;
	float					: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	}
.logout {
	text-align:right;
	font-size: 0.85em;
	padding-right: 8px;
	padding-bottom: 15px;
}

.logout a{color:#FFF;}
.logout a:link{color:#FFF;}
.logout a:hover{color:#FFF; font-weight:bold}
	
#Marshlogo {
	background-image		: url(../images/marsh_logo.gif);
	background-repeat		: no-repeat;
	display					: block;
	height					: 25px;
	width					: 112px;
	font-size				: 0/*important*/;
	text-align				: center;
	color					: #000;
	float					: right;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	}

/* Header */
/* Global Navigation*/
.clientcolor1{
	background-color: #0057A6;
	}

#siteNav {				
	left: 0px;
	top:-23px;
	height:auto;
	position	: relative;		/* establishes positioning context for mainNav ul */
	padding		: 0px;
	margin		: 0px;
	white-space	: nowrap;
	}
#siteNav ul  {
	padding					: 0;
	margin 					: 0;
	}
#siteNav #mainNav {
	position	: absolute;
	overflow:hidden;
	top: 25 px;
	vertical-align:middle;
	width: 100%;
	background-color:#0057A6;/*change per client color 1 dark*/
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 23px;
	}

#siteNav #mainNav li {	/* addendum to global style */
	margin		: 0px;
	color		: #fff;
	font-weight	: bold;
	border-right: 1px solid #369;
	border-left	: 1px solid #FFF;
	text-align	: center;
	list-style	: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}

#siteNav li#inactive {
	border-left-color: #CCCCCC;
	border-right-color: #666666;
	background-color:#0057A6;/*change per client color 1 dark*/
	/*border-right-color: #1B3550;*/
	}
#siteNav li#active {
	border-left-color: #FFF;
	border-right-color: #999999;
	font-weight: bold;
	background-color: #7FABD2;/*change per client color 2 light*/
	color: #000000;
	}
#siteNav li#welcome  {
	background-color	: #CCCCCC;
	padding-left		: 10px;
	text-align: left;
	color: #000000;
	background-repeat:repeat-x;
	background-position:bottom;
	background-image: url(../images/tableHeadBG.gif);
	width: 145px;
	}

#siteNav li#over
{background:#96d5d1;cursor:pointer;}

#siteNav a {
	color:#fff;
	text-decoration:none;
}

#siteNav a:visited{
	font-weight:bold;
	color:#FFFFFF;
}

#siteNav a:hover{
	font-weight:bold;
	color:#FFF; 
	text-decoration:underline
}

#siteNav a:active
{
	font-weight:bold;
	color:#000; 
	text-decoration:none
}
/* Global Navigation*/
/* Left Navigation */

table.navHeader {
	font-weight:bold;
	text-decoration:none;
	color:#000;
	background-color:#0057A6;/*change per client color 1 dark*/
}
.nav2Header {
	font-weight:normal;
	text-decoration:none;
	color:#000;
	background-color: #7FABD2;/*change per client color 2 light*/
}
table.navHeader th {
	background-color:#FFFFFF;
	height: auto;
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	border-top-style: none;
}
.LastLoginText{
	font-weight:normal;
	font-size:0.95em;
	color:#333333;
}

.nav2Headeractive {
	font-weight:normal;
	text-decoration:none;
	color:#000;
	background-color:#0057A6;/*change per client color 1 dark*/
}
.navHeader .active td {
	background-color:#0057A6;/*change per client color 1 dark*/
}

.nav2Header .active td {
	background-color:#0057A6;/*change per client color 1 dark*/
}
.navHeader td{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.nav2Header td{
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.navHeader  a {
	color:#FFFFFF;
	text-decoration:none;
}
.nav2Header  a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-size:.9em;
}
a.navHeader:hover {text-decoration:underline;color:#fff;}
a.nav2Header:hover {
	text-decoration:underline;
	color:#fff;
	font-weight:normal;
}


/* Left Navigation */

/* Main Content */
.containerSpacerDiv {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.BoxHead {  
	font-size : 1.1em; 
	font-weight : bold; 	
	color: #0057A6;/*change per client color 1 dark*/
	line-height : 22px;
 }
.PageTitle  {
	padding					: 0px;
	text-align				: left;
	color					: #0057A6;/*change per client color 1 dark*/
	font-size 				: 1.5em;
	font-weight 			: Bold;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 8px;
	} 
.SecondaryPageTitle  {
	text-align				: left;
	color					: #000000;
	font-size 				: 1.25em;
	font-weight 			: Bold;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	} 
.LoginTitle {
	text-align				: center;
	color					: #333333;
	font-size 				: 1em;
	font-weight 			: Bold;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	padding:10px;
	} 
.homeImage  {
	padding					: 0px;
	white-space				: nowrap;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	vertical-align:top;
	} 
.main {
	background-color:#FFFFFF;
}
/* fix table visuals later 
.maintop {
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:1px;	
}
.mainbottom {
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}
.mainright {
	border-right-color:#999999;
	border-right-style:solid;
	border-right-width:1px;	
}
.mainleft {
	border-left-color:#999999;
	border-left-style:solid;
	border-left-width:1px;	
}
*/
.main th {
	background-color:#F2F2F2;
}
.announcementHeader {
	font-size:1em;
	color: #7FABD2;/*change per client color 2 light*/
	text-align: center;
	font-weight: bold;
}

li.instructionsstep {
	color: #B35D3E;
	font-size: 1em;
	font-weight: bold;
}

.SectionHeading th {
	background:#CCCCCC;
	background-image:url(../images/tableHeadBG.gif);
	background-repeat:repeat-x;
	height: auto;
	text-align: left;
	padding: 5px;
	}
	
.SectionHeading td {
	padding: 5px;
	border-bottom: solid 1px #abbacc;
}
.SectionHeading tr {
		background: #f4f8fa;
	}

.padding {
	padding: 5px;
}
/* Main Content */

/* Right Navigation */
.ContactUs {
	font-size:0.9em;
	margin-top: 5px;
	}
.ContactUsoptions {
	background-color: #CCCCCC;/*change per client color 2 light*/
	text-align: center;
	color: #000000;
	height: auto;
	padding: 3px;
	font-weight: bold;
	font-size: 1em;
}

.QuickHelp {
	font-size:0.9em;
	margin-top: 5px;
	}
.options {
	background-color	: #CCCCCC;
	padding-left		: 10px;
	text-align: center;
	color: #000000;
	background-repeat:repeat-x;
	background-position:bottom;
	background-image: url(../images/nav_active_gray.gif);
	height: auto;
	padding: 3px;
	font-weight: bold;
}
li.QuickHelp {
	margin:0px;
	font-size: 1em;
	margin-top: 0px;
	list-style: disk;
	list-style-type: square;
}
/* Right Navigation */

/* Fonts and Links*/
.ltgrey{
	background-color:#F4F4F4;
	}
.t4	{
	font-weight:normal;
	color: #000000;
}
.t5 {
	font-weight				: bold;
	font-size				:1.15em;
	text-decoration			: none;
	color					: #000000
	}
.t6 {
/*	font-weight				: bold;*/
	font-size:1.15em;
	text-decoration			: none;
	color					: #0057A6;/*change per client color 1 dark*/
	}
.bold {
	font-weight				: bold;
	}
.inverse {
	color:#FFFFFF;
	}

.l1 {
	color					: #000;
	text-decoration:none;
	}
.l2 {
	font-weight				: bold;
	color					: #000;
	text-decoration:none;
}
.l3 {
	text-decoration			: underline;
	color					: #039;
	}
.l6 {
/*	font-weight				: bold;*/
	font-size:1.15em;
	text-decoration			: none;
	}
.l7 {
	font-weight				: bold;
	text-decoration			: none;
	color					: #fff;
	}
	
/* Links*/	
/*  FOOTER  */
	
#footer {
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #8b8b8a;
	margin: 7px auto 7px auto;
	padding: 8px;
	font-size: 0.75em;
	}
	
#footer a { 
	text-decoration: underline; 
	color: #144476; 
	}

#footer a:hover { 
	text-decoration: underline; 
	color: #036; 
	}	

#footer p {
	display: inline; 
	float: right; 
	margin: 0;
	padding: 0; 
	text-align: right; 
	line-height: 12px; 
	}
	
#footer img {
	float: left; 
	}

/* FOOTER  */

/* Butons */

.horizontalLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;

}
.button {  	
	margin-right			: 5px;
	}

.buttonContainer {
	 float: left;				/* compensates for behavior when cancel button floats right */
	 width:100%;
	}

div.buttonContainer {
	padding-top: 6px;
	padding-bottom: .5em;		/* forces div to expand to enclose floated contents. (IE bug caused setting height to echo antecedents' margin settings to enclosed input buttons) */
	/*width:100%; //*** OMS ***/
	}

input.button {
	color: #000000;
	padding: 0px 10px 1px;
	margin-right: 10px;
	font-size: .85em;
	font-weight: normal;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	}

input.primary {
	background-image: url(../images/bkg_button_primary.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	overflow: visible;
	border-color: #999999;
	min-width: 46px;		/* + padding (10+10) = 66px */
	}
	
* html input.primary {		/* this hack targets IE6, eliminating its aggressive button padding 	*/
	width: 66px;			/* and forcing primary buttons to be at least 66px wide (incl padding). */
	overflow: visible;
	}

input.default {
	font-weight: bold;
	}
	
input.cancel {
	margin-right: 0px;
	float: right;
	}
	
input.delete {
	margin-left: 20px;
}

input.disabled {
	background: #EBEADC url(../images/bkg_button_disabled.gif) repeat-x;
	border-color: #CFCCB8;
	cursor: default;
	color: #BBB799;
	}
/* Butons */

/*Login */
.login {
	border: solid 1px #BBBBBB;
	margin: auto;
}

.loginbox {
	background: #FFFFFF;
	padding: 10px;
}
#LoginPageImage {
	background-image: url(../images/Login.gif);
	background-repeat	: no-repeat;
	display			: block;
	height			: 400px;
	width			: 182px /*important*/;
	font-size		: 0 /*important*/;
	text-align		: right;
	color			: #000;
	float			: left;
	margin			: 0px;
	padding			: 0px;
	}
/*Login */
/* Image */
#HomePageImage {
	background-image: url(../images/Home1.gif);
	background-repeat	: no-repeat;
	display			: block;
	height			: 100px;
	width			: 300px /*important*/;
	font-size		: 0 /*important*/;
	text-align		: right;
	color			: #000;
	float			: right;
	margin			: 0px;
	padding			: 0px;
	}
#LegalPageImage {
	background-image: url(../images/Law.gif);
	background-repeat	: no-repeat;
	display			: block;
	height			: 100px;
	width			: 300px /*important*/;
	font-size		: 0 /*important*/;
	text-align		: right;
	color			: #000;
	float			: right;
	margin			: 0px;
	padding			: 0px;
	}
/* Image */
/* Error*/
.error {
	color: #773311;
	background: #FFF5DD;
	border: solid 1px #995533;
	padding: 5px 10px;
}
.error li {
	margin: 3px 10px;
}
.error ul {
	margin: 3px 10px;
}
.valid{background-color:white;}
.invalid{background-color:yellow;}

.Error_div {BORDER-RIGHT: #995533 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #995533 1px solid; PADDING-LEFT: 10px; BACKGROUND: #fff5dd; PADDING-BOTTOM: 5px; BORDER-LEFT: #995533 1px solid; COLOR: #773311; PADDING-TOP: 5px; BORDER-BOTTOM: #995533 1px solid}
.Error_Heading {FONT-WEIGHT: bold}


/* Error*/
