/* OpenID icon style */
input.system-openid, input.com-system-openid {
   background: url(http://openid.net/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}


/* Unpublished */
.system-unpublished {
background: #e8edf1;
border-top: 4px solid #c4d3df;
border-bottom: 4px solid #c4d3df;
}

/* System Messages */
#system-message    { margin-bottom: 10px; padding: 0;}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0; font-weight: bold; text-indent: 30px; }
#system-message dd ul { color: #0055BB; margin-bottom: 10px; list-style: none; padding: 10px; border-top: 3px solid #84A7DB; border-bottom: 3px solid #84A7DB;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error ul { color: #c00; background-color: #E6C0C0; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice ul { color: #c00; background: #EFE7B8; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

/* Debug */
#system-debug     { color: #ccc; background-color: #fff; padding: 10px; margin: 10px; }
#system-debug div { font-size: 11px;}
/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/layout/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/layout/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/layout/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/layout/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/layout/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/layout/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/layout/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/layout/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/*--------------------------------------------------------------

	# The News II - October 2008 (for Joomla 1.5)

	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.

	# License: Copyrighted Commercial Software

	# Website: http://www.gavick.com

	# Support: support@gavick.com 

	---------------------------------------------------------------*/

	

/* ||| universal set of reset styles |||*/



html,

body,

div,

span,

applet,

object,

iframe,

caption,

del,

dfn,

em,

font,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend {

	vertical-align: baseline;

	font-size: 100%;

	outline: 0;

	padding: 0;

	margin: 0;

	border: 0;

}

/* remember to define focus styles! */



:focus {

	outline: 0;

}

body {

	background: white;

	line-height: 1;

	color: black;

}

ol,

ul {

	list-style: none;

}

/* tables still need cellspacing="0" in the markup */



table {

	border-collapse: separate;

	border-spacing: 0;

}

caption,

th,

td {

	font-weight: normal;

}

/* remove possible quote marks (") from <q> & <blockquote> */



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

}

blockquote,

q {

	quotes: "" "";

}

/* ||| the end |||*/

/* ||| set of clearing floats |||*/	



.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}

.clearfix {

	display: inline-block;

}

.clr {

	font-size : 1px;

}

/* Hides from IE-mac \*/



* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

.clear {

	clear: both;

}

/* End hide from IE-mac */

/* ||| the end |||*/



html {

	height: 100%;

	margin-bottom: 1px;

}

body {

	margin: 0;

	padding: 0;

	font-size:100%;

}

#bg {

	background: #f5f5f5;

	font: normal 11px Arial, Helvetica, sans-serif;

	line-height:1.6;

}

a {

	outline: none;

	cursor: pointer;

}

img {

	border: none;

	text-decoration: none;

}

a:link,

a:visited,

a:active {

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

}

ul {

	padding: 0 0 0 2px;

	margin: 0;

	margin-left: 1px;

	list-style: none;

}

ul li {

	border-bottom: 1px solid #f1f1f1;

	padding-left: 0;

	line-height: 170%;

	padding: 5px 0;

}

ul li a {

	text-decoration: none!important;

}

ul li a:hover {

	text-decoration: underline!important;

}

ol li {

	line-height: 170%;

}

fieldset {

	border: 0;

	padding: 5px 0;

}

th {

	padding: 4px;

	text-align: left;

}

h1 {

	font-size: 200%;

}

h2 {

	font-size: 175%;

}

h3 {

	font-size: 150%;

}

h4 {

	font-size: 125%;

}

h5 {

	font-size: 115%;

}

p,

pre,

blockquote,

h1,

h2,

h3,

h4,

h5,

h6 {

	margin: 1em 0;

	padding: 0;

}

fieldset {

	border: none;

}

fieldset a {

	font-weight: bold;

}

input,

select,

button {

	font: normal 11px Tahoma, Arial, Verdana, sans-serif;

}

hr {

	border-right: 0;

	border-left: 0;

	border-bottom: 0;

	height: 1px;

	color: #eee;

	background-color: #eee;

}

.clearfix {

	clear: both;

} 

.lf {

	float: left;

	width:65%;

}

.rf { 

	float: right; 

	width:35%;

}

#wrap_1 {

	background: transparent url('../images/layout/bg_page.png') repeat-y 50% 0;

	width: 1043px;

	margin: 0 auto;

}

#wrap_2 {

	width: 961px;

	padding: 0;

	margin: 0 auto;

}

#top_wrap {

	background: #272727;

	height: 30px;

	line-height: 30px;

	overflow:hidden;

}

/* Suckerfish menu background */

#horiz-menu,

#member_area,

#login_wrap,

#top_wrap,

#logo_block,

#header_wrap,

#bg_content_wrap,

#bottom_wrap_1,

#bottom_wrap_2 {

	clear: both;

	padding: 0 22px;

	width: auto;

}

#bottom_wrap_1 {

	background: #eee url('../images/layout/member_bg.png') repeat-x 0 0;

	border-top: 1px solid #eeeeee;

}

#bottom_wrap_2 {

	background: #272727;

}

#mainbody,

#mainbody-2 {

	margin-bottom: 9px;

}

#horiz-menu {

	background: #eee url('../images/layout/menu_bg.png') repeat-x 0 0;

	width: 917px;

	height: 39px;

}

/* Member area */

#member_area,

#login_wrap {

	background: url('../images/layout/member_bg.png') repeat-x 0 0;

	height: 32px;

	line-height: 32px;

	font-size: 10px;

	text-transform: uppercase;

}

#login_wrap {

	display:none

}

#member_area .lf a {

	background: transparent;

	color: #666;

	padding: 4px 3px;

	margin-right: 1px;

}

#member_area .lf a span {

	background: url('../images/layout/button_right.png') no-repeat 100% 50%;

	padding: 4px 7px 4px 4px;

}

#member_area .lf a:hover {

}

/* Search module */

#member_area .rf div.search {

	margin-top: 2px;

}

#member_area .rf div.search input {

	border: 1px solid #e1e1e1;

	padding: 2px 2px;

	color: #c0c0c0;

	width: 215px;

}

#member_area .rf div.search input:focus {

	color: #000;

}

#member_area .rf div.search input.button,

ul.loginposition input.button,

div.logout input.button {

	color: #fff;

	border: none;

	width: 56px;

	height: 19px;

	padding: 0 0 1px;

	margin-left: 8px;

}

/* Content wrap */

#logo_block {

	border-top: 1px solid #fff;

	height: 60px;

	padding-top: 7px;

	padding-bottom: 7px;

}

/* Here you can change width or height of your logo*/



a#logo {

	width: 235px;

	height: 60px;

	float: left;

	display: block;

}

/*end*/

#banner_wrap {

	float: right;

}

/* Set of majot blocks */

div#header {

	float:left;

	overflow: hidden;

}

div#advert2 {

	float:right;

	overflow: hidden;

}

/* default crounded corners block */

/* Moduletable 

-------------------------------------------------------------------------------- */



div.module h3,

div.module_menu h3,

div.module_text h3 {

	margin: 0 2px 0 4px;

	padding: 1px 0;

	white-space: nowrap;

	height: 25px;

	background: url('../images/layout/moduletable_h3_def_r.png') no-repeat 100% 50%;

	font: normal 14px Arial, Helvetica, sans-serif;

	color: #272727;

}

div.module .spantitle,

div.module_menu .spantitle,

div.module_text .spantitle {

	display: block;

	margin: 0 0 0 -2px;

	padding: 8px 0 0 10px;

	height: 29px;

	background: url('../images/layout/moduletable_h3_def_l.png') no-repeat 0 50%;

}

div.moduletable {

	margin: 0 0 9px;

}

#header div:last-child.moduletable {

	margin: 0;

}

div.module_content {

	padding: 9px;

}

div#header,

div.module,

div.module_menu,

div.module_text {

	margin: 0 0 9px;

	padding: 0;

	width: 100%;

	background: url('../images/layout/def_cor_rb.png') no-repeat bottom right;

}

div#header .lb,

div.module .lb,

div.module_menu .lb,

div.module_text .lb {

	padding: 0;

	background: url('../images/layout/def_cor_lb.png') no-repeat bottom left;

}

div#header .rt,

div.module .rt,

div.module_menu .rt,

div.module_text .rt {

	padding: 0;

	background: url('../images/layout/def_cor_rt.png') no-repeat top right;

}

div#header .lt,

div.module .lt,

div.module_menu .lt,

div.module_text .lt {

	padding: 0;

	background: url('../images/layout/def_cor_lt.png') no-repeat top left;

}

/* Joomla menu */



ul.menu {

	list-style: none;

	margin: 0;

	padding: 0 0 6px;

	background: #fff;

}

ul.menu li {

	background: none;

	margin: 0 9px;

	padding: 0;

	border-bottom: 1px solid #f1f1f1;

}

ul.menu li a {

	display: block;

	outline: none;

	padding: 5px 2px;

	color: #333;

	text-decoration:none!important;

}

ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a:focus {

}

ul.menu li.active a {

}

div.module_menu ul.menu li.parent a {

	background: url('../images/layout/menu_joomla_bullet.png') no-repeat 96% center;

}

ul.menu li ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

ul.menu li li {

	border-bottom: 1px solid #f1f1f1;

}

ul.menu li li:first-child {

	border-top: 1px solid #f1f1f1;

}

ul.menu li li a {

	border: none;

	font-weight: normal !important;

	padding-left: 20px !important;

}

ul.menu li li a:hover,

ul.menu li li a:active,

ul.menu li li a:focus {

	background: none;

}

ul.menu li:last-child {

	border: none;

}

ul.menu li:last-child a {

	padding-bottom: 0;

}

ul.menu li li:last-child a {

	padding-bottom: 5px;

}

ul.menu li.parent li a {

	background: none;

}

.users_wrap {

	clear: both;

}

/* set the width of user modules */

.us_width-24b,

.us_width-32b,

.us_width-49b {

	overflow: hidden;

	float: left;

	margin-left: 1%;

}

.us_width-24b {

	width: 24.25%;

}

.us_width-32b {

	width: 32.6%;

}

.us_width-49b {

	width: 49.5%;

}

div:first-child.us_width-24b,

div:first-child.us_width-32b,

div:first-child.us_width-49b {

	margin-left: 0;

}

.us-stand {

	clear: both;

	width: 100%;

}

.users {

	overflow: hidden;

	float: left;

	margin-left:1%;

	padding: 18px 0;

}

#bottom_wrap_2 .users:first-child {

	margin-left: 0;

}

.us_width-16 .users {

	width: 15.8%;

}

.us_width-19 .users {

	width: 19.2%;

}

.us_width-24 .users {

	width: 24.25%;

}

.us_width-33 .users {

	width: 32.6%;

}

.us_width-49 .users {

	width: 49.5%;

}

.us_width-99 .users {

	width: 100%;

}

/* component + right */

div#component-2 {

	float: left;

	width: 626px;

}

div#right {

	float: right;

	width: 284px;

}

div#content_wrap {

	background: #fff;

}

/* component */



div#component {

	width: 100%;

}

#mainbody {

	padding: 0;

	margin-bottom: 10px;

}

/* Background of mainbody content */

#mainbody-2 #main_center {

	background: url('../images/layout/cont_sh_center.png') repeat-y 50% 50%;

	width: 100%;

}

#mainbody-2 #main_top {

	background: url('../images/layout/cont_sh_top.png') no-repeat 50% 0;

}

#mainbody-2 #main_bottom {

	background: url('../images/layout/cont_sh_bottom.png') no-repeat 50% 100%;

}

#main_content {

	margin:0;

	padding:9px;

}

#mainbody #main_center {

	background: url('../images/layout/cont_center.png') repeat-y 50% 50%;

	width: 100%;

}

#mainbody #main_top {

	background: url('../images/layout/cont_top.png') no-repeat 50% 0;

}

#mainbody #main_bottom {

	background: url('../images/layout/cont_bottom.png') no-repeat 50% 100%;

}

#bottom_wrap_1 div.moduletable {

	margin: 0 9px 9px;

}

div.moduletable h3 {

	margin: 0 2px 0 0;

	padding: 1px 0;

	white-space: nowrap;

	height: 28px;

	font: normal 18px Arial, Helvetica, sans-serif;

	color: #666;

}

#header div.moduletable h3 {

	border-bottom: 1px solid #f1f1f1;

	margin-bottom: 9px;

}

#bottom_wrap_1 div.null,

#bottom_wrap_1 div.us_width-24b,

#bottom_wrap_1 div.us_width-32b,

#bottom_wrap_1 div.us_width-49b {

	background: url('../images/layout/bottom_module_separator.png') repeat-y 0 0;

	margin-top: 18px;

	margin-bottom: 9px;

}

#bottom_wrap_1 div.null:first-child,

#bottom_wrap_1 div.us_width-24b:first-child,

#bottom_wrap_1 div.us_width-32b:first-child,

#bottom_wrap_1 div.us_width-49b:first-child {

	background: none;

}

#bottom_wrap_1 ul li {

	border-bottom: 1px solid #d0d0d0;

}

#bottom_wrap_2 div.moduletable {

	color: #b8b8b8;

}

#bottom_wrap_2 div.moduletable h3 {

	color:#fff;

	font: bold 11px Arial, Helvetica, sans-serif;

	text-transform:uppercase;

}

#bottom_wrap_2 ul li {

	border-bottom: none;

	line-height: 110%;

}

#bottom_wrap_2 a:link,

#bottom_wrap_2 a:visited,

#bottom_wrap_2 a:active {

	text-decoration: none;

	color: #ccc;

}

#bottom_wrap_2 a:hover {

	text-decoration: underline;

	color: #fff;

}

/* Footer */



#footer_wrap {

	background: url('../images/layout/footer_bg.png') no-repeat 50% 0;

	width: 1043px;

	clear: both;

	height: 104px;

	line-height: 46px;

	font-size: 11px;

	margin: 0 auto;

	color: #999;

}

#copyright {

	margin: 0 auto;

	width: 961px;

}

#copyright #infoo {

	margin: 0 0 0 22px;

	float: left;

	width: 80%;

}

div#footer_wrap a {

	text-decoration: none;

	color: #666;

}

#copyright #stylearea {

	margin: 0 16px 0 0;

	float: right;

	width: 8%;

}

#copyright #stylearea a:link,

#copyright #stylearea a:visited,

#copyright #stylearea a:active {

	color: #999;

}

#copyright #stylearea a:hover {

	color: #666;

}

div.ulti_counter_leading {

color: #dcdcdc;

font-size: 12px;

font-family: sans-serif;

font-weight: normal;

}

div.ulti_counter_middle {

color: #dcdcdc;

font-size: 20px;

font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

font-weight: normal;

}

#ulti_counter {

width: 100%;

text-align: center;

}

div.ulti_counter {

  background: url("../images/layout/countdown-en.png");

}

div.ulti_counter_tailing {

color: #b0c4de;

}
.articlePage {
	width:66%;
	float:left;
}
/*--------------------------------------------------------------

# ILife - September 2008 (for Joomla 1.5)

# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.

# License: Copyrighted Commercial Software

# Website: http://www.gavick.com

# Support: support@gavick.com 

---------------------------------------------------------------*/



.nav,

.nav * {

	margin:0;

	padding:0;

}

#horiz-menu {

	position: relative;

	margin:0;

	font: tahoma;

	font-size: 11px;

	text-transform: uppercase;

	font-weight: bold;

}

#horiz-menu ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#horiz-menu li {

	display: block;

	float: left;

	margin: 0 4px 0 0;

	padding: 0;

	background: none;

}

#horiz-menu li span {

	display: block;

	float: left;

}

#horiz-menu a {

	text-decoration: none;

	display: block;

	float: left;

	height: 39px;

	line-height: 38px;

	padding: 0 10px;

	color: #424242;

}

#horiz-menu a:hover {

	text-decoration: none!important;

}

#horiz-menu li:hover,

#horiz-menu li.sfHover {

	background: none;

}

#horiz-menu li li {

	margin: 0;

}

div#horiz-menu li li span,

div#horiz-menu li.active li span,

div#horiz-menu li:hover li span {

	background:none;

}

.nav {

	line-height:1.0;

	float:left;

	margin-bottom:1.5em;

	position: relative;

}

.nav ul {

	padding: 0;

}

.nav li {

	float:left;

	list-style:none;

	position:relative;

}

.nav li li a {

	display:block;

	padding: 0;

	text-decoration:none;

	background-image: none;

	float:none;

	width:159px;

}

div#horiz-menu li li a {

	height: 28px;

	line-height: 28px;

}

div#horiz-menu li:hover li,

div#horiz-menu li.sfHover li,

div#horiz-menu li.active:hover li,

div#horiz-menu li.active.sfHover li,

div#horiz-menu li:hover li span,

div#horiz-menu li.sfHover li span {

	background-image: none;

}

div#horiz-menu li:hover li a,

div#horiz-menu li.sfHover li a,

div#horiz-menu li.active:hover li a,

div#horiz-menu li.active.sfHover li a {

	background-image: none;

}

.nav li ul {

	float:none;

	left:-999em;

	position:absolute;

	width: 179px;

	z-index: 100;

}

.nav li:hover ul,

.nav li.sfHover ul {

	left:0px;

	top: 39px;

}

.nav li:hover li ul,

.nav li.sfHover li ul,

.nav li li:hover li ul,

.nav li li.sfHover li ul,

.nav li li li:hover li ul,

.nav li li li.sfHover li ul {

	top:-999em;

}

.nav li li:hover ul,

.nav li li.sfHover ul,

.nav li li li:hover ul,

.nav li li li.sfHover ul,

.nav li li li li:hover ul,

.nav li li li li.sfHover ul {

	left: 179px;

	top:0px;

	width: 179px;

}

.nav li li {

	position: relative;

	float:none;

	width: 179px;

}

/* Colors */

/* suckerfish.css 

----------------------------------------------------------------------------------*/



#horiz-menu li.level1 {

}

#horiz-menu li.level1:hover {

	background: transparent url('../images/layout/menu_hov_right.png') no-repeat 100% 50%;

}

#horiz-menu li.level1 a:hover {

	background: transparent url('../images/layout/menu_hov_left.png') no-repeat 0 50%;

}

#horiz-menu li.active,

#horiz-menu li:hover#current {

}

#horiz-menu li.active a,

#horiz-menu li:hover#current a {

	color: #fff;

}

#horiz-menu a {

	color: #424242;

}

#horiz-menu li:hover ul,

#horiz-menu li.sfHover ul {

	background: #272727;

}

#horiz-menu ul.menu li {

	border: none;

}

#horiz-menu li.parent:hover {

	background: url('../images/layout/menu_hov_right.png') no-repeat 100% 50%!important;

}

#horiz-menu li.parent:hover a {

	background: url('../images/layout/menu_hov_left.png') no-repeat 0 50%;

	color: #343434;

}

#horiz-menu li li.parent:hover {

	background: #343434!important;

}

#horiz-menu li li.parent:hover a {

	background: none!important;

}

#horiz-menu li.parent ul li a {

	background: none!important;

	color: #fff!important;

}

#horiz-menu li:hover#current li a {

	background: none!important;

}

#horiz-menu li li:hover {

	background: #313131;

}

/*--------------------------------------------------------------

	# The News II - October 2008 (for Joomla 1.5)

	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.

	# License: Copyrighted Commercial Software

	# Website: http://www.gavick.com

	# Support: support@gavick.com 

	---------------------------------------------------------------*/

	



/* News Show GK3 

---------------------------------------------------------------*/



h4.gk_news_show_news_header,

h4.gk_news_show_news_header a {

	font-size: 12px;

	font-weight: bold;

	margin: 0;

	margin-bottom: 2px!important;

}

p.gk_news_show_news_info {

	color: #666;

}

table.gk_news_show_table {

	width: 100%;

}

p.gk_news_show_news_info {

	margin: 0!important;

}

td.gk_news_show_center img,

td.gk_news_show_left img,

td.gk_news_show_right img {

	margin-right: 6px;

}

td.gk_news_show_panel-border {

	border-top: 1px solid #eee!important;

}

td.gk_news_show_tablerow_bottom p {

	font-weight: bold;

	margin: 0 0 4px!important;

}

td.gk_news_show_tablerow_bottom p a {

	font-weight: normal;

}

td.gk_news_show_center,

td.gk_news_show_left,

td.gk_news_show_right {

	padding-top: 4px;

}

ul.gk_news_show_list li {

	line-height: 110%!important;

	border-bottom: 1px solid #f1f1f1;

}

ul.gk_news_show_list li:last-child {

	border: none;

}

/* Restrictions */



div#bottom_wrap td.gk_news_show_center,

div#bottom_wrap td.gk_news_show_left,

div#bottom_wrap td.gk_news_show_right {

	border: none;

}

#header td.gk_news_show_center,

#header td.gk_news_show_left,

#header td.gk_news_show_right {

	background: #f0f0f0;

	padding: 6px;

	border-bottom:6px solid #fff;

}

#header td:hover.gk_news_show_center,

#header td:hover.gk_news_show_left,

#header td:hover.gk_news_show_right {

}

#header td.gk_news_show_right,

#header td.gk_news_show_center {

	border-left:6px solid #fff;

}

/* News Image I

---------------------------------------------------------------*/

div.gk_news_image_1_preloader {

	background: #FF7400 url('../images/layout/load.gif') no-repeat center center;

}

ul.gk_news_image_1_tick_buttons li {

	border: none;

}

div.gk_news_image_1_text h2 a,

div.gk_news_image_1_text h2 {

	padding:0 2px;

}

/* Highlighter Module 

--------------------------------------------------------------------------------*/

.gk_news_highlighter {

	margin: 0;

	border: none;

	background:none;

	overflow: hidden;

	position: relative;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #ffffff;

}

.gk_news_highlighter span.text {

	font-size: 10px;

	text-transform:uppercase;

	float: left;

	margin-right: 6px;

}

.gk_news_highlighter a {

	color: #a4a4a4!important;

}

.gk_news_highlighter a:hover {

	color: #fff;

	text-decoration: none;

}

.gk_news_highlighter_item {

	width: auto;

	padding-left: 20px;

	background: none;

	position: absolute;

	padding-left: 10px!important;

}

.gk_news_highlighter_title {

	font-weight: normal!important;

	padding: 0 5px;

	background: none;

	color: #fff;

	border: none!important;

}

.gk_news_highlighter_desc {

	font-size: 11px!important;

	padding-right: 5px;

	color: #a4a4a4;

}

.gk_news_highlighter_desc:hover {

	color: #fff;

}

.gk_news_highlighter_interface a {

	display: block;

	height: 10px!important;

	width: 17px!important;

	float: left;

	margin: 10px 0 0 4px!important;

}

.gk_news_highlighter_interface a.prev {

	

}

.gk_news_highlighter_interface a.next {

}

.gk_news_highlighter_interface a:hover.prev,

.gk_news_highlighter_interface a:hover.next {

	background-position: 0 100%;

}

/* Tabmix Module 

--------------------------------------------------------------------------------------*/



h4.gk_tabmix_gk1_news_header {

	font-size: 11px;

}

.gk1_tabmixmenu_space {

	margin:10px;

}

.gk1_tabmix_item_space {

	margin: 0 0 0 2px;

	padding: 10px 0;

}

/* Restrictions */

ul.gk1_tabmixmenu_ul-style1 li.active span {

	

}

div.gk1_tabmix_container1-style1 {

	background: none;

}

div.gk1_tabmix_item-style1 {

	padding: 0;

}

/* IE6 alert

---------------------------------------------------------------*/



#ie6 {

	display: none;

}

/* Login Form */

ul.loginposition {

	padding: 0;

	margin: 0;

	text-transform:none;

	font-size :11px;

}

ul.loginposition li {

	float: left;

	background: none;

	padding: 3px 12px 0 0;

	line-height: 30px;

	border: none;

}

ul.loginposition li label {

	color:#666;

	margin-right: 4px;

}

input#modlgn_username,

input#modlgn_passwd {

	border:1px solid #E1E1E1;

	color:#C0C0C0;

	padding:3px 2px;

	width: 117px;

}

input#modlgn_passwd:focus,

input#modlgn_username:focus {

	background: #fafef1;

}

ul.loginposition input.button {

	padding-bottom: 2px;

	margin-left: 0;

}

div.logout input.button {

	padding-bottom: 2px;

}

/*--------------------------------------------------------------

	# The News II - October 2008 (for Joomla 1.5)

	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.

	# License: Copyrighted Commercial Software

	# Website: http://www.gavick.com

	# Support: support@gavick.com 

	---------------------------------------------------------------*/

	



/* ------------------------- STYLE 3 --------------------------*/



/* template_css.css */

a:link,

a:visited,

a:active {

	color: #396ea4;

}

a:hover {

	color: #4685c5;

}

#member_area .lf a:hover {

	color: #396ea4;

}

#member_area .rf div.search input.button,

ul.loginposition input.button,

div.logout input.button {

	background: #396ea4 url('../images/layout/style3/button_search.png') no-repeat 0 50%;

}

#member_area .rf div.search input:focus {

	background: #f1f9fe;

}

a#logo {

	background: transparent url('../images/layout/style3/logo.png') no-repeat 0 50%;

}

ul.menu li a:hover,

ul.menu li a:active,

ul.menu li a:focus {

	color: #396ea4;

}

ul.menu li.active a {

	color: #396ea4;

}

/* typography.css*/

pre,

.code {

	background-color:#f7f7f7;

	border-left:5px solid #396ea4;

	color: #272727;

}

.highlight-1 {

	background:#ffffda;

}

.highlight-2 {

	background:#f1f1f1;

}

.highlight-3 {

	background:#272727;

	color: #fff;

}

.highlight-4 {

	background:#396ea4;

	color: #fff;

}

span.clear {

	border-top: 1px solid #999;

	border-bottom: 1px solid #999;

	color: #999;

}

span.clear-1 {

	border-top: 1px solid #396ea4;

	border-bottom: 1px solid #396ea4;

	color: #396ea4;

}

span.clear-2 {

	border-top: 1px solid #272727;

	border-bottom: 1px solid #272727;

	color: #272727;

}

span.color {

	color: #396ea4;

}

span.color-1 {

	color: #272727;

}

span.color-2 {

	border-left: 2px solid #396ea4;

	color: #396ea4;

}

span.color-3 {

	border-left: 2px solid #272727;

	color: #272727;

}

span.color-4 {

	border-top: 1px solid #272727;

	border-bottom: 1px solid #272727;

	background: #272727;

	color: #fff;

}

span.color-5 {

	border-top: 1px solid #f1f1f1;

	border-bottom: 1px solid #f1f1f1;

	background: #f5f5f5;

	color: #396ea4;

}

span.color-6 {

	border-top: 1px solid #e9e9a1;

	border-bottom: 1px solid #e9e9a1;

	background: #ffffee;

	color: #666;

}

span.color-7 {

	border-top: 1px solid #396ea4;

	border-bottom: 1px solid #396ea4;

	background: #396ea4;

	color: #fff;

}

/* suckerfish.css */

#horiz-menu li.active,

#horiz-menu li:hover#current {

	background: transparent url('../images/layout/style3/menu_act_right.png') no-repeat 100% 50%!important;

}

#horiz-menu li.active a,

#horiz-menu li:hover#current a {

	background: transparent url('../images/layout/style3/menu_act_left.png') no-repeat 0 50%!important;

}

/* joomla_classes.css */

.button {

	background: url('../images/layout/style3/button_def.png') repeat-x 0 50%;

}

.button:hover {

	background: url('../images/layout/style3/button_hov_def.png') repeat-x 0 50%;

}

a.readon,

.back_button a {

	background: url('../images/layout/style3/readon.png') no-repeat 0 50%;

	color: #fff;

}

div.img_caption p {

	color: #396ea4;

}

.artinfo_block span {

	color: #396ea4;

}

ul.pagination a {

	color: #396ea4;

}

/* gk_stuff.css */

#header td:hover.gk_news_show_center,

#header td:hover.gk_news_show_left,

#header td:hover.gk_news_show_right {

	background: #e5f4fe;

}

.gk_news_highlighter_interface a.prev {

	background: url('../images/layout/style3/hig_prev.png') no-repeat 0 0;

}

.gk_news_highlighter_interface a.next {

	background: url('../images/layout/style3/hig_next.png') no-repeat 0 0;

}

input#modlgn_passwd:focus,

input#modlgn_username:focus {

	background: #f1f9fe;

}

ul.gk1_tabmixmenu_ul-style1 li.active span {

	color: #396ea4;

}

#member_area .rf div.search {
float:left;
margin-top:3px;
}
div.flags {
float:left;
padding-top:9px;
padding-left:10px;
} 
div.help_us {
position:absolute;
top:0px;
right:0px;
}
/*--------------------------------------------------------------

	# The News II - October 2008 (for Joomla 1.5)

	# Copyright (C) 2007-2008 Gavick.com. All Rights Reserved.

	# License: Copyrighted Commercial Software

	# Website: http://www.gavick.com

	# Support: support@gavick.com 

	---------------------------------------------------------------*/

	



/* Joomla style

--------------------------------------------------------- */

.article_separator {

	clear: both;

	display: block;

	height: 10px;

}

.article_column {

}

.column_separator {

	padding: 0 0 0 25px;

}

td.sectiontableheader {

	font: bold 12px Geneva, Arial, Helvetica, sans-serif;

	background: #f7f7f7;

	border-bottom: 1px solid #eff1f1;

	border-top: 1px solid #eff1f1;

	color: #666;

	text-align: left;

	padding: 8px 5px;

}

.sectiontableheader a {

	color: #666;

}

tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

	padding:8px 5px;

	border-bottom: 1px solid #eff1f1;

	text-align: left;

}

td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

	padding: 3px;

}

tr.sectiontableentry1:hover td,

tr.sectiontableentry2:hover td {

	background: #f9f9f9;

}

.sectiontableentry1 span.description,

.sectiontableentry2 span.description {

	color: #999;

}

table.contentpane {

	border: none;

	width: 100%;

}

table.contentpaneopen {

	border: none;

	border-collapse: collapse;

	border-spacing: 0;

}

table.contenttoc a {

	text-decoration: none;

}

table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0 0 12px 15px;

	width: 200px;

	border-left: 1px dotted #ddd;

}

table.contenttoc td {

	padding: 4px 5px 2px 18px;

	line-height: 14px;

}

table.contenttoc th {

	padding: 4px 6px 4px 18px;

	margin: 0;

	text-align: left;

	font-size: 10px;

	text-transform: uppercase;

	background: #eee;

}

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;

}

.blog_more strong {

	margin: 0 0 5px;

	font-weight: normal;

}

.blog_more ul {

	margin: 0;

	padding: 0;

}

.blog_more ul li {

	margin: 0;

	padding: 0 0 0 17px;

	border: none;

}

.category {

	font-weight: normal;

}

h1.componentheading,

.componentheading {

	line-height:40px;

	margin: 0 0 5px;

}

.componentheading {

	font: normal 18px Arial, Helvetica, sans-serif;

	text-align: left;

}

.contentdescription {

	padding-bottom: 30px;

	color: #666;

}

h2.contentheading,

.contentheading {

	font:normal 18px Geneva, Arial, Helvetica, sans-serif;

}

table.blog .contentheading {

	font:normal 18px Geneva, Arial, Helvetica, sans-serif;

	color:#000;

}

a.contentpagetitle,

a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

	text-decoration: none !important;

}

.button {

	margin: 0 0 0 4px;

	border: none;

	cursor: pointer;

	height: 19px;

	padding: 0px 5px 3px;

	color: #fff;

}

.button:hover {

}

a.readon,

.back_button a {

	margin: 0 5px 0 0;

	display: block;

	float: left;

	padding-right: 10px;

	height: 19px;

	line-height: 19px;

	padding-left: 9px;

	width: 61px;

	color: #fff;

}

a.readon:hover,

a.readon:active,

a.readon:focus,

.back_button a:hover {

	text-decoration: none;

	background-position: 100% 50%;

}

.back_button a {

	margin-bottom: 15px;

}

table.contentpaneopen td,

table.contentpane td {

}

table.contentpaneopen,

table.contentpane,

table.blog {

	width: 100%;

}

.pagenavbar {

	padding-left: 14px;

}

.pagenavcounter {

	padding: 8px 14px 0 14px;

}

.small,

.smalldark,

.written_by,

.createdate,

.modifydate,

.mosimage_caption,

.back_button {

	font: normal 11px Geneva, Arial, Helvetica, sans-serif;

	color: #949494;

}

.written_by {

	background: #fff;

	color: #949494;

	padding: 0 2px;

}

div.syndicate div {

	text-align: center;

}

.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}

img.caption {

	margin-bottom: 8px;

}

div.img_caption p {

	margin: 0;

	background: #f7f7f7;

}

div.img_caption.left,

div.img_caption.right {

	margin:5px 10px 2px 0;

	border: 1px solid #eee;

	padding: 6px;

	background: #fff;

}

div.img_caption.right {

	margin-left:10px;

	margin-right: 0;

}

/* Meta

--------------------------------------------------------- */

.artinfo_block {

	border-bottom: 1px solid #f1f1f1;

	height: 12px;

	line-height: 12px;

	padding: 2px 6px 2px 0;

	margin-bottom: 10px;

}

.artinfo_block span {

	font-weight: bold;

	font-size: 10px!important;

	text-transform:uppercase;

}

.read_block {

	padding: 2px 6px 2px 2px;

	margin:5px 0 20px;

}

.read_block .readon {

	margin: 0;

}

.createby {

	padding: 3px 3px 3px 20px;

}

.modifydate {

	text-align: right;

}

td.buttonheading {

	width: 44px;

	margin-left: 6px;

	text-align:right;

}

.buttonheading img {

	margin: 0px 2px 0 0;

	border: 0;

	float: right;

	height: 14px;

}

ul.pagination {

	margin: 15px auto 0;

	padding: 10px 0;

	text-align: center;

}

ul.pagination li {

	margin: 0;

	padding: 0;

	display: inline;

	background: none;

	border: none;

}

ul.pagination a,

ul.pagination li span {

	padding: 2px 5px;

	border: 1px solid #f4f4f4;

	font-size: 10px;

	text-transform:uppercase;

}

ul.pagination a {

}

ul.pagination a:hover,

ul.pagination a:active,

ul.pagination a:focus {

	border: 1px solid #ececec;

}

/* Module Advertisement */



div.banneritem_text {

	padding: 5px 0!important;

	border-bottom: 1px dotted #ddd;

}

.bannerheader,

.bannerfooter_text {

	padding: 3px;

	font-style:italic;

}

.bannerfooter_text {

	text-align: right;

}

