/*///////////////////////////////////////////////////////////////////////////////
//                                                                             //
//  Statistics Webpage                                  - Osiris Designs 2003  //
//                                                                             //
///////////////////////////////////////////////////////////////////////////////*/

/* CSS Constants: General /////////////////////////////////////////////////////*/

a:link {text-decoration:none; color: Blue; background-color: transparent;}     
a:visited {text-decoration:none; color: Blue; background-color: transparent;}  
a:hover {text-decoration:underline; color: Blue; background-color: transparent;}   
a:active {text-decoration:none; color: Blue; background-color: transparent;}  

/* CSS Constants: Body ////////////////////////////////////////////////////////*/

BODY 
{
font-family: Arial;
font-size: small;
font-weight: bold;
color: #575757;
background-attachment: fixed;
background-color: White;
}

/* CSS Constants: Menubutton //////////////////////////////////////////////////*/

a.MenuBox:link
{
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #111111;
text-decoration:none; 
color:white;
text-align:center; 
font-weight:bold; 
background-color:#8174F5;
padding:1px;
display:block;
filter:alpha(Opacity=50, FinishOpacity=50, Style=1, StartX=1, StartY=1, FinishX=150, FinishY=100); */
/* -moz-opacity: 60%;  */
}

a.MenuBox:visited
{
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #000000;
text-decoration:none; 
color:white; 
text-align:center;
font-weight:bold;
background-color:#8174F5;
padding:1px;
display:block;
filter:alpha(Opacity=50, FinishOpacity=50, Style=1, StartX=1, StartY=1, FinishX=150, FinishY=100);
}

a.MenuBox:hover
{
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #111111;
text-decoration:none;
color:white; 
text-align:center; 
font-weight:bold; 
background-color:#53559F;
padding:1px;
display:block;
/* -moz-opacity: 100%; */
}

.MenuBox
{
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-color: #111111;
background-color:#53559F;
text-align:center;
padding:1px;
display:block;
}
