/* 
================================
 Container Styles for DotNetNuke
================================
*/   

 #Container { width:221px; padding-top:5px;}
 #Header{ }
 #TopLeft{background-image:url(images/Top_Left.jpg);width:5px; background-repeat:no-repeat;float:left;clear:left;height:34px;}
 #TopCenter{background-image:url(images/Top_Center.jpg);width:211px; background-repeat:repeat-x;float:left;height:34px; text-align:center; vertical-align:middle;  font-weight:bold;font-size:12pt;}
 
 #TopRight{background-image:url(images/Top_Right.jpg);width:5px; background-repeat:no-repeat;float:left;height:34px;}
 #Content{
 clear:both ;
 background-color:#f2f2f2;
 
 }
 
 #Footer{
 text-align:right ;
 }
 .HeadTitle
 {
    font-size:10pt;
    font-weight:bold ;
    font-family:Verdana, Tahoma;
    text-transform:uppercase;
    color:#ffffff;
   
    
 }
 .ContentPanel
 {
 margin:3px 3px 3px 3px;
 padding:5px 0px 5px 0px;
 background-color:Transparent ;
 }