/* Table rightside CSS */

.corner_right{
background-image:url(../images/corner_right.jpg);
background-repeat:no-repeat;
widht:10px;height:14px;
}
.corner_left{
background-image:url(../images/corner_left.jpg);
background-repeat:no-repeat;
widht:10px;height:14px;
}
.corner_botleft{
background-image:url(../images/corner_botleft.jpg);
background-repeat:no-repeat;
widht:10px;height:14px;
}
.corner_botright{
background-image:url(../images/corner_botright.jpg);
background-repeat:no-repeat;
widht:10px;height:14px;
}


/* Table leftside CSS */
.tb_topleft{
background-image:url(../images/topleft.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:11px;height:13px;	
}
.tb_topright{
background-image:url(../images/topright.jpg);
background-repeat:no-repeat;
width:11px;height:13px;	
background-position:bottom;	
}
.tb_topmid{
background-image:url(../images/topmid.jpg);
background-repeat:repeat-x;
height:13px;	
background-position:bottom;
}
.tb_botmid{
background-image:url(../images/topmid.jpg);
background-repeat:repeat-x;
height:13px;	
background-position:top;
}
.tb_bottomright{
background-image:url(../images/botright.jpg);
background-repeat:no-repeat;
width:11px;height:13px;		
}
.tb_bottomleft{
background-image:url(../images/bottomleft.jpg);
background-repeat:no-repeat;
height:13px;width:11px;
background-position:top;
}

/* Table Description CSS */
.tb_left{
float:left;
background-image:url(../images/tb_left.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:10px;height:12px;
}
.tb_top{
background-image:url(../images/tb_top.jpg);
background-repeat:repeat-x;
background-position:bottom;
width:450px;
}
.tb_right{
float:right;
background-image:url(../images/tb_right.jpg);
background-repeat:no-repeat;
background-position:bottom;
width:10px;height:12px;
}
.tb_botright{
float:right;
background-image:url(../images/tb_bot_right.jpg);
background-repeat:no-repeat;
width:10px;height:12px;
}
.tb_bot{
background-image:url(../images/tb_bot.jpg);
background-repeat:repeat-x;
height:12px;
}
.tb_botleft{
float:left;
background-image:url(../images/tb_bot_left.jpg);
background-repeat:no-repeat;
width:10px;height:12px;
}