#ticker {

    display: none;
}



/*All links*/
a:link {
	color: #000080;
        font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000080;
        font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #cc3333;
        font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #000080;
        font-weight: bold;
	text-decoration: none;
}


table {
        font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}


#ticker0, #ticker1, #ticker0 table, #ticker1 table, #tickerArea {
 	color: #000;
        background: #fff;
}

#ticker0.alert, #ticker1.alert, #ticker0.alert table, #ticker1.alert table {
 	color: #FFFFFF;
        background: #FFFFFF;
}

#ticker0.weather, #ticker1.weather, #ticker0.weather table, #ticker1.weather table {
 	color: #000;
        background: #fff;
}


#tickerArea a:link {
	color: #000080;
}

#tickerArea a:visited {
	color: #000080;
}

#tickerArea a:hover {
	color: #cc3333;
}

#tickerArea a:active {
	color: #000080;
}


.alert a:link {
	color: #000080;
}

.alert a:visited {
	color: #000080;
}

.alert a:hover {
	color: #cc3333;
}

.alert a:active {
	color: #000080;
}


.weather a:link {
	color: #000080;
}

.weather a:visited {
	color: #000080;
}

.weather a:hover {
	color: #cc3333;
}

.weather a:active {
	color: #000080;
}

#tickerBannerArea {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:5;
    text-align:center;
}

#tickerBanner {
    background:#333;
    color:#f93;
    font-weight:bold;
    width:60%;
    margin:4px auto;
    padding:2px;
    text-align:center;
    cursor:pointer;
    opacity:0.9;
    filter:alpha(opacity=90);
}
