body, html, img, ul, li, h1, h2, h3, h4 {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	
}

body {
	background-color:#dddddd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url('../images/body_BG.jpg');
	background-repeat:repeat;
}

#masterContainer {
  width:820px;
	height:100%;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}

p{
padding-left: 20px;
padding-right: 10px;
line-height: 18px;
color:#000000;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:14px;
}


a, a:visited {
	color:#9c2273;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


/* Header */

#header {
	width:100%;
	height:101px;
	float:left;
	background-image:url('../images/header_BG.jpg');
	background-repeat:repeat-x;
}

#needAccessLogo {
	float:left;
	width:200px;
	margin:0 0 0 20px;
}

#accessGroupLogo {
	float:right;
	text-align:right;
	clear:right;
	width:200px;
	margin:5px 10px 0 0;
}

#tools {
font-size:9px;
	float:right;
	clear:right;
	text-align:right;
	width:359px;
	height:27px;
	background-image:url('../images/tools_BG.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	position:relative;
	left:1px;
	padding-right:10px;
	padding-top:3px;
	color:#FFFFFF;
}

#tools a, #tools a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#tools a:hover {
	text-decoration:underline;
}

#headerLine {
	background-image:url('../images/header_bottom_line.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	height:2px;
	clear:both;
	float:left;
	margin-top:5px;
}

/* Main Nav */

#mainNav {
	width:100%;
	}

#logoutTab, #loginTab {
	float:right;
  height:24px;
  line-height:24px;
	width:209px;
  background-image:url('../images/HelpfulTips.gif');
	background-position:right top;
	background-repeat:no-repeat;
	text-align:right;
	
}

#loginTab {
  background-image:url('../images/HelpfulTips.gif');
}

#logoutTab a {
	margin-right:55px;
	color:#FFFFFF;
	
	font-size:12px;
	line-height:18px;
}

#logoutTab a:hover {

	text-decoration:underline;

}

#loginTab a:hover {

	text-decoration:underline;

}


#loginTab a {
	margin-right:27px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
}

#mainNav ul#infoNav {
	clear:both;
	width: 100%;
	border-top:1px solid #A45785;
  background-image:url('../images/home_subNav_BG.jpg');
	background-repeat:repeat-x;
  height:34px;
	
}


#mainNav ul#infoNav li {
	float:left;
  height:34px;
}

#mainNav ul#infoNav li a {
	padding-top:9px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	float:left;
}

#mainNav ul#infoNav li a img {
	position:relative;
	top:2px;
}

#mainNav ul#infoNav li a.On {
	background-image:url('../images/home_subNav_BGHover.gif');
	background-repeat:repeat-x;}

#mainNav ul#infoNav li a:hover {
	background-image:url('../images/home_subNav_BGHover.gif');
	background-repeat:repeat-x;
}
 
#mainNav div#applicationNav {
	clear:both;
	float:right;
	background-image:url('../images/app_menu_BG.gif');
	background-repeat:repeat-x;
	width:100%;
  height:34px;
	
}

#mainNav div#applicationNav ul {
	float:right;
}
#mainNav div#applicationNav ul li {
	float:left;
	border-left:1px solid #777777;
}

#mainNav div#applicationNav ul li a {
	display:block;
	float:left;
	text-align:center;
	/*padding-left:16px;
	padding-right:16px;
	padding-top:10px;
	padding-bottom:11px;*/
  height:34px;
	padding:0 20px 0 20px;
	text-decoration:none;
	color:#0042cc;
	font-size:11px;
  line-height:34px;
	border-left:1px solid #ffffff;
}


#mainNav div#applicationNav img {
	float:left;
	margin-right:10px;
	margin-top:12px;
	}

#mainNav div#applicationNav ul li.On a {
	background-color:#bbbbbb;
	border:1px solid #bbbbbb;
}

#mainNav div#applicationNav ul li a:hover {
	background-image:url('../images/app_menu_BGHover.gif');
	background-repeat:repeat-x;
}
/* Content Body */

#mainContainer {
		float:left;
	width:100%;
  padding-bottom:0px;
	background-image:url('../images/body_column_BG.gif');
	background-repeat:repeat-y;

}

#leftColumn {
	float:left;
	width:265px;
	background-color:#c8c8c3;
	min-height:500px;
	height:auto;
	border-right:1px solid #999999;
	margin:0;
	padding:0;
}

#rightColumn {
  float:left;
  width:820px;
	background-image:url('../images/body_content_BG.gif');
	background-repeat:repeat-x;
	height:auto;
}

#rightColumnTableless {
	width:758px;
	float:none;
	background-image:url('../images/body_content_BG.gif');
	background-repeat:repeat-x;
	height:auto;
	border:red 1px solid;
}

#rightColumn h1 {
	margin-left:20px;
	margin-top:20px;
	color:#0854a4;
	font-weight:normal;
	width:auto;
}

#rightColumn h3 {
	margin-left:20px;
	margin-top:20px;
	color:#03A928;
	font-weight:bold;
	font-size:14px;
}

ul#leftNav {
	margin:0;
	padding:0;
	width:100%;

}	

ul#leftNav li {
	margin:0;
	padding:0;
	background:url(../images/left_menu.jpg) no-repeat top left;
}	


ul#leftNav li a {
	font-weight:bold;
	margin:0 0 0 30px;
	padding:0 0 0 20px;
	height:33px;
	line-height:33px;
	display:block;
	background: url(../images/left_menu_arrow.gif) no-repeat center left;
	}
ul#leftNav li a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#3266cc;
	margin:0 0 0 30px;
	padding:0 0 0 20px;
	height:33px;
	line-height:33px;
	display:block;
	background: url(../images/left_menu_arrowHover.gif) no-repeat center left;
	}

#leftNavigation{
	clear:left;
	width:265px;

}

#leftNavigation h3 {
	color:#666666;
	padding-left:15px;
	padding-top:5px;
	line-height:30px;
	font-size:11px;
}

#leftNavigation dl {
	clear:both;
	margin-top:5px;
}

#leftNavigation dd {
	margin-left:7px;
	padding-top:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #babab6;
	
}

#leftNavigation dt {
	font-size:12px;
	margin-left:10px;
	margin-top:10px;
	padding-left:5px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ffffff;
	margin-right:5px;
}

#leftNavigation dl dd a {
	display:block;
	padding:5px;
	padding-left:15px;
	text-decoration:none;
	
}

#leftNavigation dl dd a:hover {
	text-decoration:underline;
}

#leftNavigation dl dt span, #leftNavigation dl dd span {
	float:right;
}


#tips {
	clear:left;
	width:265px;
	margin-top:20px;
}

#tips h4 {
	color:#333333;
	padding-left:10px;
	line-height:30px;
}

#tips p {
	padding:10px;
	margin:0px;
}

.indent {
	background-image:url(../images/rightarrow.gif);
	background-repeat:no-repeat;
	padding-left:9px;
	text-align:left;
}

div.progressBarS_G, div.progressBarS_Y, div.progressBarS_R {
	width:100px;
	height:12px;
	background-repeat:repeat-x;
	border:1px solid #CCCCCC;
	text-align:left;
	float:left;
	margin-right: 5px;
}

div.progressBarS_G span, div.progressBarS_Y span, div.progressBarS_R span {
	background-repeat:repeat-x;
	display:block;
	height:12px;
}

div.progressBarS_G { background-image:url('../images/bar_G_BG.gif'); }
div.progressBarS_Y { background-image:url('../images/bar_Y_BG.gif'); }
div.progressBarS_R { background-image:url('../images/bar_R_BG.gif'); }

div.progressBarS_G span { background-image:url('../images/bar_G_FG.gif'); border-right:1px solid #40ad5a; }
div.progressBarS_Y span { background-image:url('../images/bar_Y_FG.gif'); border-right:1px solid #c7aa18; }
div.progressBarS_R span { background-image:url('../images/bar_R_FG.gif'); border-right:1px solid #83251b; }

div.progressBarL_G, div.progressBarL_Y, div.progressBarL_R {
	width:160px;
	height:12px;
	border:1px solid #CCCCCC;
	text-align:left;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

div.progressBarL_G span, div.progressBarL_Y span, div.progressBarL_R span {
	display:block;
	height:12px;
}

div.progressBarL_G { background-image:url('../images/bar_G_BG.gif'); }
div.progressBarL_Y { background-image:url('../images/bar_Y_BG.gif'); }
div.progressBarL_R { background-image:url('../images/bar_R_BG.gif'); }

div.progressBarL_G span { background-image:url('../images/bar_G_FG.gif'); border-right:1px solid #40ad5a; }
div.progressBarL_Y span { background-image:url('../images/bar_Y_FG.gif'); border-right:1px solid #c7aa18; }
div.progressBarL_R span { background-image:url('../images/bar_R_FG.gif'); border-right:1px solid #83251b; }

.formTable {
	margin-bottom:20px;
	margin-left:15px;
	border: 1px solid #cccccc;

}

.formTableHeader {
	margin-left:15px;

}

.formTable td {
	padding:5px;
	font-size: 12px;
	}
	
.subText{
	font-size:9px;
	color:#000000;
}

.allBorder{
	border:1px solid #cccccc; height:27px; 

}

.leftBorder{
	border-left: 1px solid #cccccc;
}

.rightBorder{
	border-right: 1px solid #cccccc;
}
.bottomBorder{
	border-bottom: 1px solid #cccccc;
}


td.leftApp { background-image:url(../images/app_row_BG.jpg); background-position:left top; height:35px; background-repeat:repeat-x; font-size:9px;}
td.rightApp { background-image:url(../images/app_row_BG.jpg); background-position:right top; height:35px; background-repeat:repeat-x; font-size:9px;}
td.midApp { background-image:url(../images/app_row_BG.jpg); background-position:center top; height:35px; background-repeat:repeat-x; font-size:9px;}

th.leftHeader {	background-image:url(../images/table_head_left.jpg); background-position:left top; background-repeat:no-repeat; height:27px; }
th.tileHeader {	background-image:url(../images/table_head_tile.jpg); background-position:left bottom; background-repeat:repeat-x; height:27px; text-align:left; padding-left:10px; font-size:12px; }
th.rightHeader { background-image:url(../images/table_head_right.jpg); background-position:right top; background-repeat:no-repeat; height:27px;}
th.rightHeaderMulti { background-image:url(../images/table_head_right.jpg); background-position:right top; background-repeat:no-repeat; height:27px;  border-left: 1px solid #9cc3f7;}
th.midHeader { background-image:url(../images/table_head.jpg); background-position:center top; height:27px; }

.rowOn {
	background-color:#EEEEEE;
	height:27px;
}

.rowOff {
	background-color:#ffffff;
	height:35px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.rowOnSmall {
	background-color:#EEEEEE;
	height:27px;
	font-size:9px;
}

.rowOffSmall {
	background-color:#ffffff;
	height:35px;
	font-size:9px;
}

.rowNew {
	background-color:#888888;
	border-top:1px solid #cccccc; height:27px; 
}

input.formStyle, select.formStyle {
	border:1px solid #333333;
	
}

input.specialCircumstances {
	width:710px;
	height:200px;
}

h3.headerPercent {
	float:left;
	width:170px;
	font-size:11px;
}

.topLine {
	border-top:1px dashed #FFFFFF;
	clear:both;
	padding-left: 10px;
}

span.headerPercent {
	float:right;
	width:30px;
	font-size:14px;
	padding-right:5px;
	position:relative;
	bottom:1px;
}

.dataEntryList {
	width:450px;
	font-size:12px;
}

.dataEntryList dt {
	float:left;
	width:170px;
	clear:both;
	height:30px;
	margin:0px;
}

.dataEntryList dd {
	float:right;
	width:250px;
	height:30px;
	float:left;
	margin:0px;
}

.dataEntryList input.widthCorrection, .dataEntryList select.widthCorrection {
	width:200px;
}

#rightColumn p {
	line-height:18px;
}

#rightColumn p img {
	margin:5px;
}

dl.loginFields {
	width:180px;
	float:left;
}

dl.loginFields dt {
	float:left;
	height:30px;
	line-height:30px;
	margin-left: 20px;
	margin-top: 20px;
}

dl.loginFields dd {
	width:50px;
	float:left;
	height:30px;
	line-height:30px;
	margin-left: 0px;
	margin-top: 20px;
}

.loginInfo {
	clear:right;
	width:210px;
	padding:5px;
	float:right;
	border:1px solid #999999;
	margin-left:10px;
	margin-right:10px;
	line-height:10px;

}

.loginInfo p {
	margin:0 0 10px 0;
}

.registerTable {
	float:left;
	height:30px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.registerTable input, .registerTable select {
	width:200px;
	font-size:10px;
}

.textBox {
	width:500px;
	height:200px;
	display:block;
	overflow:scroll;
	font-size:11px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:5px;
}

.textBox p {
	font-size:10px;
	margin-top:0px;
	margin-bottom:10px;
}

input.checkboxWidth {
	width:15px;
	position:relative;
	top:3px;
}

.buttons a {
	display:block;
	height:25px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
	background-color:#999999;
	border:1px solid #333333;
	float:right;
	margin-top:5px;
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
}

.leftLink {
	font-size:10px;
	padding-top:12px;
	padding-bottom:12px;
	border-top:1px dashed #FFFFFF;
	line-height:15px;
	display:block;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	text-decoration:none;
}
.leftLinkplain{
	font-size:10px;
	padding-top:12px;
	padding-bottom:12px;
	line-height:15px;
	display:block;
	margin-left:10px;
	font-weight:bold;
	text-decoration:none;
}

.buttonArea {
	width:500px;
	text-align:right;
	float:right;
	position:relative;
	right:15px;
}

/* Footer */

#footer {
	display:block;
	clear:both;
  width:820px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/footer_BG.jpg');
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;

}

#footerHome {
	display:block;
	clear:both;
  width:820px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/footerHome_BG.jpg');
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:10px;

}


#copyright {
	float:left;
  width:500px;
	padding-left:10px;
	line-height:30px;

}

#copyright a, copyright a:visited {
	color:#000000;
	text-decoration:none;
}

#copyright a:hover {
	text-decoration:underline;
}

#footerLinks {
	float:right;
  width:300px;
	text-align:right;
	padding-right:10px;
	line-height:15px;
	padding-top:3px;
}

.requiredField{
	color:#CC0000;
	font-size:11px;
}

.alerts{
	color:#CC0000;
	padding-left:10px;
	font-size:9px;

}


.instructionDisplay{
	display:none;
	position:relative;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0033CC;
	background-color:#f7f7f7;
	padding: 5px 5px 5px 5px; 
	line-height: 15px;
	margin-top: 0px;
} 

/*PopUp Div*/

.poplayer {
	position: absolute;
	visibility: hidden;
	width: 500px;
	height: auto;
	left: 20px;
	top: 40px;
	background-color: #cacac5;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	
}

#close {
	float: right;
}

/*Buttons*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    display: block;
    float: right;
    font-size: 10px;
	font-weight:bold;
    height: 24px;
    margin-right: 6px;
    padding-right: 12px;
    text-decoration: none;
	color:#9c2273;
}

a.button:hover {

    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat top left;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 12px;
	text-decoration: none;
	margin-right:-4px;
} 

a.button:hover {
    
	text-decoration: none;
} 

.subFunction {
	background:url(../images/subfunction.gif) repeat-x;
	line-height: 16px;
	width: 100%;
	border-bottom:#f8f8f8 2px solid;
	border-top:#f8f8f8 2px solid;
	}

.subFunctionCollapse {
	line-height: 30px;
	cursor:pointer;
	}

.subFunction span{
	font-size: 1.2em;
	font-weight: bold;
	color: #383205;
	padding: 5px;
	}
	
	.bodyTable {
	margin-left: 20px;
	line-height:20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	}
	

	
.confirmation{
	font-size:15px;
	color:#CC0000;
}


dl.tablelessForm {
	clear:both;
	float:right;
	margin:10px 8px 10px 8px;
	padding:0;
	width:730px;
	display:block;
	border-bottom:#cecfce 1px solid;
}

dl.tablelessForm dt {
	background:url(../images/tileHeaderBig.gif) no-repeat top left;
	height:27px;
	line-height:27px; 
	text-align:left; 
	padding-left:15px; 
	font-size:12px;
	font-weight:bold;
	border-bottom:#cecfce 1px solid;
	
}

dl.tablelessForm dd {
	width:722px;
	display:block;
	margin:0 0 0 0 ;
	padding:.5em 0 .5em .5em; 
	border-left:#cecfce 1px solid;
	border-right:#cecfce 1px solid;
	
	}


	
dl.tablelessForm dd {
	background:#ffffff;
	height:27px;
	line-height:27px; 
	border-left:#cecfce 1px solid;
	border-right:#cecfce 1px solid;

	} 
	
dl.tablelessForm dd.oddRows {
	background-color:#EEEEEE;
	} 	
	
dl.tablelessForm dd label {
	width:369px;
	display:block;
	float:left;
	padding:0 0 0 5px;
	margin:0;
	}

dl.tablelessForm dd input {
	margin:0;
	padding:0;
	}	
dl.tablelessForm dd.instructionDisplayTabless{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:auto;
	line-height:normal;
	border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	display:block;
}
	
dl.tablelessForm dd.instructionDisplayTabless div {
	background-color:#f7f7f7;
	width:706px;
	color:#0033CC;
	font-size:10px;
	padding:.5em;
	line-height:16px;
	}	
