/* Map Start */

.MezzoListFilter {
    float: left;
    position: relative;
    top: 0px;    
}

.MezzoListFilterLabel {
    float:left;
    margin-right: 10px;
}

.hidden {
    display: none;
}

table#distributionPartner {
    margin-top: 10px;
    text-align: left;
    line-height: 22px;
    border-collapse: collapse;
}

table#distributionPartner a {
    padding-left: 0px;
    background-image: none;
}

table#distributionPartner a:hover {
	color: #5a5959;
}

table#distributionPartner thead th {
    line-height: 26px;
    border-bottom: 1px solid #b7b7b8;
}

table#distributionPartner th.headerSortUp { 
    background-image: url(/img/slices/table_sort_up.gif); 
    background-repeat: no-repeat;
}

table#distributionPartner th.headerSortDown { 
    background-image: url(/img/slices/table_sort_down.gif); 
    background-repeat: no-repeat;
}

table#distributionPartner th.country {
    width: 40px;
    background-position: 34px center;
}

table#distributionPartner th.file {
    width: 26px;
}

table#distributionPartner td.file div.protectedFile {
    background-image: url(/chameleon/blackbox/images/filetype_icons/pdf16x16.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

table#distributionPartner th.type {
    width: 45px;
    background-position: 30px center;
}

table#distributionPartner th.company {
    width: 155px;
    background-position: 40px center;
}

table#distributionPartner th.contact {
    width: 167px;
    background-position: 101px center;
}

table#distributionPartner th.phone {
    width: 104px;
    background-position: 49px center;
}

table#distributionPartner td.email {
	padding-left: 16px;
    background-image: url(/img/buttons/tdemail.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

table#distributionPartner td.lat {
	display: none;
}
	
table#distributionPartner td.lon {
	display: none;
}

div.relative {
    position: relative;
}

div#mapContainer {
    z-index: 4;
    position: absolute;
    top: 0px;
	margin-top: 30px;
    overflow: hidden;
}

div#mapBar {
    height: 18px;
    width: 538px;
    background-image: url(/img/slices/map_close_bg.gif);
}

div#mapBar.close {
    background-image: url(/img/slices/map_open_bg.gif);
}

div#map {
    height: 400px;
    width: 538px;     
}

div#mapBottom {
    height: 40px;
    width: 538px;   
    background-image: url(/img/slices/map_bottom_bg.png);
    background-position: left top;
    background-repeat: no-repeat;  
}


.markerOverlay {
	z-index: 999;
	position: absolute;
	padding-left: 11px;
	padding-top: 8px;
	height: 82px;
	width: 199px;
	font-size: 11px;
	line-height: 14px;
	background-image: url(/img/slices/markerOverlay_bg.png);
	background-repeat: no-repeat;
}

.markerOverlayHidden {
	display: none
}

.markerOverlay a {
    color: #07a37f;
    font-weight: bold;
}

.markerOverlay a:hover {
	color: #5a5959;
}


* html .markerOverlay {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/slices/markerOverlay_bg.png');
}

#mapMoveController {
	display: none;
}

.passwordOverlay {
    z-index: 999;
	position: absolute;
	padding-left: 11px;
	padding-top: 8px;
	height: 37px;
	width: 178px;
	font-size: 11px;
	line-height: 14px;
	background-repeat: no-repeat;
    background-image: url(/img/slices/passwordOverlay_bg.png);
}

* html .passwordOverlay {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/img/slices/passwordOverlay_bg.png');
}

.passwordOverlay button {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    background-image: url(/img/buttons/send.gif);
    border: none;
}

.passwordOverlay input {
    display: block;
    float: left;
    padding-left: 5px;
    width: 145px;
    height: 15px;
    color: #707072;
    font-family: Tahoma;
    font-size: 11px;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    border-right: 0px;
    border-bottom: 1px solid #d0d0d0;        
}


/* Map End */
