﻿.sp_icons {
    background-image: url('/themes/images/sp_icons.png');
    background-repeat: no-repeat;
    display: block;
    top:auto !important;
    left:10px !important;

}

.sp_w_icons {
    background-image: url('/themes/images/sp_w_icons.png');
    background-repeat: no-repeat;
    display: block;
    top:auto !important;
    left:10px !important;
}


div.Dash_Calendar {
    Height: 40px;
    width: 40px;
    background-image: url('/themes/images/icons/BlankCalendar.png');
    background-repeat: no-repeat;
    margin: 5px 5px 5px 5px;

}

div.DecRep_Calendar {
	Height: 51px;
	width: 52px;
	background-image: url('/themes/images/BlankCalendar.png');
	background-repeat: no-repeat;
	margin: 3px auto;
	text-align: center;
}

div.DecRep_CalendarBig {
	Height: 51px;
	width: 52px;
	background-image: url('/themes/images/BlankCalendar2.png');
	background-repeat: no-repeat;
	margin: 3px auto;
	text-align: center;
}



td.requiredlegend{
 background-image:url('/themes/images/required.png');
    background-position:left;
    background-repeat:repeat-y;
     padding-left: 12px;
}

td.required {
    background-image:url('/themes/images/required.png');
    background-position:left;
    background-repeat: repeat-y;
    border-left: 0px;   

}




.ReportCatButtonSelect {
    width: 225px; 
    padding:   10px 10px 10px 10px; 
    font: 12pt verdana; 
    font-weight:bold; 
    color: white;
    background-image: url('/themes/images/ReportScreenShots/Selected.png');
    background-repeat:no-repeat;
     background-position: 210px 10px;  
    
}

    .ReportCatButtonSelect:hover {
        background-image: url('/themes/images/ReportScreenShots/Selected_on.png');
        background-repeat: no-repeat;
        background-position: 210px 10px;
    }

.ReportCatButton:hover {
     background-image: url('/themes/images/ReportScreenShots/Selected_on.png');
    background-repeat:no-repeat;
    background-position: 210px 10px;    
}


.ReportCatButtonSelect_Shipper {
    width: 170px; 
    padding:   10px 10px 10px 10px; 
    font: 12pt verdana; 
    font-weight:bold; 
    color: white;
    background-image: url('/themes/images/ReportScreenShots/Selected.png');
    background-repeat:no-repeat;
    background-position: 160px 6px;
}

.ReportCatButtonSelect_Shipper:hover {
     background-image: url('/themes/images/ReportScreenShots/Selected_on.png');
     background-repeat:no-repeat;
     background-position: 160px 6px;
}

.ReportCatButton_Shipper:hover {
    background-image: url('/themes/images/ReportScreenShots/Selected_on.png');
    background-repeat:no-repeat;
    background-position: 160px 6px;
}


td.mapped {
  background-image: url('/themes/images/symbol_map.png');
    background-repeat: no-repeat;
    background-position: Right 1px ;
}

.RadMap span.k-marker {
margin-top: -19px;
background-image: url('/themes/images/CustomMarkers_Sprite.png');
width: 16px !important;
height: 21px !important;
    
}


/* Resetting the default styles of the Map markers */
    .RadMap span.k-marker:before {
        content:"";
        color:none;
        text-shadow:none;
        height:auto;
        width:auto;
        padding:0;
    }
 
/* Fixing the tooltip position of the markers */
div.RadMap.k-tooltip {
    margin-left:-3px;
}



.WeighButtonImage {
	background: url('/themes/images/Weigh.png');
	background-position: 0 0;
	width: 22px;
	height: 22px;
}

