#header {
   color: #ffffff;
   background: url("/img/bluebar.png") #58d left center;
   background-repeat: repeat-x;
   border-bottom: #3366bb 0.15em solid;
   border-right: #3366bb 0.15em solid;
   border-top: #77aaff 0.15em solid;
   border-left: #77aaff 0.15em solid;
}

#footer .iplinks{
   font-size: x-small;
}
#footer .iplinks>A {
   text-decoration: none;
   color: #777;
}

#panel{
   font-family: sans-serif;
   font-size: 80%;
   position: absolute;
   right: 0.5em;
   top: 2.5em;
   width: 17em;
   padding: 0.8em 0.5em 0.8em 1em;
}

.panelbody>UL {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
}
.panelbody>UL>LI{
   display: block;
   margin: 0px;
   padding: 0px;
}
.panelbody>UL>LI:hover{
   background-color: #58d;
}
.panelbody>UL>LI.separator:hover{
   background-color: inherit;
}
.panelbody>UL>LI>A {
   text-decoration: none;
   display:block;
   margin: 0px;
   padding: 1px 5px 1px 5px;
}
.panelbody>UL>LI IMG {
   margin-top: 2px;
   width: 130px;
   height: 87px;
   border: 1px solid #777;
}

.panelheading {
   padding-left: 0.25em;
   padding-top: 0.05em;
   padding-bottom: 0.05em;

   background: url("/img/bluebar.png") #58d left center;
   background-repeat: repeat-x;

   color: white;
}

.panelsection{
   background-color: #eeeeee;
   margin-bottom: 1.5em;
   border: 1px #cccccc solid;
}


