/* PAGE BODY - USED TO ESTABLISH LOOK AND FEEL THROUGHT PAGE */
body
{
  background-image:url('../Media/back.png');
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #B0B0B0;
  
  scrollbar-3dlight-color: silver;
  scrollbar-arrow-color: black;
  scrollbar-base-color: black;
  scroll-darkshadow-color: black;
  scrollbar-face-color: silver;
  scrollbar-highlight-color: black;
  scrollbar-shadow-color: silver;
}

/* LAYOUT TABLE - USED FOR ESTABLISHED PAGE LEVEL LOOK AND FEEL */
table.layout
{
  background-color:black;
  width:750;
  height:100%;
  padding:0;
  border-width:0;
  margin-top:0;
  margin-bottom:0;
}

/* STANDARD HYPERLINKS - LIGHT GRAY THAT TURN ORANGE WHEN ROLLED OVER*/
a.standard:link {color: #B0B0B0;}
a.standard:visited {color: #B0B0B0;}
a.standard:hover {color: orange;}
a.standard:active{color: orange;}
a.standard{text-decoration: none;}
a.standard{font-family: verdana,arial,lucida sans;}

/* ADMINISTRATOR HYPERLINKS - ONLY DISPLAYED UPON VALID LOGIN */
/*BLACK TEXT THAT TURNS ORANGE WHEN ROLLED OVER, ON A DARK GREY BACKGROUND*/
a.admin:link{color: black;}
a.admin:visited{color:black;}
a.admin:hover{color:orange;}
a.admin:active{color:orange;}
a.admin{text-decoration: none;}
a.admin{background-color:#808080;}
a.admin{font-family:verdana,arial,lucida sans;}
a.admin{font-size: 11px;}
a.admin{width: 9em;}

/* GALLERY HYPERLINKS - ORANGE TEXT THAT ENLARGES ON ROLLOVER */
a.gallery:link {color: orange;}
a.gallery:visited {color: orange;}
a.gallery:hover {color: orange; font-size: 150%;}
a.gallery:active{color: orange;}
a.gallery{text-decoration: none;}
a.gallery{font-family: verdana,arial,lucida sans;}

/* EVENT HYPERLINKS - LIGHT GRAY THAT TURN ORANGE WHEN ROLLED OVER*/
a.event:link {color: #B0B0B0;}
a.event:visited {color: #B0B0B0;}
a.event:hover {color: orange;}
a.event:active{color: orange;}
a.event{text-decoration: none;}
a.event{font-family: verdana,arial,lucida sans;}
a.event{font-size: 12px;}

/* LINKS HYPERLINKS - LIGHT GRAY THAT TURN ORANGE WHEN ROLLED OVER*/
a.links:link {color: #B0B0B0;}
a.links:visited {color: #B0B0B0;}
a.links:hover {color: orange;}
a.links:active{color: orange;}
a.links{text-decoration: none;}
a.links{font-family: verdana,arial,lucida sans;}
a.links{font-size: 13px;}

/* USED FOR SHOW/HIDE STUFF FOR COLLAPSABLE EDITING MENU */
a.edit{color:blue;}
a.edit{cursor:pointer;}

/* USED TO HIDE DIV MENUS AT STARTUP */
div.hide{display: none;}

/* IMAGE FRAMING - PLACE A SIMPLE DOTTED LINE AROUND THE IMAGE*/
img.framing
{
  border: 3px dashed orange;
}

font.footer
{
  font-family: arial;
  color: orange;
  text-decoration: none;
  font-size:10px;
}

a.footer
{
  font-family: arial;
  color: orange;
  text-decoration: none;
  font-size: 10px;
}
a.footer:hover
{
  text-decoration: underline;
}
