body{
	font-size: 9pt;
	font-family: arial, verdana, no-serif;
	margin-left: 5px;
	margin-top: 0px;
}
/* 
** Header bar elements
*/

.NoPrint{
	display: none;
	visibility: hidden; /*Internet Explorer hacks*/
}

.showOnlyOnPrint{
	display: inherit;
	visibility: visible; /*Internet Explorer hacks*/
}

div#logo{
}

#evolve{ /* evolve the main form */
	background-color: #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#settings_bar{
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #0000cc;
}
#settings_bar a{
	color: #0000cc;
	text-decoration: none;
}


/*
** Main content
*/
h1{
/*	background-color: #C3D9FF;*/
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0 0 0 0;
}

h2{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

fieldset{
	border:1px solid #C3D9FF;
}

legend{
	color: #063;
	font-size: 11pt;
	font-weight: bold;
}

.specialBox{
	background-color: #B5EDBC;
}

#toolbar{ /* toolbar  on top */
	display: none;
}
#evolve{ /* evolve the main form */
}

#bottom-toolbar{
	background-color: #C3D9FF;
}

.floatingToolbar{
	display: none;
}

/*
** Fields and similars
*/
label{
	color: #000000;
	font-size: 11pt;
	font-size: inherited;
}

label.HighlightedField{
	font-weight: bold;
}

.FieldExplanation{
	color: #808080;
}

.HighlightedValue{
	font-weight: bold;
}


/*
** buttons and actions links
*/
a.action:link, a.action:visited{
	color: #0000cc;
	font-weight: bold;
}

a{
	color: #0000cc;
}

input.microButton{
	font-size: 8pt;
}

/*
** Table Lists
*/
table.list{
	border-collapse: collapse;
	font-family: arial, sans-serif;
	font-size: 7pt;
	border-width: 0px;
}

thead.list{
	background-color: #E0ECFF; 

}
tfoot.list_total{
	background-color: #e0e0e0; 
	color: #000000;
	font-weight: bold;
}

th.list{
	font-weight: bold;
	text-align: left;
}
th.list_total{
	font-weight: bold;
	text-align: right;
}
td.list_total{
	text-align: right;
	font-weight: bold;
}
.list_row_odd{
	background-color: #ffffff;
	background-color: #E8EEF7;
	background-color: #f5f5f5;	
}
.list_row_even{
	background-color: #E8EEF7;
	background-color: #f5f5f5;	 
}
.list_highlighted_value{
	font-weight: bold;
}

a.list:link, a.list:visited{
	color: #0000cc;
	color: #1010C8;
	font-weight: normal;
}

tr.list_total{
	background-color: #FFFFFF; 
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}
/************************************* SPECIAL FORMATS **/
.AmmountPositive{
	color: #000000;
}
.AmmountNegative{
	color: #000000;
}


/************************************* Printing formats **/
.reportTitle{
	font-size: 14pt;
	font-family: arial, sans-serif;
	text-align: center;
	font-weight: bold;
}

.reportSubTitle{
	font-size: 12pt;
	font-family: arial, sans-serif;
	text-align: center;
	/*font-weight: normal;*/
}

.reportHeaderInfo{
	font-size: 12pt;
	font-family: arial, sans-serif;
}
.reportHeader, .reportFooter{
	font-size: 8pt;
	font-family: arial, sans-serif;
}

.report{
	font-size: 10pt;
	font-family: arial, sans-serif;
}