﻿
body {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #4d4f53;
}

.PopupMap {
    background: url('Images/rightcontent_bg.gif') repeat-x;
    background-position: 100px;
    background-color: #ecebe7;
    border: 1px solid #D5D5D3;
    padding: 3px;
}

.DivOutline {
    border: 1px solid #D5D5D3;
    padding: 3px;
}

.PopupMap table {
    border: 0px;
    border-collapse: collapse;
    font-size: 10px;
}

.PopupMap table th, 
.PopupMap table td {        
    text-align: center;
    border-right: 1px dotted #D5D5D3;
}

.PopupMap table td a {
    font-size: 10px;
    color: #4d4f53;
    font-weight: bold;
}  

.PopupMap table td.first,
.PopupMap table th.first {
    text-align:left;
    width:100px;
} 

.PopupMap table td.first {
    /*font-style:italic;*/
    font-size: 0.9em;
    padding-top: 5px;
    padding-bottom: 1px;    
    background-color: #D5D5D3;
}

.PopupMap table th {
    font-weight:bold;
    border-bottom: 1px solid #4d4f53;
}


#BreadCrump {
    font-size: 16px;
    color: #999999 !important;
}

#BreadCrump img {
    padding-left:2px;
    padding-right:2px;
}

#BreadCrump a,
#BreadCrump span{    
    font-size:16px;
    color: #999999 !important;
    text-decoration:none;
}
#BreadCrump a:hover {
    text-decoration:underline;    
}

.mapBreadCrumbBig {
    font-size: 16px;
    color: #999999 !important;
}