a
{
	color: #0c234b;  /* #9b111e; */
}

th
{
    background-color:#e2e9eb;    /* prev: #c9c9c9   UA colors: cool gray=#e2e9eb, warm gray=#f4ede5 */
}


#wrapper
{
    max-width: 1150px;
	margin: auto;
	padding: 10px 0px 10px 0px;
    background-color: #fff;
    min-height: 100%; 
	text-align: left;
}

.bold {font-weight: bold;}
.italic {font-style: italic;}


#measure
{
	display:inline;
	float:left;
	margin:3px 0px 0px 0px;
}



/*		The following table styles are used for WRF Model tables for:
		- Arizona Regional WRF Model Forecasts 
		- Idaho Regional WRF Model Forecasts 
		- Idaho Regional WRF Model Data-Cloud Seeding
*/
table.wrfTBL
{
	/* border:1px solid #ddd;  */
}
table.wrfTBL th, table.wrfTBL td
{
	margin: 0 0 0 0;
	padding:0 2px 0 2px;
	text-align:center;
	verticle-align:middle;
	border: 1px solid #000000;
	/* font-size:.9em; */
	font-weight: normal;
}
table.wrfTBL th
{
    background-color:#e2e9eb;    /* prev: #c9c9c9   UA colors: cool gray=#e2e9eb, warm gray=#f4ede5 */
}
table.wrfTBL a
{
	font-weight:normal;
	color: #0c234b;  /* #9b111e; */
}
table#azwrfTBL
{
	width:1000px;
}
.azwrfTBL-col1
{
	width:400px;
	text-align:left;
	vertical-align:middle;
}
table#idahoTBL
{	
	width:875px;
}
.idahoTBL-col1
{
	width:160px;
	text-align:left;
	vertical-align:middle;
}
table#seedTBL
{	
	width:400px;
}
.seedTBL-col1
{
	width:150px;
	text-align:left;
	vertical-align:middle;
}
/* end WRF Model table styles */


/*		The following styles affect the weather conditions at:
		- section=weather AND id=campus2
*/











/*
body 
{
	margin: 0 0 0 0px;
    padding: 0;
    font-family: verdana, "lucida grande", geneva, sans-serif;
	background: #ccc;
   height:100%;
}

* html #wrapper
{
    height: 100%; 
}
*/


/*
table
{
    margin: 4px 0 18px 0;
    border-collapse: collapse;
    empty-cells: show;

}

caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
}
th, td
{
    padding: 0px 0px;
    text-align: left;
}

td.advisor
{
border-width:1px 0 1px 0;
padding:14px 5px 8px 5px;
}

tfoot td
{
    color: #666;
    border: none;
}
*/