
/* Widgets
----------------------------------------------------------------------------*/ 
#widgetMain {
   width:170px;
   float:left;
   padding-left:5px;
}

#widgHead {
   width:170px;
   height:59px;
   float:left;
   background-image:url(images/widget_head_bg.gif);
   overflow:hidden;
   margin-top:15px;
}

#wHeadText {
   width:118px;
   float:left;
   margin-top:7px;
   font-family:Verdana;
   font-size:14px;
   color:#656565;
   font-weight:bold;
   margin-left:16px;
}

#wIcon {
   width:36px;
   float:left;
}

#widgBodyTile {
   width:170px;
   float:left;
   background-image:url(images/widget_tile.gif);
   background-repeat:repeat-y;
}

#widgBody {
   width:170px;
   float:left;
   background-image:url(images/widget_body_bg.gif);
   background-repeat:no-repeat;
   min-height:139px;
   height:auto !important; /* For ie6 min-height */
   height:139px; /* For ie6 min-height */
}

#widgText {
   width:156px;
   float:left;
   margin-left:7px;
   color:#454545;
   font-size:11px;
   font-weight:bold;
   margin-top:8px;
   line-height:13px;
}
#widgText ul {list-style-type:none; margin:0px; padding:0px;}
#widgText li a {display:block; padding:5px 5px 5px 10px; color:#454545; background-color:transparent; text-decoration:none;}
#widgText li a:hover {display:block; padding:5px 5px 5px 10px; color:#000; background-color:#d5d6d8; text-decoration:none;}

#widgetBtm {
   width:170px;
   height:29px;
   float:left;
   background-image:url(images/widget_bottom.gif);
   overflow:hidden;
}

#wBtmText {
   width:159px;
   float:left;
   text-align:right;
   margin-top:12px;
   font-size:11px;
   font-family:Verdana;
   font-weight:bold;
}
#wBtmText a {color:#e2e2e2; text-decoration:none;}
#wBtmText a:hover {color:#e2e2e2; text-decoration:underline;}

