/* ==== / Main Style / ==== */
 
body
 {
  font-family: Verdana;

  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; 
 }

/* ==== PADDING STYLE ==== */

.pad_all
 {
  padding-left: 8;
  padding-right: 8;
  padding-top: 8;
  padding-bottom: 8;
 }

.pad_wh
 {
  padding-left: 8;
  padding-right: 0;
  padding-top: 8;
  padding-bottom: 0;
 }

.pad_wh2
 {
  padding-left: 8;
  padding-right: 8;
  padding-top: 8;
  padding-bottom: 0;
 }

.pad_w2h
 {
  padding-left: 8;
  padding-right: 0;
  padding-top: 8;
  padding-bottom: 8;
 }
  
/* ==== / Box Style / ==== */

.box_style
 {
  background-color: #FFFFFF;
 }
 
.box_content
 {
  /* empty */
 }

.box_menu
 {
  font-size: 10px; font-weight:bold
 }

.box_rights
 {
  font-size: 9px;
 }
 
.box_upleft
 {
  background-image: url('images/box_ul.gif');
  background-repeat: no-repeat;
 }

.box_upright
 {
  background-image: url('images/box_ur.gif');
  background-repeat: no-repeat;
 }

.box_downleft
 {
  background-image: url('images/box_dl.gif');
  background-repeat: no-repeat;
 }

.box_downright
 {
  background-image: url('images/box_dr.gif');
  background-repeat: no-repeat;
 }
 
/* ==== / Blosk Style / ==== */

.block_style
 {
  background-image: url('images/block_style.gif');
  background-repeat: repeat-x;
 }

.block_title
 {
  font-size: 8pt;
  font-weight: bold;
  background-color: #FFFFFF;
 }

.block_content
 {
  font-size: 8pt;
  font-weight: bold;
  
  padding-left:8;
  padding-right:8;
  padding-top:40;
  padding-bottom:40;
 }

.block_left
 {
  background-image: url('images/block_left.gif');
  background-repeat: no-repeat; 
  background-position: bottom;
  background-color:#FFFFFF;
 }

.block_right
{
 background-image: url('images/block_right.gif');
 background-repeat: no-repeat; 
 background-position: top;
}

/* ==== / Menu Style / ==== */

.menu_left
 {
  text-decoration: none;
  color: #000000;
 }
 
:hover.menu_left
 {
  color: #FF6600;
 }
 
.menu_down
 {
  text-decoration: none;
  color: #000000;
 }

:hover.menu_down
 {
  color: #FF6600;
 }