body
{
	font-family: arial;
	text-align: center;
	margin-top: 0px;
	color: #777;
	background: #f4f4f4;
}

.bodyClassIE7
{
	overflow-y: initial; /* AW-83: see boydClassNonIE7: don't specify overflow-y scroll here. */
	/*border: 7px solid #777777;*/
}
.bodyClassNonIE7
{
	overflow-y: scroll; /* AW-83: to keep content from shifting from left to right, use this style to pre-allocate space for outer vertical scroll bar */
	/*border: 3px solid red;*/
}

a:visited
{
	color: #0000ff;
}

body img
{
	border: 0px;
}

.home_body
{
	margin-left: 42px;
	font-size: 12px;
	line-height: 21px;
	width: 521px;
	padding: 24px;
	padding-top: 18px;
	background: url("../img/home_content_bg_900.jpg");
	background-repeat: no-repeat;
	border: 0px solid red;
}

.home_mod
{
	float: right;
	margin-right: 25px;
	width: 250px;
	height: 200px;
	background: url("../img/mod_bg.jpg");
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 8px;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li
{
	/*background-image: url("../img/list_style.jpg");
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 12px; */
	font-size: 12px;
	margin-bottom: 14px;
}

ul.content
{
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}

	ul.content li
	{
		font-size: 12px;
		margin-left: 15px;
	}

span.heading
{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

sup
{
	font-size: 10px;
	line-height: 10px;
}

	sup.hidden
	{
		visibility: hidden;
	}

.wrapper_shadow
{
	width: 920px;
	margin-bottom: 0px;
	background: url("/img/body_shadow_900.png");
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

.wrapper
{
	width: 900px;
	height: auto;
	/*	border-right:3px solid #dedede;*/
	/*	border-left:3px solid #eee;*/
	/*	border-bottom:3px solid #dedede;	*/
	border-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
}

.mainnav
{
	height: 26px;
	width: 100%;
	background: url("../img/mainnav_back.jpg");
	background-repeat: repeat;
	font-size: 12px;
}

	.mainnav div
	{
		float: left;
	}

	.mainnav .mainnav_spacing
	{
		width: 45px;
		height: 26px;
	}

	.mainnav .mainnav_item
	{
		width: 160px;
		height: 20px;
		color: #ccc;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		margin-left: 0px;
	}

	.mainnav .mainnav_item_over
	{
		background: url("../img/mainnav_back_over.jpg");
		color: #333;
	}


	.mainnav .mainnav_item:hover
	{
		background: url("../img/mainnav_back_over.jpg");
		color: #333;
	}

	.mainnav .mainnav_item_on
	{
		width: 160px;
		height: 20px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		background: url("../img/mainnav_back_on.jpg");
		color: #333;
	}



	.mainnav .mainnav_item_on_sub
	{
		width: 160px;
		height: 20px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		background: url("../img/mainnav_back_on.jpg");
		color: #333;
	}

		.mainnav .mainnav_item_on_sub:hover
		{
			background: url("../img/mainnav_back_on.jpg");
			color: #333;
		}


	.mainnav .mainnav_item_sub
	{
		width: 160px;
		height: 20px;
		text-align: center;
		padding-top: 6px;
		cursor: pointer;
		background: url("../img/mainnav_back_over.jpg");
		color: #333;
	}

		.mainnav .mainnav_item_sub:hover
		{
			background: url("../img/mainnav_back_over.jpg");
			color: #333;
		}


	.mainnav .mainnav_hidden
	{
		display: none;
	}

.mainnav_item a
{
	color: #ccc;
}

.mainnav_item:hover a
{
	color: #333;
}

.mainnav_item_on a
{
	color: #333;
}








.swfarea
{
	height: 456px;
	background-image: url(../img/bg/index.jpg);
}

.swfarea2
{
	height: 276px;
}

.swfarea3
{
	height: 46px;
}

.contentarea_wrapper
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	margin-top: 25px;
}

	.contentarea_wrapper .contentarea
	{
		width: 898px;
		height: auto;
		border: 0px solid red;
		padding-top: 8px;
	}

.contentarea_wrapper2
{
	border: 0px solid red;
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	margin-top: 0px;
}

	.contentarea_wrapper2 .contentarea
	{
		width: 898px;
		border: 0px solid red;
		padding-top: 8px;
		line-height: 20px;
	}



.subnav
{
	width: 100%;
	height: 38px;
	background: url("../img/sub_nav_bg.jpg") repeat-x;
	margin-bottom: 10px;
	line-height: 28px;
}

	.subnav .padding
	{
		width: 53px;
		border: 0px solid red;
		height: 1px;
		float: left;
	}

	.subnav .nav_item
	{
		margin-top: 11px;
		height: 27px;
		width: 133px;
		float: left;
		text-align: center;
		font-size: 11px;
		cursor: pointer;
		margin-left: 10px;
	}

	.subnav .nav_item_hidden
	{
		display: none;
	}


	.subnav .nav_item_long
	{
		margin-top: 11px;
		height: 27px;
		width: 137px;
		float: left;
		text-align: center;
		font-size: 11px;
		cursor: pointer;
		margin-left: 10px;
	}

	.subnav .nav_item:hover
	{
		background: #d0d0d0;
	}

	.subnav .nav_item_on
	{
		background: url("../img/sub_tab_bg1_long.jpg") no-repeat;
		margin-top: 11px;
		height: 28px;
		width: 133px;
		float: left;
		text-align: center;
		font-size: 11px;
		cursor: pointer;
		margin-left: 10px;
	}

	.subnav .nav_item_on_long
	{
		background: url("../img/sub_tab_bg1_long.jpg") no-repeat;
		margin-top: 11px;
		height: 28px;
		width: 137px;
		float: left;
		text-align: center;
		font-size: 11px;
		cursor: pointer;
		margin-left: 10px;
	}

	.subnav .nav_item_long:hover
	{
		background: #d0d0d0;
	}


/* AW-78 - SEO begin */
/*.nav_item a*/
/*{*/
/*	color: #333;*/
/*}*/
/**/
/*.nav_item_long a*/
/*{*/
/*	color: #333;*/
/*}*/
/* AW-78 - SEO end */

.sbox_wrapper
{
	width: 187px;
	height: auto;
	border: 0px solid blue;
	margin-left: 3px;
}

.sbox_mod
{
	background: url("../img/sbox_bg.jpg") no-repeat;
	width: 184px;
	height: auto;
	border: 1px solid #fff;
}

	.sbox_mod .top
	{
		margin: 8px 0px 0px 8px;
	}

	.sbox_mod .select
	{
		margin: 0px 6px 1px 9px;
		width: 166px;
		height: 18px;
		cursor: pointer;
	}

	.sbox_mod .main
	{
		background: url("../img/mod_select_bg.jpg") repeat-x;
		opacity: .75;
	}

	.sbox_mod .ql
	{
		background: url("../img/quick_links_select.jpg") repeat-x;
	}

	.sbox_mod .select span
	{
		font-size: 10px;
		color: #666;
		margin-left: 12px;
		line-height: 16px;
	}

.content_wrapper
{
	margin-top: 2px;
	margin-left: 3px;
	width: 703px;
	height: auto;
	background: url("../img/content_bg_900.jpg") no-repeat;
	float: right;
}

.content_wrapper_wide
{
	margin-top: 2px;
	margin-left: 3px;
	width: 875px;
	height: auto;
	background: url("../img/content_bg_wide.png") no-repeat;
	float: right;
}

.content_wrapper_auth
{
	/* Reports tab (ATO 24487 / AW-2): specify a min height so that the bottom of the calendar controls may be seen (otherwise they are clipped). */
	min-height: 280px;
}






.content_wrapper .inner
{
	margin: 29px 26px 10px 26px;
	line-height: 20px;
}

	.content_wrapper .inner .title
	{
		font-size: 20px;
		border-bottom: 1px solid #666;
		padding-bottom: 7px;
	}

.content_wrapper .title
{
	font-size: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 7px;
}

.content_wrapper .inner .title2
{
	font-size: 16px;
}


.content_wrapper .inner .desc
{
	margin-top: 7px;
	font-size: 12px;
	width: auto;
}

.content_wrapper .inner .body
{
	margin-top: 14px;
}




.content_wrapper_wide .inner
{
	margin: 29px 56px 10px 36px;
	line-height: 20px;
}

	.content_wrapper_wide .inner .title
	{
		font-size: 20px;
		border-bottom: 1px solid #666;
		padding-bottom: 7px;
	}

.content_wrapper_wide .title
{
	font-size: 20px;
	border-bottom: 1px solid #666;
	padding-bottom: 7px;
}

.content_wrapper_wide .inner .title2
{
	font-size: 16px;
}


.content_wrapper_wide .inner .desc
{
	margin-top: 7px;
	font-size: 12px;
	width: auto;
}

.content_wrapper_wide .inner .body
{
	margin-top: 14px;
}

.nameListPanel
{
	padding-left: 15px;
	padding-right: 15px;
}


.inner a
{
	color: #333;
}

.footer_wrapper
{
	height: 55px;
	/*	background:url("../img/body_shadow_bottom.png");
	background-position:bottom;
	background-repeat:no-repeat*/
}

.footer_line
{
	margin-left: 9px;
	width: 880px;
	border: 0px solid red;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.footer
{
	margin-left: 11px;
	width: 874px;
	border: 0px solid red;
	margin-top: 10px;
	text-align: left;
	font-size: 9px;
}

	.footer .left
	{
		float: left;
	}

	.footer .right
	{
		float: right;
		font-size: 9px;
	}





/******************/
ul#mod, ul#mod ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	ul#mod a
	{
		display: block;
		text-decoration: none;
	}

	ul#mod li
	{
		margin-top: 1px;
		margin: 0;
		padding: 0;
	}

		ul#mod li a.headings
		{
			background: url("../img/mod_select_bg.jpg");
			background-repeat: repeat-x;
			height: 17px;
			font-size: 11px;
			color: #444;
			padding-left: 10px;
			padding-top: 2px;
			width: 224px;
		}


		ul#mod li ul li a
		{
			text-decoration: underline;
			display: inline;
		}

.hotspot
{
	border: 0px solid red;
	width: 165px; /*width: 152px;*/
	height: 40px; /*height: 44px;*/
	position: absolute;
	margin-left: 35px;/*margin-left: 40px;*/
	margin-top: 1px;
	cursor: pointer;
	z-index: 200;
}

	.hotspot:hover
	{
		cursor: pointer;
	}

.hotspotindex
{
	border: 0px solid red;
	width: 165px;
	height: 40px;
	position: absolute;
	margin-left: 35px;/*margin-left: 45px;*/
	cursor: default;
	z-index: 200;
}

	.hotspotindex:hover
	{
		cursor: default;
	}

.bottom_shadow
{
	width: 920px;
	height: 12px;
	background: url("../img/body_shadow_bottom_900.png");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.mod_inner
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

	.mod_inner .desc
	{
		font-size: 11px;
		vertical-align: top;
		padding-right: 12px;
		padding-left: 5px;
		line-height: 14px;
	}

#flash
{
	/*	position:absolute;*/
	width: 900px;
	height: 500px;
}

.login_overlay
{
	position: absolute;
	margin-left: 695px;
	z-index: 200;
	color: #fff;
	top: 8px;
	font-size: 10px;
	font-weight: bold;
	width: 190px;
	text-align: right;
}

.login_welcome
{
	position: absolute;
	margin-left: 695px;
	z-index: 200;
	color: #fff;
	top: 28px;
	font-size: 10px;
	font-weight: bold;
	width: 190px;
	text-align: right;
}

.login_overlay_button
{
	cursor: pointer;
	white-space: nowrap;
}

	.login_overlay_button:hover
	{
		text-decoration: underline;
	}

.login_overlay_button_anch
{
	cursor: pointer;
	color: White;
	white-space: nowrap;
}

	.login_overlay_button_anch:link
	{
		text-decoration: none;
		color: White;
	}

	.login_overlay_button_anch:visited
	{
		text-decoration: none;
		color: White;
	}

	.login_overlay_button_anch:hover
	{
		text-decoration: underline;
		color: White;
	}

.login_box
{
	position: absolute;
	margin-left: 678px;
	z-index: 200;
	color: #fff;
	top: 34px;
	font-size: 10px;
	background: #013666;
	width: 221px;
	height: 88px;
	border: 0px solid #666;
	border-top: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	visibility: hidden;
	padding-left: 6px;
}

.login_box_wrapper
{
	position: absolute;
	margin-left: 584px;
	z-index: 200;
	color: #fff;
	top: 34px;
	font-size: 10px;
	background: #fff;
	width: 221px;
	height: 103px;
	opacity: .5;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* sliding modules*/

.slide_shadow_t
{
	background: url("../img/slidemod/shadows/stop.png") no-repeat;
	width: 685px;
	height: 8px;
	position: absolute;
	top: 65px;
	left: 0px;
	z-index: 2;
}

.slide_shadow_b
{
	background: url("../img/slidemod/shadows/sbot.png") no-repeat;
	width: 685px;
	height: 8px;
	position: absolute;
	top: 342px;
	left: 0px;
	z-index: 2;
}

.slide_shadow_l
{
	background: url("../img/slidemod/shadows/sleft.png") no-repeat;
	width: 7px;
	height: 269px;
	position: absolute;
	top: 73px;
	left: 0px;
	z-index: 2;
}

.slide_shadow_r
{
	background: url("../img/slidemod/shadows/sright.png") no-repeat;
	width: 7px;
	height: 269px;
	position: absolute;
	top: 73px;
	left: 678px;
	z-index: 2;
}

.slide_wrapper
{
	position: relative;
	overflow: hidden;
	height: 355px;
	width: 685px;
	margin-left: -17px;
	margin-top: -21px;
}

.slide_top
{
	margin-bottom: 0px;
}

.slide_content_wrap
{
	border: 0px solid #333;
	width: 685px;
	height: 285px;
	background: #000;
	margin-top: -5px;
}

	.slide_content_wrap div
	{
		font-size: 11px;
	}

		.slide_content_wrap div a
		{
			color: #333;
		}

	.slide_content_wrap .slide_layer0 a
	{
		position: relative;
		left: 100px;
		top: 200px;
	}

	.slide_content_wrap .slide_layer1 a
	{
		position: relative;
		left: 116px;
		top: 180px;
	}

	.slide_content_wrap .slide_layer2 a
	{
		position: relative;
		left: 128px;
		top: 205px;
	}

	.slide_content_wrap .slide_layer3 a
	{
		position: relative;
		left: 121px;
		top: 195px;
	}

.slide_layer0
{
	position: absolute;
	background: url("../img/slidemod/solutionone/layer0.png") no-repeat;
	height: 285px;
	width: 685px;
}

/*#ec0{
	background:url("../img/slidemod/equitycomp/layer0.png") no-repeat;
}

#ec1{
	background:url("../img/slidemod/equitycomp/layer1.png") no-repeat;
}*/

#ec1 a
{
	left: 120px;
	top: 195px;
}

/*
#ec2{
	background:url("../img/slidemod/equitycomp/layer2.png") no-repeat;
}*/

#ec2 a
{
	left: 110px;
	top: 175px;
}
/*
#ec3{
	background:url("../img/slidemod/equitycomp/layer3.png") no-repeat;
}*/

#ec3 a
{
	left: 114px;
	top: 210px;
}

.slide_layer1
{
	position: absolute;
	/*	left:415px;*/
	background: url("../img/slidemod/solutionone/layer1.png") no-repeat;
	height: 285px;
	width: 608px;
	left: 425px;
}

.slide_layer2
{
	position: absolute;
	/*	left:415px;*/
	background: url("../img/slidemod/solutionone/layer2.png") no-repeat;
	height: 285px;
	width: 510px; /*left:505px;*/
	left: 510px;
}

.slide_layer3
{
	position: absolute;
	background: url("../img/slidemod/solutionone/layer3.png") no-repeat;
	height: 285px;
	width: 442px;
	/*begin 590px*/
	left: 590px;
}

.sliding_mod
{
	border: 0px solid red;
	overflow: hidden;
	position: absolute;
	width: 650px;
	height: 325px;
}

.slider_iframe
{
	width: 682px;
	height: 350px;
	margin-left: -15px;
	margin-top: -20px;
	border: 0px solid blue;
	overflow: hidden;
}

.loginform
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}





.TitlePanelHeaderCell
{
	background-color: #013666;
	color: White;
	font-family: Arial;
	font-size: 10pt;
	padding-left: 10px;
	font-weight: bold;
}

.GridHeader
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	font-family: Arial;
	background-color: #013666;
	padding: 5px 5px 5px 5px;
}

	.GridHeader th
	{
		text-align: left;
	}

.GridItem
{
	font-size: 11px;
	font-family: Arial;
	background-color: #eeeeee;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

TR.GridEntryItem TD
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: right;
}

.GridEntryItem
{
	font-size: 11px;
	font-family: Arial;
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.GridFormItem
{
	font-size: 11px;
	font-family: Arial;
	margin-left: -4px;
	background-color: #ffffff;
}

.GridAlternatingItem
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 11px;
	font-family: Arial;
	background-color: #cccccc;
}

.Grid
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	width: 100%;
	margin-top: 10px;
}

.Gridx
{
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	width: 100%;
	margin-top: 10px;
	line-height: 25px;
}

	.Gridx td
	{
		padding-left: 10px;
	}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  */

.DateMargins
{
	margin-left: 3px;
}

.DateButton
{
	margin-left: 5px;
}

.bodytext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}

.DateTextBox
{
	width: 100px;
}

.DateTextBox_Narrow
{
	width: 75px;
}

.nameListComboBox, .nameListComboBox_Wide
{
	height: 22px;
}

.nameListComboBox
{
	width: 200px;
}

.invalidDate
{
	color: Red;
	font-size: 12px;
}

.selectForm-fromDateToDateNameContainer
{
	width: 790px;
}

.selectForm-dateCol
{
	float: left;
	width: 175px;
}

.selectForm-nameListCol
{
	float: left;
}

.selectForm-dateCol_Narrow
{
	float: left;
	width: 150px;
}

.nameListComboBox_Wide
{
	width: 380px;
}

.selectForm-dateButtonCol
{
	float: left;
	width: 65px;
	height: 20px;
	padding-top: 3px;
}

.endOfRowDiv
{
	float: none;
	clear: both;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --  */

.pnlImageAnchorList a
{
	float: left;
	margin-right: 15px;
}

.pnlImageAnchorList div
{
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	color: Black;
}

/* Puzzle element styles */

.puzzleOuterContainer
{
	float: left;
	width: 686px;
	height: 349px;
}

.puzzleContainer
{
	position: relative;
	width: 686px;
	height: 349px;
}

.puzzle
{
	position: relative;
	width: 686px;
	height: 349px;
}

.topText
{
	margin-top: 85px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #656769;
}

.fullText
{
	margin-left: 45px;
	margin-top: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #656769;
	line-height: 18px;
}

.subText
{
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	color: #656769;
}

.link_sym
{
	font-size: 11px;
	font-weight: bold;
	color: #144372;
	text-decoration: underline;
	line-height: 17px;
}

/* ATO 24487 */
.subtypeDropDownPanel
{
	float: left;
	padding-right: 30px;
}

.subtypeDropDownLabel
{
	padding-right: 5px;
}

.subtypeDropDownList
{
	width: 150px;
	/* AW-90 -- make the dropdown have the height as the 'From' and 'To' date textboxes */
	margin-top: 1px;
	height: 21px;
	font-size: 10pt;
}

/*
*** ResetPasswordFeature ***
*/
#resetPasswordFeatureContainer
{
	min-height: 200px;
	line-height: 20px;
	font-family: Arial;
	font-size: 12px;
}

	#resetPasswordFeatureContainer .topParagraph
	{
		padding-top: 1em;
	}

	#resetPasswordFeatureContainer .recipientEmailAddress
	{
		font-weight: bold;
	}

	#resetPasswordFeatureContainer .messageContainer
	{
		margin-top: 1em;
		line-height: 20px;
	}

	#resetPasswordFeatureContainer .message
	{
		color: red;
		font-weight: bold;
	}

	#resetPasswordFeatureContainer .padTop2em
	{
		padding-top: 2em;
	}

	#resetPasswordFeatureContainer .featureDisabledMessage
	{
		padding-top: 100px; /* 1/2 of min height */
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

/* Login Box */
.loginBox
{
	width: 245px;
	background-color: #013666;
	font-family: Arial;
	font-size: 10px;
	color: white;
}

	.loginBox *
	{
		padding: 0px;
		margin: 0px;
	}

.loginBoxRow
{
}

.loginBoxSpacerRow
{
	height: 20px;
}

.loginBoxLabelContainer
{
	width: 60px;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}

.loginBoxTextBoxContainer
{
	width: 155px;
}

.loginBoxValidatorContainer
{
	width: 25px;
}

.loginBoxButtonRowList
{
	list-style: none;
	float: right;
}

.loginBoxLabel
{
	line-height: 20px;
}

.loginBoxTextBox
{
	width: 150px;
	line-height: 18px;
	height: 18px;
}

.loginBoxValidator
{
	line-height: 20px;
	color: red;
	font-weight: bold;
	padding-left: 5px;
}

.loginBoxButtonRowContainer
{
}

.loginBoxButtonRowListItem
{
	float: left;
	padding-left: 10px;
}

.loginBoxForgotPasswordLink
{
	line-height: 20px;
}

.loginBoxSecureImage
{
	padding-top: 5px;
}

.loginBoxButton
{
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.wideLoginBox
{
	width: 300px;
}

	.wideLoginBox .loginBoxLabelContainer
	{
		width: 115px;
	}

.loginBoxValidationMessageContainer
{
	padding-left: 120px;
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
}

/*
*** End ResetPasswordFeature ***
*/

.icon-docType
{
	position: relative;
	top: 3px;
	left: 3px;
}

.sbox_mod .select span.selectedSpan
{
	color: black;
}

/* AW-78 - SEO starts */

/* Need to specify the visited color for the former noscript links so they have the same color as non-visited links */
.nav_item a
{
	color: #777;
}

.nav_item_long a
{
	color: #777;
}

.nav_item_on a
{
	color: #777;
}

	.nav_item_on a:link
	{
		color: #777;
	}

	.nav_item_on a:visited
	{
		color: #777;
	}

	.nav_item_on a:hover
	{
		color: #777;
	}

	.nav_item_on a:active
	{
		color: #777;
	}

.nav_item_on_long a:link
{
	color: #777;
}

.nav_item_on_long a:visited
{
	color: #777;
}

.nav_item_on_long a:hover
{
	color: #777;
}

.nav_item_on_long a:active
{
	color: #777;
}

/* copied the guts of the rule   .sbox_mod .select span   here to have   .sbox_mod .select div.linkParent  look like the span it replaces */
.linkParent a
{
	text-decoration: none;
}

.sbox_mod .select div.linkParent
{
	font-size: 10px;
	color: #666;
	margin-left: 12px;
	line-height: 16px;
}

.sbox_mod .select .linkParent a
{
	color: #777;
}

	.sbox_mod .select .linkParent a:visited
	{
		color: #777;
	}

.sbox_mod .select .current a
{
	color: #000;
}

	.sbox_mod .select .current a:visited
	{
		color: #000;
	}

.mainnav_item:hover a:visited
{
	color: #333;
}

/* AW-78 - SEO ends */

/* AW-90 begins */

/*
*** SelectForm.aspx ***
*/
.HiddenColumn
{
	display: none;
}

.selectForm-column
{
	/*
	border: 1px solid black;
	border-style: inset;
	*/
}

.selectForm-analysis-column0
{
	width: 10px;
	/*background-color: thistle;*/
}

.selectForm-analysis-column1
{
	width: 180px;
	/*background-color: wheat;*/
}

.selectForm-analysis-column2
{
	width: 330px;
	/*background-color: thistle;*/
}

.selectForm-analysis-column3
{
	width: 230px;
	/*background-color: wheat;*/
}

.selectForm-report-column0
{
	width: 10px;
	/*background-color: thistle;*/
}

.selectForm-report-column1
{
	width: 90px;
	/*background-color: wheat;*/
}

.selectForm-report-column2
{
	width: 100px;
	/*background-color: thistle;*/
}

.selectForm-report-column3
{
	width: 340px;
	/*background-color: wheat;*/
}

.selectForm-report-column4
{
	width: 200px;
	/*background-color: thistle;*/
}
/* AW-90 ends */

/* AW-164 begins */
.subnav .nav_item,
.subnav .nav_item_on
{
	width: 117px;
}

.subnav .nav_item_long,
.subnav .nav_item_on_long
{
	width: 121px;
}
/* AW-164 ends */

