/* default font size*/
@import url(../TextChangeTest/x-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.toolContainer, .toolInformation, .toolFooter {
	width: 51em;
}

h1 {
	font-size: 2em;
	background: rgb(246, 249, 255); 
	color: black;
	border: 1px outset white;
	text-align: center;
	margin-bottom: .75em;
	padding: .75em;
}

h2 {
	font-size: 1.5em;
	background: rgb(246, 249, 255); 
	color: black;
	text-align: center;
	border: 1px outset white;
	margin-bottom: .75em;
}

h3 {
	font-size: 1.25em;
	background: rgb(246, 249, 255); 
	color: black;
	text-align: center;
	border: 1px outset white;
	margin-bottom: .75em;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: black;
	background: rgb(246, 249, 255);
	border: 1px outset white;
	padding: .5em 0 .5em 0;
	margin: 0;
}


.toolInstructions {
	width: 30em;	
	float: left;
	margin-bottom: .75em;
}

.toolForm {
	float: left;
	margin-bottom: .75em;
}

#hcsForm, #dcsForm, #liForm, #ltdForm, #taxSavingsForm, #taxSavingsResultsForm {
	width: 51em;
}

#hsaForm {
	width: 30em;
}

.formColumnHeaders {
	background: rgb(240,240,240);	
}

.formSectionLabel {
	font-weight: bold;
}

.formRow {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(200,200,200);
	padding-bottom: 1px;
	padding-top: 1px;
}

.formColumn1 {
	float: left;
	padding-left: 1em;
}

.formColumn2, .formColumn3, .formColumn4 {
	float: left;
	width: 8em;
	text-align: right;
}

#hcsForm .formColumn1, #taxSavingsForm .formColumn1, #taxSavingsResultsForm .formColumn1 {
	width: 25em
}

#hsaForm .formColumn1 {
	width: 16em;
}

#taxSavingsForm .formColumn2, #taxSavingsResultsForm .formColumn2 {
	width: 15em;
}

#hsaForm .formColumn2, #hsaForm .formColumn3 {
	width: 10em;
}

#liForm .formColumn1, #ltdForm .formColumn1, #dcsForm .formColumn1 {
	width: 40em;
}

#hsaForm .formColumn1small {
	float: left;
	padding-left: 1em;
	width: 15em;
}

#hsaForm .formColumn2small, #hsaForm .formColumn3small {
	float: left;
	width: 6em;
	text-align: right;
}

.toolInformation {
	float: left;
}

.toolButtons {
	float: left;
	margin: 1em;
}

.toolFooter {
	float: left;
	text-align: center;
	margin-bottom: .75em;
	margin-top: .75em;
	padding-top: .75em;
	border-top: 2px solid black;
}

.toolAlert, #hsa_graph {
	width: 20em;
	float: right;
	margin-bottom: .75em;
}

.toolAlert {
	border: 1px solid gray;
	padding-bottom: 3px;
}

.toolAlert span {
	float: left;
	margin: 4px;
}

/*-----------------*/	
/* HSA Form Stuff  */
/*-----------------*/

#hsaForm #coverageLevelContainer .formColumn1 {
	width: 100%;
}

#hsaForm select#CoverageLevel {
	width: 95%;
	font-size: 10px;
}

/*----------------------------*/	
/* HSA Value Estimator Graph  */
/*----------------------------*/

#hsa_graph {
	padding-bottom: 2em;
}


/*---------------------------------------*/	
/* HSA Value Estimator Graph Bar Colors  */
/*---------------------------------------*/

#hsa_graph .hsaGraphRow {
	color: white;
	border: 1px solid black;
	border-bottom: 0px;
}

#hsa_graph .hsaRowColor0 {
	background: rgb(241, 245, 255);
}

#hsa_graph .hsaRowColor1 {
	background: rgb(157, 157, 175);
}


/*-----------------------------------*/	
/* HSA Value Estimator Graph Legend  */
/*-----------------------------------*/
#hsa_graph #legend {
	font-family: arial, helvetica, "sans serif";
	font-size: .83333em;
	margin-left: 4.5em;
	margin-right: 0px;
}

#hsa_graph #legend .legendIcon {
	float: left;
	border: 1px solid black;
	vertical-align: middle;
	width: 6px;
	font-size: 6px; /* ie 6 */
	height: 6px;
	margin: 2px 4px 0px 4px;
}

#hsa_graph #legend .legendLabel {
	float: left;
	border: 0px;
}

/*-------------------------*/	
/* Tax Rate Schedule Stuff */
/*-------------------------*/

#taxRateContainer {
	text-align: left;
}

#taxRateTable {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px outset #cccccc;
}

#taxRateTable tr td {
	border-top: 1px outset #cccccc;
}

.evenRow {
	background: rgb(246, 249, 255);
}

.oddRow {
	background: #ffffff;
}


/*-------------------*/	
/* Buttons           */
/*-------------------*/

a.standardButton, a.leftStandardButton,
a.standardButton:visited, a.leftStandardButton:visited {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	float: right;
	background-color: rgb(220, 220, 220);
	border: 2px outset #ffffff;
	cursor: pointer;
	text-decoration: none;
	padding: .2em .6em .2em .6em;
	margin: 0em .5em .5em .5em;
}


a.leftStandardButton, a.leftStandardButton:visited {
	float:left;
}

a.standardButton:hover, a.leftStandardButton:hover {
	background-color: rgb(220, 220, 220);
	border: 2px outset #ffffff;
}

a.standardButton:active, a.leftStandardButton:active {
	background-color: rgb(180, 180, 180);
	border: 2px inset #ffffff;
} 


