/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#logodesc {
	background-color: #C1CAD2;
	background-image: url('./images/background.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0 25px 15px 25px;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
	width:75%;
}

.rtl p.breadcrumbs {
	float: right;
	
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
	text-align: right;
	width:25%;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1.3em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #FFcc00;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 10px 5px;	
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #666;
	border-collapse: collapse;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('./images/cellpic2.jpg');
}
.rtl .catdiv {
	background: white url('./images/cellpic2_rtl.jpg');
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C7D0D7;
	background-image: url('./images/cellpic1.gif');
	text-indent: 4px;
	border-top: 2px solid #ccc;
	border-left:  2px solid #ccc;
	border-right:  2px solid #ccc;
}

.row1 {
	background-color: #ebebeb;
	padding: 4px;
		border: 2px solid #ccc;
}

.row2 {
	background-color: #ddd;
	padding: 4px;
	border: 2px solid #ccc;

}

.row3 {
	background-color: #ddd;
	border: 2px solid #ccc;
	padding: 4px;
}

.spacer {
	background-color: #666;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #666;
	color: #666;
}

.legend {
	text-align:center;
	margin: 0 auto;
}

/* Links
 ------------ */
a:link {
	color: #777;
	text-decoration: none;
}

a:active,
a:visited {
	color: #949494;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a.forumlink {
	color: #949494;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle {
	margin: 1px 0;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	color: #949494;
	text-decoration: none;
}
td.cat a{
	color: #000;
}
td.cat {
color: #000;
}

th a,
th a:visited {
	color: #FFcc00 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #A9B8C2;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-size: 1.3em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #A9B8C2;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #A9B8C2;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DEE3E7;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #aaa;
	color: #333333;
	background-color: #aaa;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #aaa;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #FAFAFA;
	color: #666;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: #333333;
	background-color: #A9B8C2;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #A9B8C2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #FAFAFA;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #A9B8C2;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}

.username-coloured {
	font-weight: bold;
}


html, body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, img, table, dl, dt, dd, a, input { padding:0; margin:0; }
body                                {width: 100%;height: 100%; font: 11px Tahoma, Arial, sans-serif; color: #666; background:#000;}
img, input, textarea                {border: none;}
ul                                  {list-style-type: none;}
a:link, a:active, a:visited         {cursor: pointer;}
a:hover                             {cursor : pointer;}
a:active, a:focus, img              {outline: 0;}
.clear                              {clear: both; margin: 0px !important; padding: 0px !important; height: 0px !important;}

#bg_head {  background: url(./images/bg_1.jpg) repeat-x;}
div.head {overflow: hidden; background: url(./images/bg_head1.jpg) no-repeat top center;}
/* ------------------------------------------  head  ----------------------------------------------- */
/* logo & select */
a.head { padding-top: 21px; display: block; float: left; margin-left: 10px; padding-bottom: 2px;}
div.logo { float:left; width: 150px;}
div.logo h1 { font-size: 11px;  font-weight: normal;}
div.logo div.select {  width: 135px;  margin: 15px 0; /* border-top: 1px solid #6b6b6b;  border-left: 1px solid #6b6b6b;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff;  background-color: #fff;*/  height: 10px;  padding: 2px 3px;  color: #666;  font-size: 10px;  position: relative;}
div.logo div.select img {  margin-right: 3px;}

/* login form */
div.logo div.select img.select { position: absolute;  top: 2px;  right: 3px;  margin: 0px;}
div.login {  float: right; width: 331px;  height: 120px;  background: url(./images/bg_logieen.gif) no-repeat;  font-size: 10px;  color: #a69038;   padding-top: 15px;}
div.login p.title { margin-left: 95px;}
div.login div {  width: 220px;  margin-left: 40px;  *margin-left: -20px;}
div.login div p { margin-top: 6px;  text-align: right;}
div.login p input { width: 165px;  border-top: 1px solid #404040;  border-left: 1px solid #767676;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff; padding: 1px; font-size:10px;}
div.login div.enter_button { margin-top: 8px;  width: auto; overflow: hidden;}

/* update 2/12/09 */
input.enter_button { background: url(./images/buttons/enter_button.png) no-repeat; width: 50px; height: 23px; cursor: pointer; float: right; margin-left: 20px;}
input.enter_button:hover { background: url(./images/buttons/enter_buttonHover.png) no-repeat;}
input.enter_button:active { background: url(./images/buttons/enter_buttonActive.png) no-repeat;}div.login div.enter_button p { margin: 0 0 4px 20px; *margin-left: 80px; _margin-left: 40px;  float: left;}

div.login div.enter_button p { margin: 0 0 4px 16px; *margin-left: 80px; _margin-left: 40px;  float: left; width: 90px; text-align:left;}
div.enter_button a { color: #666 !important; text-decoration: none;}
div.enter_button a:hover { color: #666 !important; text-decoration: underline;}
/* ------------------------------------------  end head  ----------------------------------------------- */

/* ------------------------------------------  content  ----------------------------------------------- */
#bg_content_1 { background: #fff url(./images/bg_2.jpg) repeat-x; padding-bottom:10px; }
.content, .footer {width: 970px; margin: 0 auto;}
/* top menu */
div.top_menu {  padding: 5px 2px;  overflow: hidden; margin-left: -8px;}
div.top_menu li {  display: block;  height: 33px;  float: left;  padding: 0px;  margin: 0px 6px;}
div.top_menu li a {  display: block;  background: url(./images/top_menu_button.jpg) no-repeat 0 -33px;  padding: 0 18px 0 21px; height: 33px;  line-height: 28px;  color: #000 !important; font-size: 11px;  float: left;  position: relative;  text-decoration: none;width:60px; text-align:center;}
div.top_menu li a span {  display: block;  height: 33px;  width: 21px;  background: url(./images/top_menu_button.jpg) no-repeat -137px -33px;  text-indent: -9999px;  position: absolute;  top: 0;  right: 0;  _right: -1px;}
div.top_menu li a:hover, div.top_menu .active, div.top_menu li.active a{  background: url(./images/top_menu_button.jpg) no-repeat 0 0;  color: #888 !important;}
div.top_menu li a:hover span, div.top_menu .active span {  background: url(./images/top_menu_button.jpg) no-repeat -137px 0px;}

/* sub menu */
div.sub_menu {  overflow: hidden;  position: relative;  margin-left: 18px;  _margin-top: -8px; height: 28px;}
div.sub_menu ul {
	display: none;
}
div.sub_menu ul.active {
	display: block;
}
div.sub_menu li{ display: block; float: left; padding: 0px 10px; margin: 9px 0 8px 0; height: 11px; border-left: 1px solid #000;}
div.sub_menu li.sub_menu {  border: none;}
div.sub_menu li a {  font-size: 11px;  color: #fff;  text-decoration: none}
div.sub_menu li a:hover {  color: #ccc;  text-decoration: underline;}

/* seach field */
div.search {  height: 22px; position: absolute;  top: 4px;  right: 0px;  width: 205px;  padding: 3px; background: url(./images/search_bg.gif) no-repeat left top;}
div.search input {  float: left; width: 140px; padding: 0 2px;  margin: 2px 0 0 2px; background-color: transparent; font-size: 9px;}

/* update 2/12/09 */
div.search input.search {  display: block;  background: url(./images/buttons/find_button.png) no-repeat;  height: 23px;  width: 50px;  cursor: pointer;  position: relative;  top: -5px;  float: right;  margin-left: 4px;}
div.search input.search:hover { background: url(./images/buttons/find_buttonHover.png) no-repeat;}
div.search input.search:active { background: url(./images/buttons/find_buttonActive.png) no-repeat;}

/* account_action */
div.account_action {  margin-top: 15px;  overflow: hidden;}
#left_side {  float: left;  width: 282px;}
#left_side h2 { font-size: 14px;  font-weight: normal; font-style: italic;}
#left_side h2.account_action {  margin-top: 43px;}
a.account_action {  display: block;  background: url(./images/general_button.png) no-repeat;  width: 240px;  height: 44px;  margin-bottom: 15px;  padding: 11px 16px;  text-decoration: none;}
a.account_action span span {  margin-bottom: 10px;  font-size: 17px; letter-spacing: 0.5pt;  display: block;  color: #fff;}
a.account_action span {  font-size: 11px;  color: #999;}
a.account_action span strong {  margin-bottom: 10px;  font-size: 15px; letter-spacing: 0.5pt;  display: block;  color: #fff;}

/* advertising */
#right_side { background: url(./images/bg_tabs.png) no-repeat;  height: 230px;  width: 636px;  float: right;  margin-right: 3px; padding: 14px;}
.tab { background: url(./images/tab_bg.jpg) no-repeat top left; padding: 12px; height: 176px;  width: 611px;z-index: 1;position:relative; }
.tab p { width: 160px; font-size: 11px;  font-weight: bold;  color: #000;}
.tab a { color: #000 !important;  font-size: 10px; text-decoration: none !important;}
.tab a:hover {text-decoration: underline !important;}
.hide {display: none;}
div.tabs_menu { z-index: 2; position:relative; left: 0px; bottom: 14px; overflow: hidden;  padding-right: 14px;}
div.tabs_menu li { display: block; float: left;}
div.tabs_menu li a { display: block; background: url(./images/tab_button.png) no-repeat bottom; width: 124px; height:35px; margin-right: -12px; position:relative; padding: 10px 0 0 12px; text-align: center; font-size: 13pt; color: #000  !important; text-decoration: none;  z-index: 5;}
div.tabs_menu li a {_background: url(./images/tab_button.gif) no-repeat bottom;}
#tab1 { z-index: 10; width: 136px; padding-left: 0;}
#tab2 { z-index: 9;}
#tab3 { z-index: 8;}
#tab4 { z-index: 7;}
#tab5 { z-index: 6;}
div.tabs_menu li a.select_tabs  { background: url(./images/tab_button_active.png); z-index: 100 !important; padding: 5px 0 0 0; width: 136px;}
div.tabs_menu li a.select_tabs  { _background: url(./images/tab_button_active.gif)}

#bg_content_2 {background: #fc0 url(./images/bg_3.jpg) repeat-x; }

/* cross rate */
div.quotes { padding: 7px 0; overflow: hidden; height: 23px; }
div.quotes ul { display: block;  height: 14px;  padding: 5px 2px 4px;  float: left; background: url(./images/set_bg.gif) no-repeat; width: 910px; text-align:center; overflow:hidden;}
div.quotes li { display: inline; float:left;  border-left: 1px dotted #fc0;padding:0 2px; }
div.quotes li span.currency {padding: 0px 7px 0px 8px; font-size: 9px;  font-weight: bold;  background-color: #f0f0f0;  color: #4e4e4e;}
div.quotes li span.bid{font-weight: normal; padding-left: 15px; margin-left: 8px;}

div.quotes li.up span.bid{background: url(./images/up.gif) no-repeat 0 50%; color: green;}
div.quotes li.down span.bid{background: url(./images/down.gif) no-repeat 0 50%;  color: red;}
div.quotes li.quotes {  border: none;}

div.all_quotes {  height: 22px;  width: 42px;  display: block;  float: right;  cursor: pointer;}
div.quotes a, div.quotes a:visited, div.quotes a:hover { color:#000; text-decoration:none;}
div.quotes i {font-style:normal; font-size:10px; font-weight:normal;}
div.quotes .cros_arrows {padding:0 3px; letter-spacing:-1px; }

div.meta_trader { background: #fc0 url(./images/it_a_businnes.jpg) no-repeat right top; width: 970px;}
div.left_part { float: left;  width: 275px;  background: url(./images/board_top_bg.gif) no-repeat 0 0;  padding-top: 36px;}
div.left_part h3 {  font-weight: normal;  font-size: 24px;  color: #eaeaea;  margin: 4px 0 18px 30px; *padding-top: 4px;}
div.left_part p { padding: 0 20px;  background: url(./images/board_bg.gif) repeat-y;  color: #eaeaea;  font-size: 9px; line-height: 15px;}
div.left_part a:hover{text-decoration: underline;}
div.left_part p.meta_trader{ padding: 16px 20px 5px 20px;}

div.left_part span { display: block; background: url(./images/board_bottom_bg.gif) no-repeat; width: 275px; height: 39px; text-indent: -9999px;}

div.right_part { float: left; background: url(./images/board_top_bg.gif) no-repeat -275px 0px; padding-top: 36px; width: 670px;}
ul.download_metatrader { display: block; _height: 49px; overflow: hidden;}
ul.download_metatrader li { display: block; float: left; margin-left: 5px; _margin-left: 10px; width: 197px;}
/*div.right_part li p { font-size: 9px; color: #666; padding: 3px 0 10px 10px;}*/

/* sign up */
div.sign_up { height: 23px; margin: 5px 0;}
div.sign_up input { width: 105px;border-top: 1px solid #404040;  border-left: 1px solid #767676;  border-right: 1px solid #fff;  border-bottom: 1px solid #fff; margin:4px 10px 1px 0; font-size: 9px; color: #666; float: left; padding:1px 2px 0 5px;}

/* update 2/12/09 */
div.sign_up input.sign_up { border: none;  background: url(./images/buttons/sign_up_button.png) no-repeat;  height: 23px; width: 64px; cursor: pointer; margin: 0px;}
div.sign_up input.sign_up:hover { background: url(./images/buttons/sign_up_buttoHover.png) no-repeat;}
div.sign_up input.sign_up:active { background: url(./images/buttons/sign_up_buttonActive.png) no-repeat;}
div.sign_up a { display: block; float: right; margin: 0 6px;}

#bg_content_3 { background: #000 url(./images/bg_4.jpg) repeat-x; padding-top: 6px; overflow: hidden;}
/* pay systems */
div.pay { height: 29px;  padding: 5px 0 5px 3px;  background: url(./images/we_accept_bg.gif) no-repeat;}
img.pay { float: left; margin-right: 22px;}
div.pay li { float: left; display: block; margin: 3px 22px 0 22px;}

/* last forum threads */
div.forum_threads { width: 490px;  float: left;  margin-top: 17px; color: #d2d2d2;  margin-right: 15px}
div.forum_threads h3 { font: 24px Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #fff;}
div.forum_threads li { display: block; margin: 10px 0 0 20px;}
div.forum_threads li span { color: #878787; margin-right: 6px;}

/* vote */
div.vote { background: #ececec url(./images/vote_bg_top.gif) no-repeat; width: 190px; float: left; margin-top: 17px;}
div.vote h3 {font: 20px Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #000; margin: 8px 0 0 23px;}
div.vote p {width: 190px; margin: 7px 0; padding: 2px 0; background-color: #fff; font-size: 10px; text-align: center; color: #000;}
div.vote ul {display: block;width: 190px; background: url(./images/vote_bg.gif) repeat-y; padding-bottom: 5px;}
div.vote ul li {display: block; margin: 0 15px; border-bottom: 1px dotted #b0b0b0;}
li.vote {border-top: 1px dotted #b0b0b0;}
li.vote span{ border-top: 1px dotted #b0b0b0;}
div.vote li span {display: block; margin: 2px 0; padding: 4px 5px; border-bottom: 1px dotted #b0b0b0; line-height: 13px;}
div.vote ul span input { margin-right: 5px;}
span.vote { display: block; background: url(./images/vote_bottom_bg.gif) no-repeat; height: 33px; width: 190px; text-align: center;}
input.vote { display: block; background: url(./images/vote_button.jpg) no-repeat; width: 51px; height: 22px; margin: 0 auto; cursor: pointer;}

/* tags field */
div.tags { float: right; font-size: 13px; color: #fff; font-weight: bold; width: 240px; margin: 17px 7px 0 0px; _margin-right: 4px;}
div.tags li { float: right; margin-left: 20px; text-align: right;}

/* map site */
div.site_map { margin-top: 25px; background: url(./images/sitemap_top_bg.gif) no-repeat; width: 958px; padding-top: 13px;}
div#map_border { background: url(./images/sitemap_border.gif) repeat-y; width: 950px; padding: 0 4px; overflow: hidden;}
div#map_bg {width: 950px; background: #eaeaea url(./images/site_map_bg.gif) repeat-x;}
div#map_wave { width: 922px; padding: 0 14px; overflow: hidden;}
div.site_map h3 { font: 24px Verdana, Arial, Helvetica, sans-serif; color: #000; border-bottom: 1px #000 dotted; width: 150px; padding: 0 20px 0 5px;}
div.site_map p { background: url(./images/sitemap_desc_.gif) no-repeat; width: 137px;padding: 15px 18px; margin-top: 15px; text-align: justify; color: #000; }
div.site_map p a { color: #949494 !important;}
div.site_map p a:hover { text-decoration: underline;}
div.map_info { float: left;}
div.map_link { float: left;}
ul.site_map{ display: block; float: left; margin: 15px 0px 0 0; *margin-right: 10px;}
ul.site_map li { float: left; display: block; padding-left: 2px;}
ul.site_map h4.site_map {border: none;}
ul.site_map h4 { font: 14px Tahoma, Arial, sans-serif; color: #000; font-weight: bold; margin-bottom: 10px; padding: 0 7px 0 15px; border-left: 2px solid #dbdbdb;}
ul.site_map ul li { display: block; margin-bottom: 7px; text-align: left; float: none; padding: 0 0 0 10px; color: #dedede;}
ul.site_map h4.site_map a{ color: #000; text-decoration: none;}
ul.site_map h4.site_map a:hover{ color: #949494; text-decoration: none;}
ul.site_map ul li a { color: #949494; margin-left: 5px;}
ul.site_map ul li:hover {color: #989898;}
ul.site_map ul li:hover a {background-color: #fff; color: #000;}

span.site_map{ background: url(./images/sitemap_bottom_bg.gif) no-repeat; width: 958px; height: 13px; display: block; text-indent: -9999px; margin-bottom: 20px; }

/* footer */
ul.footer { float: right; display: block; width: 90px; margin: 0 7px;}
ul.footer li {display: block; margin-bottom: 10px;}
ul.footer li img {filter:alpha(opacity=40); -moz-opacity: 0.4; opacity: 0.4;}
ul.footer li a:hover img {filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;}
div.footer p { font-size: 10px; margin-bottom: 5px; color: #939393; text-align: justify;}
div.footer p span { color: #fff;}
p.footer { border-top: 1px dotted #878787; padding: 10px 0; margin-top: 25px; *margin-top: 0px; }



/* -----------------------------------------------------analitics page */
div#bg_content_4 {  background: #ffcc00 url(./images/bg_5.jpg) repeat-x;padding-top: 10px;  }
div.analytics_page, div.content_page { background: url(./images/analitics_page_top_bg.png) no-repeat; width: 958px; margin: 0 auto; padding: 16px 0 20px 0; overflow: hidden;}
div#analytics_border { width: 918px; background: url(./images/analitics_page_bg.gif) repeat-y; padding: 0 20px 0 20px;  overflow: hidden;}

/* analitics description */
div.analytics_desc { float: left; width: 670px;}
div.analytics_desc p { font-size: 10px; margin-bottom: 30px; line-height: 15px;}
div.analytics_desc p span { font: 24px Verdana, Arial, Helvetica, sans-serif; margin-right: 15px;}
p.analytics_desc { color: #000;}
span.analytics_desc { float: right;}

/* analitics description button*/

span.analytics_desc a.account_action { display: block; background: url(./images/general_button_page.jpg) no-repeat; width: 182px; height: 41px; padding: 6px 14px; text-decoration:none;}
span.analytics_desc a.account_action:hover { background: none; background: url(./images/general_button_page_active.jpg) no-repeat;}
span.analytics_desc a.account_action strong { margin-bottom: 5px;}
div.analytics_page div.sign_up { _margin-top: -10px;}
span.analytics_desc  a.active { background: url(./images/general_button_page_active.jpg) no-repeat;}
span.analytics_desc  a.active span strong { color: #888;}
span.analytics_desc a.account_action span.active  { display: none;}

/* analitics sigh up and othe */
div.analytics_page div.sign_up span{ font-size: 9px; margin-left: 12px; position: relative; top: 6px;}
ul.analytics_desc { display: block; overflow: hidden; margin-bottom: 18px; _margin-bottom: 52px;}
ul.analytics_desc li { display: block; float: left; width: 49%; line-height: 22px; font-size: 9px;}
ul.analytics_desc li img { margin-right: 10px; position: relative; top: 7px;}

/* info blocks */
div.article ul.info_blocks li {margin-right: 0; background: none; display: block; padding-bottom: 8px; border-bottom: 1px dashed #fff; margin-bottom: 15px;}
ul.info_blocks li div { background-color: #d1d1d1; border-bottom: 1px dashed #fc0; border-top: 1px dashed #fc0; padding: 25px 45px 25px 50px; color: #000;}
ul.info_blocks li div h3 { font-size: 18px; margin-bottom: 25px;  font-weight: normal;}
div.article ul.info_blocks li div p {  margin-left: 23px; text-indent: 0; margin-right: 23px;}
div.article ul.info_blocks li div p:first-line {  color:#000000;}

div.info_blocks { padding: 50px 30px;}
div.info_blocks p, div.info_blocks_practice p { margin-bottom: 7px;}
div.info_blocks a, div.info_blocks_practice a { text-decoration: none; color: #949494; _color: #949494 !important;}

/* analitics bottom menu */
span.analytics_page { display: block; background: url(./images/analitics_page_bottom_bg.png) no-repeat; width: 943px; height: 36px; padding-left: 15px;}
span.analytics_page li { display: inline; border-left: 1px solid #fff; padding: 0 12px; font-size: 9px;}
span.analytics_page li a { text-decoration: none;  color: #949494; _color: #949494 !important;}
span.analytics_page li.analytics_page { border: none;}


/* ======================================= Pager ================================ */

div.pager_container{
	padding:0;
	height:1em;
	margin-left: 35px;
}

div.pager_container ul.pager{
	margin:0;
	margin-top: 15px;
	padding:0;
	list-style:none;
}

div.pager_container ul.pager li{
	float:left;
	background: none;
	padding: 3px;
	border: none;
	margin: 0;
}

div.pager_container ul.pager a, div.pager_container ul.pager span{
	display:block;
	height:1.5em;
	width: 1em;
	line-height:1.5em;
	margin-right:0.4em;
	text-align:center;
}

div.pager_container ul.pager li.active span{
	color: black;
	background:#FFCC00 ;
	padding: 0 3px;
}


span.separator{
	margin-left: 0.2em;
	color: #d2d2d2;
	letter-spacing: -4px;
	margin-right: 0.7em;
}


span.up{
	background: url(./images/color_up.gif) no-repeat 0 50%;
	color: green;
	padding-left: 10px;
	float: right;
}

span.down{
	background: url(./images/color_down.gif) no-repeat 0 50%;
	color: red;
	padding-left: 10px;
	float: right;
}
#search_block div.gsc-control{
	width:100%;
}
#search_block table.gsc-branding,#search_block table.gsc-resultsHeader{
	display: none;
}
#search_block table.gsc-search-box{
	width: 300px;
}
div.article span.analytics_desc a{
	text-decoration: none;
}

ul.practice { margin-top: 30px;}
ul.practice img {float: left;}
div.article ul.practice li{ margin-bottom:50px; margin-left: 0;}
ul.practice li div { position: relative; top: 30px; padding: 25px 13px;}
ul.practice li div img { position: absolute; top: -50px; left: 35px; _left: 15px;}
ul.practice li div.clear { border: none; background: none;}


div.block table td.label{
	width: 25%;
	padding-left: 37px;
}

input.text{
	width: 300px;
}

div.block input.submit { border: none;  background: url(./images/buttons/submit_grey.gif) no-repeat;  height: 23px; width: 68px; cursor: pointer; margin: 0px;}
div.block input.submit:hover { background: url(./images/buttons/submitHover_grey.gif) no-repeat;}
div.block p.error {
	color: red;
	text-indent: 0;
	margin-left: 0;
}
span.required{
	color: red;
	margin-left: 3px;
}

div.example { margin: 20px 0; padding: 5px 0 25px 0;border-bottom: 1px dashed #fc0; border-top: 1px dashed #fc0; color: #000;background-color: #d1d1d1;}
div.article div.example h2{
	color: black;
	font-size: 15px;
}


/* login area */
.log_in {  float: right; width: 331px;  height: 120px;  font-size: 10px;  color: #666;  text-align: center;  padding-top: 23px;}
.log_in span { background: url(./images/bg_lodin_acc.gif) no-repeat; width: 298px; height: 16px; line-height: 16px; display: block; margin-left: 25px; _margin-left: 18px; }
.log_in p { color: #a99234; font-size: 18px; padding: 10px 20px; }
.log_in a { color: #000; text-decoration: underline; }
.log_in a:hover {text-decoration: none; }
.log_in p a { color: #666; }
.log_in .exit_account { background: url(./images/buttons/exit_accountButton.jpg); width: 83px; height: 23px; text-indent: -9999px; float: right; margin-right: 55px; _margin-right: 30px; }
.exit_account:hover { display: block; background: url(./images/buttons/exit_accountButtonHover.jpg); }
div.log_in div{
	height: 16px;
}

