/*------------------------------------------------------------------------
# JA Bellatrix 1.0 - Dec, 2006
# ------------------------------------------------------------------------
# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

/* COMMON STYLE
--------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

body#bd {
	background: #FFFFFF;
	background-attachment: fixed;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: sans-serif;
	line-height: 140%;
}

body.fs1{
	font-size: 9px;
}

body.fs2{
	font-size: 10px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 13px;
}

body.fs6{
	font-size: 14px;
}

/* Normal link */
a {
	color: #1F4778;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #5FA4FB;
	text-decoration: underline;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
}

/* Heading */
h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: url(../images/bullet-list.gif) no-repeat 20px 6px;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #C6CED9;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #8E9CAE;
	background: #ECF0F4;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(../images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}

.dropcap {
	float: left;
	padding: 3px 3px 0 0;
	display: block;
	color: #646E7B;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 22px;
	color: #E50000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 22px;
	color: #4F89D2;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 22px;
	color: #E86D29;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

.highlight {
	border-bottom: 1px dotted;
	background: #DFE5EC;
	font-weight: bold;
}

p.stickynote {
	padding: 25px 60px 15px 20px;
	background: url(../images/sticky-bg.gif) no-repeat top right #4F89D2;
	color: #FFFFFF;
}

p.clipnote {
	padding: 25px 60px 15px 20px;
	background: url(../images/clip-bg.gif) no-repeat top right #4F89D2;
	color: #FFFFFF;
}

.blocknumber {
	position: relative;
	clear: both;
	padding: 5px 10px 10px; 
}

.bignumber {
	float: left;
	font: 30px/normal Arial, sans-serif;
	font-weight: bold;
	color: #4F89D2;
	display: block;
	margin-right: 5px;
	margin-bottom: 5px;
}

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

input, select {
	font: 11px/normal Arial, Helvetica, sans-serif;
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 2px;
	font: 11px/normal Arial, Helvetica, sans-serif;
}

.button, .button:hover {
	border-top: 1px solid #DFE5EC;
	border-right: 1px solid #8E9CAE;
	border-bottom: 1px solid #8E9CAE;
	border-left: 1px solid #DFE5EC;
	padding: 1px 9px!important;
	padding: 1px 5px;
	background: url(../images/button-bg.gif) repeat-x top left #ECF0F4;
	color: #FFFFFF;
}

.button:active, .button:focus {
	border-top: 1px solid #8E9CAE;
	border-right: 1px solid #DFE5EC;
	border-bottom: 1px solid #DFE5EC;
	border-left: 1px solid #8E9CAE;
}

.inputbox {
	border: 1px solid #C0CCDA;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #8E9CAE;
}

.inputdisabled{
	padding: 2px;
	border: 1px solid #999999;
	background:#EEEEEE;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 5px 5px;
	color: #1F4778;
	font-size: 150%;
}

div.moduletable {
	padding: 10px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

table.blog .article_seperator {
	display: block;
	background: url(../images/seperator.gif) repeat-x center;
	height: 10px;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 22px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 4px;
	border-bottom: 5px solid #FFFFFF;
	background: #DFE5EC;
	color: #646E7B;
	text-indent: 5px;
}

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: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
	width: 400px!important; /*Control the Frontend Editor area width*/
}

.adminform .inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #646E7B;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 0 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../images/seperator2.gif) no-repeat bottom right;
	color: #4F89D2;
	font-size: 1.7em;
	line-height: normal;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
	font-weight: bold;
}

.contentheading {
	color: #1F4778;
	font-size: 18px;
}

a.contentpagetitle {
	text-decoration: none!important;
}

a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	float: right;
	padding: 1px 5px 1px 16px;
	display: block;
	background: url(../images/arrow-readon.gif) no-repeat 5% 55% #4F89D2;
	color: #FFFFFF;
	font-size: 0.87em;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	color: #FFFFFF;
	background: url(../images/arrow-readon.gif) no-repeat 5% 55% #5FA4FB;
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding-bottom: 10px;
	color: #8E9CAE;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #8E9CAE;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #8E9CAE;
}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar {
	padding: 0 2px;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration: none;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	text-decoration: none;
}

.pagenavbar {
	padding-left: 14px;
	background: url(../images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(../images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	background: #DFE5EC;
	color: #646E7B;
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

tr.sectiontableentry2 td {
	padding: 5px;
	background: url(../images/seperator.gif) repeat-x bottom;
}

.small {
	color: #8E9CAE;
}

.smalldark {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 930px;
	text-align: left;
	min-width: 750px;
	max-width: 2000px;


}

.wide #ja-wrapper {
	width: 930px;
}

#ja-container,
#ja-container-fr,
#ja-container-fl,
#ja-container-f {
	clear: both;
	padding: 0;
}

#ja-container,
#ja-container-fr {
	background: url(../images/container-bg1.gif) repeat-y 20% 0 #FFFFFF;
}

#ja-container-fl,
#ja-container-f {
	background: #FFFFFF;
}

#ja-contentwrap {
	background: url(../images/grad1.gif) repeat-x top;
}

#ja-content {
	padding: 10px 15px 20px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	clear: both;
	background: url(../images/grad1a.gif) repeat-x top;
	color: #FFFFFF;
	text-align: left;
	line-height: normal;
	height: 130px;
	position: relative;
	display:block;
}

#ja-header h1 {
	font-size: 2em;
	position: absolute;
	top: 35px;
	left: 2px;
}

#ja-header h1 img {
	float: left;
}
#ja-usertoolswrap {
	position: absolute;
	top: 3px;
	right: 5px;
	height: 27px;
	padding: 0;
	padding-left: 4px;

}

#ja-usertools {
	padding: 0;
	float: left;
	display: block;
	font-size: 11px;
	height: 27px;

}

#ja-usertools span {
	float: left;
	margin: 0 10px 0 10px;
	display: block;
}

#ja-usertools img {
	padding: 2px 2px 0;
}

#ja-usertools a {
}

#ja-usertools a:hover, #ja-usertools a:active, #ja-usertools a:focus {
}

#ja-search {
	float: left;
	display: block;
	margin: 0px 5px 5px 10px;
}

#ja-search div.search {
	padding-left: 18px;
	background: url(../images/default/icon-search.gif) no-repeat center left;
}

#ja-search .inputbox {
	border: none!important;
	width: 100px;
	color: #DFE5EC;
	background: #4F89D2;
	padding-left: 5px;
}

#ja-usertools .inputbox:hover,
#ja-usertools .inputbox:focus {
}
#ja-banner {
	position: absolute;
	top: 20px;
	left: 187px;
	height: 100px;
	padding: 0;
	padding-left: 4px;
}
#ja-mainnav1 {
	float: left;
	width: 50%;
	font-size: 1.25em;
	line-height: normal;
	background: #FFFFFF;
	border-bottom: 5px solid #5FA4FB;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	float: left;
	width: 100%;
	font-size: 1.25em;
	line-height: normal;
	background: #FFFFFF;
	border-bottom: 5px solid #5FA4FB;
}

#ja-subnavwrap {
	clear: both;
	float: left;
	width: 100%;
	background: #5FA4FB;
	border-bottom: 5px solid #5FA4FB;
}

#ja-subnav {
	padding: 0 10px;
}

/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px;
	border-bottom: 1px solid #C6CED9;
	display: block;
	color: #646E7B;
	text-decoration: none;	
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #4F89D2;
	background: #DFE5EC;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #4F89D2;
	color: #FFFFFF;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 12px;
	display: block;
	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;
	text-decoration: none;
	color: #646E7B;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	text-decoration: none;
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #4F89D2;
}

#active_menu {
	background: url(../images/bullet-list3.gif) no-repeat 2% 50%;
	color: #4F89D2;
}

#ja-rightcol a.mainlevel {
	border: none;
}
/*End: Default Joomla! Menu  */

/* SPOTLIGHT
--------------------------------------------------------- */
#ja-topsl {
	color: #000000;
	background: url(../images/topsl-bg.gif) bottom repeat-x #FFFFFF;
	padding: 1px;
}

#ja-topsl a {
	color: #4F89D2;
	}

#ja-topsl a:hover {
	color: #5FA4FB;
}

#ja-topsl h3 {
	padding-top: 0;
	margin: 5px 0px 0px 0px;
	color: #4F89D2;
	font-size: 160%;
}

#ja-topsl div.moduletable {
	background: url(../images/grad1a.gif) repeat-x top  #FFFFFF;
	margin: 0;
	padding: 5px 5px 0px 5px;
	border-right: 1px solid #B1C4D5; 
}
/*
#ja-botsl {
	background: #FFFFFF;
	color: #434952;
	padding: 15px 20px;
}*/

#ja-botsl {
	color: #000000;
	background: url(../images/grad1a.gif) top repeat-x #FFFFFF;
	padding: 15px 20px;
	border-top: 3px solid #5fa4fb;
	width:889px;
}

#ja-botsl a {
	color: #4F89D2;
}

.ja-box {
	float: left;
	overflow: hidden;
}

#ja-botsl h3 {
	padding: 0;
	margin: 0 0 0px;
	color: #1f4778;
	font-size: 1.2em;
}

#ja-botsl div.moduletable {
	margin: 0 10px 0 0;
	padding: 0;
}

#ja-botsl ul {
	padding: 0;
	margin: 0!important;
}

#ja-botsl li {
	padding: 0;
	margin: 0;
	background: none;
	line-height: 170%;
}

#ja-botsl li a {
	padding-left: 13px;
	background: url(../images/arrow-readon.gif) no-repeat 0 50%;
	text-decoration: none;
}

#ja-botsl li a:hover,
#ja-botsl li a:active,
#ja-botsl li a:focus {
	color: #5FA4FB;
	background: url(../images/arrow-readon2.gif) no-repeat 0 50%;
	text-decoration: none;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator,
#ja-topsl .article_seperator {
	display: none;
}

#ja-botsl table,
#ja-topsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

.box-ended div.moduletable {
	margin-right: 0!important;
	border: none!important;
}

/* PATHWAY
---------------------------------------------------------*/
#ja-pathway {
	padding: 7px 0 9px;
	text-indent: 10px;
	background: url(../images/pathway-bg.gif) repeat-x bottom #FFFFFF;
	color: #646E7B;
}

#ja-pathway strong {
	margin-right: 10px;
}

#ja-pathway img {
	margin: 0 5px;
}

#ja-pathway a {
	color: #646E7B;
	text-decoration: none;
}

#ja-pathway a:hover, #ja-pathway a:active {
	color: #646E7B;
	text-decoration: none;
}


/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 75%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 80%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
}

#ja-leftcol div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background: url(../images/h3-bg1.jpg) no-repeat center right #FFFFFF;
	color: #1F4778;
	font-size: 1em;
}

.moduledivider {
	margin: 0 -10px 5px;
	background: url(../images/moduledivider.gif) no-repeat center right #FFFFFF;
}
#ja-leftcol div.moduletable {
	padding: 0 10px 10px;
	background: url(../images/modules-bg1.gif) repeat-y top right #E3EBF1;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: left;
	width: 20%;
	padding-top: 10px;
	background: url(../images/grad1.gif) repeat-x top;
	font-size: 12px;
	line-height:15px;
}
#ja-rightcol div.moduletable h3 {
	padding: 5 0 5px 0;
	margin: 0 -2px 5px -2px!important;
	color: #1F4778;
	background: url(../images/seperator-h3.gif) repeat-x bottom;
	font-size: 1.2em;
}

#ja-rightcol div.moduletable {
	border: 1px solid #B1C4D5;
	border-bottom: 1px solid #B1C4D5;
	background: url(../images/grad-blue.gif) repeat-x top left #ECF1F5;
	padding: 3px 5px 10px;
	margin-bottom: 10px;
}

#ja-rightcol div.moduletable-hilite h3 {
	margin: 0 -10px 5px;
	padding: 10px 10px 4px 8px;
	color: #4F89D2;
	background: url(../images/h3-bg-hilite.gif) no-repeat top right #FFFFFF;
	font-size: 1em;
}

#ja-rightcol div.moduletable-hilite {
	margin-bottom: 5px;
	padding: 0px 10px 10px;
	color: #4F89D2;
	background: #4F89D2;
	border-right: 10px solid #FFFFFF; 
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	clear: both;
	background: url(../images/topsl-bg.gif) bottom repeat-x #5FA4FB;
	border-bottom: 1px solid #D2D8DE;
	position: relative;
	height: 60px;
}

#ja-footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #1F4778;
}

#ja-bottomline {
	position: absolute;
	top: 10px;
	left: 15px;
	color: #FFFFFF;
}

#ja-cert {
	color: #FFFFFF;
	position: absolute;
	top: 20px;
	right: 15px;
}

#ja-cert a {
	padding-left: 5px;
}

#ja-cert1 {
	color: #FFFFFF;
	position: absolute;
	top: 10px;
	right: 25px;
	}

#ja-cert1 a {
	color: #FFFFFF;
	clear: both;
	padding: 0 12px;
	border-right: 1px solid #FFFFFF;

}

/* MISCELLANOUS
----------------------------------------------------------- */
div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	color: #8E9CAE;
	background: none!important;
	text-decoration: none!important;
}

#mod_login_password, #mod_login_username {
	width: 90%;
}

#mod_login_password {
}

#mod_login_username {
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* JA CoolAds Module */
#ja-coolads {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ja-coolads-container {
	margin-right: 5%;
	overflow: hidden;
}

#ja-coolads-container div.moduletable {
	overflow: hidden;
}
.TitleLightBlue {
	font: 18px/normal Arial, sans-serif;
	font-weight: bold;
	color: #4F89D2;
}
/*jTips tooltip hack*/

#bubble_tooltip{
	width:229px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:10px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding:7px 7px 7px 7px;

}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-1px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:1em;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:2px;
	position:relative;
	top:0px;
}
.calculator {
	padding: 5px;
	background: #DFE5EC;
	color: #646E7B;
	font-weight: bold;
	height:30px;
	width:30px;
}
.equal {
	padding: 5px;
	background: #DFE5EC;
	color: #646E7B;
	font-weight: bold;
	height:30px;
	width:50px;
}

.clock{
text-align:center;
color:#1F4778;
font: bold 20px MS Sans Serif;
padding: 3px;
}
.article_seperator1 {
	display: block;
	background: url(../images/seperator1.gif) repeat-x center;
	height: 10px;
}
.maindata {
	padding: 2px 5px;
	background: #DFE5EC;
	font-weight: normal;
	color:#1F4778;
}
.maindata1 {
	padding: 2px 5px;
	background: #ECF0F4;
	font-weight: normal;
	color:#1F4778;
}
a.action {
	padding: 2px 5px;
	text-decoration: none;
	font-size:11px;
}

a.action:hover,
a.action:active,
a.action:focus {
	text-decoration: none;
	color: #4F89D2;
}
.faq {
	background: #F7F9FB;
		padding: 15px 5px 10px 5px;
		border: 1px solid #C0C8D1;	
}
/* --------------
GoHome 4 GoHomeAds
copyright HelioBit d.o.o.
------------------
 */
 
#gohome_ads, 
#gohome_ads_01, 
#gohome_ads_02{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", Times, serif;
	color: #666666;
	background-color: #fff;
	font-weight:normal;  
}

#gohome_ads img, 
#gohome_ads_01 img, 
#gohome_ads_02 img{
	border: 0;
}

#gohome_ads a:link, 
#gohome_ads a:visited, 
#gohome_ads a:hover, 
#gohome_ads a:active, 
#gohome_ads_01 a:link, 
#gohome_ads_01 a:visited, 
#gohome_ads_01 a:hover, 
#gohome_ads_01 a:active, 
#gohome_ads_02 a:link, 
#gohome_ads_02 a:visited, 
#gohome_ads_02 a:hover, 
#gohome_ads_02 a:active{
	color: #88221c;
	text-decoration: underline;
	font-weight:normal;
}

#gohome_ads a:hover, 
#gohome_ads_01 a:hover, 
#gohome_ads_02 a:hover{
	text-decoration: none;
	font-weight:normal;
}

.gohome_go{
	color: #88221c;
	font-weight: bold;
}

.gohome_adshome{
	vertical-align: super;
	color: #999;
	font-family: Tahoma;
	font-weight:normal;
}

#gohome_ads ul, #gohome_ads ul li, 
#gohome_ads_01 ul, #gohome_ads_01 ul li, 
#gohome_ads_02 ul, #gohome_ads_02 ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-weight:normal;
	white-space: normal;
}

#gohome_ads ul, 
#gohome_ads_01 ul, 
#gohome_ads_02 ul{
	float: left;
	margin: 5px 0 6px 1px;
	font-weight:normal;
}

#gohome_ads ul li, 
#gohome_ads_01 ul li, 
#gohome_ads_02 ul li{
	background: url(../images/tocka.gif) no-repeat 0px 6px;
	padding: 0 0 3px 8px;
	font-weight:normal;
}

.gohome_header{
	border-bottom: 1px solid #ccc;
	padding: 3px 0 1px 0;
	margin: 0;
	text-align: center;
	font-weight:normal;
}

.gohome_footer{
	clear: both;
	border-top: 1px solid #ccc;
	padding: 3px 0 2px 0;
	margin: 0;
	text-align: right;
	font-weight:normal;
}

#gohome_ads .gohome_footer a:link, 
#gohome_ads .gohome_footer a:visited, 
#gohome_ads .gohome_footer a:hover, 
#gohome_ads .gohome_footer a:active, 
#gohome_ads_01 .gohome_footer a:link, 
#gohome_ads_01 .gohome_footer a:visited, 
#gohome_ads_01 .gohome_footer a:hover, 
#gohome_ads_01 .gohome_footer a:active, 
#gohome_ads_02 .gohome_footer a:link, 
#gohome_ads_02 .gohome_footer a:visited, 
#gohome_ads_02 .gohome_footer a:hover, 
#gohome_ads_02 .gohome_footer a:active {
	color: #666666;
	text-decoration: none;
	font-weight:normal;
}

#gohome_ads_01 ul{
	padding: 0 0 0 5px;
}
.maindata_dev {
	padding: 2px 5px;
	background: #f7c88a;
	font-weight: normal;
	color:#1F4778;
}
.maindata1_dev {
	padding: 2px 5px;
	background: #f9d5a7;
	font-weight: normal;
	color:#1F4778;
}
.maindata2_dev {
	padding: 2px 5px;
	background: #fbe2c2;
	font-weight: normal;
	color:#1F4778;
}
.maindata2_dev a{
	color:#FF0000;
}
.maindata2_dev a:visited{
	color:#FF0000;
}
.maindata2_dev a:hover{
	color:#5FA4FB;
}
.sectiontableheader_dev {
	padding: 5px;
	background: #fbe2c2;
	color: #1F4778;
	font-weight: bold;
}

#searchFormG input.gsc-input {
        padding : 2px;
		/*width: 100px;*/
        color : rgb(51, 51, 51);
        border : 1px solid rgb(204, 204, 204);
}


#searchcontrol .gs-webResult { 
		width: 510px;
}

.register_owner {
	height:80px;
	width:400px;
	background: url(../images/register_owner_backg.gif) repeat-x top left #D20001;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
}

.register_owner a {
	margin: 0;
	margin-left:0px;
	text-decoration: none;
	text-align: center;	
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFF;
	position:relative;
	top:25px;
}

.register_owner a:hover {
	color:#fff568;
}

.register_developer {
	height:80px;
	width:400px;
	background: url(../images/register_developer_backg.gif) repeat-x top left #CD7E1F;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight: bold;
}

.register_developer a {
	margin: 0;
	margin-left:0px;
	text-decoration: none;
	text-align: center;	
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFF;
	position:relative;
	top:25px;
}

.register_developer a:hover {
	color:#fff568;
}


#searchcontrol {
	z-index:999;
	float:left;
}
/*preferences overlay css*/
#onPageContentWrapper {
	border:1px solid #A3A3A3; 
	height:370px; 
	visibility:hidden; 
	margin-top:13px;
}

#preferencesBox {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:11px; 
	text-transform: uppercase; 
	background-image:none; 
	background-position:420px 120px; 
	background-repeat:no-repeat; 
	height:370px;
}

#languagelist {
	width:170px; 
	border-left:1px solid #A3A3A3; 
	border-right:1px solid #A3A3A3; 
	margin-left:680px; 
	background:#ECF1F5; 
	padding-top:60px; 
	padding-bottom:30px; 
	float:left;
}

#countryList {
	position:relative; 
	width:500px; 
	float:right; 
	top:80px; 
	left:-20px; 
	visibility:hidden;
}

#languagelist ul {
	list-style-image:none; 
	list-style-position:outside; 
	list-style-type:none;
}

#languagelist li {
	background:none;
	font-weight:bold;
	height:20px;
}

#languagelist a {
	text-decoration:none;
}

#gotoDev {
	background-color:#C9D9E4;
	color:#FF0000;
	margin:0 0 0 0;
	padding:3px 4px;
	font-size:0.9em;
}
