


HTML, BODY
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


P, SPAN, DIV, LABEL, SELECT
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;

	color: #333333;
}


/*						*/
/* 1st grade classes	*/
/*						*/


.normal
{
	font-weight: normal;
}


.show
{
	display: block;
}


.hide
{
	display: none;
}


.nowrap
{
	white-space: nowrap;
}


.bold
{
	font-weight: bold;
}


.breadtext
{
	color: #333333;
}


.top
{
	vertical-align: top;
}


.middle
{
	vertical-align: middle;
}


.bottom
{
	vertical-align: bottom;
}


.left
{
	text-align: left;
}


.center
{
	text-align: center;
}


.right
{
	text-align: right;
}


.justify
{
	text-align: justify;
	text-justify: newspaper;
}


.height_max
{
	height: 100%;
}


.width_max
{
	width: 96%;
}


.width_half
{
	width: 50%;
}

.help
{
	cursor: help;
}


.number
{
	text-align: right;
}


.right_float
{
	float: right;
}


.left_float
{
	float: left;
}


TABLE.distribute_by_cols
{
	table-layout: fixed;
}


TABLE.distribute_by_data
{
	table-layout: auto;
}


/*						*/
/* 2nd grade classes	*/
/*						*/


.to_pdf
{
	display: none;
}


.width_page_design_full
{
	/* width: 599px; */
	width: 570px;
}


.width_page_design_half
{
	width: 285px;
}

.width_page_design_factsheet
{
	/* width: 599px; */
	width: 550px;
}


.width_page_design_half_factsheet
{
	width: 275px;
}

.component_separator
{
	padding-top: 14px;
}


.component_normalizer
{
	height: 0px;
	width: 0px;

	clear: left;
}


.component_bar
{
	padding: 2px 2px 2px 2px;
	height: 14px;

	background-color: #24638E;
}


.component_title
{
	font-weight: bold;

	color: #ffffff;
}


.component_inline_top_spacer
{
	padding-top: 12px;
}


.component_inline_bottom_spacer
{
	padding-bottom: 12px;
}


.component_inline_left_spacer
{
	padding-left: 12px;
}


.component_inline_right_spacer
{
	padding-right: 12px;
}


.datatable_row_even
{
	background-color: #FFFFFF;
}


.datatable_row_odd
{
	background-color: #FFFFFF;
}


.datatable_bar
{
	background-color: #FFFFFF;

	/* border-top: 6px solid #ffffff;  egl. margin-top */
	/* border-bottom: 12px solid #ffffff;  egl. margin-bottom */

	padding-left: 2px;
	padding-right: 2px;
}


.datatable_bar_title
{
	height: 19px;

	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #8B8E90;
}


.datatable_cell
{
	padding-left: 2px;
	padding-right: 2px;

	vertical-align: top;
}


.datatable_cell_data
{
	/* empty */
}


.datatable_navigation
{
	padding-top: 10px;
}


.disclaimer
{
	/* empty */
}


.disclaimer_data
{
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;

	color: #000000;

	/*text-align: center;*/
}


.button_component
{
	margin-left: 10px;
}


.page_title
{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;

	color: #2E98BE;
}

.section_title
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;

	color: #000000;
}

.page_date
{
	/* empty */
}


.ruler
{
	color: #8B8E90;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.navigation_out
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #325785;
	/*color: #000000;*/
	text-decoration: none;
}


.navigation_over
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #882626;
	text-decoration: none;
}


/*					*/
/* pseudo-classes	*/
/*					*/


A.navigation, A:link.navigation, A:active.navigation, A:visited.navigation
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #325785;
	text-decoration: none;
}


A:hover.navigation
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #882626;
	/*color: #000000;*/
	text-decoration: none;
}


A, A:link, A:active, A:visited
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #325785;
	text-decoration: none;
}


A:hover
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #882626;
	text-decoration: none;
}


.icon_folder
{
	margin-left: 4px;
}


/*				*/
/* end of file	*/
/*				*/

