table {
	border-collapse: collapse;
	font-size: 100%;
	line-height: 1.6em;	
}

table td {
	padding: 5px;
	vertical-align: top;
	
}

table ul{
	margin-left:20px;}

.bgblue{
	background-color:#d2ebf3;
	}
.bgwhite{
	background-color:#ffffff;
	}
.tdline{
	border-right: 1px solid #d2ebf3;
	border-bottom: 1px solid #d2ebf3;
	}

/* ************************************************** */
/* ******************* NOSPACE ************************* */
/* ************************************************** */

.tablenospace table td{
	padding: 1px;
	font-size: 1em;
	vertical-align: top;
	}

/* ************************************************** */
/* ******************* SPACE 10PX ************************* */
/* ************************************************** */

.tablespace table td{
	padding: 5px 10px 10px 10px;
	font-size: 1em;
	vertical-align: top;
	}

.indent{
	padding-left:10px;}

/* ************************************************** */
/* ******************* GRID ************************* */
/* ************************************************** */

.grid table {
	border-collapse: collapse;
	border: 1px solid #e8e6dc;
	font-size: 100%;
	line-height: 1.6em;	
}

.grid table a {
	text-decoration: none;
	color: #B42C33;
}

.grid table a:hover {
	text-decoration: none;
	color: #eb872c;
}

.grid table tr th  {
	font-style:normal;
	font-weight: bold;
	
}

.grid table tr th a {
	color: #eb872c;
	}

.grid table tr th a:hover {
	color: #555555;
}

.grid table td{
	border-right: 1px solid #e8e6dc;
	border-bottom: 1px solid #e8e6dc;
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
}
.grid table tr.color td{
	background-color: #faefde; 
}

.grid table tr.nocolor td{
	background-color: #ffffff; 
}


.grid table tr.orangecolor td{
	background: url(../images/bg/bg_navbtn.jpg) repeat-x;
}

.grid table tr.redcolor td{
	background: url(../images/bg/bg_redbar.gif) repeat-x;
}

.grid table tr.greycolor td{
	background: url(../images/bg/bg_graybar.gif) repeat-x;
}
.grid table tr.legende td{
	background-color:#f1f1f1;
}
.grid table tr.legende td a{
	color:#666;
	}

.grid table tr.legende td a:hover{
	color:#B42C33;
	}

.grid table tr.nospace td{
	padding: 1px;
	vertical-align: top;
	
}

.grid table th {
	border-right: 1px solid #e8e6dc;
	border-bottom: 1px solid #e8e6dc;
	padding: 5px;
	vertical-align: top;
	text-align:left;
}


.grid table .orangebtn0 a{
	color:#FFF;
	}

