/**********************************************************************
*                                                                     *
*                        www.amisducouple.com                       *
*                                                                     *
**********************************************************************/


table#articles {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #b7b7b7;
	line-height:1.4em;
}

table#articles caption {
	font-weight: bold;
	background: #50ADEA  url(../images/corner.gif) no-repeat right top;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

table#articles td, table#articles th {
	padding: 4px;
}

table#articles thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
}

table#articles tbody th {
	font-weight: bold;
}

table#articles tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
table#articles tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

table#articles tbody th a:link,table#articles  tbody th a:visited{
	color:#96D030;
	background:url(../images/preview12.gif) no-repeat; 
	padding:3px 0px 0px 18px;
	}
table#articles tbody th a:hover{
	color:#FF8601;
	}

tbody table#articles tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
	}

table#articles tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

table#articles td a:link, table#articles td a:visited {
	color: #1975D7;
	text-decoration: none;
}

table#articles td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

table#articles tfoot th, table#articles tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}	
