a,
a:link,
a:visited,
a:active {
	color: 999999;
}
a:hover {
	color: #666666;
}

#member_area .rf div.search input.button,
ul.loginposition input.button,
div.logout input.button {
	background-color: #D50703;
	background-image: url(../images/style1/button_search.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#member_area .rf div.search input:focus {
	background: #fafef1;
}

member_area.titmenu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #272727;
}


a#logo {
	background: transparent url('../images/style1/logo.png') no-repeat 0 50%;
}
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #999999;
}
ul.menu li.active a {
	color: #D50703;
}
/* typography.css*/
pre,
.code {
	background-color:#f7f7f7;
	border-left:5px solid #618500;
	color: #272727;
}
.highlight-1 {
	background:#ffffda;
}
.highlight-2 {
	background:#f1f1f1;
}
.highlight-3 {
	background:#272727;
	color: #fff;
}
.highlight-4 {
	background:#D50703;
	color: #fff;
}
span.clear {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #999;
}
span.clear-1 {
	border-top: 1px solid #618500;
	border-bottom: 1px solid #618500;
	color: #618500;
}
span.clear-2 {
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
	color: #272727;
}
span.color {
	color: #618500;
}
span.color-1 {
	color: #272727;
}
span.color-2 {
	border-left: 2px solid #618500;
	color: #618500;
}
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: #618500;
}
span.color-6 {
	border-top: 1px solid #e9e9a1;
	border-bottom: 1px solid #e9e9a1;
	background: #ffffee;
	color: #666;
}
span.color-7 {
	border-top: 1px solid #618500;
	border-bottom: 1px solid #618500;
	background: #618500;
	color: #fff;
}
/* suckerfish.css */
#horiz-menu li.active,
#horiz-menu li:hover#current {
	background: transparent url('../images/style1/menu_act_right.png') no-repeat 100% 50%!important;
}
#horiz-menu li.active a,
#horiz-menu li:hover#current a {
	background: transparent url('../images/style1/menu_act_left.png') no-repeat 0 50%!important;
}
/* joomla_classes.css */
.button {
	background: url('../images/style1/button_def.png') repeat-x 0 50%;
}
.button:hover {
	background: url('../images/style1/button_hov_def.png') repeat-x 0 50%;
}
a.readon,
.back_button a {
	background: url('../images/style1/readon.png') no-repeat 0 50%;
	color: #fff;
}
div.img_caption p {
	color: #618500;
}
.artinfo_block span {
	color: #F5F5F5;
	font-weight: bolder;
	font-size: 14px;
}
ul.pagination a {
	color: #618500;
}
/* 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: #f6fee5;
}
.gk_news_highlighter_interface a.prev {
	background: url('../images/style1/hig_prev.png') no-repeat 0 0;
}
.gk_news_highlighter_interface a.next {
	background: url('../images/style1/hig_next.png') no-repeat 0 0;
}
input#modlgn_passwd:focus,
input#modlgn_username:focus {
	background: #fafef1;
}
ul.gk1_tabmixmenu_ul-style1 li.active span {
	color: #618500;
}


#NewsTicker{
	border:solid 1px #cccccc;
	background:#eaf5e0;
	width:278px;
	height:344px;
	margin:0 auto;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 270px;
	height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
	}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 300px;
		height: 300px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 288px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}

