/*
#------------------------------------------------------------------------
# penguinMail - December 2010 (for Joomla 1.5)
#
# Copyright (C) 2007-2010 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com   
#------------------------------------------------------------------------ 
# Based on T3 Framework
#------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/copyleft/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
#------------------------------------------------------------------------
*/

input,
select,
textarea,
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px;
	color: #656565;
	border: 1px solid #e1e1e1;
	border-top-color: #c1c1c1
}
select { padding: 5px 6px; }
input:focus,
select,
textarea:focus,
.inputbox:focus {
	color: #222;
	font-weight: bold;
	font-size: 100%;
}
#mod_search_button { }
#mod_search_searchword {
	height: 25px;
	line-height: 25px;
	border: none;
	padding: 0 6px;
	background: #fff url('../images/menu_sprite.png') no-repeat 96% -96px
}
input[type=radio],
input[type=checkbox] {
	background:transparent!important;
	border: none!important;
	height: inherit;
}
a.readon { display:block;}
.adminform button,
#adminForm button,
.button,
button, 
a.readon,
input[type="submit"],
input[type="button"] {
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	padding: 0 16px;
	background: url('../images/button.png') repeat 0 0;
	border: 2px solid #abd8e3;
	color: #222;
	cursor: pointer;
}
.adminform button,
#adminForm button,
.button,
input[type="submit"],
input[type="button"] { }
.adminform button:hover,
.adminform button:focus,
#adminForm button:hover,
#adminForm button:focus,
.button:hover,
.button:focus,
a.readon:hover,
a.readon:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus { color: #000; border-color: #FADB7C}
input[type=checkbox],
.checkbox,
input[type=radio],
.radio { height:auto !important;  }
select[size] { height:auto; }
#register_form input { width:80%; }
.componentheading,
h2.page_title,
.contentheading {
	font: normal 250%/120% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
	margin-bottom: 5px
}
h2.page_title,
.componentheading { margin-bottom: 32px; }
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus { }
div.display { }
small,
.small,
.smalldark,
.img_caption,
.contenttoc { font-size:90%; }
.modifydate {
	font-style:italic;
	font-size:80%;
	color:#aaa;
}
.smalldark { text-align:left; }
th {
	font-weight:normal;
	padding:5px 0;
	text-align:left;
}
td {
	font-size:100%;
	padding:6px;
}
fieldset {
	border:none;
	padding:12px 0;
}
fieldset a { font-weight:bold; }
fieldset.input { padding:0; }
hr {
	border-bottom:0;
	border-left:0;
	border-right:0;
	border-top:1px solid #dddddd;
	height:1px;
}
.moduletable_content td { padding:0; }
#component { margin:0; }
/* articles */
.article-tools { margin: 0 0 15px; }
.article-content p { margin:10px 0; }
.article_separator,
.leading_separator,
.row_separator,
.column_separator { display:none; }
.leading {
	padding-bottom:30px;
	padding-top:3px;
}
.article_row .article_column.column1 .contentpaneopen { margin-right:13px; }
.article_row .article_column.column2 .contentpaneopen { margin-left:13px; }
.article_row {
	padding-bottom:10px;
	padding-top:10px;
}
.article_row.cols1 .article_column.column1 .contentpaneopen { margin-right:0 !important; }
.article_row.cols1 .article_column.column2 .contentpaneopen { margin-left:0 !important; }
.column_separator { padding:0 25px; }
.buttonheading { float:right; }
.buttonheading span {
	float: left;
	margin-left: 12px;
}
.buttonheading span a {
	display: block;
	width: 16px;
	height: 15px;
	padding: 3px 0 0;
}
.buttonheading span:hover { border-color: #999; }
.article-meta {
	width:auto;
	float:left;
	margin:0 0 10px 0;
	font-size:85%;
}
.createby { }
.article-meta span,
.article-meta .comments { margin:0 10px 0 0; }
.article-meta a.comments { color: #cda016 }
.article-meta a:hover.comments { color: #373636 }
/* tooltips */
.tool-tip {
	background:#fff;
	padding:5px;
	border:1px solid #e5e5e5;
}
.tool-title {
	background:#9a0005;
	color:#fff;
	font-weight:bold;
	padding:3px 6px;
	text-transform:uppercase;
}
.tool-text { padding:3px; }
label.hasTip { margin-left:5px; }
/* images */
img.caption { margin-top:5px; }
.img_caption {
	margin-bottom:10px;
	border:1px solid #dadada;
	padding:5px;
}
.article-content img { margin:5px; }
.img_caption img { margin:0; }
p.img_caption {
	margin:0 10px;
	padding:6px 6px 0;
	text-align:center;
	border: none;
	color: #2d2d2d
}
.img_caption.left {
	float:left;
	margin-right:3em;
}
.img_caption.right {
	float:right;
	margin-left:3em;
}
/* tables */
.sectiontableheader {
	background: #222;
	font: normal 15px/32px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding:5px 10px;
	color: #fff
}
.sectiontableheader a { color: #fff }
.pollstableborder td,
.sectiontableentry td,
.sectiontableentry0 td,
.sectiontableentry1 td,
.sectiontableentry2 td {
	padding: 6px 10px;
	border-bottom: 1px dotted #dadada;
	border-left: 1px dotted #dadada;
}
.sectiontableentry2 td { background: #fbfbfb }
.sectiontableentry0:hover,
.sectiontableentry1:hover,
.sectiontableentry2:hover { background: #fffdf1 }
.pollstableborder td:first-child,
.sectiontableentry td:first-child,
.sectiontableentry0 td:first-child,
.sectiontableentry1 td:first-child,
.sectiontableentry2 td:first-child { border-left: none; }
.sectiontableheader th { background: #222; }
/* table of contents */
table.contentpane,
table.tablelist { width:100%; }
table.contentpaneopen {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
table.contenttoc {
	border:1px solid #2a2a2a;
	float:right;
	margin:0 0 10px 12px;
	padding:0;
	width:30%;
}
table.contenttoc a { color:#666666; }
table.contenttoc td {
	border-bottom:1px solid #2a2a2a;
	padding:5px 10px;
}
table.contenttoc th {
	border-bottom:1px solid #2a2a2a;
	padding:5px 10px;
	text-transform:uppercase;
}
table.contentpaneopen,
table.contentpane,
table.blog { width:100%; }
a.category { font-size:110%; }
/* pagination */
ul.pagination {
	margin:10px 0 0;
	padding:3px 0 0;
	width:auto;
	text-align: center
}
ul.pagination li {
	display:inline;
	margin:2px 5px;
	overflow:hidden;
	color: #999;
	background: #FFFEF4!important;
	border:none;
	padding:5px 10px!important;
	cursor:pointer;
	border: 1px solid #EAE8CC;
	font-weight: bold;
	font-size:85%
}
ul.pagination li:hover { text-decoration:none; }
ul.pagination li a { color: #656565 }
ul.pagination li a:hover { color: #222 }
.sortby {
	font-size:92%;
	margin:10px 0 5px;
}
.sortby .filter,
.sortby .display {
	float:left;
	width:40%;
}
.sortby .display {
	float:right;
	text-align:right;
}
.pagenavbar { font-weight:bold; }
.pagenavcounter {
	margin:15px 0 !important;
	text-align:center;
}
p.counter {
	margin: 24px 0 6px!important;
	padding: 16px 0 0 !important;
	text-align: center;
	font-size: 11px;
	color: #878787;
	border-top: 1px solid #f0f0f0
}
/* blog more */
.blog_more h2 {
	font-size:150% !important;
	margin:0 0 10px !important;
}
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	display:block;
	margin:10px 0;
}
/* messages */
#system-message { margin: 0; }
#system-message dd {
	padding:0!important;
	background:none!important;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
	color: #222;
	font-weight: normal
}
#system-message dd.message ul {
	background: #FFFEF4;
	border-top: 1px solid #EAE8CC;
	border-bottom: 1px solid #EAE8CC;
}
#system-message dd.error ul {
	background: #fff3f4;
	border-top: 1px solid #FF969B;
	border-bottom: 1px solid #FF969B;
}
#system-message dd.notice ul {
	background: #f4faff;
	border-top: 1px solid #96ccff;
	border-bottom: 1px solid #96ccff;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	margin: 0;
	padding: 8px 16px;
	text-indent:0;
	text-align: center
}
/* com_user & mod_login */

#gkLogin h2, #gkRegister  h2 { border-bottom: 1px solid #f0f0f0; padding: 0;}
#component .login_form { margin: 0 0 50px; }

#component .login_form p.remember {
	float: none;
	margin:0 0 0 100px;
}
#component .login_form p.lost-noaccount { border-top: 1px solid #f0f0f0; width: 90%; margin: 32px 0 0;padding: 6px 0 0; font-size: 11px;}
#component .login_form p.lost-noaccount a {

	
	margin: 0 23px 0 0;
	padding: 0 0 0 16px;
	
		background: url("../images/bullet.png") no-repeat 2px 5px;
	
}
#component .login_form fieldset, #component .form-register fieldset { margin: 23px 0 0}
#component .login_form label, 
#component .form-register p label {
	width:130px;
	display:block;
	float:left;
	font-size: 11px; color: #878787;
}
#component .login_form label { width: 100px;}
#component .form-register p input { width:220px; }
table.searchintro {
	padding:10px 0;
	width:100%;
}
.mod_login .button {
	float:none !important;
	margin: 6px 0 16px
}
.mod_login p { margin-bottom: 6px; }
.remind_1 { margin: 20px 0 0; }
.remind_2 { margin: 2px 0 0 20px; }
/* com_search */

table.searchintro td { padding:5px !important; }
form#searchForm { margin-top: 20px; }
.searchintro { margin: 32px 0; }
.results h4 {
	text-transform:none;
	font-size:110%;
	font-weight: normal;
	margin:0;
	display: inline
}
.results h4 a { color: #cda016 }
.results h4 a:hover { color: #373636 }
.results > h3 {
	font-size:140%;
	font-weight: normal;
	border-bottom: 1px dotted #dadada;
	margin: 20px 0;
}
.results p {
	color: #878787;
	font-size: 11px;
	margin: 0 0 10px 26px;
}
.results p span { font-size: 11px; }
.results ol {
	list-style-position:inherit;
	padding-left:0!important;
}
.results ol li {
	margin:0 0 20px 24px;
	padding: 0 0 24px;
	border-bottom: 1px dotted #f0f0f0;
	list-style-position: inside
}
.search_limit,
.search_counter {
	text-align: center;
	margin-top: 10px;
}
#searchForm > p {
	height: 30px;
	line-height: 30px;
}
#searchForm > p label,
#searchForm > p input {
	float: left;
	margin-right: 10px;
}
#searchForm input#search_searchword { width: 260px; }
.search_params {
	clear: both;
	margin: 25px 0;
	padding: 16px 16px 5px;
	border: 1px solid #f0f0f0;
	background: #fbfbfb
}
.search_params p { margin-bottom: 10px; }
select#ordering { margin-left: 20px; }
/* com_contact */

.contact-left { float:left; }
.contact-right { float:right; }
.contact-right img {
	padding: 6px;
	border: 1px solid #e5e5e5;
	margin: 74px 23px 0 0;
	width: 200px;
	height: auto
}
.contact-left table { margin-top: 32px; }
.contact-left table tr { border-bottom: 1px dotted #dadada }
.contact-position {
	padding:0 0 20px;
	display:block;
}
#component-contact address { font-style:normal; }
#component-contact #emailForm { padding-top:15px; }
.contact_email { margin:0 0 10px; }
.contact_email label { display:block; }
.contact_email_checkbox {
	margin:15px 0;
	font-size:90%;
}
/* com_weblinks */

.weblinks { margin-bottom: 6px; }
/* com_poll */

.polls_color_1,
.polls_color_2,
.polls_color_3,
.polls_color_4,
.polls_color_5 {
	border:none !important;
	height:8px !important;
}
.polls_color_1 { background-color:#FF969B; }
.polls_color_2 { background-color: #96ccff; }
.polls_color_3 { background-color:#bede80; }
.polls_color_4 { background-color:#ffe081; }
.polls_color_5 { background-color:#ccc; }
#poll {
	background:  #FBFBFB;
	border: 1px solid #F0F0F0;
	margin: 32px 0;
	padding: 12px;
}
#poll label { font-size:100%; }
#poll label select { margin-left:10px; }
dl.poll {
	color: #878787;
	margin: 24px 0 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 12px 0;
}
dl.poll dt {
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size: 11px;
}
dl.poll dd {
	font-style:italic;
	font-size: 11px;
}
.pollstableborder {
	width:90%;
	margin: 0 auto;
}
.pollstableborder .question {
	font-weight: bold;
	height: 32px;
	padding: 24px 6px 6px;
}
.pollstableborder .td_1,
.pollstableborder .td_2 {
	text-align:center;
	width:10%;
}
.poll h3 {
	margin:15px 0;
	font-size:140%;
	font-weight:normal;
}
/* mod_poll */

.mod_poll .buttons { margin:10px 0 0 0; }
/* mod_wrapper */

iframe {
	border:none;
	background:#fff;
}
/* mod_banner */

.gk-bottom .mod_banners h3 {
	font-size:105%;
	border-bottom: 1px solid #2d2d2d;
}
.gk-bottom .mod_banners .item {
	border-bottom: 1px solid #2d2d2d;
	padding:5px 0;
}
.gk-bottom .mod_banners .item a { font-style:italic; }
.gk-bottom .mod_banners .footer a {
	color: #ac0000;
	float:right;
	font-size:80%;
	margin:10px 0 0 0;
}
.mod_banners .group { padding: 12px 0 0 }
.mod_banners h3 {
	font-size: 11px!important;
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0;
	padding:0 0 6px 0!important;
	margin:0!important;
}
.mod_banners .item {
	border-bottom: 1px solid #f0f0f0;
	padding:5px 0;
}
.mod_banners .footer {
	margin: 10px 0 0;
	font-size:11px;
	font-style:italic;
}
/* mod_mainmenu */

.moduletable_menu ul.menu > li {
	padding: 7px 20px;
	border-top: 1px solid #f0f0f0;
	background: url('../images/style1/arrows.png') no-repeat 100% 14px;
}
.moduletable_menu ul.menu > li:hover,
.moduletable_menu ul.menu > li li:hover { background-position: 100% -600px; }
.moduletable_menu ul.menu li.active { background-position: 100% -1214px; }
.moduletable_menu ul.menu li#current.parent.active { background-position: 100% -3056px; }
.moduletable_menu ul.menu li a { color: #555 }
.moduletable_menu ul.menu li a:hover,
.moduletable_menu ul.menu li#current li a:hover { color: #222 }
.moduletable_menu ul.menu > li ul { margin: 8px -20px -7px; }
.moduletable_menu ul.menu > li li {
	padding: 7px 20px;
	border-top: 1px solid #f0f0f0;
	background: url('../images/style1/arrows.png') no-repeat 100% -1834px;
}
.moduletable_menu ul.menu li#current li { background-color: #fffdf2 }
.moduletable_menu ul.menu li#current li a { color: #868686 }
/* system readmore */

#system-readmore { display:none; }
