@charset "utf-8";


.tab_round
{
    margin:5px;
    margin-left: 2px;
	font-size:11px;
	padding:0px;
	font-family: Tahoma,Verdana, sans-serif;
	border:1px solid #999999;
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tab_round table
{
	margin:0;
	padding:0;
	width:100%;
	border-collapse:collapse;
}
.tab_round th
{
	padding:7px;
	text-align:center;
	background:#266d85;
	color:white;
	border:1px solid #266d85;
}
.tab_round td
{
	padding:3px;
	text-align:center;
	border:1px solid #999999;
	margin:0;
}
.tab_round tr:first-child td, .tab_round tr:first-child th {
	border-top:0px;
}
.tab_round tr:last-child td, .tab_round tr:last-child th {
	border-bottom:0px;
}
.tab_round tr td:first-child, .tab_round tr th:first-child {
	border-left:0px;
}
.tab_round tr td:last-child, .tab_round tr th:last-child {
	border-right:0px;
}
.tab_round tr:first-child th:first-child, .tab_round tr:first-child td:first-child {

	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	border-top-left-radius: 9px;
}
.tab_round tr:first-child th:last-child , .tab_round tr:first-child td:last-child{
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
}
.tab_round tr:last-child th:first-child, .tab_round tr:last-child td:first-child {

	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-left-radius: 9px;
}
.tab_round tr:last-child th:last-child , .tab_round tr:last-child td:last-child{
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	border-bottom-right-radius: 9px;
}



