/* TITLE BOX DIV AREAS */

div.title_tl { background: url( './../images/new_box/box_tl.gif' ) top left no-repeat; }
div.title_tr { background: url( './../images/new_box/box_tr.gif' ) top right no-repeat; }
div.title_tm { background: #ffffff url( './../images/new_box/box_tm.gif' ) top left repeat-x; }
/*
div.title_ml { background: url( './../images/boxes/title_ml.gif' ) top left repeat-y; margin-bottom: 10px; }
div.title_mr { background: url( './../images/boxes/title_mr.gif' ) top right repeat-y; }
*/
div.title_bl { background: url( './../images/new_box/box_bl.gif' ) bottom left no-repeat; }
div.title_br { background: url( './../images/new_box/box_br.gif' ) bottom right no-repeat; }
/*
div.title_bm { background: url( './../images/boxes/title_bm.gif' ) bottom left repeat-x; }
*/
div.title_inner { padding: 10px; padding-bottom: 0px; }

div.box { float: right; font-size: 0.8em; }

div.box_ml { background: #ffffff url( './../images/boxes/box_ml.gif' ) top left repeat-y; margin: 0px 0px 10px 10px; }
div.box_mr { background: url( './../images/boxes/box_mr.gif' ) top right repeat-y; }
div.box_tm { background: url( './../images/boxes/box_tm.gif' ) top left repeat-x; }
div.box_bm { background: url( './../images/boxes/box_bm.gif' ) bottom left repeat-x; }
div.box_inner { padding: 2px 10px; }


/* TOP BOX DIV AREAS */

div.box_top_tl { background: url( './../images/boxes/box_top_tl.gif' ) top left no-repeat; }
div.box_top_tr { background: url( './../images/boxes/box_top_tr.gif' ) top right no-repeat; }
div.box_top_bl { background: url( './../images/boxes/box_top_bl.gif' ) bottom left no-repeat; }
div.box_top_br { background: url( './../images/boxes/box_top_br.gif' ) bottom right no-repeat; }

/* BOTTOM BOX DIV AREAS */

div.box_bot_tl { background: url( './../images/boxes/box_bot_tl.gif' ) top left no-repeat; }
div.box_bot_tr { background: url( './../images/boxes/box_bot_tr.gif' ) top right no-repeat; }
div.box_bot_bl { background: url( './../images/boxes/box_bot_bl.gif' ) bottom left no-repeat;}
div.box_bot_br { background: url( './../images/boxes/box_bot_br.gif' ) bottom right no-repeat; }



