/* Общие **********************************************************************/

body {
  margin: 0px;
  color: #333333;
  background-image: url(/images/bg_all.gif);
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  font-weight: normal;
}

h1 {
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
}

/* Ссылки *********************************************************************/

a.design {
  color: #198CBA;
  font-size: 9px;
  text-decoration: none;
}

a {
#  color: #EE4400;
  color: #880000;
  font-size: 11px;
  text-decoration: none;
}

a.fake {
  color: #EE4400;
  font-size: 11px;
  text-decoration: none;
}

a.fake:hover {
  color: #EE4400;
  font-size: 11px;
  text-decoration: none;
}

a.menu {
  color: #006699;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.menu:hover {
  color: #009999;
  text-decoration: none;
  bottom: -1px;
  position: relative;
          
}

a.green {
  color: #00CC00;
    text-decoration: underline;
}

a.blue {
  color: #0066FF;
    text-decoration: underline;
}

a.orange {
  color: #EE4400;
    	  
}

a.orange:hover {
  color: #EE4400;
  text-decoration: underline;
}

a.orange-bold {
  color: #EE4400;
  font-weight: bold;
    	  
}

a.orange-bold:hover {
  color: #EE4400;
  font-weight: bold;
  text-decoration: underline;
      	  
}


a:hover {
  position: relative;
  text-decoration: underline;
    
}


/* Поля ввода *****************************************************************/

input {
  color: #DC0200;
  background: #FFFFCC;
  border: 1px solid #808080;
  font-family: verdana, arial, helvetica;
  font-size: 11px;
}

input.button {
  color: white;
  background: #CC0000;
  border: 1px #000000 solid;
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  cursor: pointer;
}

/* Таблицы ********************************************************************/

table.full {
  width: 100%;
}

table.border {
  width: 962px;
  background: #EEF0DB url(/images/bg_main.gif);
  border: 1px solid #666666;
}

td.menu {
  width: 383px;
  background: #F4F4DA url(/images/top_bg.gif);
}

td.body_left {
  width: 226px;
  text-align: left;
  vertical-align: top;
  background: #EEF0DB;
}

table.footer {
  height: 76px;
  background: url(/images/bg_bottom.gif);
}

table.data {
  background: #198BB9;
}

td.header {
  padding: 3px 5px 3px 5px;
  background: #EEF0DB;
  text-align: center;
  font-weight: bold;
}

td.info {
  padding: 3px 5px 3px 5px;
  background: #EEF0DB;
}

td.data {
  padding: 3px 5px 3px 5px;
  background: white;
}

td.data_center {
  padding: 3px 5px 3px 5px;
  background: white;
  text-align: center;
}

td.data_right {
  padding: 3px 5px 3px 5px;
  background: white;
  text-align: right;
}

/* Стили **********************************************************************/

span.header {
  color: #0066FF;
  font-size: 14px;
  font-weight: bold;
}

span.header-red {
  color: red;
  font-size: 14px;
  font-weight: bold;
}

span.copy {
  color: white;
}

span.left_text {
  color: #663300;
}
