#content table {
   empty-cells: show;
   #border-collapse: collapse;
	border: 0px none #FFFFFF;
}

#content table tr {
	border: 0px none #FFFFFF;
}


#content table tr:first-child td:first-child ,
#content table tr:first-child th:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}
#content table tr:first-child td:last-child ,
#content table tr:first-child th:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
#content table tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}
#content table tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

#content table tr:first-child td ,
#content table tr:first-child th {
	border-top: 1px solid #D2D2D2;
}

#content table tr td:first-child  ,
#content table tr th:first-child  {
	border-left: 1px solid #D2D2D2;
}
       
#content table p {
	margin: 0;
	padding: 0;
}

#content table td , #content table th {
	padding: 5px 10px;
	margin: 0;
	background: #F2F2F2;
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;	
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	
}

          
#content table th {
	background: #E4E4E4;
    background: -moz-linear-gradient(top, #F2F2F2, #E4E4E4); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#F2F2F2), color-stop(100%,#E4E4E4));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #F2F2F2, #E4E4E4);
    background: -o-linear-gradient(top, #F2F2F2, #E4E4E4); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #F2F2F2, #E4E4E4); /* IE10 */
    background: linear-gradient(top, #F2F2F2, #E4E4E4); /* CSS3 */ 	
	color: #676767;
	font-weight: bold;
	font-size:10px;
}


#content table.no_border tr:hover {
	background: none;
}

.no_border , .no_border td , .no_border tr {
	border: thin none!important;
	background: transparent!important;
}

#content table h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 14px;
	color: #1189B3;
	font-size: 12px;
	font-weight: bold;
}

