body{
	font-family: Arial, Helvetica, sans-serif;
}

.weather_content{
	padding-left: 100px;
}
/* tables / borders */
.current_table{
	border: 1px solid #aaaaaa;
}

.forecast_table{
	border: 1px solid #aaaaaa;
}

.gradient_one{
	background-image: url('images/gradient26.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0a377c;
	border-bottom: 1px solid #aaaaaa;
	font-size: 14px;
}

.gradient_one_left_border{
	background-image: url('images/gradient26.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0a377c;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	font-size: 14px;
}

.gradient_two{
	background-image: url('images/gradient14.jpg');
	background-repeat: repeat-x;
	border-bottom: 1px solid #aaaaaa;
}

.gradient_two_left{
	background-image: url('images/gradient14.jpg');
	background-repeat: repeat-x;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.location_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

.current_temp{
	font-family: Arial Black, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 26px;
}

.forecast_cell{
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}

.forecast_cell_no_border{
	background-color: #ffffff;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}

.forecast_day{
	background-color: #dee5e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #aaaaaa;
}

.forecast_day_no_border{
	background-color: #dee5e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.forecast_date{
	background-color: #dee5e6;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.top_align{
	vertical-align: top;
}

.border_bottom{
	border-bottom: 1px solid #aaaaaa;
}

.vert_align_middle{
	vertical-align: middle;
}
/* Current Conditions */
.type_2{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}

.type_6{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
}

.type_6_for{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.type_6_pop{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}

.type_7{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

.type_8{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
}

.type_9{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}

.high_temp{
	font-family: Arial, Helvetica, sans-serif;
	color: #0a377b;
	font-weight: bold;
	font-size: 12px;
}

.low_temp{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.pipe{
	font-size: 12pt;
}

.alert_table{
	font-size: 12px;
	border: 1px solid #aaaaaa;
}

.alert_cell{
	font-weight: bold;
	background-color: #dddddd;
}
