#content ul li {
    background: transparent url(../images/arrow-content.png) 0px 6px no-repeat;
    padding: 3px 0px 0px 15px;
}
tr {
    padding: 0px 0px 0px 0px;
}


.vtabs {
	/* a border is required for IE otherwise the tab panels will not be aligned correctly. */
	position: relative;
	border: 1px solid #CCCCCC;
	background-color:#FFF;
	min-height:550px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 10px 2px #E6E7E8;
  -webkit-box-shadow: 0px 0px 10px 2px #E6E7E8;
  box-shadow:0px 0px 10px 2px #E6E7E8; 
}
.vtabs .vtabs-tab-column {
	position: absolute;
	left: 0;
	margin: 0;
	width: 206px;
	min-width: 206px;
	height:auto;
	min-height:500px;
	float:left;
}
.vtabs .vtabs-tab-column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#vtabs_link a:link, #vtabs_link a:visited {
	font-size:16px;
	color:#333333;
}
#vtabs_link a:hover, #vtabs_link a:active {
	font-size:16px;
	color:#E77B12;
	text-decoration:none;
}
#vtabs1 ul {
	list-style: none;
	margin: 0px;
	margin-right:1px;
	padding: 0px;
}
#vtabs1 ul li {
	background-image:none;
	list-style: none;
	padding:8px 0px 8px 18px;
}
#vtabs1 ul li.open {
	background-image:none;
	list-style: none;
	padding:5px 0px 5px 18px;
	background-color: #F78B31;
	font-weight:bold;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	/*width: 100%;
	-moz-box-shadow: 2px 0px 10px 0px #CCC;
  -webkit-box-shadow: 2px 0px 10px 0px #CCC;
  box-shadow:2px 0px 10px 0px #CCC; 
	*/
}
/* css for tab that is open */
.vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
	background-color: #ffffff;
	margin: 0px;
	padding-left: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 1px;
	min-height:20px;
	z-index: 10;
}
/* css for tab that is closed */
.vtabs .vtabs-tab-column ul li.closed {
	background-color: #bbbbbb;
}
/* css for tab hover */	
.vtabs .vtabs-tab-column ul li:hover {
	background-color: #efefef;
}
/* 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: #ff0084;
}
/* css for link on tab that's closed */
.vtabs .vtabs-tab-column ul li a.closed {
	color: blue;
}
.vtabs .vtabs-content-column {
	padding: 0px;
	margin: 0px;
}
/* css for the content panels */
.vtabs .vtabs-content-column .vtabs-content-panel {
	background-color: #ffffff;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px solid #CCCCCC;
	width:396px;
	height:auto;
	min-height:500px;
	
}

.case-studies-textDiv span:hover{color:#03F;}
.case-studies-textDiv a{color:#03f;}

.case-studies-pdfDiv {
	float:left;
	width:17px;
	height:17px;
	margin:3px 8px 5px 8px;
	background-image:url('../images/pdf-image.png');
}
.case-studies-rightText {
	border-bottom:1px dotted #ccc;
	/*float:left;*/
	overflow:hidden;
	 
	padding:5px 0px 5px 0px;
}
.case-studies-textDiv {
	width:350px;
	float:left;
}

#content-left a:link, #content-left a:visited {
    color: #003399;
    vertical-align: top;
    text-decoration: none;
}

