.cies table 
{
	text-align: left;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	width:100%;
}

.cies table a, table, tbody, tfoot, tr, th, td 
{
   font-family: Arial, Helvetica, sans-serif;
	line-height: 2.0em;
	font-size: 13px;
	color: #55595c;
}
.cies tbody td{
	line-height: 1.5em;
}

.cies table caption
{
	padding: .4em 0 ;
	font-size: 240%;
	font-style: normal;
	color: #FB7E00;
}

.cies table a
{
	display: block;
	text-decoration: none;
	color: #FF8E53;
	padding-right: 1.5em;
	
}

.cies table a:hover, table a:focus
{
text-decoration: underline;
}

.cies table th a
{
	color: #FF8E53;
	text-align: right;
}
.cies table .odd th a,table .odd td a,table .odd td{
	color: #666;
	padding-right: 1.0 em;
}

.cies table th a:hover, table th a:focus, tbody tr:hover th
{   
   background-color: #5eab93;
	color: #fff !important;
}
.cies table .odd th,table .odd td{
	background-color: #dee9f2;
}

.cies thead th
{
	padding-left:5px;
	background: url(../img/header.png) repeat-x;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}

.cies tfoot{
	background: url(../img/footer.gif) repeat-x;
	border-top: 1px solid #fff;
}

.cies tfoot th,tfoot td{
	color: #fff;
}

.cies tbody th
{
    padding-right: 1.0em;
	color: #25c1e2;
	font-style: normal;
	background-color: #fff;
	border-bottom: 1px dotted #aeb3b6;
}

.cies td
{
   color: #000;
	border-bottom: 1px dotted #aeb3b6;
	padding: 5px;
}

.cies td h5
{
   color: #000 !important;
}

.cies td img {
	border: 1px solid #6fb9a3;
	display: block;
	margin: 0 auto;
}

.cies thead tr
{
	height:37px;
}
.cies tbody tr
{
	height:150px;
}
.cies tbody tr.small
{
	height:50px;
}

.cies tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}

.cies tbody tr:hover td
{
	background-color: #cbebe8;
}

.cies tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	color: #000 !important;
}