/* nfdg_style.css */
/* Style Sheet for nfdg.org.uk */

* 
{
  font-family: "Verdana" , sans-serif ;
  font-weight: normal ;
}

body
{
	background-color: #f0f8ff;
	margin: 0 5% 0 5%;
}

p
{
	margin: inherit;
}
.bold
{
	font-weight: bold ;
}
.small
{
	font-size: smaller;
}
span.title
{
	font-weight: bold;
	font-size: large;
	text-decoration: underline; 
}
span.notify
{
	font-weight:bold;
	font-size: x-large;
	color:red;
}
h1     
{
  font-weight: bold ;
  font-size:   medium ;
  text-decoration: underline ;
}

table, tr, td, th
{
  border: 3px ;
  border-color: #008000 ;
  border-style: solid ;
  margin: 5px ;
  padding: 8px  ;
  border-collapse: collapse ;
}

th
{
	font-weight: bold;
}

.noborder
{
	border: 0px;
	border-color: #000000;
}

td.noborder
{
  padding: 15px ;
  vertical-align: top ; 
}
.center
{
	margin:auto;
}

table.banner
{
	border: 3px none;
	border-style: none;
	border-width: 0px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 77%;
	border-collapse: separate;
	azimuth: center;
	outline: white none 0px;
	text-align: center;
}

td.banner
{
	border: 0px none;
	border-style: none;
	border-right: none; 
}

table.menu
{
	border: 3px none;
	margin: auto;
	padding: 8px 8px 8px 8px;
	border-color: #008000;
	border-collapse: separate;
	azimuth: center;
	outline: none;
   border-top-style: none ;
   border-left-style: none ;
   border-bottom-style: groove ;
   border-right-style: groove ; 
   border: 0px ;
}

td.menu
{
	font-weight: bold;
	background-color: #99ff99;
}

td.menu a
{
	display: block;
}
td.menu a:hover
{
	background: aqua;
}
td.menu a:active
{
	background: blue;
}

table.contacts, td.contacts
{
	width: auto;
}

td.dance_date
{
	width:auto;
  font-weight: bold ;
  font-size:   medium ;
  text-decoration: underline ;
}

td.dance_detail
{
	width:auto;
}

.header
{
	position: fixed;
	top: 0 ; left:0 ; width: 100% ;
	z-index: 2;
	background: #f0f8ff;
}

.body
{
	position: absolute ; top: 180px;
	z-index: 1;
}
.footer
{
	position: fixed; 
	bottom: 0px; width: 100%;
	text-align: center;
	font-size: x-small;
	z-index: 2;
	background: #f0f8ff;
}
