#lang {
	float:right;
	text-align:center;
	margin-right: 50px;
	margin-top: 5px;
	width: 70px
}

table.seachtable th {
	color: white;
        background-color: transparent;
}
table.seachtable{
	color: white;
        background-color: transparent;
}
table.seachtable td{
	color: white;
        background-color: transparent;
}

table.mm5status {
        border-width: 1px 1px 1px 1px;
        border-style: outset outset outset outset;
        border-color: gray gray gray gray;
        border-collapse: separate;
        background-color: blue;
	color: black;
}
table.mm5status th{
        border-width: 1px 1px 1px 1px;
        border-style: outset outset outset outset;
        border-color: gray gray gray gray;
        border-collapse: separate;
        background-color: blue;
	color: white;
}

table.weathergroup th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
	color: black;
}
table.weathergroup td {
        font-size: 100%;
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
	color: black;
        background-color: white;
}

a.greenlink link {color: #00a000;}
a.greenlink visited {color: red; font-size: 10px;}
