/* COMON STYLE
---------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

body#bd {
	color: #FFFFFF;
	background: url(../images/body_bg.jpg) repeat-x top left #53000d;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 0px;
	font-size: 12px; /*color: #333;*/
}

body.font1 {
	font-size: 10px;
}

body.font2{
	font-size: 11px;
}

body.font3{
	font-size: 12px;
}

body.font4{
	font-size: 13px;
}

body.font5{
	font-size: 14px;
}

body.font6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #ff8400;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	color: #FFBA71;
	background: none;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

/* Small text */
small, .smalldark, .mosimage_caption, .createby, .modifydate, a.readon, .img_caption {
	color: #eeeeee;
	font-size: 92%;
}

.createdate, .small {
	color: #eeeeee;
	font-weight: bold;
	font-size: 80%;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding: 0 0 2px 15px;
	list-style: none;
	background: url(../images/arrow1.jpg) no-repeat 0 4px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.button {
	color: #3C4550;
}

.button:hover, .button:focus {
}

* html .button {
	padding: 0 !important; /*IE 6*/
}

*+html .button {
	padding: 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background-color: #C10001 !important;
	color: #FFFFFF;
}

/* TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 0px 1em 0px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 20px/16px Georgia, Times, serif;
}
*+html .dropcap {
	width: 100%;
}
* html .dropcap {
	width: 100%;
}
/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left #FFFFFF;
}

p.message {
	padding-left: 25px;
	color: #FFBA71;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #CA0007;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 20px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
	padding: 4px;
	border-right: 1px solid #FFFFFF;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contentpaneopen img {
	margin: 8px;
}

img.caption {
	margin-right: 10px;
	border: solid 1px #000000 !important;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
}

.componentheading {
	margin: 10px 0;
	padding: 4px 10px 4px 10px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: normal;
	background: #ce0303;
	border-bottom: 2px solid #670606;
	border-top: 2px solid #670606;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 0px;
	margin: 0;
	background: none;
	color: #FF8400;
	font-weight: bold;
}

#jv-col2 .contentheading {
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline-table;
	color: #353535;
	font-weight: normal;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 150%;
}

a.contentpagetitle {
	color: #000000;
	text-decoration: none !important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important; /*color: #c10000;*/
}

a.readon {
	padding-left: 12px;
	padding-top: 2px;
	float: left;
	margin-top: 5px;
	display: block;
	color: #ff8400;
	background: url(../images/arrow1.jpg) no-repeat 0px 4px;
	font-weight: 100 !important;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

table.contentpaneopen ul {
	margin: 20px;
	list-style: inside;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	background: #960f14;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

.sectiontableheader a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	background: none;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	background: #960f14;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #ae2327;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 10px;
}

.createdate {
	padding: 3px 8px 3px 5px;
	width: 43px;
	height: 43px;
}

.modifydate {
	float: left;
	width: 100%;
	color: #ddd;
	font-size: 10px;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}

/*others*/
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-weight: bold;
}

.tool-text {
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	padding: 5px;
	margin: 0; /*color: #ffffff;*/
	background: none;
}

/* System Standard Messages */
#system-message dd.message ul {
	border: none;
	background: #FFFFFF;
}

/* System Error Messages */
#system-message dd.error ul {
	border: none;
	background-color: #BF0000;
}

/* System Notice Messages */
#system-message dd.notice ul {
	border: none;
	background: #EE9600;
}

/* Clearfix */
.clearfix {
	clear: both;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}
/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#jv-wrapper {
	width: 952px;
	overflow: hidden;
	margin: 0 auto;
}
#jv-header {
	height: 122px;
}
h1.logo {
	margin: 0;
	width: 380px;
	float: left;
}
#jv_topbanner {
	float: right;
	clear: right;
	padding-top:20px;
}
#jv-menu {
	padding-top: 3px;
}
#jv-headermain {
	padding-top: 13px;
	position: relative;
}
#jv-headerbg {
	background: url(../images/header/bg001.jpg) no-repeat top left;
	height: 242px;
	overflow: hidden;
}
#jv-quicksearch {
	width: 30%;
	float: right;
	padding-top: 10px;
	position: absolute;
	top: 10px;
	right: 0;
}
#jv-quicksearch .searchform {
	line-height: 15px;
	text-align: right;
	font-weight: bold;
	line-height: 30px;
	margin-top: 15px;
}
#jv-quicksearch .searchform select {
	width: 150px;
}
#jv-quicksearch .searchform .button {
	background: url(../images/button_bg.png) repeat-x top left;
	border: 1px solid #f76065;
	height: 25px;
	padding: 3px 7px;
	color: #FFFFFF;
	font-weight: bold;
}
#jv-contentwrap {
	overflow: hidden;
	padding-top: 16px;
}
#jv-leftcol {
	width: 174px;
	float: left;
	overflow: hidden;
	margin-right: 7px;
}
#jv-leftcol .moduletable_menu ul {
	margin: 0;
}
#jv-leftcol .moduletable_menu li {
	border-bottom: 1px solid #510002;
	line-height: 25px;
	padding: 0;
}
#jv-leftcol .moduletable_menu li li {
	border-bottom: none;
	line-height: 25px;
	padding: 0 0 2px 15px;
}
#jv-leftcol .moduletable_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#jv-leftcol .moduletable_menu li a:hover,
#jv-leftcol .moduletable_menu li a:active,
#jv-leftcol .moduletable_menu li a:focus {
	color: #EE9600;
}
#jv-rightcol {
	width: 257px;
	float: right;
	overflow: hidden;
}
#jv-body {
	width: 506px;
	float: left;
	overflow: hidden;
}
#jv-body-half {
	float: left;
	overflow: hidden;
	width: 760px;
}
#jv-bodycontent {
	padding: 0;
}
#jv-component {
	background: #7c0004;
	padding: 10px;
}
#jv-leftcol .moduletable,
#jv-leftcol .moduletable_menu,
#jv-rightcol .moduletable,
#jv-rightcol .moduletable_menu {
	overflow: hidden;
	padding: 0 10px 10px 10px;
	background: #3e0002;
	margin-bottom: 12px;
}
#jv-leftcol .moduletable h3,
#jv-leftcol .moduletable_menu h3,
#jv-rightcol .moduletable h3,
#jv-rightcol .moduletable_menu h3 {
	background: url(../images/module_title.png) repeat-x top left;
	border: 1px solid #db0007;
	padding:7px 0 6px 12px;
	margin: 0 -10px 10px -10px;
	font-weight: normal;
	text-transform: uppercase;
}
#jv-topuser {
	overflow: hidden;
	background: #7c0004;
	margin-bottom: 8px;
	padding: 4px 13px 10px;
}
#jv-user2,
#jv-user3 {
	float: left;
}
#jv-user4,
#jv-user7 {
	margin-top: 10px;
	float: left;
}
#jv-user2 img,
#jv-user3 img {
	margin-bottom: 5px;
}
#jv-user2 h3,
#jv-user3 h3 {
	text-transform: uppercase;
	font-weight: normal;
}
/*** CONTENT OVERRIDE ***/
.jv-frontpage {
	overflow: hidden;
}
.jv-frontpage .blog-item {
	position: relative;
}
#jv-footerwrap {
	border-top: 1px solid #7C0004;
	margin-top: 15px;
	background: #570003;
	overflow: hidden;
	padding-bottom: 15px;
}
#jv-footer {
	width: 952px;
	padding: 13px;
	color: #BB0006;
	margin: 0 auto;
}
#jv-footer a {
	color: #FF0008;
}
#jv-footerleft {
	width: 50%;
	float: left;
}
#jv-footerright {
	width: 45%;
	float: right;
}
#jv-footerright ul {
	margin: 0;
}
#jv-footerright ul li {
	display: inline;
	margin-right: 6px;
}
.blog-item .createdate {
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	background: #DB0007;
	text-align: center;
}
.blog-item .createdate .day {
	font-size: 22px;
	font-weight: bold;
	clear: both;
	display: block;
}
.blog-item .createdate .month {
	font-weight: normal;
	font-size: 12px;
}
.blog-item .content-text-img img {
	position: absolute;
	left: 0;
	top: 12px;
	border:2px solid #93162A;
}
.blog-item .contentheading,
.blog-item .content-text-img {
	padding-left: 190px;
	padding-right: 60px;
}
.blog-item .content-text-img,
.blog-item .content-text {
	color: #d59799;
}
.blog-item .author-icons {
	padding-left: 190px;
	padding-right: 10px;
	margin-right: 60px;
	margin-bottom: 5px;
}
.blog-item .author,
.blog-item .icons {
	display: inline;
}
.blog-item .author {
	color: #dd0007 !important;
}
.blog-item .readmore {
	background: url(../images/readon.jpg) repeat-x center left;
	overflow: hidden;
	display: block;
	padding-bottom: 9px;
}
.blog-item .readmore a.readon {
	float: right;
	background: #7C0004;
	display: block;
	color: #FF353B;
}
div[class ^="moduletable"] {
	margin-bottom: 7px;
}
.jv-tab-subcontent input[id ^="modlgn"] {
	height: 23px;
	width: 211px;
}
.jv-tab-subcontent input#modlgn_remember {
	height: auto;
	width: auto;
}
div.jv_gallery img {
	margin: 6px;
	border:2px solid #93162A;
}
div.jv_blog {
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #93162a;
	padding: 5px 0;
}
div.jv_blog img {
	float: left;
	margin: 6px;
	border:2px solid #93162A;
}
.contentbody img {
	margin: 5px 9px;
}
.buttonheading img {
	margin: 2px !important;
}
/*JV Tabs*/
.jv_tab_default_wrap .jv_tabdefault {
	padding-top: 30px;
}
.jv_tab_default_wrap .jv_default_container {
	margin: 0px;
	padding: 0px !important;
}
.jv_tab_default_wrap ul.tabs_title {
	overflow: hidden;
	width: 100%;
	display: block;
}
.jv_tab_default_wrap ul.tabs_title li {
	background: #380002;
	display:block;
	float:left;
	margin: 0px;
	padding:0;
	
}
.jv_tab_default_wrap ul.tabs_title li h3, .jv_tab_default_wrap ul.tabs_title li h3 span {
	background: #380002;
	height: 30px !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	text-transform:uppercase;
	color: #fff;
	line-height: 30px;
}
.jv_tab_default_wrap ul.tabs_title li.active h3, .jv_tab_default_wrap ul.tabs_title li.active h3 span {
	background: #7C0004;
	height: 30px !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	text-transform:uppercase;
	color: #fff;
	line-height: 30px;
}
.jv_tab_default_wrap ul.tabs_title li h3 span  {
	padding-left: 13px;
	padding-right: 18px;
}
.jv_tab_default_wrap .jv_tabs_panel, .jv_tab_default_wrap .jv_tabs_panel_r, .jv_tab_default_wrap .jv_tabs_panel_bc,
.jv_tab_default_wrap .jv_tabs_panel_bl, .jv_tab_default_wrap .jv_tabs_panel_br, .jv_tab_default_wrap .jv_tabs_panel .panel_tc,
.jv_tab_default_wrap .jv_tabs_panel .panel_tr, .jv_tab_default_wrap .jv_tabs_panel .panel_tl  {
	background: #7C0004;
}
.jv_tab_default_wrap .jv_default_content .jv_default_conten_wrap {
	padding: 0 11px 11px 11px;
}
.jv_tab_default_wrap input#modlgn_username, .jv_tab_default_wrap input#modlgn_passwd {
	height: 23px;
	width: 211px;
}
.jv_tab_default_wrap div.jv_tabs_panel .jv_default_content ul li {
	border-bottom: none;
	padding: 3px 0px;
}
.jv_tab_default_wrap div.jv_tabs_panel .jv_default_content ul li a {
	color: #FF8400;
	font-weight: normal;
}
.jv_tab_default_wrap div.jv_tabs_panel .jv_default_content ul li a:hover {
	text-decoration: underline;	
}
/* ------------------------------------------------------ */
