/* Olive Color Palette used in template:
	
	color  1: #5a5e62 	Top background color
	color  2: #5f6a24 	Left link color 
	color  3: #a9b280	Hinky foreground color
	color  4: #86905a 	Top navbar background/matching hinkies
	color  5: #e9ecde 	Alternative background color 1
	color 5a: #f8faf2 	Alternative background color 2
	color  6: #f6f6f6 	Field background
	color  7: #333333	Page Header text
	color  8: #990000	link highlight
	color  9: #5f6a24	link in text runs
	color 10: #5C6166	Left link color selected
	color 11: #949494	Highlight border color for color 18
	color 12: #616161	Shadow border color for color 18
	color 11a:#bbc29f	Highlight for color 4
	color 12a:#a3a88a	Shadow for color 4
	color 13: #4d4d4d 	dark gray (normal text)
	color 14: #ffffff	white
	color 15: #808080	medium gray
	color 16: #bebebe	line gray #bebebe
	color 17: #000000	black
	color 18: #7a7a7a	field border color
*/

/* ----  Basic HTML Tags  ---- */
body, td, th, p { 
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;  			/* $Color 13 */
	margin: 0;
	}

p {
	padding-bottom: 9px;
	}

a {
	color: #5f6a24; 			/* $Color 9 */
	text-decoration: none;
	}
a:hover {
	color: #5f6a24;				/* $Color 8 */
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
	font-weight: bold;
	color: #333333; 			/* $Color 7 */
	}
h1 { font-size: 18px; line-height: 18px; margin:  0px 0 6px 0; padding:0px; }
h2 { font-size: 18px; line-height: 20px; margin: 12px 0 6px 0; padding:0px; }
h3 { font-size: 14px; line-height: 16px; margin: 12px 0 4px 0; padding:0px; }
h4 { font-size: 13px; line-height: 15px; margin:  8px 0 3px 0; padding:0px; }
h5 { font-size: 12px; line-height: 14px; margin:  8px 0 2px 0; padding:0px; }
h6 { font-size: 11px; line-height: 13px; margin:  2px 0 1px 0; padding:0px; }
h7 { font-size: 10px; line-height: 12px; margin:  2px 0 1px 0; padding:0px; }

img { border-width: 0; }
.img_inline_left  { border-width: 0; padding: 0px; margin: 3px 10px 0px 0px; }
.img_inline_right {	border-width: 0; padding: 0px; margin: 3px 0px 0px 10px; }

hr {
	height:1px;
	color: #bebebe;				/* $Color 16 */
	margin-bottom: 2px;
	border-width: 0px;
	border-bottom-width: 1px;
}

.hr_thick {
	color: #bebebe;				/* $Color 16 */
	margin-bottom: 2px;
	height: 1px;
	border-color: #bebebe;		/* $Color 16 */
	border-width: 0px;
	border-bottom-width: 4px;
	border-style: solid;
}

/* ----  Header Area ---- */
.topAreaBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 94px;
	z-index: 1;
	background-color: #5a5e62;	/* $Color 1 */
	}

.topAreaLogo {
	position: absolute;
	left: 50px;
	top: 55px;
	z-index: 5;
	}

.topNavBk {
	position: absolute;
	left: 0px;
	top: 96px;
	width: 100%;
	height: 20px;
	background-color: #86905a; 	/* $Color 4 */
	z-index: 0;
	}

.topNav {
	position: absolute;
	left: 151px;
	top: 95px;
	}

.topNav, .topNav td, .topNav a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	}
.topNav td {
	padding: 2px 20px 0 0;
	}
.topNav a {
	color: #ffffff;					/* $Color 14 */
	text-decoration: none;
	}

.navTrail {
	font-size: 10px;
	line-height: 16px;
	color: #5f6a24; 				/* $Color 9 */
	}

/* ----  Main Area ---- */

.mainBox {
	position: absolute;
	left: 0px;
	top: 118px;
	margin: 0px;
	padding: 0px;
}
.mainWideBox {
	position: absolute;
	left: 30px;
	top: 133px;
	z-index: 5;
	width: 95%;
	}

.leftNavTD {
	width: 180px;
	/*background-color: #e9ecde ;*/ 	/* $Color 5 */
}
.leftNavBox {
	position: relative;
	left: 15px;
	top: 16px;
	width: 160px;
	z-index: 5;
	line-height: 13px;
	color: #5f6a24;					/* $Color 2 */
}
.leftNavDIV_L1, .leftNavDIV_L2, .leftNavDIV_L3, .leftNavDIV_L4, .leftNavDIV_L5 { padding-bottom: 5px; }
.leftNavDIV_L1 { margin-left: 0; }
.leftNavDIV_L2 { margin-left: 15px; }
.leftNavDIV_L3 { margin-left: 30px; }
.leftNavDIV_L4 { margin-left: 45px; }
.leftNavDIV_L5 { margin-left: 60px; }
.leftNavDIV_L1 a, .leftNavDIV_L2 a, .leftNavDIV_L3 a, .leftNavDIV_L4 a, .leftNavDIV_L5 a {	color: #5f6a24;	}	/* $Color 2  */
.leftNav_Selected { font-weight: bold; color: #5C6166; }							/* $Color 10 */

.mainContentTD {
	width: 480px;
}
.mainContentBox {
	position: relative;
	left: 12px;
	top: 16px;
	z-index: 5;
	width: 458px;
}
.mainContentWidth {
	width: 458px;
}
.mainContentWideTD {
}
.mainContentWideBox {
	position: relative;
	left: 12px;
	top: 16px;
	z-index: 5;
	width: 95%;
}

.rightColumnTD {
	background-color: #f7faeb; 		/* $Color 5a */
	}
.rightColumnBox {
	position: relative;
	left: 17px;
	top: 16px;
	width: 180px;
	z-index: 5;
	font-size: 11px;
	line-height: 15px;
	color: #808080;					/* $Color 15 */
	}

/* ---- Optional Footer:  Displayed if a group assigned to the footer nav bar ---- */
.footer {
	background-color: transparent;
	border-top: 1px solid #bebebe;	/* $Color 16 */
	font-size: 10px;
	margin: 20px 4px 40px 0px;
	}
.footer, .footer td, .footer a {
	color: #808080;					/* $Color 15 */
	}

/* ---- Optional Top Right Navigation:  Displayed if a group assigned to the top right nav bar ---- */
.topNavRight {
	position: absolute;
	left: 80%;
	top: 42px;
	width: 150px;
	z-index: 5;
	line-height: 1.4em;
	}
.topNavRight, .topNavRight li {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .05em;
	list-style-type: square;
	color: #a9b280; 				/* $Color 3 */
	}
.topNavRight li a {
	color: #ffffff;					/* $Color 14 */
	text-decoration: none;
	list-style-position: outside;
	}
.topNavRight li a:hover {
	color: #ffffff;					/* $Color 14 */
	text-decoration: underline;
	list-style-position: outside;
	}

/* ----  Forms  ---- */
form {
	margin:0px;
	padding:0px;
}
form .textInput { 
	border: 1px solid #7a7a7a; 		/* $Color 18 */
	background-color: #f6f6f6; 		/* $Color 6  */
	color: #000000; 				/* $Color 17 */
	font-size: 1.2em; 
	padding-left: 3px; 
}

form .textArea {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	border: 1px solid #7a7a7a; 		/* $Color 18 */
	background-color: #f6f6f6; 		/* $Color 6  */
	color: #000000;  				/* $Color 17 */
	font-size: 1.2em; 
	padding-left: 3px; 
	}

form .button {
	background-color: #7a7a7a; 		/* $Color 18 */
	color: #ffffff;					/* $Color 14 */
	border-width: 1px;	
	border-style: solid;
	border-left-color: #949494;		/* $Color 11 */
	border-top-color: #949494;		/* $Color 11 */
	border-bottom-color: #616161;	/* $Color 12 */
	border-right-color: #616161;	/* $Color 12 */
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding: 0px 5px 0px;
	}

form .textLabel {
	color: #4d4d4d; 				/* $Color 13 */
	}

form .textLabelReq { 
	font-weight: bold; 
	color: #4d4d4d;					/* $Color 13 */
	}

/* ----  Sample Icons  ---- */

/* Use as image: <img class="arrow" src="../images/1x1.gif"/> */
img.arrow {
	height: 12px;
	width: 12px;
	margin: 0 5px 0 0;
	vertical-align: -2px;
	background-color: #a9b280; 		/* $Color 3 */
	background-image: url("/MSIG_E-ServiceWeb/theme/arrow-graphic-up-clear.gif");
}
/* Use as link: <a class="arrow"href="#">...</a> */
a.arrow, a.arrow:hover{
	height: 12px;
	width: 12px;
	line-height:12px;
	margin: 0 5px 0 0;
	display: block;
	background-color: #a9b280; 		/* $Color 3 */
	background-image: url("/MSIG_E-ServiceWeb/theme/arrow-graphic-up-clear.gif");
}
a.arrow:hover {
	background-color: #86905a; 		/* $Color 4 */
	text-decoration: none;
}
/* Other sample icon images */
.otherImages {
	background-image: url("/MSIG_E-ServiceWeb/theme/arrow-graphic-down-clear.gif");
	background-image: url("/MSIG_E-ServiceWeb/theme/arrow-graphic-left-clear.gif");
	background-image: url("/MSIG_E-ServiceWeb/theme/arrow-graphic-right-clear.gif");
	background-image: url("/MSIG_E-ServiceWeb/theme/go-graphic-clear.gif");
}
.tableBorder {
	border-width: thin; 
	border-style: solid
}

#button {
	/*border-right: 1px solid #000;*/
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: sans-serif;
	/*background-color: #90bade;*/
	/*background-color: #74DD88;*/
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
/*#button li {
	/*border-bottom: 1px solid #90bade;*/
	border-bottom: 1px solid #90EE90;
	margin: 0;
	list-style: none;
	list-style-image: none;
}*/

html>body #button li a {
	width: 100%;
}

#button li a {
	color: #446894;
	width: 100%;
}

#button li a.imLink:hover {
	color: #3A5EA8;
}

#button li a.imLink {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 10px solid #1958b7;*/
	/*border-left: 10px solid #026502;*/
	border-left: 10px solid #718AEB;
	/*border-right: 10px solid #508fc4;*/
	/*border-right: 10px solid #34A26E;*/
	border-right: 10px solid #99BFEE;
	/*background-color: #2175bc;*/
	/*background-color: #058807;*/
	background-color: #679EE1;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

/*#button li a.imLink:hover {
	/*border-left: 10px solid #1c64d1;*/
	border-left: 10px solid #05710c;
	/*border-right: 10px solid #5ba3e0;*/
	border-right: 10px solid #40c692;
	/*background-color: #2586d7;*/
	background-color: #099912;
	color: #fff;
}*/
#button li div.padding {
	padding-top: 10px; 
	padding-left: 10px;
}

