/*--COPYRIGHT (c) 2004 ACTIONWEB SERVICES INC--*/

/* PRIMARY CASHULATOR CONTAINERS */

.cashulator,
.cashulator_error,
.cashulator_results,
.cashulator_doc {
	font-family: verdana, arial, times new roman;
	font-size: 11px;
	color: #202020;
	padding: 5px;
	text-align: left;
	}


.cashulator_kid_text {
	font-family: verdana, arial, times new roman;
	font-size: 11px;
	color: #202020;
	}
		
.cashulator_error {
	border: solid 2px #91022A;
	padding: 2px;
	background-color: #EFE5D1;
	}

.cashulator_results {
	border: solid 2px #91022A;
	padding: 3px;
	margin-left: 10px;
	background-color: #EFE5D1;
	}

.cashulator_doc {
	font-size: 11px;
	}

/* CASHULATOR TITLE CONTAINERS */

.cashulator_title,
.cashulator_error_title,
.cashulator_results_title,
.cashulator_doc_title {
	font-size: 13px;
	font-weight: bold;
	color: #91022A;
	}

.cashulator_error_title {
	background-color: #EFE5D1;
	color: #91022A;
	text-transform: uppercase;
	}

.cashulator_results_title {
	background-color: #EFE5D1;
	color: #91022A;
	text-transform: uppercase;
	padding-left: 4px;
	}

.cashulator_doc_title {
	}


/* MISC CLASSES */

.cashulator_input,
.cashulator_checkbox,
.cashulator_radio,
.cashulator_text,
.cashulator_button {
	border: solid 1px #91022A;
	font-size: 11px;
	}

.cashulator_button{
	background-color: #91022A;
	color: #FFFFFF;
	font-size: 11px;
	border: double 5px;
	}

.cashulator_table{	
	}
	
.cashulator_column_header,
.cashulator_cell {
	font-family: verdana, arial, times new roman;
	font-size: 11px;
	color: #000000;
	padding: 5px;
	}

.cashulator_column_header{
	font-weight: bold;
	background-color: #EFE5D1;
	}

.cashulator_row_a { background-color: #91022A; color: #FFFFFF; }
.cashulator_row_b { background-color: #EFE5D1; }


.cashulator_hr {
	color: #91022A;
	height: 1px;
	}

.cashulator_help:link,
.cashulator_help:visited,
.cashulator_help:active,
.cashulator_help:hover {
	border: 1px solid #91022A;
	background-color: #EFE5D1;
	color: #91022A;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	}

.cashulator_graph_title {
	font-size: 12pt; 
	font-weight: bold;
	color: #91022A;
	}

.cashulator_graph_bar_1 {background-color: #EFE5D1;}
.cashulator_graph_bar_2 {background-color: #91022A;}

.cashulator_result {
	display: inline;
}