.tableAlign {
padding:0;
margin:0
}

.weatherMapsLeft {
float:left;
width:47%;
padding:2px 0;
margin:0
}

.weatherMapsRight {
float:right;
width:47%;
padding:2px 0;
margin:0
}

.broadcastTime p {
font-size: .9em;
padding: 4px 0;
}

.audioPlayerInline {
margin: -2.5em 0 0 25em;
padding:0 0 1.2em 0;
}

.audioPlayerWeather {
margin: -2.2em 0 4px 6.5em;
padding:2px 0;
}

.sideLI li {
font-size:1em;
font-weight:bold;
line-height:1.2em;
}

#agdesc {
clear:both;
height:94px;
width:840px;
margin: 0;
padding: 2px 0 0 0;
background: #293f7b url(./themes/site_themes/sitewide/AgHeaderWide.jpg) no-repeat 0 80%;

}

#agdesc p {
font-family: verdana, arial, sans-serif;
color:#fff;
width:250px;
font-size:.95em;
font-weight:bold;
line-height:1.3em;
padding: 6px 0 0 0;
margin: 2px 0 0 520px;
}

#agdesc h1 {
color:#fff;
text-indent: -5000px;
display:none;
}

/*
#desc {
height:89px;
width:800px;
background: #293f7b url(./themes/site_themes/sitewide/AgHeaderWide.jpg) top left no-repeat;
}

#desc p {
font-family: verdana, arial, sans-serif;
color:#fff;
width:200px;
font-size:.95em;
font-weight:bold;
line-height:1.3em;
padding: 10px;
margin: 0  0 0 520px;
}

#desc h1 {
color:#fff;
text-indent: -5000px;
display:none;
}

li.tab  {
margin-left:0 !important;
}
*/

/* Tabbed navigation styles */

#maintab li {
padding:0;
margin-left:0;
margin-right: 0;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-right:0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
padding:0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 2px;
margin-right: 0;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://will.illinois.edu//images/sitewide/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://will.illinois.edu//images/sitewide/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 535px;
margin-bottom: 1em;
padding: 10px;
font-size:1em;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

img.noOffset  {
padding:0;
margin:0
}


#main table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
        width: 535px;
	margin: 1em 0;
	padding: 2px;
	border: 1px solid #666666;
}

#main td {
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	margin: 4px;
	padding: 2px;
        border: 1px solid;
}

#main th {
	letter-spacing: normal;
        font-size:1em;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	margin: 4px;
	padding: 4px;
        border: 1px solid;
}

#main caption {
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #66CC66;
        margin: 1em 0 0 0;
        padding: 1em 0 0 0;
        vertical-align: top;
	display: table-caption;
        line-height: 1.3em;
}

#main thead { 
	font-family: "Trebuchet MS", Verdana;
	font-size: 1.2em;
	font-weight: bold;
        background-color: #FFFF33; 
}