﻿body 
{
     background: #444444; /* url( ./bgtest.gif ); */
     font-family: Tahoma; 
     text-decoration: none;
}

.div
{
     font-family: Tahoma; 
     text-decoration: none;
     background: #cccccc;
}

.default
{
    padding-right: 1em; 
    padding-left: 1em; 
    z-index: 103; 
    padding-bottom: 1em;
    padding-top: 0em; 
    font-size: 10pt;
}

h1
{
    font-size:larger;
    text-align:center;
}

h2
{
    font-size: x-large;
    text-align:center;
    color:Red;
}

.panelbody
{
    background: #cccccc;
    font-size: 10pt;
}

.panelmenu
{
    
}

.AccordionContent
{
    Background: white;
}

.AccordionHeader
{
    Background: #CCCCCC;
    border: solid 1px #777777;
    border-left: 5px #000000;
}

.black
{
    Background: #000000;
}

#menu {
/*width: 12em;  set width of menu 
background: #eee;*/
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

