/*------------------------------------------------------------------------
* ------------------------------------------------------------------------
* Copyright (c) 2008-2011 ZooTemplate. All Rights Reserved.
* @license - Copyrighted Commercial Software
* Author: ZooTemplate
* Websites:  http://www.zootemplate.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 18px;
}
body.contentpane {
	color: #000000;
	background: #FFFFFF;
	font-size: 100%;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
.contentpane .button {
	display: inline;
	height: 25px;
	padding: 0 10px;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan {
	font-size: 92%;
}
/*article image*/

img.caption {
	padding: 4px;
	background: #e3e3e3;
	border: 1px solid #e0e0e0;

}
img.personal {
	margin-right: 15px;
	float: left;
	padding: 0px;
	overflow: hidden;

}
img.picture{
	padding: 4px;
	background: #e3e3e3;
	border: 1px solid #e0e0e0;
	float: left;
	margin: 0 20px 0 0;
}

/** Link Default**/
a.readmore{
	display: inline-block;

}
a.readmore span{
	padding-right: 15px;
	display: block;
	height: 26px;
	line-height: 25px;
	font-size: 100%;
	background: url(../images/readmore.png) no-repeat right center;
}
a.readmore:hover{
	display: inline-block;

}
a.readmore:hover span{
	text-shadow: none;
	background: url(../images/readmore.png) no-repeat right center;
}
a.img_hover img {
	margin-right: 15px;
	float: leFt;
	background: #e9e9e9;
	padding: 3px;
	overflow: hidden;
}
a.img_hover:hover img
{
	padding: 3px;
	background: #a7a7a7;
}
a {
	outline: none;
	color: #12acce;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
	background: none;
}
a.readone{
	font-weight: bold;
	display: inline-block;
}


/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

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

}
ul {
	list-style: none;
	margin: 0;
}
.tool-tip {
	background: #f3f3f3;
	border: 1px solid #b9b9b9;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul li {
	padding: 1px 0 1px 15px;
	background: url(../images/bullet.png) no-repeat 3px 8px;
}
div.modulecontent ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	padding: 0;
	background: none;
	border-top: 1px dotted #d5d5d5;
}
ul.menu li a{
	padding: 3px 0px 3px 15px;
	font-size: 	108.3%;
	display: block;
	color: #555555;
	background: url(../images/arrow-ul.png) no-repeat 3px 8px;
}
ul.menu li a:hover{
	color: #4586c6;
	text-decoration: none;
	background: #f0f0f0 url(../images/arrow-ul.png) no-repeat 3px -34px;
}
ul.menu ul {
	margin: 0px;
	margin-left: -10px;
}
ul.menu ul li  {
	padding-left: 20px;
	width:auto;
}
ul.list {
	margin: 0;
}
ul.list li {
	padding: 5px 0 5px 0;
	background: none;
	border-bottom: 1px dotted #545454;
}
ul.list li a {
	color: #444;
	font-weight: bold;
}
#zt-userwrap3 ul.list li {
	border-bottom: dotted 1px #BFBFBF;
}
ol li {
	margin-left: 21px;
}
th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
fieldset {
	border: none;
	padding: 10px 0px;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	padding: 0;
	background: none;
}
legend {
	font-weight: bold;
}
td, th, div {

}

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

input, select, textarea, .inputbox, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 0px;
}
.inputbox ,
input.required{
	margin: 0 0 5px 0;
	padding: 4px 8px;
	color: #6E6E6E;
	background: #fff;
	border: 1px solid #e6e7e7;
}
div.inputbox-l{
       padding-top: 9px;
        background: url(../images/inputbox-t1.png) repeat-x 0 0;
}
div.inputbox-r{
        padding: 2px 10px 9px;
	background: #313131 url(../images/inputbox-t2.png) repeat-y left top;

}

div.inputbox3-l{
        background: url(../images/inputbox3-bg.png) no-repeat left top;
}
div.inputbox3-r{
        padding: 7px 10px 7px;
        margin-left: 5px;

        background: url(../images/inputbox3-bg.png) no-repeat right -32px;
}
div.inputbox-l input.inputbox,
div.inputbox2-l input.inputbox,
div.inputbox3-l input.inputbox{
        margin: 0;
        padding: 0;
        border: none;
        background: none;
}

#mod_search_searchword{
	display: block;
	padding: 7px 8px;
	float: left;
	width: 200px !important;
	border: none;
	color: #bcbcbc;
        margin-bottom: 0;
	background: url(../images/search-bg.png) no-repeat 0 0;
}
.bt-search{
	width: 35px;
	height: 27px;
	display: inline-block;
	border: none;
	text-indent: -999em;
        cursor: pointer;
	background: url(../images/bt-search.png) no-repeat 0 0;
}
.button{
	padding: 5px 10px ;
	display: inline-block;
	line-height: 16px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	border: none;
	background:url("../images/button-a.png") repeat-x 0 0;

}
.button:hover{
	background: #1eb2d3;
}


div.zt-field{
	overflow: hidden;
	margin-bottom: 5px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/* Article Layout */
.leading {
	width: 100%;
	padding-bottom: 10px;

}
.leading_separator {
	display: block;
	clear: both;
}
.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;
}
.article_row {
	padding: 0;
	overflow: hidden;

}
.items-leading{
	margin-bottom: 1.5em;
}
.items-row,
.items-leading{
	width: 100%;
	display: inline-block;
}
.cols-2 .item{
	float: left;
    width: 49.95%;
}

p.iteminfo {
	line-height: 1em;
	margin: 0;

}
.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: 10px 0 0;
	text-align: right;
}
/**/

table.category,
table.weblinks,
table.newsfeeds {
	border: 1px solid #383838;
	width: 100%;
	clear:both;
	font-size: 	108.3%;
	margin:20px 0;
}
table.category {
	border: 1px solid #cfcfcf;
	width: auto;
	margin:10px 0;
}
table.category td {
	padding: 4px 4px !important;
	background: #f4f6f1;
}
table.category td.last {
	padding: 0px 4px 0px 0px !important;
}
table.newsfeeds th, table.weblinks th, table.category th {
	color: #444;
	background: #dedede;
	padding: 8px 5px 8px 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: #444;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
}
tr.sectiontableentry2 td {
	background: #efefef;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}
table.contentpane {
	border: none;
	background:none;
	border:0px solid #383838;
	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 {
	background: url(../images/bullet-list.gif) no-repeat 5px 8px;
	padding: 1px 5px 1px 15px;
}
table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	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: #EEEEEE;
}

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 {
	margin: 0;
	padding: 0 0 0 15px;
}
.category {
	font-weight: normal;
}
h1.componentheading,
.componentheading {
	margin: 0 10px 10px 10px;
	font-size: 240%;
	color: #666666;
	line-height: 35px;
	font-weight: normal;
}
.contentdescription {
	/*padding-bottom: 30px;*/
}
h2.contentheading,
.contentheading {
	margin: 0 0px 10px 0px;
	font-size: 200%;
	color: #262525;
	line-height: normal;
	font-weight: normal;
}

a.readon {
	padding: 0;
	text-align: center;
	float: right;
	font-weight: bold;
        display: none;
}
a.readon:hover,
a.readon:focus,
a.readon:active {
}
table.contentpaneopen td, table.contentpane td {
	padding-left:15px;
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

ul.pagination {
	color: #3B5468;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	list-style: none;
}
ul.pagination li {
	margin: 10px 2px;
	padding: 0;
	/*float: left;*/
	display: inline;
}
ul.pagination li span {
	display: inline-block;
	background: #eaeaea;
	color: #323232;

}
ul.pagination li span span {
	padding: 2px 10px 2px 10px;
	display: inline-block;
	border: 1px solid #b3b2b2;
}
ul.pagination a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.pagination a:hover span span,
ul.pagination a:active span span,
ul.pagination a:focus span span {
	color: #000;
	background: #f5f5f5;
	border: 1px solid #959595;
}
.counter {
	text-align: center;
	margin: 0.5em auto;
	width: 107px;
	background: #cacaca;
	color: #323232;
	border:1px solid #b3b2b2;
}
.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}
.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
/* 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: #3B5468;
}
.createdby {
	font-size: 0.9em;
}

.createdate {
	font-size: 0.9em;
}
.modifydate {
	width: 100%;
	margin: 0 5px 0px 0;
}
.article-section {
	padding-left: 6px;
	margin-left: 5px;
}

.article-section a {
	color: #3B5468;
}
.article-category a {
	color: #3B5468;
}
.buttonheading img {
	margin: 3px 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;
}
.userdata{
    margin-bottom: 10px;
}
ul.latestnews,
ul.mostread {
	padding-left: 0;
	margin: 0;
}

ul.mostread li,
ul.latestnews li{
    background: none;
    padding: 2px 0 2px 0px;
    border-bottom: 1px solid #ededed;
}
#zt-userwrap4 ul.latestnews li {
	margin: 0;
	background: none;
	padding: 3px 0 3px 0px;
	border: none;
	background: url(../images/dotted.png) repeat-x left bottom;
}
ul.latestnews li a,
ul.mostread li a{
	padding: 5px 0px 5px 15px;
	font-size: 	108.3%;
	display: block;
	color: #262525;
	background: url(../images/arrow-ul.png) no-repeat 3px 12px;
}
#zt-mainfooter ul.latestnews li a{
	color: #E2E2E2;
}
#zt-mainfooter ul.latestnews li a:hover{color: #1db2ec;}
ul.latestnews li a:hover,
ul.mostread li a:hover{
	color: #1db2ec;
	text-decoration: none;
	background:  url(../images/arrow-ul.png) no-repeat 3px -30px;
}
.inputboxquantity {
	border:1px solid #DEDEDE;
	margin:-4px 0 0;
	padding:3px;
}
hr {
	background: #e8e8e8;
	border: 0px;
	border-bottom: 1px solid #e8e8e8;
}

ul.actions li {
	background: none;
	padding: 0;
	display: inline;
}
ul.pagenav li {
	background: none;
	display: inline;
}
