
  table.pb{
	border: 1px solid black;
  }

  .pb_tl{
    width: 18px;
    height: 30px;
  }

  .pb_tm{
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    padding-left: 0px;
    /*color: #738C9C;*/
	 /*color: #2C5B86;*/
	 color: black;
    height: 30px;
	 letter-spacing: 1px;
    background-image:url(/images/coolbox/tm.gif);
    background-repeat: repeat-x;
	 /*border-bottom: 1px solid #aaa;*/

  }

  .pb_tr{
    width: 18px;
    height: 30px;
  }

  .pb_l{
    width: 18px;
    background-image:url(/images/coolbox/l.gif);
    background-repeat: repeat-y;
    font-size: 4px;
  }

  .pb_m{
	 background-color: #f4f5f0;
    font-family : arial, verdana, geneva, helvetica;
    font-size: 8pt;
    font-weight: normal;
    vertical-align: top;
	 padding: 0px;
  }

  .pb_r{
    width: 18px;
    background-image:url(/images/coolbox/r.gif);
    background-repeat: repeat-y;
    font-size: 4px;
  }

  .pb_bl{
    width: 18px;
    height: 0px;
  }

  .pb_bm{
    height: 0px;
    background-image:url(/images/coolbox/bm.gif);
    background-repeat: repeat-x;
    font-size: 4px;
  }

  .pb_br{
    width: 18px;
    height: 0px;
  }



  .coolfield{
  	 font-family : arial, verdana, geneva, helvetica;
    font-size: 8pt;
    font-weight: bold;
	 border: 1px solid #858569;
	 padding-left: 5px;
	 padding-right: 5px;
	 height: 18px;
	 margin-top: 1px;
	 color: #86846B;
	 width: 190px;

  }
  .coolbut{
  	 font-family : arial, verdana, geneva, helvetica;
    font-size: 8pt;
    font-weight: bold;
	 border: 1px solid #858569;
	 margin-right: 0px;
	 margin-top: 1px;
	 padding-left: 3px;
	 padding-right: 3px;
	 background-color: white;
	 cursor: pointer;
	 height: 18px;
	 color: #5F605A;

  }

  .location_box{
  	position:relative;
	
  }
  div.location_box div.location_sub{
    display:none;
  }
  
  .location_sub{
  	margin-top: 6px;
	font-family : arial, verdana, geneva, helvetica;
   font-size: 8pt;
	color: Black;
	background-color: white;
	padding: 4px;
	border: 1px solid #aaa;
	opacity:0.80;
  	filter: alpha(opacity=80);
  }
	
  div.bxlist{
  	height:360px; 
	overflow-y: auto;
	width: 230px; 
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;"
  }