/*============================================================================*/
/*Formats for the Round Border Boxes*/



/*============================================================================*/
/*Round Border Box Formats grey: #666769*/


#borderbox
{
  font-size:10px;
  line-height:1em;
}

#borderbox h2
{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#787878;
}

#borderbox .bdbx_seperator
{
	border-bottom: 1px dashed #F37F04;
}

#borderbox .bdbx_tplft
{
	background:url(../images/c_tl.gif) top left no-repeat;
	width:6px;
	height:7px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_top
{
  border-top:1px solid #dedede;
	height:7px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_tprgt
{
	background:url(../images/c_tr.gif) top right no-repeat;
	width:6px;
	height:7px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_bdrlft
{
  border-left:1px solid #dedede;
	width:6px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_content
{
}

#borderbox .bdbx_bdrrgt
{
  border-right:1px solid #dedede;
	width:6px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_btmlft
{
	background:url(../images/c_bl.gif) bottom left no-repeat;
	width:6px;
	height:7px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_bottom
{
  border-bottom:1px solid #dedede;
	height:7px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_btmrgt
{
	background:url(../images/c_br.gif) bottom right no-repeat;
	height:7px;
	width:7px;
	font-size:5px;
	line-height:5px;
}

#borderbox .bdbx_cnttext_off
{
  background:url(../images/bdbx_background_off.jpg) top left repeat-y white;
  border-bottom:1px dotted #c2c2c2;
  border-left:1px dotted #c2c2c2;
}

#borderbox .bdbx_cnttext_on
{
  background:url(../images/bdbx_background_on.jpg) top left repeat-y white;
  border-bottom:1px dotted #F37F04; /* #303030; */
  border-left:1px dotted #F37F04; /* #303030; */
}

#borderbox .bdbx_cnttext_on a
{
  color:#F37F04;
}

#borderbox .bdbx_cnttext_on a:hover
{
  color:#F37F04;
}

#borderbox .bdbx_cnttext_on b
{
  color:#F37F04;
}

