
table.sectionbox, .sectionbox td {
border:0px;
padding:0px;
margin-top:-10px;
margin-bottom:-20px;
border-spacing:0px;
border-collapse:collapse;
}

/* No Title */

td.box_tl_nt {
width:21px;
height:28px;
background: url("../images/sectionbox/sbhead-tl_nt.gif") top left no-repeat white;
}

td.box_t_nt {
height:28px;
background: url("../images/sectionbox/sbhead-t_nt.gif") top left repeat-x white;
}

td.box_tr_nt {
width:21px;
height:28px;
background: url("../images/sectionbox/sbhead-tr_nt.gif") top left no-repeat white;
}

/************/

/* With Title */
td.box_tl {
width:21px;
background: url("../images/sectionbox/sbhead-tl.gif") top left no-repeat white;
}

td.box_t {
background: url("../images/sectionbox/sbhead-t.gif") top left repeat-x white;
}

td.box_tr {
width:21px;
background: url("../images/sectionbox/sbhead-tr.gif") top left no-repeat white;
}

/* title row */
td.box_tl_title {
width:21px;
background: url("../images/sectionbox/sbhead-tl_title.gif") top left repeat-y white;
}

td.box_title {
height:30px;
background-color: #35a76c;
text-align:center;
}

div.btitle {
height:30px;
margin-top:-10px;
z-index:1;
}

/*
div.btitle {
height:30px;
z-index:1;
}
*/

.box_title h2{
color: white;
font-size: 1.5em;
text-align:left;
}

td.box_tr_title {
background: url("../images/sectionbox/sbhead-tr_title.gif") top left repeat-y white;
}

/* body box */
td.box_l {
width:21px;
background: url("../images/sectionbox/sbbody-l.gif") top left repeat-y white;
}

td.box_main {
padding-top:0.5em;
}

td.box_main_nt {
padding-top:0em;
}

td.box_r {
width:21px;
background: url("../images/sectionbox/sbbody-r.gif") top left repeat-y white;
}

/* bottom row */

td.box_bl {
height:30px;
background: url("../images/sectionbox/sbbody-bl.gif") top left no-repeat white;
}

td.box_b {
height:30px;
background: url("../images/sectionbox/sbhead-b.gif") top left repeat-x white;
}

td.box_br {
width:21px;
height:30px;
background: url("../images/sectionbox/sbbody-br.gif") top left no-repeat white;
}

