/* 

Created by Hitchman
Let's begin

*/

*
{ 
  margin:0;
  padding:0;
  color: #666666;
  font:12px Verdana, Arial, Helvetica, sans-serif;
  font-weight:500;
  text-decoration: none;
}

body
{
  margin: 3px;
  background-color: #FFFFFF;
  SCROLLBAR-FACE-COLOR: #FFFFFF; 
  SCROLLBAR-HIGHLIGHT-COLOR: #2b60bc; 
  SCROLLBAR-SHADOW-COLOR: #2b60bc; 
  SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
  SCROLLBAR-ARROW-COLOR: #2b60bc; 
  SCROLLBAR-TRACK-COLOR: #FFFFFF; 
}

b, strong
{
  font-weight:800;
}

a
{
  text-decoration: underline;
}

a:hover
{
  color: #CCCCCC;
  text-decoration: none;
}

a.admin_links
{
  color:#FFCC99;
  text-decoration: none;
}

a.admin_links:hover
{
  color:#FF6600;
  border-bottom:1px #FF9900 dashed;
}

.opacity
{
	filter:alpha(opacity=60, finishopacity=90);
	-moz-opacity:.9;
	opacity:.6;
}
/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

table#face
{
  display:table; 
  width:100% !important;
  height:148px;
  table-layout:fixed !important;
  border:0px;
  border-collapse:collapse !important;
}

table#face td#left, table#face td#right
{ 
   width:auto !important;
   background-color:#2b60bc;
}

table#face td#logo
{
   vertical-align:top !important;
   text-align:left    !important;
   background: url(../../images/main/logo.png) no-repeat center !important;
   border:0px;
   height:148px !important;
   width:933px  !important;
   position:static;
   background-color:#2b60bc;
}

table#face td#logo img#spacer
{
   width:183px  !important;
   height:87px !important;
   border:0px;
}

table#face td#logo div#lang_select
{
   text-align:left;
   width:183px !important;
   padding:6px !important;
   font-size:10px;
}

table#face td#logo div#lang_select a
{
   text-decoration:none;
   font-weight:800;
   padding-bottom:1px;
   color:#FFFFFF;
   border-bottom:1px #FFFFFF dashed;
   font-size:10px;
}

table#face td#logo div#lang_select a:hover
{
   border-bottom:none; 
}

table#matrix
{
  width:933px !important;
  border-collapse:collapse;
  margin-bottom:10px;
  margin-top:10px;
  text-align:center;
}

table#matrix td#menuandblocks
{
  vertical-align:top !important;
  text-align:center;
  width:183px !important;
}

table#matrix td#content
{
  vertical-align:top !important;
  width:747px        !important;
  padding-left:3px   !important;
}

table#bottom
{
  width:100% !important;
  table-layout:fixed !important;
  height:60px;
  background-color:#2b60bc;
  border:0px;
  border-collapse:collapse;
}


table#bottom td#left, table#bottom td#right
{ 
   width:auto !important;
   background-color:#2b60bc;
}

table#bottom td#bottom_string
{
  text-align:left;
  vertical-align:middle !important;;
  background-color:#2b60bc;
  width:933px !important;
  table-layout:fixed !important;
  position:static;
  padding-left:6px !important;
  color: #FFFFFF;
  font-size:10px;
}

table#bottom td#bottom_string a
{
  color:#FFFFFF;
  border-bottom:1px #ffffff dashed;
  font-weight:normal;
  text-decoration: none;
  padding-bottom:1px;
  font-size:10px;
}

table#bottom td#bottom_string a:hover
{
  border-bottom:none;
}

div#counters
{
	width:933px;
	text-align:left;
}

/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

table#block_table
{   
    border-collapse:collapse;
	margin-bottom:1px;
	background-color:#d0d5e4;
	width:180px !important; 
	border:0px;
}

table#block_table td#top
{
	width:180px !important; 
	background:url(../../images/blocks/corner_block_top.gif) top right no-repeat;
    height:14px;
}

table#block_table td#content
{
	width:180px !important; 
}

table#block_table td#bottom
{
   background:url(../../images/blocks/corner_block_bottom.gif) bottom right no-repeat;
   height:14px;
   width:180px !important; 
}

/* 

This is the end..

*/