html, body
{
 margin : 0px;
 padding : 0px;
 font-family : Arial, sans-serif;
 font-size : 14px;
 font-style : normal;
 font-weight : normal;
 text-decoration : none;
 color : #666666;
 background-color : #FFFFFF;
}

div#top
{
  position : absolute;
  top : 0px;
  left : 0px;
  width : 100%;
  height : 141px;
  background-color : #D5E0EB;
  background-image : url('background.top.jpg');
  background-repeat : repeat-x;
  background-position : bottom left;
}

div#path
{
  position : absolute;
  top : 160px;
  left : 10px;
  width : 500px;
  font-size : 10px;
  color : #aaaaaa;
}

div#main
{
  position : absolute;
  top : 170px;
  left : 10px;
  width : 820px;
}

div#box
{
  float : left;
  border : 2px solid #B4C2D1;
  height : 300px;
  width : 500px;
  background-color : #EBEEF2;
}

div#tooltip
{
  float : right;
  width : 300px;
  border: 1px solid #cdcdcd;
  background-color : #FEFFC3;
  min-height : 300px;
}

div#footer
{
 margin-top : 20px;
 width : 100%;
 border-top : 1px solid #cdcdcd;
 padding-top : 2px;
 text-align : right;
}


div#tooltip div
{
  display : none;	
  padding : 3px;
}

div#content div
{
  display : none;
  padding : 20px;
  margin : 10px;
}

div#content a, div#content div.like_a_a
{
  display : block;
  font-size : 18px;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
  margin: 0px 0px 0px 0px;
  padding : 4px;
}

div#content a:hover
{
  background-color : #D5E0EB;
}

div#content a.small
{
  display : inline;
  font-size : 12px;
  font-weight : normal;
}

div#footer, div#footer a
{
  font-size : 11px;
  color : #666666;
  text-decoration : none;
}

div#box div#header
{
  font-size : 18px;
  font-weight : bold;
  color : #63809e;
  padding : 8px;
  letter-spacing : 1px;
  background-color : #D5E0EB;
  
}

span#backbtn
{
  display: none;
}

img.step
{
  margin-top : 50px;
  margin-left : 10px;
  border : 0px;
}

img.logo
{
  margin : 0px;
  padding : 0px;
}

img.none
{
  border : 0px;
}

div.clear
{
  clear : both;
  line-height : 0px;
  font-size : 0px;
  height : 0px;
}


div#submenu
{
  margin : 20px;
}

div#submenu a
{
  font-size : 14px;
  font-weight : bold;
  text-decoration : none;
}

span.btn a
{
  padding : 10px;
  color : #cdcdcd;
  border : 2px solid #cdcdcd;
  background-color : #dedede;
}

span.btn_active a
{
  padding : 10px;
  color : #63809e;
  border : 2px solid #B4C2D1;
  background-color : #D5E0EB;
}

