/* (c) Sergey Osipov http://osipovnetsuke.com 2010  */
*   {
  padding: 0; margin: 0;
}
body    {
  background-image: url(../img/bg.jpg); background-color: #f8eed3;
  font-family:  Georgia;
  font-size: 100%;
  color: #414e2b;   /*696960*/
  padding: 0; margin: 0;
}

/*TABLE*/
#table   {
  width:100%;
  height:100%;
  background-image: url(../img/kappa.gif);
  background-repeat: no-repeat;
  background-position: 8% 170px;
  }
td  {
  padding: 0; margin: 0;
    border: 0px blue solid;
}


/* TEXT */
/*a {
  text-decoration: underline;
  color: #6a5c40;
  font-style: normal;
}*/
/*a:hover {
  text-decoration: overline;
  color: #6f7b47;
}*/
a   {
  color: #414e2b;
}
p a {
  text-decoration: none;
  font-style: normal;
  border-bottom: 1px #ada791 dotted;
}
a:hover {
  text-decoration: none;
  color: #ff0000;
}
p   {
  font-size: 100%;
  line-height: 120%;
  text-align: justify;
  padding-bottom: 18px;
}
h2  {
  font-family: verdana, Georgia, Sherif;
  font-weight: 500;
  color: #933028;   /*bb0000*/
  margin: 0 0 35px 0;
  text-shadow: 0 2px 1px #a4968d;
  text-align:center;
  display: block;
}
h3  {
  font-family: arial, verdana;
  /*font-size: 120%;*/
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #8f9e5b;
}
.txt li {
  padding: 0 0 12px 20px;
}
ol li   {
  font-size: 90%;
}




/* MAIN MENU */
main_menu ul li   {
  list-style: none;
}
#main_menu  {
  color: #646154;
}
#main_menu ul   {
  margin: 0 0 0 30%;
  padding: 3px 20px 5px 20px;
  text-align: left;
  background-color: #2d2d2d;
  background-image: url(../img/top_menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
#main_menu ul li    {
  display: inline;
  list-style: none;
}
#main_menu ul li a {
  text-shadow: 0 1px 1px #222;
  font-family: tahoma;
  font-size: 11pt;
  font-weight: 500;
  color: #ada791;
  text-decoration: none;
  height: 100%;
  display: inline;
}
#main_menu ul li a:hover {
  text-shadow: 0 1px 2px #000;
  color: #ff0000;
}
#main_menu ul li a.v {
  color: #933028;
  font-weight: bold;
  text-shadow: 1px 2px 1px #000;
}
#main_menu ul li a.v:hover  {
  color: #933028;
  cursor: default;
}
a.hm {
  background-color: #ada791;
  background: transparent url(../img/home2.gif) no-repeat right center;
  display: block; width: 15px; height: 14px;
}
a.hm:hover  {
  background: transparent url(../img/home2.gif) no-repeat left center;
}
a.hmv, a.hmv:hover  {
  cursor: default;
  background: transparent url(../img/home2.gif) no-repeat center center;
  display: block; width: 15px; height: 14px;
}

/* HEADER */
#header {
  background-repeat: no-repeat;
  background-position: 18% top;
  background-image: url(../img/header_main.gif);
  /*height: 72px;*/
  margin: 28px 0 0 0;
  padding: 0 0 0 10px;
}
#header img {
  margin: 0 0 0 0;
}
#header h1 span {
  display: none;
}

/* LEFT */
#left   {
  width: 28%;
  float: left;
}

/* M E N U */
#menu   {
  border: 0px red solid;  /* 555 */
  margin: 0;
}


/* YEARS MENU */
#years_menu {
  width: 84px;   border: 0px red solid; /* 555 */
  float: left;
  margin-top: /*35px*/0;
  /*margin-left: 5%;*/
  text-align: center;
  background-image: url(../img/years_top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #2d2d2d;
  position: absolute;
  top: 160px; left: 3%;
}
#years_menu ul   {
  margin: 8px 0 0 0;
  padding: 6px 0 20px 0;
  background-image: url(../img/years_bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
}
#years_menu ul li   {
  margin: 8px 0 0 0;
  list-style: none;
}
#years_menu ul li a {
  text-align: center;
  text-shadow: 0 1px 1px #222;
  font-family: arial;
  font-size: 16px;
  color: #ada791;
  text-decoration: none;
  padding: 0px;
  background-image: url(../img/list-bullet-2.gif);
  background-repeat: no-repeat;
  background-position: right -31px;
  display: block;
  height: 1.5em;
}
#years_menu ul li a:hover {
  color: #ff0000;
  background-position: right -4px;
  text-shadow: 0 1px 2px #000;
}
#years_menu ul li a.v {
  color: #933028;
  font-weight: bold;
  text-shadow: 1px 2px 1px #000;
  background-image: url(../img/list-bullet-2.gif);
  background-position: right -4px;
}
#years_menu ul li a.v:hover {
  cursor: default;
  color: #933028;
  /*text-shadow: 0 1px 2px #000;*/
}

/* YEAR IMG ----------------------------------------*/
#year_img, #year_img2   {
  text-align: center;
}
#year_img img, #year_img2 img   {
  margin: 0 25px 50px 25px;
}

#footer {
  color: #9a9581;
  width: 38%;
  float: left;
  /*height: 100%;*/
  font-family: arial;
  font-size: 8pt;
  padding: 0; margin: 0;
  border: 0px lime solid;
}

#footer p   {
  text-align: right;
  padding: 5px 20px 5px 0; margin: 0;
  background-color: #2d2d2d;
  background-image: url(../img/bottom_menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}


#c01    {
  width: 1px; height: 1px;
  overflow: hidden;
}


/* RIGHT */
#right    {
  width: 71%;
  float: right;
}
#right  {
  /*padding: 24px 0 0 0;*/
}
#bottom    {
  font-size: 1px;
  width: 60%;
}
#content    {
  padding: 0 0px 32px 0px;
  width: 80%; border: 0px red solid;  /* 555 */
}
#inpr_available {
  width: 100%; height: 137px;
  background-image: url(../img/inprogress_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
#inpr_available img {
  margin-top: 25px;
  border: 1px #faeed4 solid;
}
/* OTHER */
img {
  border: none;
}

hr  {
  color: #cfc194;
  background-color: #cfc194;
  height: 1px;
  border: none;
  display: none;
}
.noscript   {
  color: #ff0000;
  font-weight: bold;
  padding: 12px 0 12px 30px;
}
.noscript img   {
  margin-bottom: -6px;
}

/* images left right */
.left   {
  float: left; margin: 0 12px 12px 0;
  border: 5px #e4dabe solid;
}
.right  {
  float: right; margin: 0 0 12px 12px;
  border: 5px #e4dabe solid;
}

/* WZ tooltip */
.tooltiptd{
border-left:1px solid #2d2d2d;  /*b7b199*/
border-right:1px solid #2d2d2d;
color:#262313;
padding: 0px;
}
#toptt  {
  height: 2px;
  background-color: red;
  display: block;
}
#topttleft  {
  WIDTH: 100%;
  height: 5px;
  border-left: 1px #2d2d2d solid;
  background: transparent url(../tooltip/images/tt_top.gif) no-repeat right ;
  font-size: 1px;
}
#bttleft    {
  width: 50%;
  float: left;
  font-size: 1px;
  height: 5px;
  background: transparent url(../tooltip/images/tt_bottom_left.gif) no-repeat left ;
}
#bttright   {
  width: 50%;
  float: right;
  font-size: 1px;
  height: 5px;
  background: transparent url(../tooltip/images/tt_bottom.gif) no-repeat right ;
}
#year_img img {
  /*border: 1px red solid;*/
}

div     {
  border: 0px red solid;  /* 555 */
}

#stat   {
  width: 1px; height: 1px;
  overflow: hidden;
}
#signature img  {
  margin: 12px; padding: 0;
  border: 3px #ada791 solid;
}
a.ims   {
  background: transparent url(../img/red_spot.gif) no-repeat bottom left;
  padding: 0 0 0 8px;

}
.r 	{
  color: #ff6666;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}
.g 	{
  color: #66cc00;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}