/*Ringol.com design v1.0*/

body {
  font: 80% Arial;
  color: #1D213D;
  background: url("../img/body_bg.gif") repeat-x top;
  background-color: #E8E8E8;
}

input, select {
  background: #D7D9E3;
  font: 11px Tahoma;
  margin: 1px;
}

/*Sidebar*/
#logo-img {
  text-align: center;
  border: 0;
  margin: 0 0 5px 0;
  padding: 0;
}

#sidebar {
  background: url("../img/sb-bottom_bg.gif") repeat-x bottom;
  background-color: #565FB4;
}

#searchbox {
  background: #383F7C;
  font: 85% Tahoma;
  color: #ffffff;
}

#sidebar h2 {
  margin: 0;
  padding: 4px 0 4px 12px;
  width: auto;
  background: #363D77;
  background: url("../img/sb-header_bg.gif") repeat-x top;
  font: bold 85% Tahoma, Verdana;
  color: #ffffff;
  border-bottom: 1px solid #000066;
  border-top: 1px solid #575E99;
  cursor: pointer;
}
#sidebar h2 a{
  text-decoration: none;
  color: #ffffff;
}

#sidebar #sb-bottom {
  height: 200px;
}

#sidebar ul {
  list-style-type: none;
  margin: 2px 2px;
  padding: 2px 10px;
}

#sidebar li {
  margin: 0;
  padding: 0;
  font-size: 85%;
}

#sidebar li.more {
  margin: 5px 0 5px 0;
  text-align: right;
}

#sidebar li a,
#lang a {
  color: #ffffff;
  text-decoration: none;
}

#sidebar li a:hover,
#lang a:hover {
  color:#E6B161;
}

#sidebar li.more a {
  color: #E6B161;
  text-decoration: underline;
}

#sidebar li.more a:hover {
  background: #E6B161;
  color: #1D213D;
  text-decoration: none;
}

#sb {
  width: 135px;
}

#sb:focus { /*Mozilla only*/
  background: #FFF2C1;
}
/*/Sidebar*/

/*Content*/
/*TEXT box*/
#content #txtbox {
  /*margin: 0 0 10px 0;*/
  margin: 10px 0 0 0;
  padding: 10px;
  font: 10px Tahoma;
  color: #1D213D;
  background: #D6D8E5;
  /*border-bottom: 1px solid #6E739F;*/
}

#content #txtbox b,
#content #txtbox2 b {
  color: #C8161E;
}

#left-column,
#right-column {
  background: #E8E8E8;
}

#left-column h5,
#right-column h5,
#content h5 {
  text-align: right;
  margin: 0;
  padding: 5px 10px 8px 0;
  font: normal 85% Tahoma;
  border-top: 1px solid #D2D4E0;
}

#left-column a,
#right-column a,
#content h5 a {
  text-decoration: underline;
  color: #BD161D;
}

#left-column a:hover,
#right-column a:hover,
#content h5 a:hover {
  background: #BD161D;
  text-decoration: none;
  color: #ffffff;
}

#content table.chart tr td a {
  text-decoration: none;
  color: #1D213D;
}

#content table.chart tr td a:hover {
  color: #BB151D;
  background: transparent;
}

#left-column li,
#right-column li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#left-column li,
#right-column li {
  margin: 15px 0 5px 0;
  text-align: right;
}

table.chart {
  border-collapse: collapse;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 85%;
}

table.chart tr.hl {
  background-color: #D2D4E0;
}

table.chart td {
  padding: 2px 0 2px 0;
}

table.chart td.num {
  text-align: right;
  padding: 0 5px 0 0;
  color: #BB151D;
  font-weight: bold;
}

h2.header01 {
  background: url("../img/header02_bg.gif") repeat-x top;
  background-color: #DB8A04;
  border-bottom: 1px solid #A73C41;
}

#left-column h2.header01 a,
#right-column h2.header02 a {
  text-decoration: none;
  color: #ffffff;
}

#left-column h2.header01 a:hover,
#right-column h2.header02 a:hover {
  background-color: transparent;
}

h2.header02 {
  background: url("../img/header01_bg.gif") repeat-x top;
  background-color: #B0141B;
  border-bottom: 1px solid #6B0C10;
}

h2.header01 a, h2.header02 a {
  text-decoration: none;
  color: #ffffff;
}

h2.header01,
h2.header02 {
  width: auto;
  margin: 0 0 10px 0;
  padding: 4px 0 4px 12px;
  color: #ffffff;
  font: bold 100% Tahoma, Verdana;
}

#right-column div,
#left-column div {
  float: left;
  width: 80px;
  padding: 0;
  margin: 0 0 5px 11px;
  text-align: center;
}

#right-column div.br,
#left-column div.br {
  margin: 0 0 5px 11px !important;
}

#left-column li.more a,
#right-column li.more a {
  color: #BD161D;
}

#left-column em,
#right-column em {
  font: 10px Tahoma;
  color: #B91F25;
}

#right-column div {
  font: 10px Tahoma;
}
/*/Content*/

/*Footer*/
#footer #f-right a {
  color: #565FB4;
  text-decoration: none;
}

#footer #f-right a:hover {
  color: #565FB4;
  text-decoration: underline;
}

#f-right {
  font-size: 85%;
}

#footer #f-right h5 {
  margin: 10px 0 0 0;
  font: 9px Tahoma;
}

#footer #f-right {
  text-align: center;
  border-top: 1px solid #565FB4;
}

#footer #f-right em {
  font: 8px Tahoma;
}
/*/Footer*/

a.lang {
  color: #BFC1D5;
  text-decoration: none;
  font: 10px Tahoma;
}

a.lang:hover {
  color: #ffffff;
}

a.a-pic:hover {
  background: transparent !important;
}

.noresult {
  margin: 0;
  padding: 0 0 0 12px;
  width: 400px;
  height: 500px;
  text-align: left;
  font: 11px Tahoma;
}









