table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {

	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 70px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#3d3d39;
}

.inline {
	display:inline;	
}

.smallText {
	font-size:10px;
	font-family: sans-serif;	
}

.highlightContainer {
	padding:10px;
	display:inline;
}


.dataDisplay_table {
	border:1px solid #cccccc;
	font-family:sans-serif;
	font-size:12px;
	}
	
.dataDisplay_table_nb {
	font-family:sans-serif;
	font-size:12px;
}

.dataNew_row {
	
}

.dataNew_field_header {
	font-weight:bold;
	text-align:center;
	padding:5px;
	font-size:11px;
	vertical-align:middle;
}

.dataDisplay_row {
	
}

.dataNew_table_header {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	background:url(../images/themes/2009/field-header-bg.gif);
	color:#fff;
	padding:5px;		
}

.dataDisplay_field {
	padding:5px;
	padding-left:5px;	
	padding-right:5px;
	border-top:1px solid #cccccc;
	font-size:10px;


}

.dataDisplay_field_nb {
	padding:5px;
	padding-left:10px;	
	padding-right:10px;


}

.header {
	
	height: 95px;
	background:url(../images/top-banner-back.gif);
}

body {
	margin:0px;	
	font-family: arial, sans-serif;
	font-size:11px;	
	background:#000000;
}

.content_container {
	padding:10px;
}

.content-page {
	padding:10px;
	background:#fff;
}

.top_menu {
	font-family: sans-serif;
	font-size:16px;	
}

.spacer {
	height:10px;
	display:block;	
}

.footer {
	font-family: sans-serif;
	font-size:12px;	
}

.preContent {
	font-family: sans-serif;
	font-size:12px;		
}

.menu_link {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu_header {
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.page_header {
	font-family: sans-serif;
	font-size:16px;
	font-weight:bold;	
}

hr {
	border:1px dashed;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;	
}

.message {
	color:#3d3d3d;
}

.message_container {
	margin-top:10px;
	margin-bottom:-5px;
	background:#2cea0d;
	font-family:sans-serif;
	font-size:14px;
	color:#3d3d3d;
	display:none;

}

.hint_box {
	display: inline;
	color:black;	
}

a:link {
	color:#256fc8;	
}

a:visited {
	color:#256fc8;	
}

.budget_calculator_container {
	display:none;
	border:1px solid #127fa1;
	background:#fff;
	color:#fff;
	position:fixed;
	top: 10px;
	left: 10px;
	width:450px;
	height:475px;	
	opacity:1;
	MozOpacity:1;
	KhtmlOpacity:1;
	filter:alpha(opacity=100);
	z-index:3;
}

.budget_calculator_overlay {
	display:none;
	background:url(../images/themes/2009/xbudget-overlay.gif) repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.8;
	MozOpacity:0.8;
	KhtmlOpacity:0.8;
	filter:alpha(opacity=80);
	z-index:2;
}

.help_container {
	display:none;
	border:1px solid #127fa1;
	background:#fff;
	color:#fff;
	position:fixed;
	top: 10px;
	left: 10px;
	width:450px;	
	opacity:1;
	MozOpacity:1;
	KhtmlOpacity:1;
	filter:alpha(opacity=100);
	z-index:3;
}

.help_overlay {
	display:none;
	background:url(../images/themes/2009/xbudget-overlay.gif) repeat;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.8;
	MozOpacity:0.8;
	KhtmlOpacity:0.8;
	filter:alpha(opacity=80);
	z-index:2;
}

.budget_selector {
	border:0px;
	width:58px;
	height:23px;
	background:url(../images/themes/2009/process_input.gif);
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
}

.anaysis_box {
	border:1px dashed red;
	background: #ffd5ce;	
	padding:5px;
	margin-top:10px;
	color:red;
}

.anaysis_box_green {
	border:1px dashed green;
	background: #fffbbd;	
	padding:5px;
	margin-top:10px;
	color:green;
}

.anaysis_table {
	font-family: sans-serif;
	font-size:10px;	
}

.anaysis_table_header {
	font-family: sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:5px;
	margin-bottom:5px;
}

.info_box {
	border:1px dashed #000;
	background:#fff;	
	padding:10px;
	margin-top:10px;
	color:green;
	position:fixed;
	bottom:-1px;
	right:10px;
	width:300px;
	z-index:1;
}
.info_box_header {
	width:300px;
	background:url(../images/themes/2009/info_box_minimize.gif);
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.total {
	border-top:1px solid red;	
}

.red {
	color:red;	
}

.green {
	color:green;
}

.databox_header_slice_left {
	width:14px;
	height:32px;
	background:url(../images/themes/2009/data_box/databox_header_left.gif);
}

.databox_header_slice {
	height:32px;
	background:url(../images/themes/2009/data_box/databox_header.gif);
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#fff;
}

.databox_header_slice_right {
	width:14px;
	height:32px;
	background:url(../images/themes/2009/data_box/databox_header_right.gif);
}

.infobox_slice_top_left {
	width:14px;
	height:32px;
	background:url(../images/themes/2009/form_box/top-left.gif);
}

.infobox_slice_top {
	height:32px;
	background:url(../images/themes/2009/form_box/top.gif);
	font-size:14px;
	font-weight:bold;	
}

.infobox_slice_top_right {
	width:14px;
	height:32px;
	background:url(../images/themes/2009/form_box/top-right.gif);
}

.infobox_slice_left {
	width:14px;
	background:url(../images/themes/2009/form_box/left.gif);
}

.infobox_slice_content {
	background:url(../images/themes/2009/form_box/content.gif);
	padding-bottom:5px;
}

.infobox_slice_right {
	width:14px;
	background:url(../images/themes/2009/form_box/right.gif)
}

.infobox_slice_bottom_left {
	width:14px;
	height:32px;
	background:url(../images/themes/2009/form_box/bottom-left.gif);
}

.infobox_slice_bottom {
	height:32px;
	background:url(../images/themes/2009/form_box/bottom.gif);
	text-align:right;
}

.infobox_slice_bottom_right {
	width:14px;
	height:32px;
	background:url(../images/themes/2009/form_box/bottom-right.gif);
}

.infobox_slice_button {
 	border:0px;
 	background:url(../images/themes/2009/form_box/button.gif);
 	width:67px;
 	height:16px;
 	font-size:11px;
 	margin-top:-5px; 	
 	text-align:center;
}

.infobox_content_main {	
	font-size:11px;
	margin-bottom:-10px;
	margin-top:5px;
}

.databox_content_main {	
	font-size:11px;
	margin-top:0px;
	border:1px solid #ccc;
}

select {
	font-size:11px;
	border:1px solid #ccc;	
}

input {
	font-size:11px;
	border:1px solid #ccc;	
}

#frequency td {
	font-size:10px;
	padding:5px;
	text-align:center;
}

