*{
	font-family: "Open Sans",Arial;
	font-size:13px;
} 
body{
	padding:10px;
	background:#FFE9C7;
}
h3{
	padding:10px 0 5px 0;
}
.citytitle{
	color:#2692F2;
	font-size:1em;
}
.rotate {
    width: 19px;
    height: 19px;
	float:left;
	margin:0 5px 0 0;
}

.wea-icon i{
	width:24px;
	height:24px;
	color:#666;
	font-size:24px;
	font-weight:400;
	position:relative;
	
}
.chartcond {
	width:24px;
	height:24px;
	color:#0080ff;
	font-size:24px;
	font-weight:400;
	position:relative;
}
.wea-icon span{
	color:#000;
	font-size:12px;
	padding-left:5px;
}
.chartTitle, .chartTitle b{
	color:#666;
	font-size:18px;
}
#res-tables,#res-tables-avg,#res-tables-rec {width:100%;margin:0 auto;}
#res-tables table,#res-tables-avg table,#res-tables-rec table { width: 100%; }
#res-tables td, #res-tables th,#res-tables-avg td, #res-tables-avg th,#res-tables-rec td, #res-tables-rec th {text-align: left; white-space: break;vertical-align: middle;min-height:34px;width:14%;}
#res-tables { position:relative;z-index:1;}
	
#fix-tables th {text-align: left; white-space: break;vertical-align: middle;min-height:34px;width:14%;overflow:hidden;}
	
#datepicker + .ui-datepicker-trigger{
    position: absolute;
    left:190px;
    top:8px;
	cursor:pointer;
}
#datepickerfrom + .ui-datepicker-trigger,#datepickerto + .ui-datepicker-trigger{
    position: absolute;
    left:190px;
    top:25px;
	cursor:pointer;
}	
.ui-datepicker-year{
	visibility : hidden;
}
.ui-datepicker-calendar thead{
	display : none;
}
.note{
	font-size:11px;
	font-style:italic;
	color:#666;
}
.submitDiv{
	position:relative;
	text-align:center;
	margin-left:50px;
	float:none;
	display:inline-block;
}
.submitDivSide{
	position:relative;
	text-align:center;
	margin-top:-5px;
	margin-left:15px;
}


.form-left{
	float:left;
	font-size:11px;
	font-weight:700;
	margin-right:5px;
	text-align:right;
	width:180px;
	padding:15px 10px 5px 10px;
}

.form-right{
	font-size:12px;
	font-weight:400;
	text-align:left;
	padding:10px;
	float:none;
	position:relative;
	display:inline-block;
}

.form-right input, .form-right textarea{
	width:350px;
	border:1px solid #999;
	padding:5px 10px;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	-webkit-border-radius:0; 
	border-radius: 0;	
}

.submitButton{
	border:solid 2px #fff;
	background:#2692F2 !important;
	padding:7px 15px;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	color:#fff;
	text-shadow:#000 1px 1px;
}
.submitButton:hover{
	border:solid 2px #000;
}

.history-content{width:auto; max-height:400px; overflow:auto;}
.history-content p:nth-child(even){color:#999; font-family:Georgia,serif; font-size:17px; font-style:italic;}
.history-content p:nth-child(3n+0){color:#c96;}
.weatherPreloader {
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-100px;	
	width:200px;
	padding-top:74px;
	background:url(../icons/preloader.gif) no-repeat 50% 0;
	font-size:12px;
	color:#cc0000;
	text-align:center;
}



@media only screen and (max-width: 700px) {
	#res-tables {width:100%}	
	/* Force table to not be like tables anymore */
	#res-tables table, 
	#res-tables thead, 
	#res-tables tbody, 
	#res-tables th, 
	#res-tables td, 
	#res-tables tr { 
		display: block; 

	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#res-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#res-tables tr { border: 1px solid #ccc; }

	#res-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		padding-top: 12px;
		padding-bottom: 0px;		
		white-space: normal;
		text-align:left;
		width:auto;
	}

	#res-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#res-tables td:before { content: attr(data-title)":";text-align:right; vertical-align: middle;padding-top:6px;}



	#res-tables-avg {width:100%}	
	/* Force table to not be like tables anymore */
	#res-tables-avg table, 
	#res-tables-avg thead, 
	#res-tables-avg tbody, 
	#res-tables-avg th, 
	#res-tables-avg td, 
	#res-tables-avg tr { 
		display: block; 

	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#res-tables-avg thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#res-tables-avg tr { border: 1px solid #ccc; }

	#res-tables-avg td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		padding-top: 12px;
		padding-bottom: 0px;		
		white-space: normal;
		text-align:left;
		width:auto;		
	}

	#res-tables-avg td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#res-tables-avg td:before { content: attr(data-title)":";text-align:right; vertical-align: middle;padding-top:6px;}	


	#res-tables-rec {width:100%}	
	/* Force table to not be like tables anymore */
	#res-tables-rec table, 
	#res-tables-rec thead, 
	#res-tables-rec tbody, 
	#res-tables-rec th, 
	#res-tables-rec td, 
	#res-tables-rec tr { 
		display: block; 

	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#res-tables-rec thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#res-tables-rec tr { border: 1px solid #ccc; }

	#res-tables-rec td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		padding-top: 12px;
		padding-bottom: 0px;		
		white-space: normal;
		text-align:left;
		width:auto;		
	}

	#res-tables-rec td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#res-tables-rec td:before { content: attr(data-title)":";text-align:right; vertical-align: middle;padding-top:6px;}	
}


@media only screen and (max-width: 550px) {
	.weamainouter{
		max-width:90%;
	}
	.form-right input, .form-right textarea{
		width:200px;
		border:1px solid #999;
		padding:5px 10px;
		-moz-border-radius:0;
		-khtml-border-radius:0;
		-webkit-border-radius:0; 
		border-radius: 0;	
	}
}