
body 
{
  padding: 0;
  margin:0;
  background: black;
  font-family: Arial;
  font-size: 0.8em;
  color: #9a9999;
}

div.all
{ 
}

div.all_wrapper2
{ 
}

img {
    border: 0;
}

a
{
    color: #e86a0e;
}

a:visited
{
    color: #c95b0c;
}

.clear {
   clear: both;
   float: none;
   height: 0;
   font-size: 0;
}

.clear2 {
   float: none;
   clear: both;
}

.center {
   text-align:center;
}

table.main
{ 
  border: 2px solid #7d0404;
}

table.main thead td 
{ 
  text-align: center;
}


.menu
{ 
  height: 39px;
  background: url('/local/tpl/img/menu_bg.gif') repeat-x left top;
  border-bottom: 2px solid #7d0404;
}

.menu a
{ 
  color: white;
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding-bottom: 3px;
  font-weight: bold;
}

.menu a:hover
{ 
  
  text-decoration: none;
  border-bottom: 5px solid #ed1b23;
}

.menu .selected a, .menu .opened a
{ 
  text-decoration: none;
  border-bottom: 5px solid #ed1b23;
  color: red;
}


.icons 
{ 
  height: 21px;
  background: url('/local/tpl/img/icons_bg.gif') repeat-x top;
  text-align: right;
  padding: 10px 0.5em 0 0;
}

.icons a
{ 
  margin-left: 1em;
}



.col_center
{ 
  padding-bottom: 2em;
}

h1
{ 
  font-size: 1em;
  font-weight: bold;
  background: url('/local/tpl/img/h1_bg.gif') repeat-y left;
  color: white;
  padding: 0 0 0 0.5em;
  margin: 0 0 0.5em 0;
}

p
{ 
  padding: 0 0 1em 0;
  margin: 0;
}


.copyright
{ 
  height: 41px;
  background: url('/local/tpl/img/copyright_bg.gif') repeat-x top black;
  text-align: center;
  font-size: 0.9em;
}

.copyright a
{ 
  color: #9a9999;
  text-decoration: none;
}

.banners
{
    text-align: center;
}

img.left 
{
    float: left;
    margin: 0.5em 0.5em 0.5em 0;    
}

img.right
{
    float: right;
    margin: 0.5em 0.5em 0 0.5em;    
}