﻿body {
}

.footerPanel
{ 
	border: 1px solid #333333; width: 100%; border-collapse: collapse;
	background-color: #808080;
	padding: 0px 10px 0px 0px;
	font-family: Verdana;
	font-size: small;

	text-align: right;
}
	 
td.headerCell
{
	background-color: #181818;
	
}
td.contentCell
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}


h1
{
	font-family: Verdana;
	font-size: large;
	color: Orange;
}

p
{
	font-family: Verdana;
	font-size: small;
	color: Black;
}
td
{
	font-family: Verdana;
	font-size: small;
	color: Black;
}
a
{
	font-family: Verdana;
	font-size: small;
	color: Orange;
	font-weight: bold;
	}
body
{
	margin: 0px,0px,0px,0px;
}
 .menuBackground {
                background-image: url('http://www.snhac.org.uk/gfx/menuback.png');
                border-color: #FF9933;
            	color: Black;
                font-weight: bold;
                font-size: x-small;
                font-family: Calibri;

}

.adjustedZIndex 
{
        	 z-index: 100;
}
 .menuBackgroundHover {
                background-image: url('gfx/menutile_active.png');
            	color: White;
                font-weight: bold;
                font-size: x-small;
                font-family: Calibri;

         }
         
         .menuNoBackground {
                background-image: none;
                font-weight: bold;
                font-size: x-small;
                font-family: Calibri;
         }
         
         .menuAdmin 
         {
         	font-weight: bold;
            font-size: x-small;
            font-family: Calibri;
            
            border-left-color: #FF9933;
            border-left-width: 1px;
            border-left-style: solid;
            border-right-color: #FF9933;
            border-right-width: 1px;
            border-right-style: solid;                             
         }