#vtr-tabs {}
.TabMenu{text-align:center;margin:0px;padding:0px;}
.info{
	text-align: right;
	float: right;
	width: auto;
	padding: 0px;
	color: #03F;
}
.TabMenu ul{
	clear: both;
	float: left;
}
.TabMenu li{padding:0px;margin:0px;list-style-type:none;display:inline;font-size:14px;line-height:14px;font-family:Arial,Helvetica,sans-serif,Verdana;width:100px;font-weight:bold;}
.TabMenu a{
	margin-right: 5px;
	float: left;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: -1px;
	color: #1E8CBE;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-left-color: #EBEBEB;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
}
.TabMenu a:focus{text-decoration:none;background-color:#FFFFFF;}
.TabContent{
	clear:left;
	border: 1px solid #CCC;
	padding: 10px;
}
	
	
	/*Table css*/
.vtr-table{
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #EBEBEB;
}
.vtr-table .description{
	font-size: 12px;
	font-style: normal;
}
.vtr-table table{width:100%;height:auto;margin:0;padding:0}
.vtr-table tr:nth-child(odd){background-color:#fff
	
}
.vtr-table tr:nth-child(even){background-color: #F8F8F8}
.vtr-table th{vertical-align:middle;text-align:left;padding:5px;font-weight:normal;color:#000}
.vtr-table td{vertical-align:middle;text-align:left;padding:5px;font-size:14px;font-weight:normal;color:#333}
.vtr-table tr:last-child td{border-width:0 1px 0 0}
.vtr-table tr td:last-child{border-width:0 0 1px 0}
.vtr-table tr:last-child td:last-child{border-width:0}
.vtr-table tr:first-child td:last-child{border-width:0 0 1px 1px}
