﻿body {
	background-image:url('Background.png');
}

.ControlPanel {
	position:relative;
	z-index:20;
}

img.Camo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:5
}

#main {
	position:relative;
	background-image:url('MainBack.png');
	background-repeat:repeat-y;
	background-color:#035168;
	border:1px #fff solid;
	max-width:1280px;
	min-width:990px;
	margin:10px;
	margin-top:0px;
	padding-bottom:15px;
	overflow:hidden;
}

/* #main a {
 	color:#555555;
} */

/* #main a:hover {
	color:#CC0000;
} */

table.ListDataGrid tr.ListAlternate td {
	background-color:gray;
	color:white;
	
}

table.ListDataGrid tr.ListAlternate td a {
	color:#EEEEEE;
	
}

table.ListDataGrid tr.ListAlternate td a:hover {
	color:#CC0000;
	
}

table.ListDataGrid tr td {
	background-color:white;
	color:black;
}

.ListAlternate a:hover {
	color:#CC0000;
}

.LeftSide{
	position:relative;
	float:left;
	background-image:url('LeftSideBack.png');
	width:219px;
	height:768px;
	top:0px;
	left:0px;
	z-index:15;
}

#blooddrop {
	height:195px;
}

.LeftPane {
	width:170px;
}

.ContentPane {
	position:relative;
	float:left;
	padding:10px;
	padding-top:40px;
	margin:0 auto
	
}

.RightPane {
	position:relative;
	float:right;
	padding:10px;
	padding-top:40px;
}

.TitlePane{
	position:fixed;
	z-index:10;
	color:white;
	padding:20px;
	padding-left:250px;
	font-size:28pt;
	font-weight:bold;
	background-image:url('LogoBackground.png');
	border-top:1px #fff solid;
	top:0px;
	left:11px;
	right:11px;
}

.MenuSurround {
	position:fixed;
	background-image:url('MenuBack.png');
	padding-left:240px;
	top:70px;
	left:11px;
	right:11px;
	z-index:10;
}

#MainArea {
	position:relative;
	top:50px;
	z-index:10;
}

.SubHead {
	color:white;
}

a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited {
	color:gray;
}

a.CommandButton:hover {
	color:red;
}
/* ==============================
    CSS STYLES FOR Avastone Menu
   ==============================
*/

/***********************************************************
 Structural CSS for the structure and behavior of the menu 
                   USE EXTREME CAUTION!
   Modifying the CSS here will most likely break the menu!
************************************************************/

/* root-level menu list (UL) */
ul.AvastoneCssMenu {
    position: relative;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
	white-space: nowrap;
    list-style: none;
    z-index: 99999;
}

/* submenu lists (ULs) */
ul.AvastoneCssMenu ul {
    position: absolute;
	z-index: 999999;
	margin: 0;
	border: 0;
	padding: 0;
    display: block;
    _display: none;
	white-space: nowrap;
    list-style: none;
    visibility: hidden;
}

/* menu items */
ul.AvastoneCssMenu li {
    position: relative;
    list-style: none;
    float: left;
	/* display: inline;  */
	width: auto;
	_width: 1%;
	_height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
}

ul.AvastoneCssMenu li li {
	width: 100%;
	white-space: normal;
}

/* menu item links */
ul.AvastoneCssMenu a,  
ul.AvastoneCssMenu span {
    display: block;
    text-decoration: none;
	margin: 0;
	border: 0;
	padding: 0;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul ul,
ul.AvastoneCssMenu li:hover ul ul ul,
ul.AvastoneCssMenu li:hover ul ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul,
ul.AvastoneCssMenu li.iehover ul ul ul ul {
	left: -9999px;
    visibility: hidden;
    _display: none;
}

/* Add more rules here if your menus have more than four (4) tiers */
ul.AvastoneCssMenu li:hover ul,
ul.AvastoneCssMenu li li:hover ul,
ul.AvastoneCssMenu li li li:hover ul,
ul.AvastoneCssMenu li li li li:hover ul,
ul.AvastoneCssMenu li.iehover ul,
ul.AvastoneCssMenu li li.iehover ul,
ul.AvastoneCssMenu li li li.iehover ul,
ul.AvastoneCssMenu li li li li.iehover ul {
	left: 0px;
	top:19px;
    visibility: visible;
    _display: block;
}

.ArrowPointer {
	cursor: default;
}

/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

/* root-level menu */
ul#MainMenu { 
	position:relative;
	margin:0px;
	list-style:none;
	display:block;
	BACKGROUND-IMAGE:url(MenuBack.png);
	background-repeat:repeat-x;
	height:20px;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#MainMenu ul {
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	background-color: #EA3841;
}

/* menu items */
/* Typically set menu item borders here. */
ul#MainMenu li 
{
	height:20px;
	display:block;
	line-height:20px;
	margin:0 auto; 
	text-align:center;
	font-size:small;
}

/* nested menu items */
ul#MainMenu li li {
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a,  
ul#MainMenu span {
	/* BACKGROUND-IMAGE:url(MenuButtonUP.png); */
	width:154px;
	height:20px;
	display:inline;
	line-height:20px;
	margin:0 10px; 
	text-align:center; 
	text-decoration:none;
	color:white;
}

/* nested menu item links */
ul#MainMenu ul a,  
ul#MainMenu ul span {
}

/* hovered menu item links */
ul#MainMenu li a:hover {
	/* BACKGROUND-IMAGE:url(MenuButtonDOWN.png); */
	color:Black;
}

/* hovered nested menu item links */
ul#MainMenu li li a:hover {
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#MainMenu li:hover ul,
ul#MainMenu li.iehover ul {
	width: 170px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#MainMenu li li:hover ul,
ul#MainMenu li li li:hover ul,
ul#MainMenu li li li li:hover ul,
ul#MainMenu li li.iehover ul,
ul#MainMenu li li li.iehover ul,
ul#MainMenu li li li li.iehover ul {
	left: 0px;
	top: 15px;
}

ul#MainMenu a.MenuRootBranch {
}

ul#MainMenu a.MenuItemBranch {
}

ul#MainMenu li a.MenuItemCurrent {
	/* BACKGROUND-IMAGE:url(MenuButtonDOWN.png); */
	color:Black;
}

ul#MainMenu a.MenuItemBreadcrumb {
}

ul#MainMenu li.rootSeparator {
}

ul#MainMenu li.subSeparator {
}

ul#MainMenu li.leftCap {
}

ul#MainMenu li.rightCap {
}

/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

/* root-level menu */
ul#SecondaryMenu { 
	position:relative;
	float:left;
	padding:2px;
	margin:0px;
	list-style:none;
	display:block;
	width:150px;
	/* BACKGROUND-IMAGE:url(LeftMenu.png);*/
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#SecondaryMenu ul {
	border: solid 1px #456;
	background-color: #789;
}

/* menu items */
/* Typically set menu item borders here. */
ul#SecondaryMenu li 
{
	padding:3px;
	display:block;
	margin:0 auto; 
	text-align:center;
}

/* nested menu items */
ul#SecondaryMenu li li {
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#SecondaryMenu a,  
ul#SecondaryMenu span {
	BACKGROUND-IMAGE:url(SecondaryBack_UP.png);
	width:150px;
	display:block;
	margin:0; 
	text-align:center; 
	text-decoration:none;
	white-space:normal;
	border:2px #f00 solid;
	color:white;
}

/* nested menu item links */
ul#SecondaryMenu ul a,  
ul#SecondaryMenu ul span {
}

/* hovered menu item links */
ul#SecondaryMenu li a:hover {
	/* BACKGROUND-IMAGE:url(MenuButtonDOWN.png); */
	color:Black;
}

/* hovered nested menu item links */
ul#SecondaryMenu li li a:hover {
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Second-level menu lists only */
ul#SecondaryMenu li:hover ul,
ul#SecondaryMenu li.iehover ul {
	width: 154px; /* width of submenu, must be set so third-level list can get shifted over properly */
}

/* Applied to the submenu list immediately under the menu item hovered over */
/* Add more rules here if your menus have more than three (4) tiers */
ul#SecondaryMenu li li:hover ul,
ul#SecondaryMenu li li li:hover ul,
ul#SecondaryMenu li li li li:hover ul,
ul#SecondaryMenu li li.iehover ul,
ul#SecondaryMenu li li li.iehover ul,
ul#SecondaryMenu li li li li.iehover ul {
	left: 100px;
	top: 0;
}

ul#SecondaryMenu a.MenuRootBranch {
}

ul#SecondaryMenu a.MenuItemBranch {
}

ul#SecondaryMenu li a.MenuItemCurrent {
	/* BACKGROUND-IMAGE:url(MenuButtonDOWN.png); */
	color:Black;
}

ul#SecondaryMenu a.MenuItemBreadcrumb {
}

ul#SecondaryMenu li.rootSeparator {
}

ul#SecondaryMenu li.subSeparator {
}

ul#SecondaryMenu li.leftCap {
}

ul#SecondaryMenu li.rightCap {
}
