/*========================================================*/
/*  1. Container Design Elements  For Blue Side Bar          */
/*========================================================*/

/*-- conatiner bg top container        --*/ .PR_BlueSideBar
{
	padding: 0 0 5px 0;
}
/*-- container title cell              --*/ .BSB_TitleTD, .BSB_ActionsTD
{
    background-image: url(blogbar.gif);
    color: #000066;
    background-repeat: repeat-x;
    background-color: #a4ceea;
    border-top: #006699 1px solid;
    border-bottom: #006699 1px solid;
    padding: 2px 0 1px 5px;
}
.BSB_TitleTD .Head
{
color: #000066;
}



/*-- container content pane            --*/ .BSB_Content { text-align: left; padding: 10px 5px 5px 5px; font-size: 90%; }
/*-- container Icons cell              --*/ .BSB_Icons { text-align: right; padding: 0;}

/*========================================================*/





