
/* changed ABPOPup from id to class*/
.ABPopup
{
	width: 540px;
	background: #FFFFFF;
	position: absolute;
	left: 5px; /*snow*/
	top: 20px; /*snow*/
	z-index: 999;
}

.ABPopup div.ABPopupContent
{
	border: 2px solid #ccc;
	border-top: none;
	padding-bottom: 4px;
	background: #ffffff;
	margin-top: 0;
}

.ABPopup p
{
	font-size: 12px;
	line-height: 18px;
}

.ABPopup img
{
	border: 0 none;
}

.ABPopup .contain
{
	zoom: 1;
}

.ABPopup .contain:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.RiskProfile .contain:after
{
    content: ".";
	display: table;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ABPopup .bold
{
	font-weight: bold;
}
.ABPopup .scrollable
{
	height: 507px;
	overflow-y: scroll;
}

#ABscrollable
{
	height: 507px;
	height: 300px; /*snow*/
	overflow-y: scroll;
}

.ABPopup .scrollable2
{
	height: 397px;
	overflow-y: scroll;
}

a.ABPopupCloseImg
{
	color: #FFF;
	text-decoration: none;
	line-height: 16px;
	cursor: pointer;
	cursor: hand;
}

a.ABPopupCloseImg:hover
{
	text-decoration: underline;
}

img.ABPopupCloseImg
{
	padding-right: 3px;
}

/*snowvee*/
div.ABPopupContent
{
	border: 2px solid #CCC;
	border-top-width: 0;
	padding-bottom: 4px;
	background: #ffffff;
}

#CAPopup
{
	/*display:none;*/
	width: 540px;
	border-bottom: 2px solid #CCC;
	background: #FFFFFF;
	position: absolute;
	left: 5px; /*snow*/
	top: 20px; /*snow*/
	z-index: 999;
}
/* Header ------------------------------------------------------------------- */
.ABPopup div.header
{
	height: 14px;
	background: #005CB3;
	font-weight: bold;
	padding: 6px 4px 7px 15px;
}

.ABPopup div.header span.headerText
{
	float: left;
	font-weight: bold;
	color: #FFF;
}

.ABPopup div.header span.closelink
{
	float: right;
	font-weight: normal;
}

.ABPopup div.header span.closelink a span
{
	color: #FFF;
	padding-right: 5px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.ABPopup div.header span.closelink a:hover span
{
	text-decoration: underline;
}

.ABPopup div.header span.closelink img
{
	cursor: pointer;
	cursor: hand;
}

/* Tabs --------------------------------------------------------------------- */
.ABPopup div.Popupnavigation
{
	clear: both;
	border-top: solid 1px #fff;
	position: relative;
	z-index: 1;
}

.ABPopup ul.PopupNav
{
	list-style-type: none;
	padding: 0 0 0 3px;
	margin: 8px 0 -1px 5px;
	zoom: 1;
	position: relative;
	z-index: 9;
}

.ABPopup ul.PopupNav:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.ABPopup ul.PopupNav li
{
	float: left;
	border: solid 1px #CDCBC0;
	padding: 1px;
	margin-left: 2px;
}
.ABPopup ul.PopupNav li a, #ABPopup ul.PopupNav li span
{
	display: block;
	background: #FAFAF8 url(../Images/Gradient.sprite.gif) left -50px repeat-x;
	text-decoration: none;
	color: #000;
	padding: 6px 8px;
	text-align: center;
	line-height: 11px;
	font-size: 12px;
	outline: none;
}
.ABPopup ul.PopupNav li a:hover
{
	text-decoration: underline;
}
.ABPopup ul.PopupNav li.active a:hover
{
	text-decoration: none;
}
.ABPopup ul.PopupNav li.active
{
	border-bottom-color: #fff;
	font-weight: bold;
}
.ABPopup ul.PopupNav li.active a, #ABPopup ul.pageNav li.active span
{
	background-color: #fff;
	background-image: none;
}
.ABPopup ul.PopupNav li.selected a:hover
{
	text-decoration: none;
}
.ABPopup ul.PopupNav li.selected
{
	border-bottom-color: #fff;
	font-weight: bold;
}
.ABPopup ul.PopupNav li.selected a, #ABPopup ul.PopupNav li.selected span
{
	background-color: #fff;
	background-image: none;
}
.ABPopup ul.PopupNav li.disabled
{
	opacity: .5;
	filter: alpha(opacity=50);
	khtmlopacity: .5;
}

/* Panes ----------------------------------------------------------- */
.ABPopup .PaneContainer
{
	width: 535px;
	margin: auto;
	clear: right;
}
.ABPopup .header
{
	margin-top: 0;
	margin-bottom: 0;
	cursor: move;
}
.ABPopup div.Pane
{
	width: 500px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.ABPopup .ABPopupContent
{
	padding-top: 15px;
}

.ABPopup div.Pane#CalculatorAssumptions
{
	border-bottom: 1px solid #CCCCCC;
	display: block;
}

.ABPopup div.Pane#CompareIRABenefits
{
	border: 1px solid #CCCCCC;
	overflow: hidden;
	display: block;
}

.ABPopup div.Pane p
{
	margin: 1em;
}

div.leftContent
{
	float: left;
	width: 225px;
}

div.rightContent
{
	float: right;
	margin: 10px 5px 10px 2px;
}

.ABPopup div.title
{
	margin-top: 10px;
	background: #EEEEEE;
	border: #CCCCCC 1px solid;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 6px;
}

.ABPopup div.Pane#CompareIRABenefits div.title
{
	background: #EEEEEE;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 6px;
	border: 0;
	margin: 0;
}

/* -------------------------------------------------------------------------- */
/* Tables ----------------------------------------------------------------------
    Colors:
        Lightest Gray: #F5F5F5
        Slightly Darkert Gray: #DDDDDD
        Border Color: #CCCCCC
*/
.ABPopup table
{
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 465px !important;
}

.ABPopup table caption
{
	border-bottom: 3px solid #99D9F2;
	font-weight: bold;
	font-weight: bold;
	font-size: 14px;
	margin-left: -1px;
	margin-top: 0px;
	padding: 6px;
}

.ABPopup table caption span
{
	/*snowvee*/
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border: none;
}

.ABPopup table thead
{
	text-align: left;
}

.ABPopup table thead tr th
{
	text-align: left;
	vertical-align: bottom;
}

.ABPopup table thead tr th.column1
{
	width: 110px;
}
.ABPopup table thead tr th.column2
{
	width: 110px;
}
.ABPopup table thead tr th.column3
{
	width: 105px;
}
.ABPopup table thead tr th.column4
{
	width: 105px;
}
.ABPopup table thead tr th.column5
{
	width: 70px;
}
.ABPopup table tbody
{
	text-align: right;
}

.ABPopup table tbody tr.stripe
{
	background-color: #F5F5F5;
}

.ABPopup table tbody tr td
{
	padding: 2px;
}

.ABPopup div#FederalTaxBrackets table
{
	font-size: 11px;
}
.ABPopup div#FederalTaxBrackets table td
{
	font-size: 11px;
}

.ABPopup div#CompareIRABenefits table
{
	border: 0;
	border-bottom: 3px solid #99D9F2;
	margin: 0;
	width: 500px !important;
}

.ABPopup div#CompareIRABenefits table tbody tr td
{
	text-align: left;
	padding: 7px 0 7px 7px;
	vertical-align: top;
}
.ABPopup div#CompareIRABenefits table tbody tr td
{
	background-color: #edf8fd;
}

.ABPopup div#CompareIRABenefits table tbody tr.stripe td
{
	background-color: #FFF;
}

.ABPopup div#CompareIRABenefits table tbody tr td.first
{
	width: 110px;
	background-image: url(../Images/bg.dotted.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

.ABPopup div#CompareIRABenefits table tbody tr td.middle
{
	width: 170px;
	background-image: url(../Images/bg.dotted.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

.ABPopup div#CompareIRABenefits table tbody tr td.right
{
	background-image: none;
}

.ABPopup div#CompareIRABenefits table thead tr th
{
	text-align: center;
	font-weight: bold;
	border-bottom: 3px solid #99D9F2;
}


.ABPopup div#FederalTaxBrackets table thead tr th
{
	padding: 2px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold; /*snowvee*/
}

#federalTaxBracketPopup table tr th.column5
{
	border-right: none;
}

/* Expand/Collapse ---------------------------------------------------------- */
.ABPopup div.ecController
{
	border-top: 1px solid #CBCCCE;
	border-bottom: 1px solid #CBCCCE;
	color: #434343;
	padding: 5px 10px 5px 5px;
	text-align: left;
}
.ABPopup div.ecController span
{
	background: transparent url(../Images/Icon.expand.gif) no-repeat scroll 0pt 50%;
	cursor: pointer;
	padding-left: 18px;
}

.ABPopup div.ecSubController
{
	border-top: 1px solid #CBCCCE;
	border-bottom: 1px solid #CBCCCE;
	color: #434343;
	font-weight: normal;
	padding: 6px 10px 6px 5px;
	text-align: left;
}


.ABPopup div.ecSubController span
{
	background: transparent url(../Images/Icon.expand.gif) no-repeat scroll 0pt 50%;
	cursor: pointer;
	padding-left: 18px;
}

.ABPopup div.ecSubTimeController
{
	border-top: 1px solid #CBCCCE;
	border-bottom: 1px solid #CBCCCE;
	color: #434343;
	font-weight: bold;
	padding: 6px 10px 6px 5px;
	text-align: left;
}




.ABPopup div.ecSubTimeController span
{
	background: transparent url(../Images/Icon.expand.gif) no-repeat scroll 0pt 50%;
	cursor: pointer;
	padding-left: 18px;
	line-height: 18px;
}


.ABPopup div.isCollapsed span
{
	background: transparent url(../Images/Icon.collapse.gif) no-repeat scroll 0pt 50%;
	cursor: pointer;
	padding-left: 18px;
}

.ABPopup .collapsed
{
	display: none; /*snow*/
}

/* Average Rate of Return -------------------------------------------- */
div.AvgROR
{
	width: 230px;
}

div.AvgROR select
{
	font-weight: bold;
	width: 200px;
}

.closeButton
{
	padding-top: 2px;
}

div.AvgROR div.Title
{
	background: #005CB3;
	font-weight: bold;
	padding: 5px;
	color: #FFF;
}
.sTitle
{
	background: #DED2BA;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#paraTitle
{
	background: #FDFDFD;
	display: none;
}

div.AvgROR div.Controls
{
	border-bottom: 3px solid #99d9f2;
	padding: 5px;
}

div.AvgROR div.Controls
{
	border-bottom: 3px solid #99d9f2;
	padding: 5px;
}
div.AvgROR div.Chart div.pieChart
{
	float: left;
	margin: 5px 0px 5px 2px;
	background-image: url(../Images/pie_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: Transparent;
	display: block;
	width: 76px;
	height: 78px;
}
div.AvgROR div.Chart div#Shortterm
{
	background-position: 0 0;
}
div.AvgROR div.Chart div#Conservative
{
	background-position: 0 -77px;
}
div.AvgROR div.Chart div#ModerateConserv
{
	background-position: 0 -155px;
}
div.AvgROR div.Chart div#Moderate
{
	background-position: 0 -234px;
}
div.AvgROR div.Chart div#ModerateAggr
{
	background-position: 0 -311px;
}
div.AvgROR div.Chart div#Aggressive
{
	background-position: 0 -389px;
}


#WSOD .scrollable div.AvgROR div.Chart ul
{
	margin: 0;
	padding: 4px;
	float: right;
	width: 130px;
	list-style-type:none;
}
div.AvgROR div.Chart ul li div.legend
{
	display:inline-block;
	float: left;
	list-style: none;
	background: url(../Images/pie_sprite.gif) no-repeat;
	width: 12px;
	height: 7px;
	/*position: relative;*/
	top: 3px;
	margin-top:3px;
}
div.AvgROR div.Chart ul li.large div.legend
{
	background-position: 0 -468px;
}
div.AvgROR div.Chart ul li.small div.legend
{
	background-position: 0 -475px;
}
div.AvgROR div.Chart ul li.international div.legend
{
	background-position: 0 -482px;
}
div.AvgROR div.Chart ul li.fixed div.legend
{
	background-position: 0 -490px;
}
div.AvgROR div.Chart ul li.cash div.legend
{
	background-position: 0 -496px;
}
div.AvgROR div.Chart ul li.other div.legend
{
	background-position: 0 -503px;
}
div.AvgROR div.Chart ul li span.label
{
	font-size: 12px;
	float: left;
}
div.AvgROR div.Chart ul span.value
{
	font-size: 12px;
	float: right;
	font-weight: bold;
}

div.AvgROR div.Heading, div.AvgROR div.Heading2
{
	border-bottom: 3px solid #99d9f2;
	padding: 6px;
	text-align: left;
}
div.AvgROR div.Heading2
{
	border-top: 3px solid #99d9f2;
	border-bottom: 3px solid #99d9f2;
}
div.AvgROR div.Heading2, div.AvgROR div.Heading span
{
	font-weight: bold;
}
div.AvgROR div.Wants
{
}
div.AvgROR div.Wants ul
{
	margin: 0;
	padding: 0;
	border: 0;
}
div.AvgROR div.Wants ul li
{
	background: url(../Images/bullet.png) no-repeat 15px 4px;
	list-style: none;
	padding: 5px 5px 5px 25px;
	background-color: #edf8fd;
}
div.AvgROR div.Wants ul li.stripe
{
	background-color: #FFF;
}

div.AvgROR div.Returns
{
}
div.AvgROR div.Returns ul
{
	margin: 0;
	padding: 0;
}
div.AvgROR div.Returns ul li
{
	background-color: #edf8fd;
	list-style: none;
	padding: 3px;
}
div.AvgROR div.Returns ul li.stripe
{
	background: #FFF;
}
div.AvgROR div.Returns ul li span.label
{
	float: left;
	padding-left: 10px;
}
div.AvgROR div.Returns ul li span.Container
{
	color: #393;
	float: right;
	font-weight: bold;
}
div.AvgROR div.Returns ul li span.Container.AAR
{
	color: #000000;
	font-weight: bold;
}
div.AvgROR div.Returns ul li span.Container.negative
{
	color: #ff0000;
}

/* */
/*corner for b tags*/
.ABPopup.krzyC
{
	display: block;
	overflow: hidden;
	font-size: 1px;
	height: 1px;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}


.ABkrzyC
{
	display: block;
	overflow: hidden;
	font-size: 1px;
	height: 1px;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

.ABPopup .rc
{
	position: relative;
}

.ABPopup .recurseObject b
{
	display: inline;
	overflow: auto;
	font-size: small;
	height: auto;
	background: none;
	clear: none;
}

/* roundedContainer */
.ABPopup .tabbedC
{
	height: 1px;
	font-size: 1px;
	display: block;
}

.ABPopup .tabbedContainer
{
	margin: 2px 0 0 0;
	border-bottom: none;
	border-top: none;
}

.ABPopup .tabbedCTop1
{
	background-color: #D5D3CA;
	height: 1px;
	font-size: 1px;
	position: relative;
	margin: 0 1px;
	top: -2px;
}
.ABPopup .tabbedCTop2
{
	background-color: #fff;
	height: 1px;
	font-size: 1px;
	border: 1px solid #D5D3CA;
	border-width: 0 1px 0 1px;
	position: relative;
	top: -2px;
}
.ABPopup .tabbedCBot1
{
	background: #fff;
	border: 1px solid #D5D3CA;
	border-width: 0 1px;
	position: relative;
	top: 12px;
}
.ABPopup .tabbedCBot2
{
	background: #D5D3CA;
	margin: 0 1px;
	position: relative;
	top: 12px;
}

/* basicRoundedTop1 */
.ABPopup .rcTop
{
	position: absolute;
	width: 1px;
	border-top: 1px solid #fff;
	top: 0;
	line-height: 2px;
}

.rcLeft
{
	border-left: 1px solid #fff;
	left: 0;
}

.rcRight
{
	border-right: 1px solid #fff;
	right: 0;
}

.ABPopup.rcTop1
{
	border-left: 1px solid #ddd;
	background: #DED2BA;
	height: 1px;
	top: -2px;
	margin-top: -1px;
	margin: -1px 1px 0 0;
}

.ABPopup.rcTop2
{
	border-left: 1px solid #ddd;
	background: #DED2BA;
	top: -1px;
	margin: -1px 0 0 -1px;
}

.rcBotL1
{
	float: left;
	width: 1px;
	background: #ddd;
	border: none;
	border-right: 1px solid #DED2BA;
	left: -1px;
	margin: 0 0 -1px 0;
}
.rcBotR1
{
	float: right;
	width: 1px;
	background: #ddd;
	border: none;
	border-left: 1px solid #DED2BA;
	margin: 0 0 0 0;
	right: -1px;
}

.ABPopup .rcBaseline1
{
	background: #DED2BA;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 -2px 0 0;
	left: -1px;
}

.ABPopup .rcBaseline2
{
	background: #ddd;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 -1px -1px -1px;
}




---------- /*snow*/ #ABrcTop1
{
	border-left: 1px solid #ddd;
	background: #DED2BA;
	height: 1px;
	top: -2px;
	margin-top: -1px;
	margin: -1px 1px 0 0;
}

#ABrcTop2
{
	border-left: 1px solid #ddd;
	background: #DED2BA;
	top: -1px;
	margin: -1px 0 0 -1px;
}

#ABBotL1
{
	float: left;
	width: 1px;
	background: #ddd;
	border: none;
	border-right: 1px solid #DED2BA;
	left: -1px;
	margin: 0 0 -1px 0;
}
#ABrcBotR1
{
	float: right;
	width: 1px;
	background: #ddd;
	border: none;
	border-left: 1px solid #DED2BA;
	margin: 0 0 0 0;
	right: -1px;
}

#ABBaseline1
{
	background: #DED2BA;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 -2px 0 0;
	left: -1px;
}

#ABBaseline2
{
	background: #ddd;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	margin: 0 -1px -1px -1px;
}



















--------------------- /* roundedCorners2 */ .ABPopup .rcBottom
{
	position: absolute;
	width: 1px;
	border-bottom: 1px solid #fff;
	bottom: 0;
	line-height: 2px;
}


/* rounderCorners3 */

.ABPopup .rc3TopOuter
{
	margin: 0 1px 0;
	top: -2px;
	background-color: #fff;
}
.ABPopup .rc3TopInner
{
	margin: 0;
	top: -2px;
	border: 1px solid red;
	border-width: 0 1px;
	background-color: transparent;
}
.ABPopup .rc3BotInner
{
	border: 1px solid red;
	border-width: 0 1px;
	background-color: transparent;
	bottom: -2px;
}
.ABPopup .rc3BotOuter
{
	margin: 0 1px 0;
	background-color: #fff;
	bottom: -2px;
}

/* Styles for Tag Clouds */

ol.tagCloud
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ol.tagCloud li
{
	display: inline;
}

ol.tagCloud li a
{
	text-decoration: underline;
	font-size: 100%;
	font-weight: normal;
}

ol.tagCloud li.tagCloud1 a
{
	font-weight: bold;
	font-size: 140%;
}

ol.tagCloud li.tagCloud2 a
{
	font-weight: bold;
	font-size: 130%;
}

ol.tagCloud li.tagCloud3 a
{
	font-weight: bold;
	font-size: 120%;
}

ol.tagCloud li.tagCloud4 a
{
	font-size: 110%;
	font-weight: normal;
}

ol.tagCloud li.tagCloud5 a
{
	font-size: 100%;
	font-weight: normal;
}


/* Change Company Styles */

div#changeCompany
{
	font-size: 10px;
	color: #787878;
}

div#changeCompany div
{
	white-space: nowrap;
}

div#changeCompany input
{
	width: 50px;
	border: solid 1px #787878;
	font-size: 90%;
	color: #787878;
}

div#changeCompany a
{
	background: #8C8D8D url(../Images/Gradient.gray.4.gif) bottom left repeat-x;
	padding: 0 5px 1px 5px;
	border: solid 1px #666;
	color: #FCF9F5;
	font-size: 100%;
	font-weight: bold;
	margin-left: 3px;
}

/* Submit Button Styles */

.ABPopup .btn b.rcTop
{
	top: -1px;
	background: transparent;
}

.ABPopup .btn b.rcBottom
{
	bottom: -1px;
	background: transparent;
}

.ABPopup .btn b.rcLeft
{
	left: -1px;
	background: transparent;
}

.ABPopup .btn b.rcRight
{
	right: -1px;
	background: transparent;
}


/* -------------------------------*/
#GIPopup div#FederalTaxBrackets table
{
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px; /*width: 470px;*/
}

#GIPopup div#FederalTaxBrackets table caption
{
	border-bottom: 3px solid #99D9F2;
	font-weight: bold;
	font-weight: bold;
	font-size: 14px;
	margin-left: -1px;
	margin-top: 0px;
	padding: 6px;
}


#GIPopup div#FederalTaxBrackets table caption span
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border: none;
}

#GIPopup div#FederalTaxBrackets table thead
{
	background: #DDDDDD;
	text-align: left;
}

#GIPopup div#FederalTaxBrackets table thead tr
{
	height: 20px;
}

#GIPopup div#FederalTaxBrackets table thead tr th
{
	text-align: left;
	vertical-align: bottom;
	padding: 2px;
}

#GIPopup div#FederalTaxBrackets table thead tr th.column
{
	border: 1px solid #CCC;
	padding-left: 5px;
	font-weight: bold;
}
#GIPopup div#FederalTaxBrackets table thead tr th.columnSF
{
	border: 1px solid #CCC;
	font-weight: bold;
	padding-left: 5px;
	width: 150px;
}

#GIPopup div#FederalTaxBrackets table thead tr th.columnMF
{
	border: 1px solid #CCC;
	font-weight: bold;
	padding-left: 5px;
	width: 150px;
}
#GIPopup div#FederalTaxBrackets table thead tr th.columnMFS
{
	border: 1px solid #CCC;
	font-weight: bold;
	padding-left: 5px;
	width: 110px;
}

#GIPopup div#FederalTaxBrackets table thead tr th.columnMCU
{
	border: 1px solid #CCC;
	padding-left: 5px;
	font-weight: bold;
	width: 110px;
}
#GIPopup div#FederalTaxBrackets table thead tr th.columnMCO
{
	border: 1px solid #CCC;
	padding-left: 5px;
	font-weight: bold;
	width: 110px;
}

#GIPopup div#FederalTaxBrackets table tbody
{
	text-align: right;
}


#GIPopup div#FederalTaxBrackets table tbody.Roth
{
	text-align: left;
}

#GIPopup div#FederalTaxBrackets table tbody tr.stripe
{
	background-color: #edf8fd;
}

#GIPopup div#FederalTaxBrackets table tbody tr.stripe
{
	background-color: #FFF;
}

#GIPopup div#FederalTaxBrackets table tbody tr td
{
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 2px;
}

#GIPopup div#FederalTaxBrackets div#FederalTaxBrackets table
{
	font-size: 11px;
}
#GIPopup div#FederalTaxBrackets table td
{
	font-size: 11px;
}

#FederalTaxBracketsPopup
{
	width: 485px;
	height: 400px;
	overflow-y: scroll;
}

#TablePopup table, div#FederalTaxBracketsPopup table
{
	border-collapse: collapse;
	margin-bottom: 5px;
	width: 460px;
}

#TablePopup table caption, div#FederalTaxBracketsPopup table caption
{
	border-bottom: 3px solid #99D9F2;
	font-weight: bold;
	font-weight: bold;
	font-size: 14px;
	margin-left: -1px;
	margin-top: 0px;
	padding: 6px;
}


#TablePopup table caption span, div#FederalTaxBracketsPopup table caption span
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border: none;
}

#TablePopup table thead, div#FederalTaxBracketsPopup table thead
{
	background: #FFF;
	text-align: left;
}

#TablePopup table thead tr, div#FederalTaxBracketsPopup table thead tr
{
	height: 20px;
}

#TablePopup table thead tr th, div#FederalTaxBracketsPopup table thead tr th
{
	text-align: left;
	vertical-align: bottom;
	background-color: #FFF;
	border-bottom: 3px solid #99D9F2;
	font-weight: bold;
}
#FederalTaxBracketsPopup table, #TablePopup table, .ABPopup table
{
	border-bottom: 3px solid #99D9F2;
	margin: 10px 0;
}
#FederalTaxBracketsPopup table td, #TablePopup table td, .ABPopup table td, #FederalTaxBracketsPopup table th, #TablePopup table th, .ABPopup table th
{
	padding: 8px 10px;
	font-size: 12px;
}
#FederalTaxBracketsPopup table th, #TablePopup table th, .ABPopup table th
{
	padding: 8px 8px;
	background: transparent url(../Images/bg.dotted.gif) repeat-y top right;
}

#TablePopup table thead tr th.column1, div#FederalTaxBracketsPopup table thead tr th.column1, #TablePopup table thead tr th.column2, div#FederalTaxBracketsPopup table thead tr th.column2, #TablePopup table thead tr th.column3, div#FederalTaxBracketsPopup table thead tr th.column3, #TablePopup table thead tr th.column4, div#FederalTaxBracketsPopup table thead tr th.column4
{
	background: transparent url(../Images/bg.dotted.gif) repeat-y top right;
	width: 24%;
}


#TablePopup table thead tr th.column, div#FederalTaxBracketsPopup table thead tr th.column
{
	font-weight: bold;
	text-align: center;
}
div#FederalTaxBracketsPopup table thead tr th.columnMAGI
{
	font-weight: bold;
	text-align: center;
}
#TablePopup table thead tr th.columnSF, div#FederalTaxBracketsPopup table thead tr th.columnSF
{
	font-weight: bold;
	width: 70px;
}

#TablePopup table thead tr th.columnMF, div#FederalTaxBracketsPopup table thead tr th.columnMF
{
	font-weight: bold;
	width: 70px;
}

#TablePopup table thead tr th.rowMF, div#FederalTaxBracketsPopup table thead tr th.rowMF
{
	font-weight: bold;
	width: 70px;
	text-align: center;
}

#TablePopup table thead tr th.columnMFS, div#FederalTaxBracketsPopup table thead tr th.columnMFS
{
	font-weight: bold;
	width: 60px;
	background-color: #FFF;
}

#TablePopup table thead tr th.columnMCU, div#FederalTaxBracketsPopup table thead tr th.columnMCU
{
	font-weight: bold;
	width: 60px;
}
#TablePopup table thead tr th.columnMCO, div#FederalTaxBracketsPopup table thead tr th.columnMCO
{
	font-weight: bold;
	width: 60px;
	border-right: none;
}

#TablePopup table tbody tr, div#FederalTaxBracketsPopup table tbody tr
{
	background-color: #edf8fd;
}

#TablePopup table tbody tr.stripe, div#FederalTaxBracketsPopup table tbody tr.stripe
{
	background-color: #FFF;
}

#TablePopup table tbody tr td, div#FederalTaxBracketsPopup table tbody tr td
{
	background: transparent url(../Images/bg.dotted.gif) repeat-y top right;
}

#TablePopup table tbody.Roth tr td, div#FederalTaxBracketsPopup table tbody.Roth tr td
{
	background: transparent url(../Images/bg.dotted.gif) repeat-y top right;
}
table td.last, table th.last, #TablePopup table tbody tr td.last, div#FederalTaxBracketsPopup table tbody tr td.last, #TablePopup table tbody.Roth tr td.last, div#FederalTaxBracketsPopup table tbody.Roth tr td.last, #TablePopup table thead tr th.column5, div#FederalTaxBracketsPopup table thead tr th.column5
{
	background: none;
}

#TablePopup table, div#FederalTaxBracketsPopup table
{
	font-size: 11px;
}
#TablePopup table td, div#FederalTaxBracketsPopup table td
{
	font-size: 11px;
}

