﻿/* Display block surround main content*/
div.block
{
   display: block;
   margin-bottom: 5px;
}

div.blockHeader
{
   height: 32px;
   background: url(../Images/block/box_header_bg.gif) repeat-x;
}

div.blockHeaderRight
{
   height: 32px;
   background: url(../Images/block/box_header_right.gif) no-repeat top right;
}

div.blockHeaderRight img
{
   float:left;
   display: inline;
   
}

div.blockContent
{
   background: url(../Images/block/box_content_bg.gif) repeat-y left;
}

div.blockContentRight
{
   padding-top: 0px;
   padding-left: 12px;
   padding-right: 12px;
   padding-bottom: 0px;
   background: url(../Images/block/box_content_bg.gif) repeat-y right;
}

.blockTitle
{
   float:left;
   margin-top:5px;
   font-weight:bold;

}

.clear { clear:both; height:10px;}

div.blockFooterRight
{
   height: 6px;
   background: url(../Images/block/box_footer_right.gif) no-repeat top right;
}

div.blockFooter
{
   height: 6px;
   background: url(../Images/block/box_footer_bg.gif) repeat-x;
}

div.FooterRight
{
   width:5px;
   height:6px;
   float:right;
   background: url(../Images/block/box_footer_right.gif) no-repeat top;
}

div.FooterLeft
{
   float:left;
   width:5px;
   height:6px;
   background: url(../Images/block/box_footer_left.gif) no-repeat top;
}
