
.box_title
{
 font-family: Tahoma;
 font-size: 10pt;
 font-weight: bold;
}
.box_line
{
 border-bottom: 1px dotted #CA072A;
}


.ln_title
{
 font-family: Tahoma;
 font-size: 10pt;
 font-weight: normal;
}

.ln_line
{
 padding: 2px;
 border-bottom: 0px dotted red;
}

.box
{
 background-color: #CCCCCC;
 border: 1px solid #333333;
 font-family: Tahoma;
 font-size: 10pt;
 font-weight: normal;
}

.box_btn
{
 border: 1px solid #343434;
 background-image: url('btn_bg.jpg');	
 font-family: Tahoma;
 font-size: 10pt;
 font-weight: bold;  
}

.box_header
{
  border-bottom: 1px solid #C0C0C0;
  background-color: white;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.box_content
{
  position: relative;
  top: 0px;
  width: 99%;
  height: 450px;
  border: 2px solid black;
  background-color: white;
}


.box_footer
{
  border-top: 1px solid #C0C0C0;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
}

.box_inline
{
  padding: 15px;
  background-image: url('chip.png');
  background-repeat: no-repeat;  
}


BODY.boxview
{
  background-color: #666666;
  background-image: url('tile-bg.jpg');
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: normal;
}

.boxview_red
{
  font-family: Tahoma, Arial;
  font-size: 10pt;
  font-weight: normal;
  color: #D71235;
}
.boxview_small
{
  font-family: Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  color: #cccccc;
}

.boxview_red_head
{
  font-family: Tahoma, Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #D71235;
}
