
body{
background-color: #c0c0c0;
}

#coolmenu{
font: 12px Verdana;
border: 0px solid black;
width: auto;
background-color: #ffffff;
}

#coolmenu a{
font: bold 13px Verdana;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #ffffff;

border-bottom: 0px solid black;
background-color: #c0c0c0;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #a0a0a0;
color: #000000;
}

#title{
color: #800080;
font: italic bold 20px Verdana;
}

#smallgray{
color: #707070;
font: 12px Arial;
}

#largegray{
color: #707070;
font: bold 14px verdana;
}

#smallblack{
color: #000000;
font: 12px Arial;
}

#maintable{
width: 700px;
background-color: #f0f0f0;
border-collapse: collapse;
border-spacing: 0px;
}

#menucolumn{
width: 200px;
vertical-align: top;
}

#Datatable{
width: 450px;
}

#TitleTableData{
background-color: #ffffff;
}

#ghostlink{
font: bold 13px Verdana;
display: block;
width: 100%;
color: #ffffff;
background-color: #c0c0c0;
}

#selectboxgray{
width: 425px;
scrollbar-3dlight-color:silver;
scrollbar-arrow-color:gray;
scrollbar-track-color:gray;
scrollbar-darkshadow-color:silver;
scrollbar-face-color:silver;
scrollbar-highlight-color:silver;
scrollbar-shadow-color:silver;
outline-style: ;
}

#GrayHighlight{
background-color: #c0c0c0;
}

#Helpdesk{
font: bold 15px Verdana;
background-color: #0000ff;
color: #ffff00;
width: 20px;
text-align: center;
}

#New{
font: bold 10px Verdana;
background-color: #ff0000;
color: #ffffff;
text-align: center;
}