@charset "UTF-8";
/*****************************************************************************
	1. Reset
*****************************************************************************/

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version:2.6.0
*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,q,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}
:focus {outline:none;}
button{cursor:pointer;}
button:-moz-focus-inner{border:0;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*********************************************************
	Global
**********************************************************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:68.8%;
}

.bodywrap1 {
	position:relative;
	float:left;
	width:973px;
	margin-top:1px;
	padding:0 0 50px 20px;
	display:inline;
	border:1px solid #a7aaaf;
	background:#fdfdfd;
}

.content_wrap {
	float:left;
	margin:0;
	padding:10px;
	width:935px;
	background-color:#bbb;
}

h1 {
	width:955px;
	padding:6px 0 9px 0;
	font-size:1.63em;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

.description {
	width:565px;
	padding:6px 0 15px 0;
	font-size:1.2727em;
	line-height:1.4242em;
}



/*********************************************************
	Loading...
**********************************************************/
.loading-savings {
	height:393px;
	width:760px;
	padding:0;
	margin:0;
	background:url(im/loading-savings.gif) no-repeat 0 0;
}

.loading-savings .loading {
	width:60px;
	margin:150px auto 0 auto;
	padding:15px 40px 15px 55px;
	border:5px solid #ccc;
	background:url(im/ajax-loader.gif) no-repeat 30px 15px #fff;
	color:#333;
	font-weight:bold;
}


/*********************************************************
	Ads
**********************************************************/
.calculator_ads {
	float:left;
	width:165px;
	margin:37px 0 0 20px;
}
.calculator_ads .calculator_ad1 {
	margin-bottom:20px;
}

.calculator_ads .calculator_ad2 {}


/*********************************************************
	Input fields
**********************************************************/
ul.input {
	float:left;
	width:450px;
}

ul.input > li {
	display:block;
	min-height:20px;
	padding:9px 0 10px 0;
	margin-bottom:5px;
	background:url(http://im.mstar.com/im/background-input.gif) repeat-x bottom #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom:1px solid #aaa;
}

ul.input li.optional {
	margin-bottom:0;
	border:1px solid #999;
	background-image:none;
	background-color:#bbb;
}


ul.input li label {
	float:left;
	width:260px;
	margin:0 10px;
}

ul.input li label span {
	color:#336699;
}

ul.input li div.input-field {
	float:left;
	width:158px;
	padding-right:10px;
}

ul.input li div input {
	height:17px;
	width:148px;
	padding:3px 5px;
	border:1px solid #ccc;
	text-align:right;
	line-height:1.5454em;
}

ul.input li div input.short {
	width:76px;
}

ul.input li div.input-field span {
	height:25px;
	width:25px;
	float:right;
	line-height:20px;
	text-align:center;
}

ul.input li div input.optional {
	border-color:#999;
	background-color:#bbb;
}

ul.input li.submit {
	padding:10px 0 0 0;
	border:none;
	background:none;
	text-align:right;
}

ul.input li.submit button {
	height:25px;
	width:139px;
	padding:0 0 3px 0;
	background:url(http://im.mstar.com/im/background-submit.gif) no-repeat left top;
	border:none;
	color:#fff;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}

ul.input li.submit button:hover {
	background:url(http://im.mstar.com/im/background-submit-focus.gif) no-repeat left top;
}

li.college_cost { /* used to prevent menus from overlapping */
	position:relative;
	z-index:10;
}

li.precollege_return { /* used to prevent menus from overlapping */
	position:relative;
	z-index:4;
}

.notification {
	display:none;
	float:left;
	clear:both;
	margin:15px 10px 0 10px;
	color:#f00;
}

/*********************************************************
	Menu for average preset values
**********************************************************/
.average_menu {
	float:right;
	position:relative;
	width:44px;
	z-index:4;
}

.average_menu ul {
	position:absolute;
	left:0;
	top:25px;
	width:57px;
	border:1px solid #ccc;
	border-right-color:#999;
	border-bottom-color:#999;
	background:#fff;
}

.average_college_cost ul {
	width:173px;
}

.average_menu li {
	padding:0;
	margin:0;
}

.average_menu strong {
	display:block;
	font-weight:bold;
}

.average_menu li a {
	display:block;
	padding:5px 5px;
	color:#000;
	font-size:1em;
	line-height:1.36em;
	text-decoration:none;
}

.average_menu li a:hover {
	background-color:#c3d0e0;
}

.average_menu-button {
	float:left;
	height:15px;
	width:32px;
	padding:5px 7px;
	background:url(http://im.mstar.com/im/average_menu_button.gif) no-repeat left top;
	text-decoration:none;
	color:#333;
}

.average_menu-button:hover {
	background:url(http://im.mstar.com/im/average_menu_button-hover.gif) no-repeat left top;
}



/*********************************************************
	Jquery UI Slider
**********************************************************/
.input .slider {
	position:relative;
	clear:both;
	height:30px;
	width:430px;
	padding-top:5px;
	margin-left:10px;
	background:url(http://im.mstar.com/im/ui-slider_long.gif) no-repeat left 15px;
}

li.slider-initial_value {
	position:absolute;
	top:22px;
	left:0;
	font-size:0.9090em;
}

li.slider-final_value {
	position:absolute;
	top:22px;
	right:0;
	font-size:0.9090em;
}

.input .ui-slider {
	position:relative;
	height:26px;
	width:420px;
}

.input .ui-slider-handle {
	position:absolute;
	display:inline-block;
	top:0;
	height:26px;
	width:11px;
	background:url(http://im.mstar.com/im/ui-slider-handle.gif) no-repeat left top;
	cursor:default;
	z-index:2;
}

.input .ui-slider-handle:focus {
	background:url(http://im.mstar.com/im/ui-slider-handle-focus.gif) no-repeat left top;
}



/*********************************************************
	Graph and Results
**********************************************************/
.results_section {
	float:left;
	width:465px;
	margin-left:20px;
}

.graph-savings,
.graph-college {
	position:relative;
	float:left;
	height:372px;
	width:465px;
	background:url(http://im.mstar.com/im/background-graph.gif);
	border-bottom:1px solid #999;
}

.graph-college {
	height:550px;
}

/*Bar graphs*/
ul.graph-savings-bar,
ul.graph-college-bar {
	position:absolute;
	left:60px;
	bottom:0;
	height:352px;
	width:110px;
	z-index:1;
}

ul.graph-college-bar{
	height:520px;
}

ul.graph-savings-bar li,
ul.graph-college-bar li {
	position:absolute;
	bottom:0;
}


/* Bars for savings calculator */
ul.graph-savings-bar li.target_savings {
	height:100%;
	width:110px;
	left:-10px;
	background:url(http://im.mstar.com/im/background-graph-target.gif) repeat-x top;
	z-index:5;
}

ul.graph-savings-bar li.total_savings {
	height:90%;
	width:110px;
	left:-10px;
	background:url(http://im.mstar.com/im/background-graph-total.gif) repeat-x top;
	z-index:1;
}

ul.graph-savings-bar li.earnings_over_time {
	height:90%;
	width:90px;
	background-color:#66b503;
	z-index:2;
}

ul.graph-savings-bar li.total_annual_savings {
	height:60%;
	width:90px;
	background-color:#718db4;
	z-index:3;
}

ul.graph-savings-bar li.current_savings {
	height:30%;
	width:90px;
	background-color:#28386d;
	z-index:4;
}


/* Bars for College Calculator */
ul.graph-college-bar li.target_savings {
	height:100%;
	width:110px;
	left:-10px;
	background:url(http://im.mstar.com/im/college-background-graph-target.gif) repeat-x top;
	z-index:5;
}

ul.graph-college-bar li.total_savings {
	height:90%;
	width:110px;
	left:-10px;
	background:url(http://im.mstar.com/im/college-background-graph-total.gif) repeat-x top;
	z-index:1;
}

ul.graph-college-bar li.earnings_over_time {
	height:90%;
	width:90px;
	background-color:#ffd205;
	z-index:2;
}

ul.graph-college-bar li.total_annual_savings {
	height:60%;
	width:90px;
	background-color:#f36615;
	z-index:3;
}

ul.graph-college-bar li.current_savings {
	height:30%;
	width:90px;
	background-color:#28386d;
	z-index:4;
}


/*Legends for bar graphs*/
ul.graph-savings-legends,
ul.graph-college-legends {
	position:absolute;
	top:30px;
	left:230px;
	width:183px;
	border:1px solid #ccc;
	padding:10px;
	background-color:#fff;
}

ul.graph-savings-legends li,
ul.graph-college-legends li {
	margin-bottom:10px;
	padding-left:20px;
}

/* Legends for Savings Calculator */
ul.graph-savings-legends li.legends-target_savings {
	background:url(http://im.mstar.com/im/legends-target_savings.gif) no-repeat left 5px;
}

ul.graph-savings-legends li.legends-total_savings {
	background:url(http://im.mstar.com/im/legends-total_savings.gif) no-repeat left 5px;
}

ul.graph-savings-legends li.legends-earnings_over_time {
	background:url(http://im.mstar.com/im/legends-earnings_over_time.gif) no-repeat 1px 3px;
}

ul.graph-savings-legends li.legends-total_annual_savings {
	background:url(http://im.mstar.com/im/legends-total_annual_savings.gif) no-repeat 1px 3px;
}

ul.graph-savings-legends li.legends-current_savings {
	background:url(http://im.mstar.com/im/legends-current_savings.gif) no-repeat 1px 3px;
}



/* Legends for College Calculator */
ul.graph-college-legends li.legends-target_savings {
	background:url(http://im.mstar.com/im/college-legends-target_savings.gif) no-repeat left 5px;
}

ul.graph-college-legends li.legends-total_savings {
	background:url(http://im.mstar.com/im/college-legends-total_savings.gif) no-repeat left 5px;
}

ul.graph-college-legends li.legends-earnings_over_time {
	background:url(http://im.mstar.com/im/college-legends-earnings_over_time.gif) no-repeat 1px 3px;
}

ul.graph-college-legends li.legends-total_annual_savings {
	background:url(http://im.mstar.com/im/college-legends-total_annual_savings.gif) no-repeat 1px 3px;
}

ul.graph-college-legends li.legends-current_savings {
	background:url(http://im.mstar.com/im/legends-current_savings.gif) no-repeat 1px 3px;
}

ul.graph-savings-legends li.first,
ul.graph-college-legends li.first {
	border-top:1px solid #ccc;
	margin-top:15px;
	padding-top:7px;
	background-position:1px 10px;
}

ul.graph-savings-legends h3,
ul.graph-college-legends h3 {
	display:block;
	font-weight:bold;
	font-size:1.4545em;
}

ul.graph-savings-legends strong,
ul.graph-college-legends strong {
	display:block;
	font-weight:bold;
}

ul.graph-college-legends h3 em {

}

/*********************************************************
	Advice section
**********************************************************/
.advice {
	float:left;
	width:915px;
	margin-top:20px;
	padding:10px;
	line-height:1.4545em;
	background:url(http://im.mstar.com/im/background-input.gif) repeat-x bottom #e8e8e8;
	border-bottom:1px solid #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.advice h2 {
	font-weight:bold;
	font-size:1.2727em;
}

.advice p {
	margin:10px 0;
}

.advice ul {
	padding: 10px 0 0 20px;
	*padding: 10px 0 0 0; /*IE 7 fix*/
	background:url(http://im.mstar.com/im/advice-rule.gif) repeat-x top;
}

.advice ul li {
	float:left;
	width:260px;
	padding:0 30px 10px 0;
	*padding:0 20px 10px 10px;
	list-style:decimal;
	list-style-position: outside;
	*list-style-position: inside; /*IE 7 fix*/
	font-weight:bold;
	*background:url(im/ie_bullet.gif) no-repeat 0 5px; /*IE 7 fix*/
}

.advice ul li span {
	font-weight:normal;
}

/*********************************************************
	Disclaimer
**********************************************************/
.disclaimer {
	float:left;
	width:955px;
	margin-top:20px;
	padding-top:3px;
	border-top:1px solid #ccc;
	clear:both;
	display:block;
	font-size:0.9090em;
	line-height:1.36em;
}

.disclaimer p {
	margin-bottom:10px;
}

.disclaimer a {
	color:#000;
	text-decoration:underline;
}

/*********************************************************
	Overides
**********************************************************/
.hide {
	display:none;
}