﻿.iconDelete {
    background: url("images/icon_delete.png") 0 0 no-repeat;
    float:right; 
    width:16px; 
    height: 16px;
    margin-top: 3px;
    cursor: pointer;
}

.logo {
    background: url("images/logo.png") 0 0 no-repeat;
    width: 100px;
    height: 40px;
    float: left;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

#MapInfo {
    width: auto; 
    height: auto; 
    position: absolute; 
    border: 1px solid #ccc;

    
}

#MapInfo span{
    display:inline; 
    position:absolute; 
    border:2px solid #FFF;  
    color:#EEE;
    background-color: #000;
    outline:none;
    padding: 5px;
    border-radius:1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
        
    -moz-box-shadow: 0px 0px 8px 4px #666;
    -webkit-box-shadow: 0px 0px 8px 4px #666;
    box-shadow: 0px 0px 6px 2px #666;

    opacity: 0.7;
}

.downloadSpan {
    background: url("images/downloadSpan.png") 0 0 no-repeat; 
    padding-left: 20px;
}

div.dataTables_info {
    float:left;
	padding-top: 15px;
	white-space: nowrap;
}

div.dataTables_paginate {
	margin-top: 10px;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_paginate a {
	padding: 2px;
	white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
}