.stv-grid tr.stv-grid-header th {
   border-bottom: 1px solid #bebebe;
   text-align: left;   
   text-transform: uppercase;
   padding: 2px;
   
   color: #bebebe;
   font-weight: bold;
}

.stv-grid tr td {
   padding: 1px 2px;
}

.stv-grid-pager {
   padding-top: 5px;
   text-align: center;
}

.stv-grid-reorder-button {
   cursor: pointer;
}

.stv-grid-page-link {
    cursor: pointer;	
}


a.stop-icon-hyperlink img {
    border: none;
}

a.stop-icon-hyperlink:HOVER img {
    border: none;
}

.stop-transparent-block {
    visibility: hidden;
}

* {
    margin: 0;
}
html, body, #layout {
    height: 100%;
}

.stop-page-above-footer {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	
}

.stop-page-footer, .stop-page-footer-push {
    height: 30px; /* .push must be the same height as .footer */
}

/* custom plugins */

input.stop-radio-button {
    display: none;
}

span.stop-radio-button {
    width:  9px;
    height: 9px;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 3px;
    background: url("../gfx/checkbox_off.png") no-repeat;
    display: block;
    clear: left;
    float: left;    
    cursor: pointer;
}

span.stop-radio-button-checked {
    width:  9px;
    height: 9px;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 3px;
    background: url("../gfx/checkbox_on.png") no-repeat;
    display: block;
    clear: left;
    float: left;    
    cursor: pointer;
}