﻿table.headerbox_table
{
	width:100%;
	font-size:11px;
	border-collapse:collapse; 
	border-spacing:0; 
	padding:0px;
	margin:10px 0px 10px 0px;	
}

table.headerbox_table tr.headerbox_toprow
{
	padding:0px;
}

table.headerbox_table tr.headerbox_middlerow
{
	padding:0px;
}

table.headerbox_table tr.headerbox_bottomrow
{
	padding:0px;
}

table.headerbox_table tr.headerbox_toprow td.headerbox_tl {
	background: transparent url(HeaderBoxImages/TL.png) no-repeat 0 0;
	width:10px;
	height:19px;
	padding:0px;
}

table.headerbox_table tr.headerbox_toprow td.headerbox_tm div.headerbox_header
{
	padding:0px 0px 0px 5px;
}

table.headerbox_table tr.headerbox_toprow td.headerbox_tm div.headerbox_header .headerbox_caption
{
	color: #656565;
	text-transform:uppercase;	
	font-size:11px;
}

table.headerbox_table tr.headerbox_toprow td.headerbox_tm {
	background: transparent url(HeaderBoxImages/TM.png) repeat-x 0 0;
	height:19px;
	-moz-user-select:none;
	padding:0px;			
}

table.headerbox_table tr.headerbox_toprow td.headerbox_tr {
	background: transparent url(HeaderBoxImages/TR.png) no-repeat 0 0;
	width:6px;	  
	height:19px;
	padding:0px;	
}

table.headerbox_table tr.headerbox_middlerow td.headerbox_ml {
	background: transparent url(HeaderBoxImages/ML.png) repeat-y top left;			
	width:10px;
  	padding:0px;
}

table.headerbox_table tr.headerbox_middlerow td.headerbox_mm {
	background-color:#f5f3e0;
	padding: 7px 0px 7px 2px;
}

table.headerbox_table tr.headerbox_middlerow td.headerbox_mr {
	background: transparent url(HeaderBoxImages/MR.png) repeat-y top right;			
	width:6px;	  
	padding:0px;  
}

table.headerbox_table tr.headerbox_middlerow td.headerbox_ml_space {
	background: transparent url(HeaderBoxImages/ML_SPACE.png) no-repeat 0 0;		
	width:10px;
	height:1px;
  	padding:0px;
}

table.headerbox_table tr.headerbox_middlerow td.headerbox_mm_space {
	background: transparent url(HeaderBoxImages/MM_SPACE.png) repeat-x 0 0;		
	height:1px;
  	padding:0px;
}

table.headerbox_table tr.headerbox_middlerow td.headerbox_mr_space {
	background: transparent url(HeaderBoxImages/MR_SPACE.png) no-repeat 0 0;		
	width:6px;
	height:1px;
  	padding:0px; 
}

table.headerbox_table tr.headerbox_bottomrow td.headerbox_bl {
	background: transparent url(HeaderBoxImages/BL.png) no-repeat 0 0;			
	width:10px;
	height:1px;
	padding:0px;
}

table.headerbox_table tr.headerbox_bottomrow td.headerbox_bm {
	background: transparent url(HeaderBoxImages/BM.png) repeat-x 0 0;			
	height:1px;
	padding:0px;  
}

table.headerbox_table tr.headerbox_bottomrow td.headerbox_br { 
	background: transparent url(HeaderBoxImages/BR.png) no-repeat 0 0;			
	width:6px;
	height:1px;
	padding:0px;  
}

