/* rounded corners using a table-based layout and four images */

/*top border with rounded corners*/
td.tl {
background-color:#fb7f00;
background-image:url(../corners/tl.gif);
background-position:top;
background-repeat:no-repeat;
width:14px;
font-size:0.3em;
line-height: 10px;
}
td.tc {
background-color:#fb7f00;
font-size:0.5em;
}
td.tr {
background-color:#fb7f00;
background-image:url(../corners/tr.gif);
background-position:top;
background-repeat:no-repeat;
width:14px;
font-size:0.1em;
}

/*banner*/
td.al {
background-color:#fb7f00;
}
td.ac {
background-color:#000000;
color:#eeeeee;
text-align:center;
}
td.ar {
background-color:#fb7f00;
}

/*intermediate orange border*/
td.il {
background-color:#fb7f00;
line-height: 4px;
}
td.ic {
background-color:#fb7f00;
line-height: 4px;
}
td.ir {
background-color:#fb7f00;
line-height: 4px;
}


/*main content block*/
td.ml {
background-color:#fb7f00;
}
td.mc {
background-color:#eeeeee;
color:#123456;
text-align:left;
padding-left:2px
}
td.mr {
background-color:#fb7f00;
}

/*bottom border with rounded corners*/
td.bl {
background-color:#fb7f00;
background-image:url(../corners/bl.gif);
background-position:bottom;
background-repeat:no-repeat;
width:14px;
font-size:0.3em;
line-height: 10px;
}
td.bc {
background-color:#fb7f00;
font-size:0.3em;
}
td.br {
background-color:#fb7f00;
background-image:url(../corners/br.gif);
background-position:bottom;
background-repeat:no-repeat;
width:14px;
font-size:0.3em;
}