/*------------------------------------------------------------------------
* JV Template 1.5 - March, 2009
* ------------------------------------------------------------------------
* Copyright (C) 2004-2008 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #575757;
	background: #141414;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}


body.contentpane {
	color: #000000;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
.contentpane .button {
	display: inline;
	height: 25px;
	padding: 0 10px;
}
body.fs1 {font-size: 9px;}
body.fs2 {font-size: 10px;}
body.fs3 {font-size: 11px;}
body.fs4 {font-size: 12px;}
body.fs5 {font-size: 13px;}
body.fs6 {font-size: 14px;}


/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan, a.readon {
	font-size: 0.8em;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #bbbbbb;
	text-decoration: none;
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}

.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
}

/* Heading */
h1 {font-size: 175%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 115%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet-typo.gif) no-repeat 8px 5px;
	padding-left: 22px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;

}


fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
	background: #FFFFFF;
}

td, th, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	background: url(../images/button.png) no-repeat;
	border: none;
	color: #ffffff;
	width: 55px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Article Layout */
.leading {
	padding-bottom: 10px;
}
.leading_separator {
	display: block;
	margin: 1px 0;
	height: 2px;
	border-bottom: 1px solid #121212;
	overflow: hidden;
	width: 100%;
}
.article_column {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.article_separator {
	clear: both;
	margin: 0;
	display: none;
}
.row_separator {
	display: block;
	clear: both;
	height: 2px;
	line-height: 2px;
	border-bottom: 1px solid #121212;
}
.article_row {
	margin: 0;
	overflow: hidden;
}
.column1.cols1 {
	float: none;
}
.column2.cols2 {
	float: right;
}
.column3.cols3 {
	float: right;
}
.column4.cols4 {
	float: right;
}
.column5.cols5 {
	float: right;
}
.column1.cols2 .article_column_pad,
.column1.cols3 .article_column_pad,
.column2.cols3 .article_column_pad,
.column1.cols4 .article_column_pad,
.column2.cols4 .article_column_pad,
.column3.cols4 .article_column_pad,
.column1.cols5 .article_column_pad,
.column2.cols5 .article_column_pad,
.column3.cols5 .article_column_pad,
.column4.cols5 .article_column_pad {
	border-right: 1px solid #121212;
}
.article_column_pad {
	margin: 10px 10px 10px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.leading img,
.article_column_pad img {
	padding: 5px;
	background: none;
	border: 1px solid #181818;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
p.iteminfo {
	line-height: 1em;
	margin: 0 -10px 5px;
	padding: 10px;
}
.article_row p.iteminfo {
	line-height: 1em;
	margin: 0 -10px 5px;
	padding: 10px;
}
.articleinfo {
	margin: 0.5em 0;
	color: #999999;
}
/* Category Table layout */
.filter {
	float: left;
	margin: 0;
	padding: 0;
}
.display {
	float: right;
	margin: 10px 0 0;
	text-align: right;
}
/**/
table.category,
table.weblinks,
table.newsfeeds {
	border:1px solid #181818;
	width: 100%;
	clear:both;
	font-size:1em;
	margin:20px 0;
}
table.newsfeeds th, table.weblinks th, table.category th {
	background: #181818;
	padding: 5px;
}
table.newsfeeds td, table.weblinks td, table.category td {
	padding:5px;
}
/* content tables */
.sectiontableheader {
	padding: 4px 8px;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #bbbbbb;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}
table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}

table.contenttoc td {
	padding: 1px 5px 1px 15px;
}

table.contenttoc th {
	border-bottom: 1px solid #181818;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #181818;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.blog_more {
	margin: 0;
	padding: 10px 0 0;
}

.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet-type.gif) no-repeat 7px 5px;
	margin: 0;
	padding: 0 0 0 22px;
}

.category {
	font-weight: normal;
}

h1.componentheading, .componentheading {
	font-size: 175%;
	font-weight: bold;
	margin: 0.8em 0 0;
	padding: 0;
	line-height: 28px;

}
h1.componentheading span,
.componentheading span {
	display: block;
}

.contentdescription {
	/*padding-bottom: 30px;*/
}

h2.contentheading, .contentheading {
	padding: 0;
	margin: 0.5em 0;
	font-size: 150%;
	font-weight: bold;
}

table.blog .contentheading {
	font-size: 1.4em;
}
td.contentheading {
	line-height: 28px;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	padding: 0 11px;
	font-size: 10px;
	display: inline-block;
	line-height: 16px;
	color: #ffffff;
	text-shadow: 0 -1px #c55300;
	background: url(../images/readon.png) no-repeat 0 0;
}

a.readon:hover, a.readon:focus, a.readon:active {
	text-decoration: none;
	text-shadow: 0 -1px #c55300;
	color: #ffffff;
	background: url(../images/readon.png) no-repeat 0 -16px;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	overflow: hidden;
	clear: both;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: center;
	list-style: none;
}

ul.pagination li {
	line-height: 20px;
	display: inline;
	margin: 10px 0;
	padding: 8px 5px 8px 5px;
	background: none;
}
ul.pagination li.jv-first-item {
	padding: 8px 0 8px 15px;
}
ul.pagination li.jv-last-item {
	padding: 8px 5px 8px 10px;
}
ul.pagination li.jv-first-item span,
ul.pagination li.jv-last-item span {
	padding: 2px 0;
}
ul.pagination li span {
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	color: #bbbbbb;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #bbbbbb;
	text-decoration: underline;
}
.counter {
	text-align: center;
	margin: 0.5em 0;
}
.pagenavbar {
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	background: none;
	padding: 3px 5px !important;
}

/* Contact*/
div.contact {
	margin: 10px 0;
}
.contact form {
	margin: 10px 0;
	padding: 20px;
}
address {
	font-style: normal;
	margin: 10px 0;
}
.contact label {
	float: left;
	font-weight: bold;
	margin: 10px 0 0;
	width: 14em;
}
.contact input {
	margin: 10px 0 0;
	padding: 2px 2px 0;
}
.contact label.copy {
	padding: 0 0 0 10px;
	width: 90%;
}
.contact_email_checkbox label {
	float: none !important;
}
#contact_text {
	height: 150px;
	width: 80%;
}
/* user */
form.user,
form.login_form {
	margin:10px 0;
}
form.login_form label,
form.user label {
	width:40%;
	float:left;
}
/* Form registration */
.name,
.user,
.email,
.pass,
.verify_pass {
	padding: 2px 0;
}
/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}
/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}

.article-tools {
	display: block;
	padding: 0 10px 0 0;
}

.article-meta {
	width: 70%;
	float: left;
	color: #bbbbbb;
}

.createdby {
	font-size: 0.8em;
	display: block;
}

.createdate {
	font-size: 0.8em;
	display: block;
}

.modifydate {
	width: 100%;
	display: block;
	color: #bbbbbb;
	margin: 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
}

.article-section a {
	color: #bbbbbb;
}

.article-category a {
	color: #bbbbbb;
}

.buttonheading img {
	margin: 12px 0 0 3px !important;
	padding: 0 !important;
	border: 0 !important;
	float: right;
	background: none !important;
}
p.buttonheading {
	text-align:right;
	margin: 0;
}

p.buttonheading a:hover {
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus {
	color:#000;
}
div.jv-grid {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
}
div.jv-grid-col {
	float: left;
	width: 19.9%;
	margin: 0;
	padding: 0;
}
span.seperator {
	width: 100%;
	display: block;
	clear: both;
	padding-top: 10px;
	margin-bottom: 9px;
	border-bottom: 1px solid #181818;
}
.jv_tab_pedon_wrap .pedon_title{
	overflow:hidden;
}
.moduletable-color .jv_tab_pedon_wrap .jv_tabs_tl,.moduletable-color .jv_tab_pedon_wrap .pedon_title{
	padding:0;
}
.moduletable-color .jv_tab_pedon_wrap .pedon_title{
	background:none;	
}
.moduletable-color .jv_tab_pedon_wrap ul.tabs_title {
	background:none;
	width:100%;
	margin:0;
	padding:0;
}
.moduletable-color .jv_tab_pedon_wrap ul.tabs_title li{
	background:none !important;
	line-height:40px;
}
.moduletable-color .jv_tab_pedon_wrap ul.tabs_title li h3 span{
	border-bottom: none !important;
	background: none !important;
	line-height: 37px !important;
	margin-left: 0 !important;
	font-weight:bold !important;
	padding: 2px 15px 1px !important;
	color: #ffffff !important;
}
.moduletable-color .jv_tab_pedon_wrap ul.tabs_title li{margin:0;}/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
body#bd {
	color: #575757;
	background: #141414 url(../images/bg.jpg) no-repeat top center;
	line-height: 18px;
}
#jv-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#jv-headerwrap,
#jv-containerwrap,
#jv-footerwrap {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}

#jv-header,
#jv-container,
#jv-footer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

/* MODULETABLE 
----------------------------------------------*/
div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable-blank,
div.moduletable-popular,
div.moduletable-color {
	margin: 0;
	padding: 0;
	background: none;
}
div.moduletable h3.mod-h3,
div.moduletable_menu h3.mod-h3,
div.moduletable_text h3.mod-h3 {
	margin: 0;
	display: block;
	padding-left: 14px;
	line-height: 40px;
	background: url(../images/h3-def.gif) repeat-x top left;
	color: #ffffff;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
}

div.moduletable-popular h3.mod-h3 {
	margin: 0;
	display: block;
	padding-left: 14px;
	line-height: 40px;
	background: url(../images/popular-h3.gif) no-repeat top left;
	color: #ffffff;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
}
div.moduletable div.mod-content,
div.moduletable_text div.mod-content {
	background: none;
	padding: 10px 5px 10px 14px;
}
div.moduletable_menu div.mod-content {
	padding: 10px 10px 10px 14px;
}
div.moduletable-blank div.mod-content {
	background: none;
	padding: 0;
}
div.moduletable-blank h3.mod-h3 {
	display: none;
}
div.moduletable-popular div.mod-content {
	background: #000000 url(../images/popular.gif) repeat-x top left;
	padding: 10px 5px 10px 14px;
}
div.moduletable-popular h3.mod-h3 span {
	color: #F58F05;
}
div.moduletable-color div.mod-content {
	background: #ff812a url(../images/color.gif) repeat-x top left;
	padding: 0;
}
div.moduletable-color h3.mod-h3 {
	margin: 0;
	display: block;
	padding-left: 14px;
	line-height: 40px;
	background: none;
	color: #ffffff;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
}
div.moduletable-hits h3.mod-h3 {
	margin: 0;
	display: block;
	padding-left: 14px;
	line-height: 40px;
	background: url(../images/mod-h3.gif) no-repeat top left;
	color: #ffffff;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
}
div.moduletable-hits div.mod-content {
	background: #2f3133 url(../images/mod-content.gif) repeat-x top left;
	padding: 10px 5px 10px 14px;
}
div.mod-content ul.menu,
div.mod-content ul.menu ul {
	margin: 0;
	padding: 0;
}
div.mod-content ul.menu li {
	margin: 0;
	padding: 0;
	line-height: 26px;
	background: none;
}
div.mod-content ul.menu li a {
	padding: 0;
	line-height: 26px;
	display: block;
	border-bottom: 1px solid #333537;
	font-size: 100%;
	
}
div.mod-content ul.menu li a span {
	display: block;
	color: #BBBBBB;
	font-size: 100%;
	padding: 4px 0px 4px 12px;
	line-height: 18px;
	
}
div.mod-content ul.menu li#current.parent a,
div.mod-content ul.menu li a:hover,
div.mod-content ul.menu li a:active,
div.mod-content ul.menu li a:focus {
	color: #F58F05;
	text-decoration: none;
}
div.mod-content ul.menu li#current a span,
div.mod-content ul.menu li a:hover span,
div.mod-content ul.menu li a:active span,
div.mod-content ul.menu li a:focus span {
	 color: #F58F05;
}

div.mod-content ul.menu li#current li a,
div.mod-content ul.menu li li a {
	color: #BBBBBB;
	padding-left: 10px;
	font-size: 95%;
}
div.mod-content ul.menu li#current li a span,
div.mod-content ul.menu li li a span {
	color: #BBBBBB;
	
}
div.mod-content ul.menu li#current.parent li a:hover span,
div.mod-content ul.menu li li#current a span,
div.mod-content ul.menu li li a:hover span,
div.mod-content ul.menu li li a:active span,
div.mod-content ul.menu li li a:focus span {
	color: #F58F05;
}
div.mod-content ul.menu li li#current li a,
div.mod-content ul.menu li li li a {
	padding-left: 40px;
	font-size: 90%;
}
div.mod-content ul.menu li li#current li a span {
	color: #BBBBBB;
}
div.mod-content ul.menu li li li#current li a,
div.mod-content ul.menu li li li li a {
	padding-left: 50px;
	font-size: 85%;
}
div.mod-content ul.menu li li li#current li a span {
	color: #BBBBBB;
}
/* END MODULETABLE
----------------------------------------------*/

/* BEGIN HEADER
-------------------------------------------------------------*/
#jv-header {
	position: relative;
}
#jv-header-top {
	width: 100%;
	clear: both;
	display: inline-block;
	min-height: 146px;
	height: auto !important;
	height: 146px;
}
#jv-logo {
	background: url(../images/logo.png) no-repeat top center;
	display: block;
	float: center;
	width: 60%;
	margin: 10px 0 20px 0;
}
#jv-logo  img {
	width: 500px;
	height: 116px;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
#jv-header-top-right {
	float: right;
	width: 58%;
}
#jv-header-top-right-pad {
	position: relative;
	width: 100%;
	display: inline-block;
}
#jv-tools {
	position: absolute;
	right: 0;
	top: 20px;
	display: inline-block;
	z-index: 999;
}
#jv-search {
	position: absolute;
	right: 0;
	top: 82px;
	z-index: 999;
	display: inline-block;
}
#jv-search .search {
	width: 297px;
	height: 34px;
	background: url(../images/search-bg.png) no-repeat;
}
#jv-search .inputbox {
	color: #454545;
	background: none;
	border: none;
	color: #454545;
	height: 18px;
	line-height: 18px;
	padding: 9px 10px 6px;
	width: 230px;
}
#jv-search .button {
	border: none;
	background: none;
	width: 45px;
	height: 32px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	line-height: 32px;
	text-indent: -999em;
}
#jv-mainmenu {
	width: 100%;
	display: inline-block;
	clear: both;
}
#jv-mainmenu-tr {
	background: url(../images/menu-r.png) no-repeat top right;
	margin-left: 8px;
}
#jv-mainmenu-tl {
	background: url(../images/menu-l.png) no-repeat top left;
	margin-left: -8px;
}
#jv-submenudrop,
#jv-submenu {
	width: 100%;
	clear: both;
	display: inline-block;
	height: 41px;
	background: #de5e06;
}
/* END HEADER
-------------------------------------------------------------*/

/* BEGIN CONTAINER
-------------------------------------------------------------*/
#jv-coolshow-wrap {
	width: 100%;
	display: inline-block;
	clear: both;
	background: #000000 url(../images/show-bg.gif) repeat-x top left;
}
#jv-coolshow {
	margin: 0;
	padding: 0;
}
.jv-cool-left,
.jv-cool-center {
	float: left;
}
.jv-cool-right {
	float: right;
}
* html .jv-proshow-group {
	background: url(../images/proshow-bg.gif) repeat top left;
}
* html .jv-proshow-group .but_pre {
	background: url(../images/arrow-l.gif) no-repeat 5px 9px !important;
}
* html .jv-proshow-group .but_next {
	background: url(../images/arrow-r.gif) no-repeat 5px 9px !important;
}
#jv-tabs .mod-content {
	padding: 10px !important;
}
#jv-tabs .container {
	background: none !important;
}
#jv-tabs  .jv_tabs .jv-tabs-title-top {
	background: url(../images/tab-bg.png) no-repeat top right;
	margin-left: 8px;
	width: auto !important;
}
* html #jv-tabs  .jv_tabs .jv-tabs-title-top {
	background: url(../images/tab-bg.gif) no-repeat top right;
	margin-left: 0px;
}
#jv-tabs  .jv_tabs .jv-tabs-title-top ul.jv-tabs-title {
	background: url(../images/tab-ul-bg.png) no-repeat top left;
	margin-left: -8px;
	width: auto !important;
}
* html #jv-tabs  .jv_tabs .jv-tabs-title-top ul.jv-tabs-title {
	background: url(../images/tab-ul-bg.gif) no-repeat top left;
	margin-left: 0px;

}
#jv-tabs .jv_tabs .jv-tabs-title-top ul li,
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.active, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.firstactive, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.lastactive {
	background: none !important;
	line-height: 18px;
	margin: 0 5px;
}
#jv-tabs .jv_tabs .jv-tabs-title-top ul.jv-tabs-title li h3 {
	border-bottom: none !important;
	background: none !important;
	margin-left: 5px;
}
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.active h3, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.firstactive h3, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.lastactive h3 {
	background: url(../images/tab-h3.png) no-repeat top right !important;
	border-bottom: none !important;
	
}
#jv-tabs .jv_tabs .jv-tabs-title-top ul.jv-tabs-title li h3 span{
	border-bottom: none !important;
	background: none !important;
	margin-left: -5px !important;
	padding: 2px 10px 1px !important;
}
#jv-tabs .jv_tabs .jv-tabs-title-top ul li h3 span, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li h3 span, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li h3 span {
	color: #2c2c2c !important;
	font-size: 9px;
	line-height: 15px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	background: none !important;
}
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.active h3 span, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.firstactive h3 span, 
#jv-tabs .jv_tabs .jv-tabs-title-top ul li.lastactive h3 span {
	background: url(../images/tab-span.png) no-repeat top left !important;
	color: #ffffff !important;
}
#jv-tabs div.latestnewsitems {
	padding-bottom: 10px;
	border-bottom: 1px solid #272727;
	overflow: hidden;
}
#jv-tabs div.latestnewsitems h4 {
	margin: 0.2em 0 0;
	color: #ffffff;
}
#jv-tabs div.latestnewsitems h4 a {
	color: #ffffff;
}
#jv-tabs div.latestnewsitems img {
	margin-top: 8px;
	background: #838383;
}
#jv-tabs .latestnewsdate {
	font-style: italic;
	font-size: 90%;
}
/* End #jv-coolshow-wrap */

#jv-userbox-wrap {
	width: 100%;
	clear: both;
	display: inline-block;
	background: #000000 url(../images/user-bg.gif) repeat-x top left;
}
#jv-userbox {
	margin: 0;
	padding: 0;
}
.jv-userbox-left,
.jv-userbox-center {
	float: left;
	overflow: hidden;
}
.jv-userbox-right {
	float: right;
	overflow: hidden;
}
.jv-userbox-full {
	float: none;
	clear: both;
	overflow: hidden;
}
ul.latestnews,
ul.mostread {
	margin: 0;
}
#jv-userbox h3.mod-h3 {
	background: none !important;
}
#jv-userbox .jv-cat-intro img {
	margin-right: 10px;
}
#jv-userbox .jv-cat-intro h4 {
	margin-top: 0;
}
#jv-userbox .jv-seperator {
	height: 0;
}
#jv-userbox  .jv-cat-list li,.jv_news_wrap .article-item li{
	background: url(../images/bullet-gray.png) no-repeat 4px 8px !important;
	border-bottom: 1px solid #131314;
	padding:0 0 0 19px !important;
	line-height: 25px;
}
* html #jv-userbox  .jv-cat-list li {
	background: url(../images/bullet-gray.gif) no-repeat 4px 8px;
}
#jv-userbox  .jv-cat-list li a ,.jv_news_wrap .article-item li a{
	color: #555555 !important;
	text-decoration: none;
}
#jv-userbox  .jv-cat-list li a:hover,
#jv-userbox  .jv-cat-list li a:focus,
#jv-userbox  .jv-cat-list li a:active {
	color: #BBBBBB;
	text-decoration: none;
}
#jv-userbox .jv-cat-linkmore {
	padding-top: 4px;
	font-style: italic;
}
#jv-userbox .jv-cat-intro .jv-cat-item-title a {
	text-transform: uppercase;
}
#jv-userbox .mod-content {
	padding: 10px !important;
	overflow: hidden;
}
#jv-userbox .container {
	background: none !important;
}
#jv-userbox  .jv_tabs .jv-tabs-title-top {
	background: none !important;
	margin-left: 0;
}
#jv-userbox  .jv_tabs .jv-tabs-title-top ul.jv-tabs-title {
	margin-left: 0;
	background: none !important;
}
#jv-userbox .jv_tabs .jv-tabs-title-top ul li,
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.active, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.firstactive, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.lastactive {
	background: none !important;
	line-height: 18px;
	margin: 0;
}
#jv-userbox .jv_tabs .jv-tabs-title-top ul.jv-tabs-title li h3 {
	border-bottom: none !important;
	background: none !important;
	margin-left: 5px;
}
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.active h3, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.firstactive h3, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.lastactive h3 {
	background: url(../images/tab-h3.png) no-repeat top right !important;
	border-bottom: none !important;
	
}
#jv-userbox .jv_tabs .jv-tabs-title-top ul.jv-tabs-title li h3 span{
	border-bottom: none !important;
	background: none !important;
	margin-left: -5px !important;
	padding: 2px 10px 1px !important;
}
#jv-userbox .jv_tabs .jv-tabs-title-top ul li h3 span, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li h3 span, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li h3 span {
	color: #2c2c2c !important;
	font-size: 9px;
	line-height: 15px !important;
	font-weight: normal !important;
	text-transform: uppercase;
	background: none !important;
}
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.active h3 span, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.firstactive h3 span, 
#jv-userbox .jv_tabs .jv-tabs-title-top ul li.lastactive h3 span {
	background: url(../images/tab-span.png) no-repeat top left !important;
	color: #ffffff !important;
}
#jv-userbox div.latestnewsitems {
	overflow: hidden;
}
#jv-userbox div.latestnewsitems a img {
	background: none;
	padding-right: 5px;
}
#jv-userbox div.latestnewsitems a.active img,
#jv-userbox div.latestnewsitems a:hover img,
#jv-userbox div.latestnewsitems a:active img,
#jv-userbox div.latestnewsitems a:focus img {
	background: #ff7d2a url(../images/img-latest.gif) no-repeat right center;
}
#jv-userbox div.latestnewsitems  h4 a {
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
#jv-userbox div.latestnewsitems  h4 a:hover,
#jv-userbox div.latestnewsitems  h4 a:focus {
	color: #bbbbbb;
	text-decoration: none;
	font-weight: normal;
}
#form-login .login-pretext {
	color: #ffffff;
	font-size: 110%;
}
#form-login .inputbox {
	background: url(../images/inputbox.png) no-repeat;
	color: #bbbbbb;
	border: none;
	padding: 5px 8px 3px 8px;
	width: 183px;
	height: 15px;
}
#form-login .button {
	background: url(../images/button.png) no-repeat;
	border: none;
	color: #ffffff;
	width: 55px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
}
#form-login ul li {
	background: url(../images/bullet.png) no-repeat 0 5px !important;
	line-height: 20px;
	padding-left: 18px !important;
}
/* end module login */
/*-------------------------*
----------------------------End #jv-userbox-wrap */

#jv-titleflash-wrap {
	width: 100%;
	clear: both;
	display: inline-block;
	background: #000000 url(../images/titleflash-bg.gif) repeat-x top left;
	border-bottom: 1px solid #191919;
}
#jv-titleflash {
	padding: 10px 10px 7px;
	overflow: hidden;
}
.jv-titleflash-pagination {
	padding: 0;
}
.jv-titleflash-pagination ul {
	padding: 0;
	margin: 0;
}
.jv-jvtitleflash span.title {
	background: url(../images/hotnew.png) no-repeat;
	display: block;
	padding: 1px 12px 3px 23px;
	font-size: 90%;
	color: #ffffff;
}
.jv-jvtitleflash .sliderwrapper {
	height: 22px !important;
}
.jv-jvtitleflash .sliderwrapper .contentdiv {
	padding: 0 5px 0 15px;
	height: auto !important;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span {
	font-size: 95%;
	color: #ffffff !important;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.cattitle {
	text-decoration: none;
	padding-right: 10px;
	display: inline-block;
	background: url(../images/title-arrow.png) no-repeat 100% 8px;
}

/* End titleflash mod */

#jv-contentwrap {
	float: left;
	overflow: hidden;
	background: #010101;
}
#jv-contentwrap-pad {
	margin: 0;
	padding: 0;
}
#jv-content {
	width: 100%;
	clear: both;
	display: inline-block;
}
#jv-content-pad {
	padding: 10px 10px 10px 14px;
}
#jv-content-user {
	width: 100%;
	clear: both;
	display: inline-block;
}
#jv-content-user .latestnewsitems {
	overflow: hidden;
}
#jv-content-user .latestnewsitems a img {
	margin-right: 10px;
	background: none;
	padding: 0;
}
#jv-content-user .latestnewsitems h4 {
	font-size: 100%;
}
#jv-content-user .latestnewsitems h4 a {
	font-size: 100%;
	color: #ffffff;
	text-transform: uppercase;
}
#jv-content-user .latestnewsitems a.readone {
	padding: 0 11px;
	margin-top: 5px;
	font-size: 10px;
	display: inline-block;
	line-height: 16px;
	color: #ffffff;
	text-shadow: 0 -1px #c55300;
	background: url(../images/readon.png) no-repeat 0 0;
}
#jv-content-user .latestnewsitems a.readone:hover,
#jv-content-user .latestnewsitems a.readone:focus,
#jv-content-user .latestnewsitems a.readone:active {
	text-decoration: none;
	text-shadow: 0 -1px #c55300;
	color: #ffffff;
	background: url(../images/readon.png) no-repeat 0 -16px;
}
/* Begin colright */
#jv-colright {
	float: right;
	width: 316px;
	overflow: hidden;
}
#jv-colright-pad {
	margin: 0;
	padding: 0;
	background: #2F3133;
}

#jv-colright div.moduletable h3.mod-h3,
#jv-colright div.moduletable_menu h3.mod-h3,
#jv-colright div.moduletable_text h3.mod-h3 {
	margin: 0;
	display: block;
	padding-left: 14px;
	line-height: 40px;
	background: url(../images/mod-h3.gif) no-repeat top left;
	color: #ffffff;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
}
#jv-colright div.moduletable h3.mod-h3 span,
#jv-colright div.moduletable_menu h3.mod-h3 span,
#jv-colright div.moduletable_text h3.mod-h3 span,
#jv-colright div.moduletable-hits h3.mod-h3 span {
	color: #f58f05;
}
#jv-colright div.moduletable div.mod-content,
#jv-colright div.moduletable_menu div.mod-content,
#jv-colright div.moduletable_text div.mod-content,
#jv-colright div.moduletable-blank div.mod-content {
	background: #2f3133 url(../images/mod-content.gif) repeat-x top left;
	padding: 10px 5px 10px 14px;
}

div.moduletable-hits .latestnewsitems {
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #333537;
}
div.moduletable-hits .latestnewsitems a img {
	background: #292b2d;
	padding: 3px;
}
div.moduletable-hits .latestnewsitems-intro {
	padding-right: 52px;
}
div.moduletable-hits .latestnewsitems .latestnewshits {
	position: absolute;
	display: block;
	background: url(../images/hit.png) no-repeat top left;
	width: 34px;
	height: 27px;
	text-align: center;
	line-height: 23px;
	color: #555656;
	right: 7px;
	top: 32px;
}
* html div.moduletable-hits .latestnewsitems .latestnewshits {
	background: url(../images/hit.gif) no-repeat top left;
}
div.moduletable-hits  .latestnewsitems .latestnewsdate {
	display: block;
	font-size: 90%;
	font-style: italic;
}
/* End colright */

#jv-userbot-wrap {
	width: 100%;
	clear: both;
	display: inline-block;
	background: #000000;
	margin: 0;
	padding: 0;
}
#jv-userbot {
	margin: 0;
	padding: 0;
}
#jv-userbot .jv-cat-round-tl {
	margin-right: 10px;
}
#jv-userbot .jv-cat-intro img {
	margin-right: 10px;
}
#jv-userbot .jv-cat-intro h4 {
	margin-top: 0;
}
#jv-userbot .jv-seperator {
	height: 0;
}
#jv-userbot  .jv-cat-list li {
	background: url(../images/bullet-gray.png) no-repeat 4px 8px;
	border-bottom: 1px solid #131314;
	padding-left: 19px;
	line-height: 25px;
}
* html #jv-userbot  .jv-cat-list li {
	background: url(../images/bullet-gray.gif) no-repeat 4px 8px;
}
#jv-userbot  .jv-cat-list li a {
	color: #555555;
	text-decoration: none;
}
#jv-userbot  .jv-cat-list li a:hover,
#jv-userbot  .jv-cat-list li a:focus,
#jv-userbot  .jv-cat-list li a:active {
	color: #BBBBBB;
	text-decoration: none;
}
#jv-userbot .jv-cat-linkmore {
	padding-top: 4px;
	font-style: italic;
}
#jv-userbot .jv-cat-intro .jv-cat-item-title a {
	text-transform: uppercase;
}
/* End #jv-userbot */

#jv-useradd-wrap {
	width: 100%;
	clear: both;
	display: inline-block;
	background: #000000 ;
}
#jv-useradd {
	margin: 0;
	padding: 0;
}
.jv-useradd {
	background: #FF812A;
	color: #ffffff;
}
#jv-user8 {
	float: left;
	overflow: hidden;
}
#jv-user9 {
	float: right;
	overflow: hidden;
}
.jv-useradd .container {
	background: none !important;
}
.jv-useradd  .jv_tabs .jv-tabs-title-top {
	background: none !important;
	margin-left: 0;
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul.jv-tabs-title {
	background: none !important;
	margin-left: 0;
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul li,
.jv-useradd .jv_tabs .jv-tabs-title-top ul li.active, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul li.firstactive, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul li.lastactive {
	background: none !important;
	line-height: 40px;
	margin: 0 !important;
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul.jv-tabs-title li h3 {
	border-bottom: none !important;
	background: none !important;
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul li.active h3, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul li.firstactive h3, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul li.lastactive h3 {
	background: url(../images/tab-menu-act.gif) repeat-x top left !important;
	border-bottom: none !important;
	
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul.jv-tabs-title li h3 span{
	border-bottom: none !important;
	background: none !important;
	line-height: 37px !important;
	margin-left: 0 !important;
	padding: 2px 15px 1px !important;
	color: #ffffff !important;
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul li h3 span, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul li h3 span, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul li h3 span {
	color: #ffffff !important;
	font-size: 9px;
	line-height: 37px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	background: none !important;
}
.jv-useradd .jv_tabs .jv-tabs-title-top ul.jv-tabs-title  li.active h3 span, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul.jv-tabs-title  li.firstactive h3 span, 
.jv-useradd .jv_tabs .jv-tabs-title-top ul.jv-tabs-title  li.lastactive h3 span {
	background: none !important;
	color: #ffffff !important;
	font-weight: bold !important;
}
.jv-useradd .jv-tab-panels-top {
	width: auto !important;
	margin: 5px 15px 0;
}
.jv-useradd .jvcarousel-item {
	margin: 5px 10px 5px 5px;
}
* html .jv-useradd .jvcarousel-item {
	overflow: hidden;
}
.jv-useradd  .jvcarousel_mtitle {
	font-size: 110%;
	color: #ffffff;
	text-transform: uppercase;
}
.jvcarousel-item p.readmore a {
	color: #fff;
	font-style: italic;
}
.jv-useradd .jvcarousel-item img {
	border: 5px solid #c86322;
}
.jv-useradd .jvcarousel-pagi .handles .handles_item {
	background: none;
	color: #ffffff;
	text-indent: 0;
}
.jv-useradd .jvcarousel-pagi .handles span.active {
	background: none;
	color: #1C1D1E;
	text-indent: 0;
}
.jv-useradd .latestnewsitems {

}
.jv-useradd .latestnewsitems a img {
	padding: 5px;
	background: #c86322;
}
.jv-useradd .latestnewsitems h4 {
	color: #ffffff;
	font-size: 110%;
	font-weight: normal;
}
.jv-useradd .latestnewsitems h4 a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	padding-top: 5px;
	clear: both;
}
.jv-useradd a.readmore {
	color: #e56004;
	background: url(../images/readmore.gif) no-repeat;
	display: inline-block;
	padding: 2px 12px;
	margin-top: 5px;
}
.jv-useradd a.readmore:hover,
.jv-useradd a.readmore:active,
.jv-useradd a.readmore:focus {
	color: #ffffff;
	text-decoration: none;
}
.jv-useradd .latestnewsitems .readone {
	color: #e56004;
	background: url(../images/readmore.gif) no-repeat;
	display: inline-block;
	padding: 2px 7px;
	margin-top: 5px;
}
.jv-useradd .latestnewsitems .readone:hover,
.jv-useradd .latestnewsitems .readone:active,
.jv-useradd .latestnewsitems .readone:focus {
	color: #ffffff;
	text-decoration: none;
}
.mostread-popular {
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
}
.mostread-popular li.mostread-popular {
	border-bottom: 1px solid #121212;
	background: url(../images/bullet-gray.png) no-repeat 3px 8px;
	line-height: 25px;
	display: block;
	margin-top: 10px;
	padding: 0 0 0 20px;
}
* html .mostread-popular li.mostread-popular {
	background: url(../images/bullet-gray.gif) no-repeat 3px 8px;
}
.mostread-popular li.mostread-popular a {
	color: #555555;
	text-decoration: none;
}
.mostread-popular li.mostread-popular a:hover,
.mostread-popular li.mostread-popular a:active,
.mostread-popular li.mostread-popular a:focus {
	color: #BBBBBB;
	text-decoration: none;
}
/* End jv-useradd */

/* END CONTAINER
-------------------------------------------------------------*/

/* BEGIN FOOTER 
-------------------------------------------------------------*/
#jv-footer-menu {
	width: 100%;
	display: inline-block;
	clear: both;
	background: #131314 url(../images/footer-nav.gif) repeat-x top left;
}
#jv-footer-menu-pad {
	text-align: center;
	overflow: hidden;
}
#jv-footer-menu #mainlevel {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#jv-footer-menu #mainlevel li {
	margin: 0;
	padding: 0 13px;
	line-height: 40px;
	display: inline;
	background: none;
}
#jv-footer-menu #mainlevel li a {
	text-decoration: none;
	background: none;
	color: #6b6b6b;
}
#jv-footer-menu #mainlevel li a:hover,
#jv-footer-menu #mainlevel li a:active,
#jv-footer-menu #mainlevel li a:focus,
#jv-footer-menu #mainlevel li a#active_menu {
	text-decoration: none;
	background: none;
	color: #dbdbdb;
}
#jv-footer-text {
	width: 100%;
	display: inline-block;
	clear: both;
	background: #111112;
	color: #353535;
}
#jv-footer-text-pad {
	text-align: center;
	overflow: hidden;
}
#jv-footer-br {
	background: #0a0a0a url(../images/footer-br.gif) no-repeat bottom right;
	width: 100%;
	display: inline-block;
	clear: both;
}
#jv-footer-bl {
	background: url(../images/footer-bl.gif) no-repeat bottom left;
	min-height: 42px;
	height: auto !important;
	height: 42px;
	text-align: center;
	overflow: hidden;
	color: #2f2f2f;
}
#jv-footer-ads {
	width: 100%;
	display: inline-block;
	clear: both;
}
#jv-footer-ads-pad {
	text-align: center;
	overflow: hidden;
}
.jv-copyright {
	text-align: center;
	color: #424445;
}
/* END FOOTER 
-------------------------------------------------------------*/


/* Clearfix */
.clearfix {
	clear: both;
}
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}
*+html .clearfix,
* html .clearfix {
	height: 1%;
}
.cls{clear:both;}
.jv_tab_pedon_wrap .jv_pedon_content .jv_pedon_subcontent{
	padding:5px 10px;
}
.jv_tab_pedon_wrap .jv_tabs_tl,.jv_tab_pedon_wrap .jv_tabpedon,.moduletable-jvtabuser5 .jv_tab_pedon_wrap .pedon_title{
	background:none;
}
.moduletable-jvtabuser5 ul.tabs_title{
	background:none;
}
div.jv-frame-cat .jv-category img.jv-sectcont-thumb-left{border:none;
	padding:0;
}
.jv_news_wrap li.jv-article-title h4{
	font-size:100%;
	margin:0 0 2px 0;
	font-weight:bold;
	color:#F1F7FE;
	padding:0;
}
.jv_news_wrap li.jv-article-title a{
	color:#F1F7FE;
	text-transform:uppercase;
}
.jv_news_wrap p.jv-sectcont-introtext{
	margin:0.4em 0;
	padding:0;
}
.jv_news_wrap p.more_link{
	clear:both;
	margin:10px 0 2px;
	padding:4px 0 0 0;
	font-style:italic;
	font-size:95%;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:normal;
}/*------------------------------------------------------------------------
* JV Template 1.5 - Feb, 2009
* ------------------------------------------------------------------------
* Copyright (C) 2004-2008 APL Solutions And Vision Co., LTD. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: APL Solutions And Vision Co., LTD
* Websites:  http://www.joomgroup.com -  http://www.joomvision.com
-------------------------------------------------------------------------*/

/* TYPOGRAPHY
--------------------------------------------------------- */
pre, .code {
	background: #181818;
	font-family: "Courier News",monospace;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 10px 15px;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	background: url(../images/bq-o.gif) no-repeat left top;
	padding: 6px 0 6px 32px;
}

blockquote span.close {
	background: url(../images/bq-c.gif) no-repeat bottom right;
	padding: 6px 28px 6px 0;
}

blockquote.testimonial {
	padding: 0 0 15px;
	border-bottom: 1px solid #E6E6E6;
}

blockquote.testimonial span.author {
	background: url(../images/author.gif) no-repeat 5px center;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 20px;
}
/**/
small {
	font-size: 0.85em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sup em {
	color: #FF0000;
	font-size: .8em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	letter-spacing: 1px;
	cursor: help;
}
/* @IMAGE */
img {
	border: none;
}

img.image-left {
	float: left;
	margin: .5em 1em .5em 0;
}

img.image-right {
	float: right;
	margin: .5em 0 .5em 1em;
}

img.image-border {
	padding: 5px;
	background: none;
	border: 1px solid #181818;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

img.image-margin {
	margin: .5em;
}



/* Reset original styles */
#jsn-mainbody a[title="PDF"], #jsn-mainbody a[title="Print"], #jsn-mainbody a[title="E-mail"] {
	padding: 0;
	background: none;
}

/* @TEXT */
.clearbreak {
	clear: both;
}

div.grid2:after, div.grid3:after, div.grid4:after, div.grid5:after, ul.hlist-left:after, ul.hlist-right:after, .clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Text grid */
div.grid-col {
	float: left;
	margin-right: 2%;
	overflow: hidden;
}

div.grid-lastcol {
	float: right;
	margin-right: 0 !important;
	overflow: hidden;
}

div.grid2 div.grid-col {
	width: 48.8%;
}

div.grid3 div.grid-col {
	width: 31.9%;
}

div.grid4 div.grid-col {
	width: 23.4%;
}

div.grid5 div.grid-col {
	width: 18.3%;
}

/* Dropcap */
.dropcap {
	overflow: hidden;
}
.dropcap:first-letter {
	display: block;
	float: left;
	font: 50px/40px Georgia, Times, serif;
	padding: 3px 7px 0 0;
}
/* Tips, Error, Message, Hightlight*/
p.error {
	background: url(../images/error.gif) no-repeat top left;
	color: #DF0000;
	padding: 0 0 8px 22px;
}

p.message {
	background: url(../images/info.gif) no-repeat top left;
	color: #2FAFCB;
	padding: 0 0 8px 22px;
}

p.tips {
	background: url(../images/tips.gif) no-repeat top left;
	color: #FA6900;
	padding: 0 0 7px 22px;
}

p.feed {
	background: url(../images/feed.gif) no-repeat top left;
	padding-left: 22px;
	padding-bottom: 5px;
}

.highlight {
	color: #ffffff;
	background: #181818;
	font-weight: bold;
	padding: 3px 5px;

}

/* Note Style */
p.stickynote {
	background: #181818 url(../images/stickynote.gif) no-repeat 4px center;
	padding: 15px 10px 15px 65px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.download {
	background: #181818 url(../images/download.gif) no-repeat 4px center;
	padding: 15px 10px 15px 65px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* checklist */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url(../images/checklist.gif) no-repeat 4px 3px !important;
	margin: 0;
	padding: 0 0 0 25px !important;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url(../images/star.gif) no-repeat 4px 1px !important;
	margin: 0;
	padding: 0 0 0 26px !important;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url(../images/arrow.gif) no-repeat 5px 5px !important;
	margin: 0;
	padding: 0 0 0 22px !important;
}
/* Home list */
ul.homelist {
	list-style: none;
}

ul.homelist li {
	background:url(../images/home.gif) no-repeat 2px 2px !important;
	line-height:24px;
	margin:0;
	padding:0 0 0 28px !important;
}
/* Phone list */
ul.phonelist {
	list-style: none;
}

ul.phonelist li {
	background:url(../images/phone.gif) no-repeat 2px 5px !important;
	line-height:20px;
	margin:0;
	padding:0 0 0 28px !important;
}
/* Bignumber */
.bignumber {
	background: url(../images/bignumber.gif) no-repeat top left;
	color: #e67d2f;
	display: block;
	float: left;
	font: bold 15px/normal Arial, sans-serif;
	margin-right: 8px;
	padding: 10px;
}

/* 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 {
	font-weight: bold;
	margin-left: 15px;
	padding-left: 0;
}

div.bubble1 div {
	background: #181818 url(../images/bub1-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

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 23px;
	width: auto;
}

div.bubble2 div {
	background: #181818 url(../images/bub2-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

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: 12px 15px 23px;
	width: auto;
}

div.bubble3 div {
	background: #181818 url(../images/bub3-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

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: 14px 15px 40px;
	width: auto;
}

div.bubble4 div {
	background: #181818 url(../images/bub4-br.gif) no-repeat bottom right;
	margin: 0;
	width: 100%;
}

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: 10px 15px 14px;
	width: auto;
}

/* Legend */
.legend-title {
	background: #0b0b0b;
	display: block;
	font-size: 100%;
	float: left;
	font-weight: bold;
	left: 7px;
	margin: 0;
	padding: 0 3px;
	position: absolute;
	top: -10px;
}

.legend {
	border: 1px solid #181818;
	margin: 20px 0;
	padding: 0 10px;
	position: relative;
}

/* Left & Right*/
div.jv-left,
div.jv-right {
	margin: 0;
	padding: 0;
	width: 49%;
}

div.jv-left {
	float: left;
}

div.jv-right {
	float: right;
}


/* @TABLES */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

/* Plain rows */
table.plainrows {
	background-color: #F2F2F2;
	color: #404040;
	border-collapse: collapse;
}

table.plainrows caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.plainrows thead {
	border-bottom: solid 1px #284D73;
}

table.plainrows thead th {
	padding: 5px 10px;
	background-color: #366999;
	color: #FFFFFF;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot th, table.plainrows tfoot td {
	padding: 3px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
	text-transform: capitalize;
}

table.plainrows tfoot td {
	text-align: right;
}

table.plainrows tbody th, table.plainrows tbody td {
	border-bottom: solid 1px #D9D9D9;
	padding: 4px 10px;
}

table.plainrows tbody th {
	white-space: nowrap;
}

table.plainrows tr.odd {
}

table.plainrows tbody tr:hover {
	background: #E5E5E5;
}

/* Dark stripes */
table.colorstripes {
	border: 1px solid #162C40;
	color: #FFFFFF;
	background: #284D73;
	border-collapse: collapse;
}

table.colorstripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.colorstripes td, table.colorstripes th {
	border: 1px dashed #366999;
	padding: 5px 10px;
}

table.colorstripes thead th {
	border: 1px solid #284D73;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tbody th, table.colorstripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.colorstripes tbody tr.odd {
	background: #224161;
}

table.colorstripes tbody tr:hover {
	background: #1F3D59;
}

table.colorstripes tbody tr:hover th, table.colorstripes tbody tr.odd:hover th {
	background: #1F3D59;
}

table.colorstripes tfoot th, table.colorstripes tfoot td {
	border: none;
	padding: 4px 10px;
	background: #162C40;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.colorstripes tfoot td {
	text-align: right;
}

/* Light stripes */
table.greystripes {
	border: 1px solid #D9D9D9;
	color: #404040;
	background: #FFFFFF;
	border-collapse: collapse;
}

table.greystripes caption {
	padding: 6px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

table.greystripes td, table.greystripes th {
	border: 1px dashed #E5E5E5;
	padding: 5px 10px;
}

table.greystripes thead th {
	border: 1px solid #595959;
	border-bottom: 2px solid #000000;
	background: #404040;
	color: #FFFFFF;
	font-size: 1.1em;
}

table.greystripes tbody th, table.greystripes tbody td {
	text-align: left;
	vertical-align: top;
}

table.greystripes tbody tr.odd {
	background: #F2F2F2;
}

table.greystripes tbody tr:hover {
	background: #E5E5E5;
}

table.greystripes tbody tr:hover th, table.greystripes tbody tr.odd:hover th {
	background: #E5E5E5;
}

table.greystripes tfoot th, table.greystripes tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #D9D9D9;
	color: #000000;
	font-size: 1.1em;
}

table.greystripes tfoot td {
	text-align: right;
}


