﻿body {
 color: #ffffff;
 background-color: #000000;
 font-family: arial;
}

.maintable {
 border-collapse: collapse;
 border-width: 1px;
 border-style: solid;
 border-color: #999999;
}

.content {
  font-size: 0.9em;
  color: #eeeeee;
}

.scroller
{
	scrollbar-face-color: #dd0000; 
    scrollbar-highlight-color: #444444; 
    scrollbar-3dlight-color: #800000; 
    scrollbar-darkshadow-color: #900000; 
    scrollbar-shadow-color: #444444; 
    scrollbar-arrow-color: #444444; 
    scrollbar-track-color: #444444; 

}

.footerText {
 font-weight: bold;
 font-size: 28px;
 color: #eeeeee;
}


.btnTopMenu {
 font-weight: bold;
 height: 50px;
 cursor: pointer;
 font-size: 14px;
 border-collapse: collapse;
 border-width: 1px;
 border-style: solid;
 border-color: #555555;
 color: #eeeeee;
}

.btnTopMenu_over {
 background-color: #F01729;
 font-weight: bold;
 height: 50px;
 cursor: pointer;
 font-size: 14px;
 border-collapse: collapse;
 border-width: 1px;
 border-style: solid;
 border-color: #555555;
 color: #eeeeee;
}

.btnTopMenuGreen {
 background-color: #339966;
 font-weight: bold;
 height: 50px;
 cursor: pointer;
 font-size: 14px;
 border-collapse: collapse;
 border-width: 1px;
 border-style: solid;
 border-color: #555555;
 color: #eeeeee;
}

.btnTopMenuGreen_over {
 background-color: #F01729;
 font-weight: bold;
 height: 50px;
 cursor: pointer;
 font-size: 14px;
 border-collapse: collapse;
 border-width: 1px;
 border-style: solid;
 border-color: #555555;
 color: #eeeeee;
}

.btnLeftMenu {
 font-weight: bold;
 height: 30px;
 cursor: pointer;
 font-size: 10.5px;
 border-width:0px;
 color: #eeeeee;
}

.btnLeftMenu_over {
 font-weight: bold;
 height: 30px;
 cursor: pointer;
 font-size: 10.5px;
 border-width:0px;
 color: #F01729;
}

.link {
 font-weight: bold;
 height: 30px;
 cursor: pointer;
 font-size: 14px;
 border-width:0px;
 color: #eeeeee;
}