﻿/*------------------------------------------------------------------------
* 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
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
        
}

body {
	background: #FFFFFF;
	color: #FFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
        font-weight: bold;
        float: center;
}

body.contentpane {
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
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: 92%;
}

/*article image*/
img {
	margin: 0;
	padding: 0;
	border: none;
}

a {
 color: #88891b;
 text-decoration: none;
 outline: none;
 font-weight: bold;
 font-size: 12px;
}
a:hover, /*a:active,*/ a:focus {
        color: #FF0000;
	text-decoration: none;
}

/* Heading */
h1 {font-size: 185%;}
h2 {font-size: 165%;}
h3 {font-size: 140%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 0.8em 0;
	padding: 0;
}
ol li,
ul li {
	margin-left: 31px;
}
th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 0;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	padding: 0;
	background: none;
}

legend {
	font-weight: bold;
}
hr {
	border: none;
	border-bottom: 1px solid #3c3c3c;
	height: 1px;
	background: none;
}
td, th, div {
	font-size: 12px;
}

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

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.inputbox {
	width: auto;
	height: auto;
}
.button {
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	background: url(../images/button-red.jpg) no-repeat center;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	font-weight: bold;
	width: auto;
	height: auto;
	float: none;
	line-height: normal;
}
.button-big {
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	background: url(../images/button-confirm.jpg) no-repeat center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.button-medium {
	padding: 5px 15px;
	border: none;
	cursor: pointer;
	background: url(../images/button-medium.jpg) no-repeat center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.buttonreset {
	padding: 5px 10px;
	border: none;
	cursor: pointer;
	background: url(../images/button-gray.jpg) no-repeat center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}
/* Form registration */
.name,
.user,
.email,
.pass,
.verify_pass {
	padding: 2px 0;
}
/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

form.editor fieldset {
	border:solid 1px #ccc;
	padding:20px;
	margin:10px 0;
}

form.editor .publishing label {
	float:left;
	width:14em;
	font-weight:bold;
}

form.editor .publishing div {
	margin:5px 0;
}

form.editor .publishing .radio label {
	float:none;
	width:14em;
}

form.editor .publishing .radio label span {
	float:left;
	width:14em;
}

form.editor fieldset.metadata label {
	float:none !important;
	display:block;
	font-weight:bold;
}

.save {
	text-align:right;
	padding:10px 0;
}

/* user */
.user {
	margin:10px 0;
}

form.user label {
	width:40%;
	float:left;
}
* html .button { /*IE 6*/
	padding: 0 5px !important;
}

*+html .button { /*IE 7*/
	padding: 5px !important;
}
*+html .buttonreset {
	padding: 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Article Layout */
.leading {
	padding-bottom: 10px;
}
.leading_separator {
	border-top: 1px solid #3C3C3C;
	display: block;
	margin: 1px 0;
	height: 2px;
	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;
	border-bottom: 1px solid #3C3C3C;
	height: 2px;
}
.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 #3C3C3C;
}
.article_column_pad {
	margin: 10px 10px 10px 0;
	padding: 0 10px 0 0;
	overflow: hidden;
}
.article_row p.iteminfo {
	line-height: 1em;
	margin: 0 -10px 5px;
	padding: 10px;
}
.articleinfo {
	margin: 0.5em 0;
}
/* Category Table layout */
.filter {
	float: left;
	margin: 0;
	padding: 0;
}
.display {
	float: right;
	margin: 9px 0 0;
	text-align: right;
}
/* content tables */
.sectiontableheader {
	padding: 4px 8px;
	font-weight: bold;
}

.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #ff7300;
}

.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;
	list-style: none;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 4px 7px;
	margin: 0;
	padding: 0 0 0 5px;
}
.blog {
	padding: 0;
}
.display {
	margin: 10px 0 0;
	text-align:right;
}
/* article index */
table.contenttoc {
	border: solid 1px #737373;
	padding: 10px;
	margin: 10px;
	float: right;
}
table.contenttoc td {
	padding: 0 5px;
}
table.contenttoc td .toclink {
	background: url(../images/bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
}
/**/
table.category,
table.weblinks,
table.newsfeeds {
	border:1px solid #3c3c3c;
	width: 100%;
	clear:both;
	font-size:1em;
	margin:20px 0;
}
table.newsfeeds th, table.weblinks th, table.category th {
	background: #3c3c3c;
	padding:5px;
}
table.newsfeeds td, table.weblinks td, table.category td {
	padding:5px;
}
.sectiontableheader {
	background: #3c3c3c;
	padding:5px;
}
.sectiontableentry1 input {
	vertical-align: middle;
}
h1.componentheading, .componentheading {
	font-size: 1.85em;
	margin: 0.8em 0;
	padding: 0;
}

.contentdescription {
	/*padding-bottom: 30px;*/
}

h2.contentheading, .contentheading {
	margin: 0.5em 0;
	padding: 0;
	font-size: 1.65em;
	font-weight: bold;
}

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


ul.pagination {
	color: #ff7300;
	overflow: hidden;
	clear: both;
	margin: 10px 0 0;
	padding: 10px 0;
	text-align: center;
}


ul.pagination li {
	line-height:1.4em;
	display: inline;
	margin: 10px 0;
	padding: 0 0 0 10px;
}

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

ul.pagination a {
	padding: 2px 3px;
	text-decoration: none;
	color: #ff7300;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #ffffff;
}
.counter {
	text-align: center;
}
.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;
}



/* 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%;
}
/* 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: #ff7300;
}

.createdby {
	font-size: 0.9em;
	color: #5c5b5b;
}
.createdate {
	font-size: 0.9em;
	color: #5c5b5b;
}
.modifydate {
	width: 100%;
	display: block;
	color: #ff7300;
	margin: 0;
}

.article-section {
	padding-left: 6px;
	margin-left: 5px;
}

.article-section a {
	color: #ff7300;
}

.article-category a {
	color: #ff7300;
}

div.buttonheading {
	position: absolute;
	top: 4px;
	right: 10px;
}

.buttonheading img {
	margin: 8px 0 0 3px !important;
	border: 0 !important;
	float: right;
	background: none !important;
}
p.buttonheading {
	text-align:right;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	color:#000;
}

em
{
	font-weight:bold;
}