.jv-tabswrap {
	padding: 0;
	margin: 0;
}

.container{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: #FFFFFF;
}

.jv-tabswrap div.jv-tab-subcontent {
	padding: 0px;	
}
.jv-tabswrap div.jv-tab-subcontent .module h3 {
	display: none;
}
.jv-tabswrap div.jv-tab-subcontent table img {
	margin-right: 10px;
	padding: 1px;
	border: solid 1px #B2B2B2;
}

.jv-tabswrap div.jv-tab-content {
	position: absolute;	
	border: none;
	z-index: 100;
	padding: 0;
	width: 100%;
}

.jv-tabswrap .jv-tab-content ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.jv-tabswrap .jv-tab-content li {
	padding: 4px 6px;
	margin: 0;
	background: none;
	border-bottom: solid 1px #dfdfdf;
}

.jv-tabswrap .jv-tab-content li a {
	margin: 0px;
	padding: 0px !important;
	text-transform: none;
}
.jv-tabswrap .jv-tab-content li a.readon {
	padding-left: 15px !important;
}

.jv-tabswrap .jv-tab-content li.itemlast {
	border-bottom: none;
}

.jv-tabswrap .jv-tab-content h3 {
	font-family: Tahoma;
	font-size: 95%;
	line-height: 100%;
	height: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background: none;
}


/*For tabs Top*/
.jv-tabs-title-top {
	height: 30px;
	position: relative;
	z-index:10;
}

.jv-tabs-title-top ul.jv-tabs-title {
	margin: 0;
	padding: 0;
	position: absolute;
}

* html .jv-tabs-title-top ul.jv-tabs-title { /*IE 6*/
	/*bottom: -1px;*/
}

.jv-tabs-title-top ul.jv-tabs-title li {
	float: left;
	background: none;
	padding: 0;
	cursor: pointer;
	display: block;
}

.jv-tab-panels-top {
	position: relative;
	clear: both;
	overflow: hidden;
	bottom: 0;
	left:10px;
	width:97%;
	z-index: 1px;
}

*+html  .jv-tab-panels-top{

}
/*End*/


/*For tabs Left*/
.jv-tabs-title-left {
	float:left;	
}

.jv-tabs-title-left ul.jv-tabs-title {
	margin: 0;
	padding: 0;
	top: 10px;
	left: 0px;
	width: 101%;
}

.jv-tabs-title-left ul.jv-tabs-title li {
	margin: 0px 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.jv-tab-panels-left {
	position: relative;
	overflow: hidden;
	top: 5px;
	height:98%;
	left:10px;
}
/*End*/


/*For tabs right*/
.jv-tabs-title-right {
	position: relative;
	float:right;	
	height:100%;
}

.jv-tabs-title-right ul.jv-tabs-title {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
}

.jv-tabs-title-right ul.jv-tabs-title li {
	margin: 0 0 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.jv-tab-panels-right {
	position: relative;
	overflow: hidden;
	top: 5px;
	height:99%;
}


/*For tabs BOTTOM*/
.jv-tabs-title-bottom {
	
}

.jv-tabs-title-bottom ul.jv-tabs-title {
	margin: 0;
	padding: 0;
	height: 21px;
	position: relative;
	top: -1px;
	left: 10px;
}

* html .jv-tabs-title-bottom ul.jv-tabs-title { /*IE 6*/
	top: -1px;
}

.jv-tabs-title-bottom ul.jv-tabs-title li {
	float: left;
	background: none;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
	display: block;
}

.jv-tab-panels-bottom {
	position: relative;
	clear: both;
	overflow: hidden;
	top: 10px;
	width:98%;
	left:10px;
	right:10px;
	z-index: 1;
}
/*End*/
