

/*				*/
/* style by id	*/
/*				*/


TABLE#width_ctrl
{
	/* width: 480px; */
	width: 100%;
}


/*			*/
/* elements	*/
/*			*/


BODY
{
	margin : 0px;
}


P, DIV, LABEL, SELECT, BUTTON, SPAN
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


/*			*/
/* classes	*/
/*			*/


.hide
{
	display: none;
}


.show
{
	display: block;
}


.cursor
{
	cursor: help;
}


DIV.smaller { font-size: 9px; }
SPAN.smaller { font-size: 7px; }


.bold
{
	font-weight: bold;
}


.white_text
{
	color: #ffffff;
}


.max_width
{
	width: 100%;
}


.half_width
{
	width: 50%;
}


.tertiary_width
{
	width: 33%;
}


.quad_width
{
	width: 25%;
}


.small_abs_width
{
	width: 60px;
}


.h1_bar
{
	font-size: 15px;
	color: #ffffff;
	background-color: #C72127;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}


.h3_bar
{
	color: #ffffff;
	font-weight: bold;
	background-color: #C72127;
	padding: 2px 2px 2px 2px;
}


.back_color_orange
{
	background-color: #C72127;
}


.back_color_light_blue
{
	background-color: #C72127;
}


.back_color_dark_blue
{
	background-color: #C72127;
}


.back_color_medium_blue
{
	background-color: #C72127;
}


.separator
{
	padding-top: 14px;
}


.pad_0_15_0_0
{
	padding: 0px 15px 0px 0px;
}


.pad_0_2_0_2
{
	padding: 0px 2px 0px 2px;
}


.pad_0_4_4_4
{
	padding: 0px 4px 4px 4px;
}


.pad_4_0_4_0
{
	padding: 4px 0px 4px 0px;
}


.top
{
	vertical-align: top;
}


.center
{
	text-align: center;
}


.right
{
	text-align: right;
}


.bottom
{
	vertical-align: bottom;
}


.justify
{
	text-align: justify;
}

.italic
{
	font-style: italic;
}



.row_odd
{
	background-color: #e7e7e8;
}


.row_even
{
	background-color: #ffffff;
}


.nowrap
{
	white-space: nowrap;
}


/*					*/
/* dexia predefined	*/
/*					*/


.h1
{
	font-size: 15px;
	color: #C72127;
}


.h2
{
	font-size: 15px;
	color: #C72127;
}


.h3
{
	font-weight: bold;
	color: #000000;
}


/*				*/
/* end of file	*/
/*				*/
