/* Midd-West stylesheet */

body {
 background-color:#CCCCCC;
 color: black;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 letter-spacing: normal;
}

/* Top banner */
div.banner {
 position: absolute;
 top: 10px;
 left: 72px;
 height: 200px;
 width: 910px;
 background-image: url(images/mustangs_top.png);
 background-position: top left;
 background-repeat: no-repeat;
 z-index: 3;
}

/* Navigation & Main Div */
div.main {
 position: absolute;
 top: 110px;
 left: 97px;
 width: 910px;
 height: 600px;
 background-color: transparent;
 padding-bottom: 10px;
}

.nav {			/* navigation cell */
 padding-top: 105px;
 background-image: url(images/bg_nav.jpg);
 background-repeat: repeat-y;
 background-position: top left;
 background-color: white;
 width: 155px;
 height: 500px;
 border-left: solid 2px black;
}

.white {		/* main content cell */
 padding-top: 75px;
 width: 726px;
 background-color: white;
 border-right: solid 2px black;
}

/*Sports and Events panels */
.tab {
 background-color: #A6B8CA;
 background-image: url(images/tab_top.png);
 background-position: top left;
 background-repeat: no-repeat;
 color: white;
 width: 233px;
 height: 20px;
 padding: 5px;
 _width: 243px
}

.tab_content {
 border-left-color: #A6B8CA;
 border-left-style: solid;
 border-left-width: 2px;
 padding-left: 5px;
 padding-top: 0px;
 padding-bottom: 0px;
}

.tab_bottom {
 background-color: white;
 background-image: url(images/tab_bottom.png);
 background-position: top left;
 background-repeat: no-repeat;
 height: 20px;
 width: 243px;
 }
 
 .tab_weather {
 border-left-color: #333333;
 border-left-style: solid;
 border-left-width: 2px;
 padding-left: 5px;
 padding-top: 0px;
 padding-bottom: 0px;
}
.tab_top_weather {
 background-color: #333333;
 background-image: url(images/tab_top_weather.png);
 background-position: top left;
 background-repeat: no-repeat;
 color: white;
 width: 233px;
 height: 20px;
 padding: 5px;
 _width: 243px
}
.tab_bottom_weather {
 background-color: white;
 background-image: url(images/tab_bottom_weather.png);
 background-position: top left;
 background-repeat: no-repeat;
 height: 20px;
 width: 243px;
}
/*Alert*/
.alert_top {
 width: 425px;
 height: 25px;
 padding-left: 25px;
 padding-top: 10px;
 background-image: url(images/alert_top.png);
 background-repeat: no-repeat;
 background-position: top left;
 _width: 450px
}
.alert_content {
 width: 436px;
 border-left-width: 2px;
 border-left-style: solid;
 border-left-color: #990000;
 border-right-width: 2px;
 border-right-style: solid;
 border-right-color: #990000;
 padding: 5px;
 _width: 450;
}
.alert_bottom {
 width: 450px;
 height: 20px;
 padding-right: 20px;
 padding-top: 3px;
 background-image: url(images/alert_bottom.png);
 background-repeat: no-repeat;
 background-position: top left;
 _width: 450;
}


/*buttons*/
a.button_weather {
display: block;
background-color: transparent;
background-image: url(images/Weathernew.png);
background-repeat: no-repeat;
background-position: top center;
width: 180px;
height: 26px;
}

a.button_weather:hover {
background-position: 0 -27px;
}
 
