﻿body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {
	background: #003;
}

#header {
	background: #fff url('images/header.jpg') left no-repeat;
	width: 75%;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -0.1em;
}
h1 
{
    color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid gold;
	font-size: 200%;
	letter-spacing: -0.1em;
}

#wrapper-menu {
	background: gold url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	width: 100%;

}

#menu li {
	display: inline;
}

#menu a:link, #menu a:visited {
	padding: 0.2em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #bbb;
}

#menu ul li a:hover
{
	background: gold url('images/menu-hover.png') repeat-x;
	color: gray;
}

#content {
	width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */


#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 73%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: gold url('images/menu-background.png') top left repeat-x;
	border: 1px solid #666;
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid gold;
	font-size: 150%;
	letter-spacing: -0.1em;
}

a:link, a:visited {
	color: Indigo;
	text-decoration: none;
}

a:hover
{
	color: Gold;
	text-decoration: underline;
}

p { margin-left: 1em; }

.Buttons 
{
	font-weight: bold;
	margin-right: 3px;
	width: 65;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:250px;
}


.DynTable 
{
	border : solid 1px black;
}	

.style1
{
	text-align: center;
	border: solid 1px black;
	
}

.Heading
{
	text-align: center;
	font: bold;
	font-size: inherit inherit 14px;
	Width: 263px;
	font-style: oblique ;
	
	
}

.Logout
{
	background-color: yellow;
}

.leadership
{
    border: 1px solid Black;
    border-style: solid;
    border-color: Black;
    border-left: Solid 1px black;
    align: center;
}

.title
{
    background-color: Gold;
    font-weight:bold;
    text-align: center;
}

td.rushborder {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
td.rushborderright {
	border-right: 1px solid #000000;
}
td.rushborderbottom {
	border-bottom: 1px solid #000000;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #330066;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #FFFFCC;
    border: 1px Solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 
}

.watermark {
	background: #FFAAFF;
}