.vtabs {
	position: relative;  border: 1px solid #fff;
}
.vtabs .vtabs-tab-column {
	position: absolute; left: 0; margin: 0; /*width: 10%;*/
	width:100px;
	display: table-cell;
	height: 20px;
	vertical-align:middle;
	text-align:center;
}
.vtabs .vtabs-tab-column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/* css for tab that is open */
.vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
	background-color: #004080;
	text-align: right;
	height: 20px;
	margin: 0px;
	
	margin-bottom: 5px;
	text-align:center;
	vertical-align:middle;
	
	padding: 10px 10px 10px 10px;
	border-style:solid;
	border-color: Black;
	border-width: thin;
	
	/* round corners do not work in IE */
	/*-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;*/
	/*background-color: #004080;
	display:table-column ;
    color: black;
    text-decoration: none;
    padding-left: 10px;
    height: 30px;
    width:70px;
    text-align:center;
    vertical-align : middle;
    padding: 5px 10px;
    vertical-align:middle;
    border-style :solid;
    border-width: thin;*/
}
/* css for tab that is closed */
.vtabs .vtabs-tab-column ul li.closed {
	background-color: #B9E9F9;
	/*border-right: 1px solid #a0a0a0;*/
}
/* css for tab hover */	
.vtabs .vtabs-tab-column ul li:hover {
	/*background-color: #D6DBEB;*/
	background: #004080;
	color: White;    
}
/* css for link on tab that's open */
.vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	/*color: #9C3A00;*/
	color: White;
}
/* css for link on tab that's closed */
.vtabs .vtabs-tab-column ul li a.closed {
	/*color: #777777;*/
	color: Black;
}	
.vtabs .vtabs-content-column {
	padding: 0px;
	margin: 0px;
}
/* css for the content panels */
.vtabs .vtabs-content-column .vtabs-content-panel {
	/*padding: 0px 0px 0px 11px;*/
	height:auto;
	min-height: 300px;
	margin: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;	
	-webkit-border-bottom-left-radius: 3px;	
}