.locationTable {
	font-size: 11px;
	line-height: 15px;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
}

.locationTd {
	font-size: 10.5px;
	line-height: 15px;
	font-family: Arial, Verdana, sans-serif;
}
.popupTitle {
    font-size: 12px;
    font-weight: bold;
	color: #95358C;
}

.selectDrop { 
	font-size: 10px;
	height: 20px;
	font-family: Arial,Verdana, sans-serif;
	color: #666;
	background-color:#FFFFFF;
	border: 1px solid #5e94a2
	/*border-color: transparent*/
	}
.locationTable-list {
		border-collapse:collapse;
	}
		
.locationContent {
		color:#333333;
		font-size:11.5px; /*14px;*/
		font-family: Arial,Verdana, sans-serif; /*Arial, Helvetica, sans-serif;*/
	}	
	
.thLine {
		border-bottom:1px solid #000;
	}

/* Location Selection popup */
#locationSelectionPopup {
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:300px;
    width:680px;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
    overflow: auto; /* Add to enable scroll in the popup window */
}

#locationSelectionPopup h1{
    text-align:left;
    color:#6FA5FD;
    font-size:22px;
    font-weight:700;
    border-bottom:1px dotted #D3D3D3;
    padding-bottom:2px;
    margin-bottom:20px;
}

#locationSelectionClose{
    font-size:11px;
    line-height:11px;
    color:#67062A;
    display:block;
}


.StateCityStyle{
    font-size:12px;
    font-weight:bold;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: #95358C;
}

.title_new {
    font-weight: bold;
}

#backgroundPopup{
    display:none;
    position: fixed !important;
    _position:absolute; /* hack for internet explorer 6*/
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
    overflow: hidden;
}
