/********************************************************************/

/* THESE STYLES ARE ONLY CLASSES 									*/

/* THEY ARE MEANT TO BE USED IN MULTIPLE CASES 						*/

/* KEEP IN MIND NONE OF THEM MUST BE SPECIFIC TO A PARTICULAR CASE 	*/

/********************************************************************/



/* Text Styles */

.bold {

	font-weight:bold;

}

.underline {

	text-decoration:underline;

}

.blue_label {

	font-weight:bold;

	color:#336699;

	font-size:12px;
	
	white-space:no-wrap; 
	
	_width:100px;
	
	/*padding-left:10px;*/

}



.combo_box, .text_box {

	font-size: 11px;

	color:#000000;

	text-transform:none;

	border:1px solid #afaf97;

}
.text_box {
font-size:12px;
}
.combo_box{
height:16px;
}
.textecourant, .txtcourant, .textecourant a, .txtcourant a, .txtcourbold, .txtmarketbold  {

	color:#336699;

}

.textecourantWhite{
color:#ffffff;
}

.highpointS .textecourant a:link{
	color: #336699;
}

/* Box Styles */

.dark_blue_box_top {

	padding-top:8px;

	font-size::12px;

	font-weight:bold;

	color:#ffffff;

	width:550px;

}

.dark_blue_box_top .main_table {

	width:550px;

}

.dark_blue_box_top .main_table .title {

	padding-left:15px;

	font-size:12px;

	color:#ffffff;

}

.dark_blue_box {

	display:inline-block;

	font-size:11px;

	padding-bottom:3px;

	/*background-color:#4e73a5;*/

	border : 1px solid #336699;

	width:602px;
	
	_width:592px;

}

.blue_shadowed_box_top {


	width:550px;

	overflow:hidden;

	height:5px;

}

.blue_shadowed_box {


	padding:5px 10px;

	width:550px;

	/* Hack IE Mac \*/

	width:550px;

	_width:550px;

	/* Fin Hack Ie Mac*/

}



.blue_shadowed_box_bottom {


	overflow:hidden;

	width:550px;

	height:5px;

}

.blue_shadowed_box_top_small {


	width:550px;

	overflow:hidden;

	height:5px;

}

.blue_shadowed_box_small {
	background-color:#90afcc;
	
	border-color: #336699;
	
	border-style:solid;
	
	border-width: 1px;

	padding:5px 10px;

	width:580px;

}



.blue_shadowed_box_bottom_small {

	overflow:hidden;

	width:550px;

	height:5px;

}



.white_shadowed_box_top {


	width:590px;

	height:5px;

	padding:0px;

	margin:0px;

	overflow:hidden;

}



.white_shadowed_box {


	width:590px;

	_width:580px;

	padding:5px;

	color:#336699;

	line-height:18px;

}

.white_shadowed_box #combo_filter{ 

	_width:100px;

}



.white_shadowed_box_bottom {


	width:590px;

	height:4px;

	padding:0px;

	margin:0px;

	overflow:hidden;

}

.textinfo

{

	font-size: 10pt;

	color:#336699;

}

.bg_img_cut_down_blue{

background-position:top;

}
