/* CSS Document */

.nobo {
	border: 0px none;
}

.button-l {
        font-family: tahoma;
        font-size: 10px;
        font-weight: bold;
        background-image: url(/Links/images/button.gif);
        background-repeat: no-repeat;
        background-position: left top;
        border: 0px none;
        height: 28px;
        width: 87px;
        color: #333333;
        cursor: hand
}


.button {
        font-family: tahoma;
        font-size: 10px;
        font-weight: bold;
        background-image: url(/Links/images/button-sm.gif);
        background-repeat: no-repeat;
        background-position: left top;
        border: 0px none;
        height: 28px;
        width: 57px;
        color: #333333;
        cursor: hand
}
.titlebar {
        background-image: url(/Links/images/box_head_bg.gif);
        background-repeat:none;
        background-color:none;
}
.titlebar a {
        color:#ffffff;
}
.listing_entry{
        background-image: url(/Links/images/box-bg.gif);
        height:26px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #ececec;
        border-left-color: #ececec;
        }
.listing_title {
        background-color:transparent;
        border:0px;
        padding:0px;
        padding-left:3px;
        padding-right:3px;
        }
.listing_table {
        border:0px;
        }


