/* General proSilver Markup Styles
---------------------------------------- */

* {
  /* Reset browsers default margin, padding and font sizes */
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
  height: 101%;
}

body {
  /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */

  font-family: Arial, Helvetica, sans-serif;
  color: #414141;
  background-color: #ffffff;
  /*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}

h1 {
  /* Forum name */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-right: 200px;
  color: #FFFFFF;
  margin-top: 15px;
  font-weight: bold;
  font-size: 2em;
}

h2 {
  /* Forum header titles */
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  margin: 0;
}

h2.solo {
  background: url("images/bg_razdel.jpg") repeat-x scroll left top transparent;
  padding: 5px 5px 7px;
  margin-bottom: 10px;
  margin-top: 10px;
}

h3 {
  /* Sub-headers (also used as post headers, but defined later) */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  _text-transform: uppercase;
  border: 1px solid #cccccc;
  margin-bottom: 3px;
  padding: 4px;
  font-size: 12px;
  color: #333;
  margin-top: 20px;
  font-style: italic;
  background: #f1f1f1;
}

h4 {
  /* Forum and topic list titles */
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
  font-size: 1.3em;
}

p {
  line-height: 1.3em;
  font-size: 1.1em;
  margin-bottom: 1.5em;
}

img {
  border-width: 0;
}

hr {
  /* Also see tweaks.css */
  border: 0 none #FFFFFF;
  border-top: 1px solid #CCCCCC;
  height: 1px;
  margin: 5px 0;
  display: block;
  clear: both;
}

hr.dashed {
  border-top: 1px dashed #CCCCCC;
  margin: 10px 0;
}

hr.divider {
  display: none;
}

p.right {
  text-align: right;
}

a:link {
  color: #006699;
  text-decoration: none;
}

a:visited {
  color: #006699;
  text-decoration: none;
}

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

a:active {
  color: #006699;
  text-decoration: none;
}

.font16 {
  font-size: 16px !important;
}

.font14 {
  font-size: 14px !important;
}

.font12 {
  font-size: 12px !important;
}

.font11 {
  font-size: 11px !important;
}

.red {
  _color: #cc0033
}

.allpage {
  background-color: #fff;
  margin: auto;
  padding: 5px 10px 8px;
  width: 1020px;
}

/* Main blocks
---------------------------------------- */
#wrap {
  padding-bottom: 10px;
  width: 1020px;
  text-align: left;
  margin: 20px 0 0 0;
}

#simple-wrap {
  padding: 6px 10px;
}

#page-body {
  width: 710px;
  float: left;
}

#page-footer {
  clear: both;
}

#page-footer h3 {
  margin-top: 20px;
}

#logo {
  float: left;
  width: auto;
}

a#logo:hover {
  text-decoration: none;
}

#page-header {
  background-color: #FFFFFF;
  display: block;
}

#banner-zone-top {
  min-height: 120px;
  max-height: 240px;
}

#banner-zone-right-content {
  width: 300px;
}

#banner-zone-center-content {
  text-align: center;
  display: inline-block;
}

.f_like {
  float: right;
  font-size: 11px;
  height: 17px;
  padding: 3px 9px 0 10px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
  margin-top: -3px;
}

.f_btn {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  color: #5a5a5a;
  border: 1px solid #a5b7bc;
  padding: 3px 5px;
  vertical-align: middle;
  margin-top: -3px;
}

a.f_btn {
  text-align: center;
  text-decoration: none;
  color: #777;
}

a.f_btn:link, a.f_btn:visited {
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1d1d1));
  background: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1d1d1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1d1d1)";
}

a.f_btn:hover, a.f_btn:active {
  color: #111;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#ffffff));
  background: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#ffffff)";
}

input.i_btn {
  /*	display: block;
    float: left; */
  font-size: 11px;
  line-height: 14px;
  color: #5a5a5a;
  text-decoration: none;
  border: 1px solid #a5b7bc;
  padding: 3px 5px;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1d1d1));
  background: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1d1d1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1d1d1)";
}

input.i_btn:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#ffffff));
  background: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#ffffff)";
}

.f_btn_blue {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #71a9c6;
  padding: 3px 5px;
  vertical-align: middle;
  margin-top: -3px;
}

a.f_btn_blue {
  text-align: center;
  text-decoration: none;
  color: #006699;
}

a.f_btn_blue:link, a.f_btn_blue:visited {
  background: #bed5e1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bed5e1));
  background: -moz-linear-gradient(top, #ffffff, #bed5e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#bed5e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#bed5e1)";
}

a.f_btn_blue:hover, a.f_btn_blue:active {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#bed5e1), to(#ffffff));
  background: -moz-linear-gradient(top, #bed5e1, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bed5e1, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#bed5e1, endColorstr=#ffffff)";
}

.f_btn_red {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #f49271;
  padding: 3px 5px;
  vertical-align: middle;
  margin-top: -3px;
}

a.f_btn_red {
  text-align: center;
  text-decoration: none;
  color: #ed4220;
}

a.f_btn_red:link, a.f_btn_red:visited {
  background: #f9cbbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9cbbb));
  background: -moz-linear-gradient(top, #ffffff, #f9cbbb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9cbbb);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f9cbbb)";
}

a.f_btn_red:hover, a.f_btn_red:active {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9cbbb), to(#ffffff));
  background: -moz-linear-gradient(top, #f9cbbb, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9cbbb, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9cbbb, endColorstr=#ffffff)";
}

.f_search {
  background: url(images/search_lens.png) center top no-repeat;
  width: 15px;
  height: 14px;
}

.w45 {
  width: 45px;
}

#white-jumpbox form#jumpbox div {
  color: white;
}

/*
.f_qqq {
	margin-top:-5px;
}

body:nth-of-type(1) .f_qqq {
	margin-top:-1px;
}
*/

/* Search box
--------------------------------------------- */
#search-box {
  color: #FFFFFF;
  position: relative;
  margin-top: 30px;
  margin-right: 5px;
  display: block;
  float: right;
  text-align: right;
  white-space: nowrap; /* For Opera */
}

#search-box #keywords {
  width: 95px;
  background-color: #FFF;
}

#search-box input {
  border: 1px solid #b0b0b0;
}

/* .button1 style defined later, just a few tweaks for the search button version */
#search-box input.button1 {
  padding: 1px 5px;
}

#search-box li {
  text-align: right;
  margin-top: 4px;
}

#search-box img {
  vertical-align: middle;
  margin-right: 3px;
}

/* Site description and logo */
#site-description {
  float: left;
  width: 70%;
}

#site-description h1 {
  margin-right: 0;
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
  margin-bottom: 0;
  padding: 0;
}

.navbar {
  padding: 0 10px;
}

.forabg {
  background: #ccc none repeat-x 0 0;
  margin-bottom: 4px;
  padding: 0 1px;
  clear: both;
}

.forumbg {
  margin-bottom: 4px;
  clear: both;
}

.panel {
  margin-bottom: 0px;
}

.postform .panel {
  margin-bottom: 0px;
}

.qr_panel {
  border-top: 1px solid #ccc;
  width: 710px;
  background-color: #F5F5F5;
  height: 10px;
}

#qr_editor_div {
  width: 708px;
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  padding-bottom: 0px;
}

#qr_editor_div .inner {
  margin: 10px;
}

.post {
  padding: 0;
  margin-bottom: 4px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.post:target .content {
  color: #000000;
}

.post:target h3 a {
  color: #000000;
}

.bg1 {
  background-color: #fff;
}

.bg2 {
  background-color: #fff;
}

.bg3 {
  background-color: #fff;
}

.fon {
  background-color: #f5f5f5;
}

.spec_fon {
  background-color: #ffffd4;
}

.adm_fon {
  background-color: #ffffca;
}

.rowbg {
  margin: 5px 5px 2px 5px;
}

.ucprowbg {
  background-color: #e2e2e2;
}

.fieldsbg {
  /*border: 1px #DBDEE2 solid;*/
  background-color: #eaeaea;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 0px;
  background-repeat: no-repeat;
}

span.corners-top {
  background-image: none;
  background-position: 0 0;
  margin: 0 -5px;
}

span.corners-top span {
  background-image: none;
  background-position: 100% 0;
}

span.corners-bottom {
  background-image: none;
  background-position: 0 100%;
  margin: 0 -5px;
  clear: both;
}

span.corners-bottom span {
  background-image: none;
  background-position: 100% 100%;
}

.headbg span.corners-bottom {
  margin-bottom: -1px;
}

.post span.corners-top, .post span.corners-bottom, .panel span.corners-top, .panel span.corners-bottom, .navbar span.corners-top, .navbar span.corners-bottom {
  margin: 0 -10px;
}

.rules span.corners-top {
  margin: 0 -10px 5px -10px;
}

.rules span.corners-bottom {
  margin: 5px -10px 0 -10px;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
  display: block;
  margin: 0;
}

ul.linklist li {
  display: block;
  list-style-type: none;
  float: left;
  width: auto;
  margin-right: 5px;
  font-size: 1.1em;
  line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
  float: right;
  margin-right: 0;
  margin-left: 5px;
  text-align: right;
}

ul.navlinks {
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
}

ul.leftside {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  text-align: left;
}

ul.rightside {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
  text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
  /* See tweaks.css */
}

#ucp-main table.table1 {
  padding: 2px;
}

table.table1 thead th {
  font-weight: normal;
  font-size: 12px;;
  padding: 8px;
  border-top: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

table.table1 thead th span {
  padding-left: 7px;
}

table.table1 tbody tr {
  border: 1px solid #CCCCCC;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
  background-color: #f6f6f6;
  color: #000;
}

table.table1 td {
  color: #6a6a6a;
  font-size: 12px;;
}

table.table1 tbody td {

  border-top: 1px solid #CCCCCC;
}

table.table1 tbody th {

  border-bottom: 1px solid #CCCCCC;
  text-align: left;
  color: #333333;
  background-color: #FFFFFF;
}

/* Specific column styles */
table.table1 .name {
  text-align: left;
}

table.table1 .posts {
  text-align: center !important;
  width: 7%;
}

table.table1 .joined {
  text-align: left;
  width: 15%;
}

table.table1 .active {
  text-align: left;
  width: 15%;
}

table.table1 .mark {
  text-align: center;
  width: 7%;
}

table.table1 .info {
  text-align: left;
  width: 30%;
}

table.table1 .info div {
  width: 100%;
  white-space: normal;
  overflow: hidden;
}

table.table1 .autocol {
  line-height: 2em;
  white-space: nowrap;
}

table.table1 thead .autocol {
  padding-left: 1em;
}

table.table1 span.rank-img {
  float: right;
  width: auto;
}

table.info td {
  padding: 3px;
}

table.info tbody th {
  padding: 3px;
  text-align: right;
  vertical-align: top;
  color: #000000;
  font-weight: normal;
}

.forumbg table.table1 {

}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
   Also see tweaks.css */
.column1 {
  float: left;
  clear: left;
  width: 49%;
}

.column2 {
  float: right;
  clear: right;
  width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
  float: left;
  width: auto;
  text-align: left;
}

.right-box {
  float: right;
  width: auto;
  text-align: right;
}

dl.details {
  /*font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;*/
  font-size: 1.1em;
}

dl.details dt {
  float: left;
  clear: left;
  width: 250px;
  color: #000000;
  display: block;
}

dl.details dd {
  margin-left: 0;
  padding-left: 5px;
  margin-bottom: 5px;
  color: #828282;
  float: left;
}

/* Pagination
---------------------------------------- */
.pagination {
  height: 1%; /* IE tweak (holly hack) */
  width: 715px;
  text-align: left;
  float: left;
}

.pagination span.page-sep {
  display: none;
}

li.pagination {
  margin-top: 0;
}

.pagination strong, ._pagination b {
  font-weight: normal;
}

.pagination span strong {
  padding: 0 2px;
  margin: 0 2px;
  font-weight: bold;
  font-size: 18px;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
  font-weight: normal;
  text-decoration: none;
  margin: 0 2px;
  padding: 0 2px;
  font-size: 12px;;
  line-height: 1.3em;
}

.pagination span a:hover {
  color: red;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
  display: block;
  float: right;
  width: auto;
  margin-top: 0;
  padding: 1px 0 1px 15px;
  font-size: 0.9em;
  background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
  background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
  background-color: #d2d2d2;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
  float: right;
  width: auto;
  padding-left: 5px;
  margin-left: 5px;
  margin-top: 10px;
  text-align: right;
}

.copyright {
  padding: 5px;
  text-align: center;
  color: #555555;
}

.small {
  font-size: 0.9em !important;
}

.titlespace {
  margin-bottom: 15px;
}

.headerspace {
  margin-top: 20px;
}

.error {
  color: #cc0033;
  font-size: 1em;
  /*	padding:5px;*/
  margin: 10px 0 10px 0;
  /*	border: 1px solid #cc0033; */
}

.reported {
  background-color: #f7f7f7;
}

li.reported:hover {
  background-color: #ececec;
}

div.rules {
  background-color: #ececec;
  color: #bcbcbc;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 1.1em;
}

div.rules ul, div.rules ol {
  margin-left: 20px;
}

p.rules {
  background-color: #ececec;
  background-image: none;
  padding: 5px;
}

p.rules img {
  vertical-align: middle;
  padding-top: 5px;
}

p.rules a {
  vertical-align: middle;
  clear: both;
}

#top {
  position: absolute;
  top: -20px;
}

.clear {
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  background: transparent;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mr5 {
  margin-right: 5px;
  margin-top: 2px;
}

.finpro_newfooter {
  margin: 0;
  width: 1020px;
  text-align: left;
}

.bottom_banner {
  width: 100%;
  margin: 15px 0 30px 0;
}

.finpro_nf11 {
  background: url("images/fpnfbg.png") left -100px no-repeat;
  height: 123px;
  padding: 15px 0 10px 24px;
  color: #ffffff;
}

.finpro_nf12 {
  background: url("images/fpnfbg.png") left -444px no-repeat;
  height: 6px;
  margin-bottom: 15px;
}

.finpro_nf21 {
  background: url("images/fpnfbg.png") left -450px no-repeat;
  padding: 15px 0 0 24px;
}

.finpro_nf22 {
  background: url("images/fpnfbg.png") left -794px no-repeat;
  height: 6px;
  margin-bottom: 15px;
}

.finpro_nfheader {
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.finpro_nfheader2 {
  font-weight: normal;
  display: inline;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #068b7a;
}

.nf25 {
  width: 25%;
  float: left;
}

.nf01 {
  width: 210px;
  float: left;
}

.nf02 {
  width: 270px;
  float: left;
}

.nf03 {
  width: 290px;
  float: left;
}

.nf04 {
  float: left;
}

.finpro_nfnavigation ul {
  padding: 0;
  margin: 0;
}

.finpro_nfnavigation ul li a:link, .finpro_nfnavigation ul li a:visited {
  text-decoration: none;
}

.finpro_nfnavigation ul li a:active, .finpro_nfnavigation ul li a:hover {
  text-decoration: underline;
}

.nfcolor_01 ul li a {
  color: #a9babd;
}

.nfcolor_02 ul li a {
  color: #339d8f;
}

.finpro_nfnavigation {
  display: block;
  list-style-type: none;
  padding: 10px 0 10px 0;
  margin: 0;
  float: left;
  width: 100%;
}

.finpro_nfnavigation li {
  color: #a9babd;
  display: block;
  padding: 2px 0 2px 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: normal;
}

.nf_rss {
  display: inline-block;
  background: url("images/fpnfbg.png") no-repeat 0 0;
  text-decoration: none;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 8px 0 0;
}

.nf_rss2 {
  display: inline-block;
  background: url("images/ico_12_rss.png") no-repeat 0 0;
  text-decoration: none;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 8px 0 0;
}

.nf_li {
  display: inline-block;
  background: url("images/fpnfbg.png") no-repeat -900px 0;
  text-decoration: none;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 8px 0 0;
}

.nf_cpr {
  text-align: center;
  padding: 20px 0 10px 0;
  color: #339d8f;
}

.ico_rss {
  background: url(images/icon_rss.jpg) no-repeat right center;
  padding: 0 15px 0 10px;
}

.ico_faq {
  background: url(images/icon_faq.gif) no-repeat right center;
  padding: 0 10px 0 10px;
  margin-right: 10px;
}

.ico_f {
  background: url(images/icon_f.jpg) no-repeat left center;
  padding: 0 10px 0 30px;
}

.login {
  background: url(images/login_bg.jpg) no-repeat top left;
  width: 308px;
  height: 54px;
  padding: 5px 0 5px 8px;
  font-size: 11px;
  line-height: 1.7;
  text-align: left;
}

.logout {
  background: url(images/vuhod.gif) no-repeat top right;
  padding: 0 15px 0 3px;
}

.L_SEARCH_NEW {
  padding: 0 1px 0 0;
}

.L_SEARCH_SELF {
  padding: 0 1px 0 1px;
}

input.inp_aut {
  border: 1px solid #8ea5ab;
  background: #FFFFFF;
  height: 20px;
  width: 70px;
  color: #666666;
  padding-left: 2px;
  line-height: 1.5;
  font-size: 12px;
}

.log {
  padding-right: 4px;
}

.login input {
  margin-bottom: 5px;
}

.reg_button {
  height: 20px;
  margin: 0;
  padding-left: 12px;
}

.reg_button a {
  color: #fff;
  background: url(images/sub_bg.png) repeat-x;
  font-size: 12px;
  font-style: normal;
  padding: 0 8px;
  line-height: 22px;
  height: 22px;
  display: block;
  float: left;
}

.reg_button a.pda {
  color: #fff;
  background: url(images/pda.png) repeat-x;
  font-size: 12px;
  font-style: italic;
  padding: 0 18px;
  line-height: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-right: 8px;
}

.send {
  border: 0 none;
  background: transparent url(images/buttom.jpg) no-repeat scroll left top;
  width: 45px;
  height: 21px;
}

.grey {
  color: #999999;
}

.forumtitle {
  margin-bottom: 20px;
  font-size: 14px;
}

.collapse_forum {
  background: transparent url(images/forstrela_up.png) no-repeat 0 0px;
  width: 13px;
  height: 14px;
  display: block;
  margin-top: 3px;
}

.collapse_foruma {
  background: transparent url(images/forstrela.png) no-repeat 0 0;
  width: 13px;
  height: 14px;
  display: block;
  margin-top: 3px;
}

.tema_forum td {
  border: 1px solid #ccc;
}

.pointline {
  background: url(images/line_point.gif) repeat-y top right;
}

.menutop {
  display: block;
  height: 38px;
  margin: 0;
  padding: 0;
}

.menutop span {
  background: url(images/menutopbg.jpg) repeat-x;
  height: 38px;
  display: block;
  float: left;
}

.menutop a {
  color: #c0cacd;
  background: url(images/menutopbg.jpg) repeat-x;
  font-size: 14px;
  font-style: normal;
  padding: 0 13px;
  line-height: 38px;
  height: 38px;
  display: block;
  float: left;
}

.menutop a:hover {
  background: url(images/menubg_act.jpg) repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

.menutop a.act {
  background: url(images/menubg_act.jpg) repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

.menutop a.right {
  background: url(images/menu_gr.jpg) repeat-x;
  color: #FFFFFF;
  padding: 0 9px 0 13px;
}

.menutop a.right:hover {
  background: url(images/menu_gr.jpg) repeat-x;
}

.menutop div.rightcorner {
  background: url(images/corner.jpg) no-repeat right top;
  height: 38px;
  width: 4px;
  float: left;
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

a.firstmenu {
  background: url(images/corner.jpg) no-repeat top left;
  padding: 0 0 0 4px;
}

a.firstmenu:hover {
  background: url(images/corner_act.gif) no-repeat top left;
}

a.firstmenu:hover span {
  background: url(images/menubg_act.jpg) repeat-x;
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}

a.firstmenu span {
  height: 38px;
  display: block;
  padding: 0 13px 0 10px;
  background: url(images/menutopbg.jpg) repeat-x;
  cursor: pointer;
}

.menutop a.actfirst {
  background: url(images/corner_act.gif) no-repeat top left;
  color: #FFFFFF;
  text-decoration: none;
}

.menutop a.actfirst span {
  background: url(images/menubg_act.jpg) repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

#topmenu {
  height: 38px;
  float: left;
  background: #706f61 url(images/menutopbg.jpg) 0 0 repeat-x;
  padding: 0;
  margin: 0;
}

.a-zoom1, .a-zoom2, .a-zoom3 {
  padding: 0;
  margin: 8px 1px 0 1px;
  width: 19px;
  height: 22px;
  float: left;
}

.a-zoom1 a, .a-zoom2 a, .a-zoom3 a {
  display: block;
  width: 19px;
  height: 22px;
  margin: 0;
  padding: 0;
  background: url(images/a-zoom.png) no-repeat !important;
}

.a-zoom1 a {
  background-position: left top !important;
}

.a-zoom2 a {
  background-position: -19px top !important;
}

.a-zoom3 a {
  background-position: -38px top !important;
}

.footer_cpyright {
  width: 1020px;
  color: #666666;
  text-align: center;
}

td#for_mobile {
  width: 40%;
  text-align: left;
  font-size: 14px;
  color: #6AA5C4;
}

td#for_mobile a {
  font-size: 11px;
  text-decoration: underline;
}

.breadcrumb {
  margin: 10px 8px;
  height: 25px;
}

.breadcrumb, .breadcrumb a {
  font: italic 11px Arial, Helvetica, sans-serif;
  color: #999;
  line-height: 12px;
}

.breadcrumb a:hover {
  color: #006699;
}

.navi {
  margin: 10px 8px;
  height: 25px;
}

.navi, .navi a {
  font: italic 11px Arial, Helvetica, sans-serif;
  color: #006699;
  line-height: 12px;
}

.navint {
  height: 25px;
}

.navint2 {
  margin-top: -3px;
  width: 20px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font: normal normal 25px monotype;
}

.icon1 a {
  background: no-repeat top left url("images/icon1.gif");
  padding-left: 30px;
  padding-right: 14px;
  height: 26px;
  display: block;
  line-height: 1.8;
}

.icon2 a {
  background: no-repeat top left url("images/icon2.gif");
  padding-left: 30px;
  height: 26px;
  display: block;
  line-height: 1.8;
}

.icon21 {
  padding-left: 0;
  padding-right: 14px;
  height: 26px;
  display: block;
  line-height: 1.8;
}

.icon3 a {
  background: no-repeat top left url("images/icon3.gif");
  padding-left: 30px;
  padding-right: 5px;
  height: 26px;
  display: block;
  line-height: 1.8;
}

.online_zag {
  background: url(images/bg_name.jpg) top left repeat-x;
  font-style: italic;
  font-size: 14px;
  color: #333333;
  line-height: 2.2;
  padding-left: 10px;
}

ul.sfonom {
  height: 20px;
  background-color: #ededed;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #787878;
}

ul.sfonom li {
  display: block;
  list-style-type: none;
  float: left;
  width: auto;
}

.sfonom a {
  color: #787878;
  font-size: 12px;
}

.sfonom a:hover {
  color: #787878;
  text-decoration: underline;
}

a.header-forum:link, a.header-forum:visited, a.header-forum:active, a.header-forum:hover, .header-forum {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  padding-right: 5px;
}

a.header-forum-ec:link, a.header-forum-ec:visited, a.header-forum-ec:active, a.header-forum-ec:hover, .header-forum-ec {
  font-family: Arial, Helvetica, sans-serif;
  color: #078c7b;
  text-transform: none;
  /*	text-decoration: none;*/
  font-size: 16px;
  padding-right: 5px;
}

.mainlinkrss {
  background: no-repeat right url("images/forico.png");
  height: 12px;
  width: 12px;
}

.forumnazva {
  background: repeat-x top left url("images/bg_razdel.jpg");
  padding: 5px;
}

.forumnazva-ec {
  background: #f2f2f2;
  padding: 5px;
}

.tema {
  background: repeat-x top left url("images/bg_razdel.jpg");
  padding: 0;
}

.tema a, .tema a:link, .tema a:visited, .tema a:active, .tema a:hover {
  color: #fff;
  padding-left: 2px;
}

.tema h2 { /*background:url("images/zvezda.jpg")  no-repeat;*/
  padding: 5px 5px 7px 5px;
}

.tema h2.margin {
  padding-left: 8px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.anypage {
  /*color: #48B49F !important;
  text-decoration: none;
  font: bold 12px sans-serif  !important;*/
}

.tema2 {
  width: 710px;
  height: 38px;
  background: repeat-x top left url("images/bg_razdel.jpg");
}

.tema2 td h2 {
  margin: 5px 5px 5px 12px;
  font: bold 17px arial;
  color: #eee;
}

td.bt2 {
  background: url(images/menutopbg.jpg) repeat-x;
  border-right: 1px solid #078c7b;
  cursor: pointer;
  text-align: center;
}

td.bt2:hover {
  background: url(images/menubg_act.jpg) repeat-x;
}

td.bt2 div {
  margin: 0 6px;
  font-size: 10px;
  color: #99c2c8;
  text-decoration: none;
  line-height: 10px;
  text-align: left;
}

td.bt2 div span {
  font-size: 12px;
  color: #ddd;
}

td.bt2 div span.plus {
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}

td.bt2:hover div span {
  color: #fff;
  text-decoration: underline;
}

td.bt2:hover div span.plus {
  color: #fff;
  text-decoration: none;
}

.tablemainpage td {
  padding: 5px 0;
}

.tablemainpage td.topic_name {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}

.tablemainpage td.reply {
  border-bottom: 1px solid #ccc;
  width: 60px;
}

.tablemainpage td.view {
  border-bottom: 1px solid #ccc;
  width: 85px;
}

.tablemainpage td.data {
  border-bottom: 1px solid #ccc;
  width: 165px;
}

.tablemainpage td.h-adv {
  border-bottom: 1px solid #ccc;
  padding: 5px 5px 5px 0;
}

.forumlist td.reply,
.forumlist td.view,
.forumlist td.data {
  border: none;
}

.headergrey {
  color: #777;
  background: #F2F2F2;
  border-top: 1px solid #ccc;
  font-size: 11px;
}

.forumlist .headergrey {
  border-bottom: 1px solid #ccc !important;
}

.headergrey-ec {
  color: #777;
  background: #F2F2F2;
  /*	border-top:1px solid #ccc;*/
  font-size: 11px;
}

.forumlist .headergrey-ec {
  /*	border-bottom:1px solid #ccc !important;*/
}

.b-adv .b-adv_target {
  width: 300px;
  height: 50px;
  outline: none;
}

.b-adv .b-adv_banner {
  width: 300px;
  height: 50px;
  overflow: hidden;
}

.h-adv .b-adv_target {
  display: block;
}

.content {
  _background: #FFFFFF;
}

.login_top {
  padding-right: 5px;
}

.login_top input {
  border: 0;
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*left block*/
.lastnewszag {
  height: 31px;
  margin-top: 15px;
  background: url(images/lineright.jpg) repeat-x;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding-left: 10px;
  line-height: 31px;
  display: block;
}

.lastnewszag a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}

.topPU {
  width: 100%;
  margin-top: 15px;
  height: 50px;
}

.topPU_tab {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  cursor: pointer;
  padding-left: 10px;
  float: left;
  height: 43px;
  display: inline-table;
  background: url(images/light_tab.png) repeat-x;
  background-position: bottom;
  color: #66838E;
}

.topPU_selected {
  background: url(images/dark_tab.png) repeat-x;
  color: #FFFFFF;
}

.topPU_title {
  display: table-cell;
  vertical-align: middle;
}

.topPU_row {
  height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.topPU_order {
  height: auto;
  width: 10%;
  color: #006699;
  font-size: 13px;
  float: left;
  text-align: center;
}

.topPU_avatar {
  height: auto;
  width: 15%;
  float: left;
  text-align: center;
}

.topPU_no_avatar {
  border: 1px solid #ccc;
  width: 32px;
  height: 32px;
}

.topPU_uname {
  height: auto;
  width: 50%;
  color: #006699;
  font-size: 14px;
  padding-left: 10px;
  float: left;
}

.topPU_medal {
  height: inherit;
  width: 50px;
  color: #040404;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  float: left;
  margin-top: -2px;
  padding: 32px 0 0 0;
  position: relative;
}

.topPU_text {
  height: auto;
  width: auto;
  font-size: 11px;
  padding-left: 6px;
}

.topPU_text_grey {
  color: #999999;
}

.topPU_text_blue {
  color: #006699;
}

.topPU_text_topic {
  font-weight: bold;
}

.perekl {
  height: 31px;
  background: url(images/lineright.jpg) repeat-x;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  padding-left: 10px;
  line-height: 31px;
  display: block;
}

.perekl a {
  color: #ececec;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  background-color: #64828d;
  border-left: 1px solid #aabec5;
  border-right: 1px solid #aabec5;
  display: block;
  height: 31px;
  line-height: 31px;
  padding: 0 5px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.perekl span {
  display: block;
  height: 31px;
  float: left;
  padding-right: 5px;
}

.perekl a.passive {
  color: #fff;
  background-color: transparent;
  border-left: 0 solid #aabec5;
  border-right: 0 solid #aabec5;
}

.lastnewsline {
  background: url(images/line_points.gif) repeat-x;
  height: 1px;
  padding-bottom: 10px;

}

.datagrey {
  color: #999999;
}

.lastnewspoint {
  background: url(images/lastpoint.gif) no-repeat top right;
  width: 12px;
}

.allmaterial {
  text-align: right;
  padding: 0 5px 0 0;
  font-size: 11px;
}

.allmaterial a {
  color: #8ca4a9;
}

.allmaterial a:hover {
  color: #8ca4a9;
}

.borderblok {
  padding-top: 10px;
}

.border {
  padding: 5px;
  height: 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.border_mod {
  height: 30px;
  margin: 15px 0;
}

.border_mod p {
  line-height: 30px;
  margin: 0;
}

.bggrey {
  background-color: #ededed;
  border: 1px solid #ccc;
}

.bggrey2 {
  background-color: #ededed;
  border: 1px solid #ccc;
  height: 30px;
}

div.quick-links-wrapper {
  display: inline-table;
  margin-left: 10px;
  background: white;
  padding: 6px 0 0 6px;
}

div.quick-links-descr {
  float: left;
  width: 20%;
  text-align: right;
  font-size: 11px;
  color: #FF9F00;
}

div.quick-links-arrow {
  float: left;
  margin: 0px 10px 0 8px;
  font-size: 11px;
  color: #FF9F00;
}

div.quick-links-list {
  float: left;
  display: table-cell;
  width: 70%;
  font-size: 11px;
  color: #006699;
}

div.quick-links-list ul {
  overflow-y: scroll;
  height: 72px;
}

div.quick-links-list ul li {
  margin-bottom: 2px;
}

div.quick-links-list ul li:hover {
  cursor: pointer;
  background: lightgrey;
}

div.quick-links-list ul li a {
  text-decoration: none;
  color: inherit;
}

img.news_sm {
  border: 1px solid #88a0a5;
  margin-right: 5px;
  margin-left: 5px;
}

.imgnews {
  width: 68px;
  height: 68px;
  padding-right: 3px;
}

.cntr {
  height: 30px;
  line-height: 30px;
}

/*oblako tegov*/
div.tag-cloud {
  padding: 10px 5px;
}

div.tag-cloud a, div.tag-cloud a:link, div.tag-cloud a:active, div.tag-cloud a:hover, div.tag-cloud a:visited {
  padding: 0 5px 1px;
  text-decoration: none;
}

div.tag-cloud a:hover {
  text-decoration: underline;
}

a.tag-cloud-r1 {
  font-size: 11px;
}

a.tag-cloud-r2 {
  font-size: 13px;
}

a.tag-cloud-r3 {
  font-size: 15px;
}

a.tag-cloud-r4 {
  font-size: 17px;
}

a.tag-cloud-r5 {
  font-size: 19px;
}

a.tag-cloud-r6 {
  font-size: 21px;
}

a.tag-cloud-r7 {
  font-size: 23px;
}

#rightcolom {
  width: 300px;
  height: 100%;
  float: right;
  margin: 0;
  background: lightyellow;
}

/*block rabota*/

.job-block {

}

.job-block .job-ttl {

  border-bottom: 1px solid #C9C9C9;
  height: 30px;
  padding-left: 10px;
  position: relative;
  text-align: left;
}

.job-block .job-ttl a {
  color: #000000;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: 8px;
}

.job-logo-link {
  height: 22px;
  position: absolute;
  right: 8px;
  top: 5px;
  width: 103px;
}

.job-logo-link a {
  cursor: pointer;
  display: block;
  height: 22px;
  position: static !important;
  width: 103px;
}

.job-logo-link img {
  border: medium none;
}

.job-block .informer-block {
  padding: 0 3px 3px;
}

#jobukrnet {
  margin: 0;
  padding: 0;
}

#jobukrnet ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#jobukrnet li {
  border-bottom: 1px solid #E3E3E3;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: -1px;
  overflow: hidden;
  padding: 4px 0;
}

#jobukrnet a {
  display: block;
  float: left;
  font-family: Arial;
  font-size: 12px;
  margin-left: 5px;
  text-decoration: none;
}

#jobukrnet span {
  color: #333;
  display: block;
  float: right;
  font-family: Arial;
  font-size: 11px;
  margin-right: 5px;
}

#jobukrnet .bottom-link-1 {
  margin-left: 0;
  margin-top: 5px !important;
  padding: 0 !important;
}

#jobukrnet .bottom-link-2 {
  margin-left: 0;
  margin-top: 3px;
  padding: 0 !important;
}

#jobukrnet .bottom-link-1 a, #jobukrnet .bottom-link-2 a {
  color: #8ca4a9;
  display: block;
  float: none !important;
  font-family: Arial;
  font-size: 12px;
  margin: 0;
  padding: 0 5px;
}

#jobsearchform {
  margin-bottom: 5px !important;
  margin-left: -3px;
  margin-right: -3px;
  padding: 5px;
}

#jobsearchform input {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #8EA5AB;
  height: 20px !important;
  width: 75% !important;
  line-height: 2;
}

#jobsearchform .searcbut {
  background: transparent url(images/buttom.jpg) no-repeat scroll 0 0;
  border: 0 solid #99968F;
  cursor: pointer;
  font-size: 0;
  height: 21px !important;
  width: 45px !important;
}

input.liteoption {
  background: transparent url(images/buttom.jpg) no-repeat scroll left top;
  border: 0 none;
  height: 21px;
  width: 45px;
}

.submenu {
  height: 22px;
  margin: 0;
  padding: 0;
}

.submenu a {
  color: #fff;
  background: url(images/sub_bg.png) repeat-x;
  font-size: 12px;
  font-style: normal;
  padding: 0 8px;
  line-height: 22px;
  height: 22px;
  display: block;
  float: left;
}

.menutop a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.submenu a.pda {
  color: #fff;
  background: url(images/pda.png) repeat-x;
  font-size: 12px;
  font-style: italic;
  padding: 0 18px;
  line-height: 22px;
  height: 22px;
  display: block;
  float: left;
  margin-right: 8px;
}

.prev-arrow {
  background: url(images/arowe_left.gif) no-repeat left center;
  padding-left: 10px;
}

.next-arrow {
  background: url(images/arowe_right.gif) no-repeat right;
  padding-right: 10px;
}

.post-reply {
  background: url(images/r_icon.gif) no-repeat left center;
  padding-left: 20px;
}

.quote-reply {
  background: url(images/q_icon.gif) no-repeat left center;
  padding-left: 20px;
}

.post-report {
  background: url(images/c_icon.gif) no-repeat left center;
  padding-left: 20px;
}

#news-market-digest {
  padding: 5px;
  background: white;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  margin-bottom: 10px;
  line-height: 18px;
}

#news-market-digest p span {
  font-weight: bold;
  font-size: 12px;

}

.otst td {
  padding: 6px;
}

.social_entry_btns {
  font-size: 11px;
  color: #58595b;
  line-height: 14px;
  margin: 10px 0 0 45px;
}

.social_entry_btns a {
  display: inline-block;
  height: 14px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 0 0 18px;
  margin: 0 0 0 10px;
  background-image: url("images/social_entry_bg.gif");
  background-repeat: no-repeat;
}

.social_entry_btns a:link, .social_entry_btns a:visited {
  color: #006699;
}

.social_entry_btns a:hover, .social_entry_btns a:active {
  color: #006699;
}

.social_entry_google {
  background-position: left 0px;
}

.social_entry_facebook {
  background-position: left -20px;
}

/* xlogin  */

.tube710 {
  width: 710px;
  text-align: left;
}

.tube350 {
  width: 350px;
  text-align: left;
}

.tube_auth {
  width: 710px;
  text-align: left;
}

.login_intro {
  margin: -5px 0 15px 8px;
}

.login_subtitle {
  color: black;
  font: 18px arial;
  padding-left: 6px;
  padding-bottom: 12px;
}

.login_field {
  padding-left: 22px;
}

.login_button011 {
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  float: left;
  border-top: #dbdbdb 1px solid;
  border-right: #dbdbdb 1px solid;
  border-bottom: #dbdbdb 1px solid;
  border-left: #dbdbdb 1px solid;
  background: #e8e8e8;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e8e8e8));
  background: -moz-linear-gradient(top, #f9f9f9, #e8e8e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#e8e8e8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#e8e8e8)";
  background-image: -o-linear-gradient(#f9f9f9, #e8e8e8);
}

.login_button011:hover {
  text-decoration: none;
  background: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f9f9f9));
  background: -moz-linear-gradient(top, #e8e8e8, #f9f9f9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#f9f9f9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#f9f9f9)";
  background-image: -o-linear-gradient(#e8e8e8, #f9f9f9);
}

.login_button011 b {
  display: block;
  width: 103px;
  height: 30px;
  padding: 45px 0 0 0;
  margin: 16px 0 0 0;
}

.login_button011 i {
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  color: #999999;
  padding: 0 0 10px 0;
  margin: -5px 0 0 0;
}

.login_button012 {
  cursor: pointer;
  position: relative;
  z-index: 200;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  float: left;
  border-top: #dbdbdb 1px solid;
  border-right: #dbdbdb 1px solid;
  border-bottom: none;
  border-left: #dbdbdb 1px solid;
  background-color: #ffffff;
}

.login_button012:hover {
  text-decoration: none;
}

.login_button012 b {
  display: block;
  width: 103px;
  height: 37px;
  padding: 45px 0 0 0;
  margin: 16px 0 0 0;
}

.icobtn_rightpad {
  margin-right: 5px;
}

.icobtn_finance b {
  color: #009077;
  background-image: url("images/icobtn_all.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.icobtn_google b {
  color: #127ed6;
  background-image: url("images/icobtn_all.png");
  background-position: center -150px;
  background-repeat: no-repeat;
}

.icobtn_facebook b {
  color: #645f9e;
  background-image: url("images/icobtn_all.png");
  background-position: center -300px;
  background-repeat: no-repeat;
}

.login_social {
  padding-top: 10px;
}

.login_form {
  position: relative;
  z-index: 100;
  background: #ffffff;
}

.login_input {
  border: 1px solid #c0c0c0;
  padding: 3px;
  margin: 0 0 0px 2px;
  width: 185px;
}

.login_arrowbtn {
  padding: 0px 0 0 25px;
  margin: 0;
  color: #006699;
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
}

.login_arrowbtn b {
  padding: 4px 0 0 0;
  margin: 0 0 0 -25px;
  width: 25px;
  color: #006699;
  display: inline-block;
  font-size: 18px;
}

.login_arrowbtn a {
  padding: 4px 0 0 0;
  color: #006699;
}

.login_arrowbtn2 {
  padding: 5px 15px 10px 25px;
  margin: 0;
  color: #006699;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
}

.login_arrowbtn2 b {
  padding: 4px 0 0 0;
  margin: 0 0 0 -25px;
  width: 25px;
  color: #006699;
  display: inline-block;
  font-size: 18px;
}

.login_arrowbtn2 a {
  padding: 4px 0 0 0;
  color: #006699;
}

.login_checkbox {
  padding: 7px 0 0 0;
  margin: 0;
  color: #000000;
  font-size: 11px;
}

.login_checkbox b {
  padding: 0;
  margin: 0;
  width: 23px;
  display: block;
  float: left;
  clear: both;
}

.login_checkbox span {
  vertical-align: baseline;
  line-height: 14px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}

.login_input_btn {
  clear: both;
  padding-top: 20px;
  margin: 0;
}

.login_input_btn input {
  display: inline-block;
  border: 1px solid #a5b7bc;
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-weight: normal;
  padding: 0 18px 2px 18px;
  width: 195px;
  margin: 0;
  font-size: 14px;
  height: 31px;
  color: #2E8072;
  cursor: pointer;
  background: #d1d1d1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1d1d1));
  background: -moz-linear-gradient(top, #ffffff, #d1d1d1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1d1d1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d1d1d1)";
  background-image: -o-linear-gradient(#ffffff, #d1d1d1);
}

.login_input_btn input:hover {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#ffffff));
  background: -moz-linear-gradient(top, #d1d1d1, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#ffffff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d1d1d1, endColorstr=#ffffff)";
  background-image: -o-linear-gradient(#d1d1d1, #ffffff);
}

.login_rulesintro {
  padding-left: 6px;
  font-size: 12px;
  line-height: 15px;
}

.login_rulesalso {
  padding-top: 16px;
  padding-left: 6px;
  font-size: 12px;
  line-height: 15px;
}

.footer_search {
  float: right;
  margin: -6px 10px 2px 0;
  padding: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #c6cfd9;
  background-color: #ebebeb;
}

.footer_search_inpt {
  display: inline;
  width: 220px;
  height: 20px;
  margin: 0;
  padding: 2px 0 0 8px;
  font-size: 11px;
  color: #2E8072;
  border: none !important;
  background-color: transparent;
  vertical-align: baseline;
}

.footer_search_btn {
  display: inline;
  vertical-align: top;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  border: none !important;
  cursor: pointer;
  background: transparent url("images/bt-icon-search.png") no-repeat 4px 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.footer_search:hover {
  border: 1px solid #93a9bd;
  background-color: #fff;
}

.footer_search:hover
.footer_search_btn {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.reg_btn_green {
  height: 44px;
  width: 205px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #a5b7bc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 3px 5px;
  vertical-align: middle;
  margin: 0;
  cursor: pointer;
  background: #078C7B;
  background: -webkit-gradient(linear, left top, left bottom, from(#2BAC98), to(#078C7B));
  background: -moz-linear-gradient(top, #2BAC98, #078C7B);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#2BAC98, endColorstr=#078C7B);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#2BAC98, endColorstr=#078C7B)";
}

.reg_btn_green:hover {
  background: #2BAC98;
  background: -webkit-gradient(linear, left top, left bottom, from(#078C7B), to(#2BAC98));
  background: -moz-linear-gradient(top, #078C7B, #2BAC98);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#078C7B, endColorstr=#2BAC98);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#078C7B, endColorstr=#2BAC98)";
}
