@charset "utf-8";
/* CSS Document */

.preloaded_images {
	display: none;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding: 0 0 4px 0;
	margin: 0;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 15px;
}

.header2 a {
	font-size: 18px;
}
		
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 15px 0 4px 0;
}

.header3 a {
	font-size: 15px;
}

.iraModuleHeader {
	padding: 4px 0 3px 3px;
}

.header2 a, .header3 a {
	text-decoration: none;
}

.header2 a span.arrow, .header3 a span.arrow, a span.arrow {
	padding-left: 8px;
	background: url(/images/retirement/arrow_right_header.gif) no-repeat;
}

.header2 a:hover span.arrow, .header3 a:hover span.arrow, a:hover span.arrow {
	background: url(/images/retirement/arrow_right_header_over.gif) no-repeat;
}

a span.arrow, a:hover span.arrow {
	background-position: 4px 4px;
}

.header2 a span.arrow, .header2 a:hover span.arrow {
	background-position: 4px 7px;
}

.header3 a span.arrow, .header3 a:hover span.arrow {
	background-position: 4px 7px;
}


.header4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin-bottom: 20px;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	margin: 0;
	padding: 0;
}

.colContainer {
	position: relative;
	display: block;
	width: 657px;
	overflow: hidden;
}

.leftCol {
	float: left;
	width: 412px;
}

.leftCol .content {
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

.rightCol {
	float: right;
	width: 245px;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}


.checkmark_large {
	background: url(/images/checkmark_large.gif) 0 4px no-repeat;
	padding: 4px 0 0 33px;
	line-height: 22px;
}

.checkmark_small {
	background: url(/images/icn_grnCheck.gif) no-repeat 0 2px;
	padding-left: 22px;
}

.blue_arrow {
	float: left;
	width: 13px;
	height: 13px;
	margin: 0;
	padding: 0;
	margin-right: 3px;
	line-height: 1px;
	font-size: 1px;
	background: url(/images/retirement/arrow_blue_circle.png) no-repeat;
}

* html .blue_arrow {
	margin-right: 0;
}

.bottomContentPadding {
	margin: 0;
	padding: 0;
	width: 1px;
	height: 40px;
}

ul.taxforms { list-style-type: none; margin: 2px 0 8px 10px; padding: 0; }
ul.taxforms li { padding-bottom: 4px; }




/* ============================================================================ */



table.tabs {
	width: 100%;
}

table.tabs td {
	background: #eee;
}

table.tabs td.rightBorder {
	background: #f5f5f5 url(/images/retirement/tabBorderGray.gif) center right no-repeat;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
}

table.tabs td a {
	display: block;
	width: 100%;
	padding: 5px 0 2px 0;
	text-decoration: none;
	outline: none;
}

table.tabs td a:hover {
	/*background-color: #f5f5f5;
	color: #0158c4 !important;*/
}

table.tabs td.selected {
	background-color: #fff;
}

table.tabs td.selected a {
	background-color: #fff;
	color: #000;
}

table.tabs td.selected a:hover {
	background-color: #fff;
	color: #000 !important;
	cursor: default;
}

.tabContent {
	height: 325px;
	background: #fff;
}

.tabContent .content {
	padding: 10px 15px 10px 15px;
}

/* ------------------------------------------ */

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li {
	padding-bottom: 4px;
}

ul.list li a {
	position: relative;
}

ul.bulleted_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bulleted_list li {
	padding: 0 0 6px 10px;
	background: url(/images/retirement/bullet_square_gray.gif) 0 6px no-repeat;
}

ul.bulleted_list_large {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

ul.bulleted_list_large li {
	padding: 0 0 5px 10px;
	background: url(/images/retirement/bullet_square_gray_large.gif) 0 6px no-repeat;
}

ul.bulleted_list li.last, ul.bulleted_list_large li.last {
	padding-bottom: 0;
}

ol.numbered_list {
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

ol.numbered_list li {
	padding-bottom: 3px;
}

/* -------------------------------------------- */

a.selected {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover.selected {
	background: none !important;
	cursor: default;
}

p.last, ul.last, li.last, div.last, span.last { margin-bottom: 0; padding-bottom: 0; }
p.first, ul.first, li.first, div.first, span.first { margin-top: 0; padding-top: 0; }
p.beforeList, div.beforeList { margin-bottom: 0; padding-bottom: 6px; }
div.nextSection, p.nextSection { margin-top: 5px; }
