/* 
    Document   : ads
    Created on : May 9, 2010, 1:31:22 PM
    Author     : SR
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.panel {
    margin: 0px 0px 6px 0px;
    border: #dbdbdb solid 1px;
    background-color: #f4f4f4;
    padding: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: 130px 5px;
    color: #005883;
    font-weight: bold;
}

div.panel a {
    font-weight: normal;
}

div.membershipPanel {
    background-image: url('../images/membership_icon.gif');
}

div.searchPanel {
    background-image:url("../images/search_icon.gif");
}

div.invitePanel {
    background-image:url("../images/invite_icon.gif");
}

div.advertisePanel {
    background-image:url("../images/advertise_icon.gif");
}