
/*


code from http://net.tutsplus.com/tutorials/javascript-ajax/build-a-simple-jquery-news-ticker/comment-page-1/#comments 

*/

#ticker 
{
    font-family:Segoe UI, Arial, Tahoma;
    font-size:12px;
   /* width:180px; */
    height:180px; 
   /* border:1px solid #aaaaaa;  */
    overflow:auto; 
 /*   background-image:url(/weinsureit/baseball.gif);
    background-position:right;
    background-repeat:no-repeat;*/
    }
    
#ticker dt 
{
 /*   font:normal 14px Georgia; */
 /*     padding:0 10px 5px 10px; */

  /*  background-color:#e5e5e5; 
    padding-top:10px; */
  /*  border:1px solid #ffffff; */
    border-bottom:none; 
    border-right:none; 
   
    }
    
#ticker dd 
{
    margin-left:0; 
    line-height:18px;
  /*   padding:0 10px 10px 10px; 
  border-bottom:1px solid #aaaaaa; 
    background-color:#e5e5e5; 
    border-left:1px solid #ffffff; */
    
    }
    
#ticker dd.last 
{
  /*  border-bottom:1px solid #ffffff; */
}

#ticker div 
{
    margin-top:0;
}

#weinsureitwrapper 
{
    width:229px;
    height:323px;
    background-image:url(/weinsureit/gadgetbackground.gif);
    background-repeat:no-repeat;
    overflow:hidden;

    text-align:center;
    background-position:top; 
}

#ticker a:link, #ticker  a:visited, #ticker  a:active {
/*color:#0055a0;*/
font-weight:bold;
text-decoration:underline;
}
#ticker  a:hover 
{
    color:#000000;
    font-weight:bold;
    text-decoration:underline;
}
