/* CSS Document */

#content_box .titre_video{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 16px;
	font-weight			: bold;
	color				: #333333;
	width				: 575px;
	padding-left		: 15px;
	padding-bottom		: 5px;
}

#content_box TD.player{
	padding-left		: 5px;
	padding-bottom		: 20px;
	border-bottom		: 1px solid #336699;
	border-right		: 1px solid #336699;
}

#content_box TD.details{
	padding-left		: 5px;
	padding-right		: 5px;
	border-top			: 1px solid #336699;
	color				: #336699;
	vertical-align		: top;
}

#content_box .table_media_card{
	width				: 220px;
	text-align:left;
	font-size:11px;
}

#content_box .photo_person{
	width				: 98px;
	height				: 110px;
	padding-top			: 5px;
	padding-bottom		: 5px;
}
#content_box .company_logo{
	width				: 200px;
	height				: 100px;
	padding-top			: 5px;
	padding-bottom		: 5px;
}



#content_box .photo_person_comment{
	width				: 49px;
	height				: 55px;
	margin-top			: 5px;
	margin-bottom		: 5px;
}


#content_box TD.other_info{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 13px;
	padding				: 15px;
	color				: #336699;
}

#content_box .comment{
	width				: 90%;
	border-collapse		: collapse;
	margin-left			: 5%;
}

#content_box .comment .name{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #0033cc;
	border-top			: 1px solid #000000;
}

#content_box .comment .photo{
	border-top			: 1px solid #000000;
	vertical-align		: top;
	width				: 80px;
	text-align			: center;
	padding-top			: 5px;
	padding-bottom		: 5px;
}

#content_box .comment .texte{
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11px;
	color				: #000000;
	padding-bottom		: 5px;
}




#content_box .comment_media{
	width:600px;
	height:40px;
	margin-top:10px; 
	margin-left:20px;
}



#content_box .listing_tab{
	border				: 1px solid #336666;
	border-collapse		: collapse;
	margin				: 2px;
}
#content_box .listing_tab td{
	padding-left		: 5px;
	padding-right		: 5px;
	text-align			: left;
}


#content_box .listing_tab thead{
	background-color	: #FFFFFF;
	font-weight			: bold;
	font-size			: 11px;
}

#content_box .listing_tab thead a{
	font-weight			: bold;
	font-size			: 11px;
}

#content_box .listing_tab thead a:hover{
	text-decoration:underline;
}


#content_box .listing_tab thead td{
	border-bottom		: 1px solid #336666;
}

#content_box .listing_tab tbody{
	background-color	: #ccffcc;
	cursor:pointer;
}

#content_box .listing_tab tr.selection{
	background-color	:#FFFF33;
}

#content_box .listing_tab tr.selected{
	background-color	:#99cc99;
}


#content_box .listing_tab tbody tr.normal .td2{
	background-color	: #FFFFFF;
}

/*****************************************************/
/*****************************************************/
/*           Thumb RUBRIC definition                 */
/*****************************************************/
/*****************************************************/

#content_box .thumb_media_rubric, #content_box .thumb_media_avl{
	position			: relative;
	width				: 193px;
	height				: 99px;
	margin				: 0px;
	padding				: 0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #336666;
	
}

#content_box .thumb_media_rubric DIV, #content_box .thumb_media_avl DIV{
	position:relative; 
	text-align:left;
	margin:0px;
	padding:0px;
}

#content_box .thumb_media_rubric .menu, #content_box .thumb_media_avl .menu{
	width:100%;
	height:16px;
}

/**** begin special settings ***/

/*** normal rubric ***/
#content_box .thumb_media_rubric .menu .top_left{
	background:url(../images/mediasthumbs/rubric_top_left.gif) top left no-repeat;
	width:3px;
	height:3px;
}

#content_box .thumb_media_rubric .menu .top_center{
	background:url(../images/mediasthumbs/rubric_top_center.gif) top repeat;
	width:187px;
	height:3px;
}

#content_box .thumb_media_rubric .menu .top_right{
	background:url(../images/mediasthumbs/rubric_top_right.gif) top right no-repeat;
	width:3px;
	height:3px;
}

#content_box .thumb_media_rubric .menu .content{
	border-left			: 1px solid #336699;
	border-right		: 1px solid #336699;
	background-color	: #94d2da;
	color				: #336699; 
	padding-left		: 2px;
}

#content_box .thumb_media_rubric .bottom_part{
	border-left			: 1px solid #336699;
	border-right		: 1px solid #336699;
	border-bottom		: 1px solid #336699;
	margin-top:-1px;
	height:88px;
}

/*** AVL rubric ***/
#content_box .thumb_media_avl .menu .top_left{
	background:url(../images/mediasthumbs/avl_top_left.gif) top left no-repeat;
	width:3px;
	height:3px;
}

#content_box .thumb_media_avl .menu .top_center{
	background:url(../images/mediasthumbs/avl_top_center.gif) top repeat;
	width:187px;
	height:3px;
}

#content_box .thumb_media_avl .menu .top_right{
	background:url(../images/mediasthumbs/avl_top_right.gif) top right no-repeat;
	width:3px;
	height:3px;
}

#content_box .thumb_media_avl .menu .content{
	border-left			: 1px solid #336666;
	border-right		: 1px solid #336666;
	background-color	: #CCFFCC;
	color				: #336666; 
	padding-left		: 2px;
}

#content_box .thumb_media_avl .bottom_part{
	border-left			: 1px solid #336666;
	border-right		: 1px solid #336666;
	border-bottom		: 1px solid #336666;
	margin-top:-1px;
	height:88px;
}


/**** end special settings ***/


#content_box .thumb_media_rubric .titre, #content_box .thumb_media_avl .titre{
	font-weight			: bold;
	font-size			: 11px;
	padding-left		: 5px;
}


#content_box .thumb_media_rubric .image, #content_box .thumb_media_avl .image{
	margin-top:4px;
	width:90px;
	height:66px;
	float:left;
	text-align:center;
}

#content_box .thumb_media_rubric .speciality, #content_box .thumb_media_avl .speciality{
	margin-top:10px;
	width:95px;
	height:25px;
	float:right;
	color:#990000;
}
#content_box .thumb_media_rubric .owner, #content_box .thumb_media_avl .owner{
	width:95px;
	height:25px;
	float:right;
}

#content_box .thumb_media_rubric .length_level, #content_box .thumb_media_avl .length_level{
	margin-top:2px;
	width:95px;
	float:right;
}

#content_box .thumb_media_rubric .length, #content_box .thumb_media_avl .length{
	height:14px;
	float:left;
	font-weight			: bold;
}

#content_box .thumb_media_rubric .level, #content_box .thumb_media_avl .level{
	height:14px;
	float:right;
	padding-right:2px;
}


#content_box .thumb_image{
	width				: 84px;
	height				: 63px;
}


/*****************************************************/
/*****************************************************/
/*           Thumb INSTIT definition                 */
/*****************************************************/
/*****************************************************/

#content_box .thumb_media_institution{
	position:relative;
	width:193px;
	height:99px;
	margin:0px;
	padding:0px;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	color				: #336666;
}

#content_box .thumb_media_institution DIV{
	position:relative; 
	text-align:left;
	margin:0px;
	padding:0px;
}

#content_box .thumb_media_institution .menu{
	width:100%;
	height:16px;
}
#content_box .thumb_media_institution .menu .top_left{
	background:url(../images/mediasthumbs/instit_top_left.gif) top left no-repeat;
	width:3px;
	height:3px;
}

#content_box .thumb_media_institution .menu .top_center{
	background:url(../images/mediasthumbs/instit_top_center.gif) top repeat;
	width:187px;
	height:3px;
}

#content_box .thumb_media_institution .menu .top_right{
	background:url(../images/mediasthumbs/instit_top_right.gif) top right no-repeat;
	width:3px;
	height:3px;
}

#content_box .thumb_media_institution .menu .content{
	border-left			: 1px solid #336699;
	border-right		: 1px solid #336699;
	background-color	: #b0a6c9;
	color				: #333399; 
	padding-left		: 2px;
}

#content_box .thumb_media_institution .bottom_part{
	border-left			: 1px solid #336699;
	border-right		: 1px solid #336699;
	border-bottom		: 1px solid #336699;
	margin-top:-1px;
	height:88px;
}

#content_box .thumb_media_institution .titre{
	font-weight			: bold;
	font-size			: 11px;
	padding-left		: 5px;
}


#content_box .thumb_media_institution .image{
	margin-top:4px;
	width:90px;
	height:66px;
	float:left;
	text-align:center;
}

#content_box .thumb_media_institution .owner{
	width:95px;
	height:25px;
	margin-top:10px;
	float:right;
}

#content_box .thumb_media_institution .length_level{
	width:95px;
	margin-top:10px;
	float:right;
}

#content_box .thumb_media_institution .length{
	height:14px;
	float:left;
	font-weight			: bold;
}


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

