﻿.navStaticMenu
{
	width:100%;
	background-color:Black;
}

.navStaticMenuItem
{
	color:Yellow;
	text-align:center;
}

.navStaticMenuItem a:link, div a:visited, div a:hover, div a:active
{
    color: white;
    text-decoration: none;
}

.header
{
	width:100%;
	height:100px;
	background-color:#cc0000;	
}

/**
*
*
*/

body
{
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active
{
    color: #840000;
    text-decoration: underline;
}

ul li, ol li
{
	margin-top: 1ex;
	margin-bottom: 1ex;
}

input.ad-button
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;

	background-color: red;
	color: white;

	width: 150px;
	display: block;
	margin: 1ex;

	cursor: hand;
}

th
{
	text-align: left;
	padding-right: 1em;
}

.message
{
	padding: 1ex;
	text-align: center;
	border: 0px solid;
	height: auto;
	font-weight: bold;
}
table tr.row1
{
	background-color: #FFF7FB;
}
input.listing
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 19px;
	cursor : hand;
	padding: 0;
	margin: 0;
	border: 1px solid #888888;
	background-color: #eeeeee;
}
button.listing
{
	height: 19px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	padding: 0;
	margin: 0;
	border: 1px solid #888888;
	background-color: #eeeeee;
	cursor : hand;
}
table tr.row2
{
	background-color: #FFFAFB;
}
.app-name
{
	font-weight: bold;
	font-style: italic;
	color: red;
}

.page-body
{
	background: transparent url(/images/pages/watermark.jpg) center center no-repeat;
	padding: 2em;
	padding-left: 4em; 
	padding-right: 4em;
}

.page-image
{
	text-align: center;
	padding-top: 2em;
}

h1.banner
{
	background: #ff0000 url(../images/bannertop.jpg) top right no-repeat;
	text-align: left;
	height: 60px;
	margin: 0;
	padding: 0;
}

div.navbar
{
	font-weight: bold;
	color: #ffcc33;
	background-color: #000000;
	padding-left: 1em;
	padding-right: 1em;
}

div.navbar a:link, div.navbar a:visited, div.navbar a:hover, div.navbar a:active
{
	background-color: #000000;
	color: #ffcc33;
	text-decoration: none;
}

div.navbar a:hover
{
	text-decoration: underline;
}

.layer
{
	border: 1px solid #887722;
	cursor: hand;
	visibility: hidden;
	position: absolute;
    background-color: #ffcc33;
}

.layer td, .layer a:link, .layer a:hover, .layer a:active, .layer a:visited
{
	background: transparent;
    color: #840000;
	text-decoration: none;
}

.layer td
{
	padding-left: 4px;
	padding-right: 4px;
}

.Banner1{
		top: 80px;
		left: 0px;
		right: 0px;
		height: 20px;
		text-align: center;
		border: 1px  #000000;		
		position: absolute;
		color: red;
		text-decoration: bold;
		background-color: white;
	}

div.centred
{
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;	
	margin-bottom:10px;
}

input
{
	border : solid 1px grey;
	margin : 2px ;
	
}
