html {
	height: 100%;
   color: #f0ce7d;
}
.Head
{
	font-weight: bold;
	font-size: 11px;
	color: #f0ce7d;
	font-family: Arial, Helvetica;
	background-color: transparent;
}
body { 
	margin: 0;
   background-color: #7e2814;
}
/* reset text color, font and size */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}
/* Items in the footer */
.FooterItems 
{	
    font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
    padding: 0px 65px 0px 0px;
}

/* Items */
.All {
	width: 950px;
	height: 100%;
}

/* ------- Content ------- */
/* Default Header */
.Header {
    height: 318px;
    padding:0px;
    background: url('header.jpg') no-repeat;
}
/* Main Content */
.Main {
	padding: 0px;
}
/* Footer */
.Footer {
	height: 110px;
	text-align: right;
	padding: 0px;
}

/* Color for links */
#09 a 
{
    color: #f5deb3;
}
/* Date and Login row */
.HeaderTopRow {
	height: 27px;
	text-align: right;
	padding: 10px 45px 0px 0px;
	font-size: 11px;
}


/* Website Menu */
.HeaderMenuRow {
	height: 36px;
	padding: 0px 10px 0px 253px;
}
.AdminHeaderMenuRow {
	height: 36px;
	padding: 0px 10px 0px 68px;
}


/* For left-hand column content */
.SideContent {
	width: 155px;
	padding: 5px 5px 0 5px;
}


/* For main column content */
.MainContent {
	 padding: 0px 5px 0px 0px;
}


/* For left column within the main content area */
.ContentLeft {
	width: 100%;
   height: 100%;
}


/* For center column within the main content area */
.ContentCenter {
	width: 100%;
   height: 100%;
}


/* For right column within the main content area */
.ContentRight {
	width: 33%;
   height: 100%;
}


/* Holds breadcrumbs */
.Breadcrumbs 
{
display: none;
	padding: 0px 0px 30px 10px;
}


/* Separator image between header and footer links */
.Bullet {
	background: url(bullet_grey.gif) no-repeat;
	height: 10px;
}



/*        3.Text, Links, Forms        */


/* Basic links */
a:link, a:visited, a:active {
   color: #daa520;
   font-family: tahoma;
   font-weight: normal;
   font-size: 11px;
   text-decoration: none;
}


a:hover {
   color: #f0e68c;
   font-family: tahoma;
   font-weight: normal;
   font-size: 11px;
   text-decoration: none;
}



/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-weight: bold;
}

a.LoginLink:hover {
	font-weight: bold;
}



/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
display: none;
	font-weight: bold;
	font-size: 15px;
}

a.BreadcrumbLink:hover {
display: none;
	font-weight: bold;
	font-size: 15px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
   font-weight: bold;
   color: #cd853f;
}

a.CommandButton:hover {
   font-weight: bold;
   color: #ffd700;
   text-decoration: none;
}





/* Style for current date token */
.CurrentDate {
   color: white;
   font-family: tahoma;
}


/* Style for copyright text in footer */
.CopyrightText {
   color: #dcdcdc;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}



.Normal {
   font-size: 12px;
   color: #555555;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}



select, input {
   font-family: tahoma;
   font-size: 11px;
   color: #dcdcdc;
}


/* Applies to text input boxes */
.NormalTextBox {
   color: #414141;
   padding-left: 4px;
   line-height: 12px;
   font-family: tahoma;
   font-weight: normal;
   font-size: 11px;
   scrollbar-face-color: #fff;
   scrollbar-track-color: #fff;
   scrollbar-arrow-color: #333;
   scrollbar-3dlight-color: #fff;
   scrollbar-shadow-color: #fff;
   scrollbar-highlight-color: #fff;
   scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*        4.Main Menu                 */ 


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #aaa;
	font-size: 14px; 
	font-weight: bold;
	border: 1px solid #222;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #000;
	padding: 1px;
	background: #222;
	filter: alpha(opacity=75, FinishOpacity=75, Style=1);
	-moz-opacity: 0.75
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 14px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
   height: 35px;
   background: url(separator.gif) top right no-repeat transparent;
   color: #f0ce7d;
   padding-top: 2px;
   font-weight: bold;
   border-left: 1px solid #fff;
}

.MainMenu_Idle td { 
	font-size: 14px;
}

/* Hover state for main menu items */
.MainMenu_Selected {
	height: 35px;
	background: url(separator.gif) top right no-repeat transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}

/* Hover state for main menu items */
.MainMenu_Selected td {
	font-size: 14px;
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 35px;
	background: url(separator.gif) top right no-repeat transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}

.MainMenu_Active td, .MainMenu_BreadcrumbActive td {
	font-size: 14px;
}

/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}

/*        5.Module Menus              */

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
   color: black;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
   font-family: tahoma; 
   color: #daa520;
   font-size: 11px; 
   font-weight: bold; 
   font-style: normal; 
   border: #f4f4f4 1px solid;
   padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: -1px 0px 0px 2px;
	background-color: #f8f8f8; 
	border: #bbb 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #f4f4f4;
	background: #222;
	border-left: #222 1px solid;
	border-right: #222 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}

