.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#RightBgPanel{
background-image:url(../images/right-grad.jpg);
background-repeat:repeat-x;
border:#FFFFFF solid 2px;
width:240px;
height:150px;
background-color:#A3B0A9;
font-family:"Times New Roman", Times, serif, "Trebuchet MS";
padding:2px;
font-size:12px;
}
#RightWeather{
margin:5px;

border:#FFFFFF solid 2px;
width:240px;
height:150px;
background-color:#E6E6E6;
font-family:"Times New Roman", Times, serif, "Trebuchet MS";
padding:2px;
font-size:12px;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 200%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 30%;
	padding:16px;
    border: 1px solid #666666;
    background-color: white;
    z-index:1002;
    overflow: auto;
}