body {
font: .75em tahoma;
}

div.Banner {
position: relative;
top: 0px;
left: 0px;
width: 800px;
height: 95px;
border: solid 0px #00c;
overflow: hidden;
}


div.Page {
background-color: #ffffff;
position: relative;
top: 0px;
left: 0px;
width: 800px;
height: 500px;
border: solid 0px #f00;
overflow: hidden;
}

div.PageContent {
background-color: #ffffff;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
border: solid 0px #aac;
overflow: auto;
}

div.Footer {
background-color: #eee;
position: relative;
Xtop: 580px;
left: 0px;
width: 770px;
height: 20px;
border: solid 0px #0fc;
overflow: hidden;
}

div.SymbolCool {

}

div.SymbolHot {

}

div.InfoBoxCool {
border:solid 1px #ddf; 
overflow:auto;
}

div.InfoBoxHot {
background: #f8f8ff;
border:solid 1px #aae; 
overflow:auto;
}

div.InfoBoxTitlebar {
position:relative;
background: #ddf;
font: .75em tahoma;
color: #44a;
border:solid 0px #aae; 
width:100%
height:16px;
overflow:hidden;
}

tr.Light {
background:#fff;
}

tr.Dark {
background:#f0f0f0;
}

td.Alert {
width: 10%;
color:#f22;
}

td.Event {
width: 10%;
color:#228;
}


td.Date {
width: 30%;
text-align: center;
color:#888;
}

td.Desc {
color:#222;
width:100%;
}

td.Doc {
width: 10%;
height:26px;
background-image:url('Images/PDFIcon-24.gif');
background-repeat:no-repeat;
}
