body {
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #000000;
    background: #ffffff;
}
body, div, p, td, form, span {
    margin: 0px;
    padding: 0px;
}
a:link, a:active, a:visited, a:hover {
    font-weight: bold;
    color: #0a9afb;
    text-decoration: underline;
}
#loader {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px ridge #ccc;
    background-color: #e95555;
    color: #eee;
    padding: 3px;
    display: none;
}

.header {
	border-bottom: 2px ridge #d8d8d8;
}
.main_table {
	border-left: 2px solid #d8d8d8;
	border-top: 2px solid #d8d8d8;
	border-right: 2px solid #474747;
	border-bottom: 2px solid #474747;
	
}
.left_menu {
	border-right: 2px ridge #474747;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
}
.right_menu {
	border-left: 2px ridge #474747;
	padding: 5px;
}
.footer {
	background: #d8d8d8;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.item_menu {
	background: url(../images/right.gif) left no-repeat;
	height: 20px;
	text-align: left;
	padding-left: 13px;
}
.item_menu a {
	position: absolute;
	margin-top: 2px;
}

.content {
	padding: 10px;
}

#contactInfo label {
	float: left;
	width: 40px;
	clear: both;
	text-align: right;
}
#contactInfo div {
	float: left;
	width: 110px;
	text-align: left;
	margin-left: 5px;
}

.box_img {
	width: 180px;
	padding: 5px;
	text-align: center;
}

.box_img img{
	background: #ccc;
	padding: 3px;
}

.weather_line {
	width: 170px;
	clear: both;
	height: 17px;
}
.weather_name {
	float: left;
}
.weather_info {
	float: right;
	color: #0a9afb;
	font-weight: bold;
}

.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.clear {
    clear: both;
}

.error {
	color: #ff0000;
}

