@CHARSET "ISO-8859-1";

#resultswrapper { position:relative; width:100%; height:450px; }

.background { position:absolute; width:100%; height:100%; top:0; margin:0; padding:0; background-color:#76A4D7; z-index:-1;}

#corner_topright { background-image:url(graphics/index/corner_topright.png); background-repeat:norepeat; position:absolute; top:0; right:0; height:10px; width:10px; }
#corner_bottomright { background-image:url(graphics/index/corner_bottomright.png); background-repeat:norepeat; position:absolute; bottom:0; right:0; height:10px; width:10px; }
#corner_bottomleft { background-image:url(graphics/index/corner_bottomleft.png); background-repeat:norepeat; position:absolute; bottom:0; left:0; height:10px; width:10px; }
#corner_topleft { background-image:url(graphics/index/corner_topleft.png); background-repeat:norepeat; position:absolute; top:0; left:0; height:10px; width:10px; }

.scrollingcontent { position:absolute; overflow-y:auto; top:10px; bottom:10px; left:10px; right:10px; color:#05366B }

#resultstable { width:40%; border-collapse:collapse; margin:1px; padding:10px; }
#resultstable td { padding:3px; }
#resultstable thead tr { background-color:#76A4D7; font-size:1em; font-weight:bold; color:#05366B; height:2em; border-bottom:1px solid black; }
#resultstable tbody tr.month { background-color:#05366B; color:white; font-weight:bold; font-style:italic; }
#resultstable tr.tr1 { background-color:#C8EBEB; }
#resultstable tr.tr2 { background-color:#A4C1C1; }

.note { margin-top:30px; position:relative; width:50%; padding:10px; color:#76a4d7; border:1px solid #76a4d7; }

#main .note a:link,
#main .note a:active { color:#C8EBEB; }
#main .note a:visited { color:#A4C1C1 }
#main .note a:hover { color:white; }
