@charset "utf-8";
/* CSS Document */
/**
@name tables stylesheet for innooi.com 
@version:0.1
@author: Rakoto Rahaingoson Tsilefihasina
@licence:Tous droits réservés.Copie, reproduction interdites.
*/

#tbl_type1{
	border-collapse:collapse;
	width:90%;
	margin:auto;
	border:1px solid #6AC8FF;
	}
#tbl_type1 thead, #tbl_type2 thead, .standard_table thead{
	/*border:1px solid #6495ed;*/
	font-weight:bolder;
	background-image:url(/assets/img/header_nav_backgr_hover.gif);
	background-repeat:repeat-x;
	}

#tbl_type1 th, #tbl_type2 th, .standard_table th{
	font-family:monospace;
	/*border:1px dotted #6495ed;*/
	padding:5px;
	width:25%;
	}

#tbl_type1 td, #tbl_type2 td, .standard_table td {
	font-size:90%;
	font-family: Tahoma, sans-serif;
	padding:5px;
	text-align:left;
	}

#tbl_type1 .specs, #tbl_type2 .specs{
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	}

#tbl_type1 tr.odd {
	background-color:#C6C8CA;
	}
	
#tbl_type1 #subsc a:link, #tbl_type1 #subsc a:visited {
	font-weight:bold;
	}

#tbl_type1 #subsc a:hover {
	color:#1abe16;
	}

#tbl_type2 {
	border-collapse:collapse;
	width:67%;
	/*margin:auto;*/
	margin-left:330px;
	border:1px solid #6AC8FF;
	}

#tbl_type2 td {
	border-bottom:1px solid #6AC8FF;
	}
	
#tbl_type2 .specs, .standard_table .specs {
	border-right:1px solid #6AC8FF;
	}

#tbl_type2 tr.cat .specs {
	background-color:#1abe16;
	color:#ffffff;
	}
		
#tbl_type2 tr.odd, .standard_table tr.odd{
	background-color:#A6DEFF;
	}

#tbl_type2 tr .odd .value a:link,#tbl_type2 tr .odd .value a:visited {
	text-decoration:none;
	}

.standard_table {
	border-collapse:collapse;
	margin:15px 0;
	border:1px solid #6AC8FF;
	}

.standard_table a:link, .standard_table a:visited {
	color:#00699B;
	font-weight:bolder;
	text-decoration:none;
	}

.standard_table a:hover {
	text-decoration:underline;
	}

