/* CSS Document  - TABLE STYLES */

/* Table ORANGE */
table.orange50em {	
	width:50em;
	background-color:#FFFFCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	border: 2px #FF0000 solid ridge;	
	padding:0.2em;
	text-align:center;
	vertical-align:middle;	
}

table.orange15em {	
	width:15em;
	background-color:#FFFFCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	border: 2px #CCCCCC solid ridge;
	padding:0.2em;
	text-align:center;
	vertical-align:middle;	
}

table.orange100 {	
	width:100%;
	background-color:#FFFFCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;	
	border: 2px;
	border-style:ridge;
		
}

table.orange100 tr td {	
	vertical-align:top;
	padding:5px;
}

table.orange100 th {
	border-bottom: #000000 solid 1px;
	vertical-align:middle;
	padding:5px;
}


td.cream {
	background-color:#FFFF99;	
}

.creamleft {
	background-color:#FFFF99;
	padding-left:1em;
	text-align:left;
	width:25%;	
}

.palecream {
	background-color:#FFFFCC;
	vertical-align:top;
}

.palecreamleft {
	background-color:#FFFFCC;
	padding-left:1em;
	text-align:left;		
	width:25%;
}

.greenbold {
	background-color:#99CC33;
	font-weight:bold;
}

td.grey {
	background-color:#CCCCCC;
}

.yellowbold {
	background-color:#FFFF66;	
	font-weight:bold;
	text-align:center;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
		
}

th.orangebold {
	background-color:#FFCC33;	
	font-weight:bold;
	text-align:center;	
}

.orangebold {
	background-color:#FFCC33;	
	font-weight:bold;
	text-align:left;
	vertical-align:top;
}


table.bluetone {
	width:100%;
	/*margin-left:2em;
	margin-right:2em;*/
	background-color:#CCFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;	
	text-align:left;
	vertical-align:top;	
}

table.bluetone th {
	background-color:#333399;	
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	padding:5px;
}

table.bluetone td	{
	padding:5px;
	vertical-align:top;
}

table.bluetone td.centercol	{
	text-align:center;
}

table.bluetone td.leftcol {
	background-color:#99FFFF;	
	font-weight:bold;
	text-align:center;
}


table.bluetone th.sub {
	background-color:#3366CC;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;
}



table.weather {margin-top:1em; margin-bottom:1em}
table.weather tr th {border-top:1px; border-top-style:solid; border-top-color:#000066; text-align:left}
table.weather tr td {border-top:1px; border-top-style:solid; border-top-color:#000066;}
table.weather .header {border-left:1px; border-left-style:solid; border-left-color:#000066; border-right:1px; border-right-style:solid; border-right-color:#000066; text-align:center; font-weight:bold; background-color:#FFFF99;}
table.weather .base {border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000066;}
tabe.weather .querybase {border-top:1px; border-top-style:solid; border-top-color:#000066;} /* for query results of uncertain length  */
table.weather .label { border-left:1px; border-left-style:solid; border-left-color:#000066; border-right:1px; border-right-style:solid; border-right-color:#000066}
table.weather .data { border-right:1px; border-right-style:solid; border-right-color:#000066}
table.weather td .record { border-right:1px; border-right-style:solid; border-right-color:#000066}
table.weather .pale {background-color:#99FFFF}
table.weather .dark {background-color:#99CCFF}


table.download {margin-top:1em; margin-bottom:1em; font-size:0.9em;}
table.download tr th {border-top:1px; border-top-style:solid; border-top-color:#000066; text-align:center; font-size:1em !important;}
table.download tr td {border-top:1px; border-top-style:solid; border-top-color:#000066;}
table.download .header {border-left:1px; border-left-style:solid; border-left-color:#000066; border-right:1px; border-right-style:solid; border-right-color:#000066; text-align:center; font-weight:bold; background-color:#FFFF99;}
table.download td.base {border-bottom:1px; border-bottom-style:solid; border-bottom-color:#000066;}
table.download .footer{border-top:1px; border-top-style:solid; border-top-color:#000066;}


table.download .label { border-left:1px; border-left-style:solid; border-left-color:#000066; border-right:1px; border-right-style:solid; border-right-color:#000066}
table.download .data { border-right:1px; border-right-style:solid; border-right-color:#000066}
table.download td .record { border-right:1px; border-right-style:solid; border-right-color:#000066}
table.download tr td a {text-decoration:none;}
table.download tr td a:hover {text-decoration:none; color:#FF0000}

table.download .pale {background-color:#99FFFF}
table.download .dark {background-color:#99CCFF}
table.download .topheader {background-color:#333399; text-align:center; color:#FFFFFF; }



