.vtabs {
	/* a border is required for IE otherwise the tab panels will not be aligned correctly. */
	position: relative;  /* border: 1px solid #ffffff; used to be there */
}
.vtabs .vtabs-tab-column {
	position: absolute; left: 0; margin: 0; width: 233px; min-width: 233px;
}
.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: none;  /* used to be ffff */
	margin: 0px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 1px;
	text-align:right;
	/* 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;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;           used to be active*/
	min-height:20px;
	z-index: 10;
}
/* css for tab that is closed */
.vtabs .vtabs-tab-column ul li.closed {
	/* background-color: #bbbbbb;
	border-right: 1px solid #777777;
	background-image: url("images/ClosedTabBackground.png");
	background-repeat:repeat-x;	  used to be there*/
}
/* css for tab hover */	
.vtabs .vtabs-tab-column ul li:hover {
	/* background-color: #efefef;
	background-image: url("images/ClosedTabBackgroundHover.png");
	background-repeat:repeat-x;		 used to be there*/
}
/* css for link on tab that's open */
.vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {
	font: 1.2em Helvetica, Arial, sans-serif;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #f4f6f6;
	text-align:right;
}
/* css for link on tab that's closed */
.vtabs .vtabs-tab-column ul li a.closed {
	color: #f4f6f6;
}	
.vtabs .vtabs-content-column {
	padding: 0px;
	margin: 0px;
}
/* css for the content panels */
.vtabs .vtabs-content-column .vtabs-content-panel {
	background-color: none;  /* used to be ffff */
	padding-left: 30px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	color: #C4C4C4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	width: 830px;
	
	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;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;	used to be active*/
	border: none; /* my addition */
}

.vtabs .vtabs-content-column .vtabs-content-panel p {
	padding:0; 
	margin-top:5px;
}


.vtabs .vtabs-content-column .vtabs-content-panel ol li {
	padding-bottom: 5px;
} 

.vtabs .vtabs-content-column .vtabs-content-panel ul li {
	padding-bottom: 5px;
} 

/* Adjust Text width */
.divresize{
	width: 575px;	
}

/* For paragraphs that need to be sharp cut */
.clncut {
	text-align: justify;	
}

/* Highlight in Orange, e.g. 5 reasons */
.vtabshl {
	 color:#ff6600; 
	 font-weight:bold;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}