/* 
========================================================
Cascading Style Sheet for Sommerfest
created by J. B. Lojko (Virtual Systems Corporation)
Created: 6 February 2008
Modified:
========================================================
========================================================
           Table of Contents
========================================================
  1 Universal
  2 Containers
  3 Panes
  4 Links
  5 Text
  6 Forms
  7 Main Menu
  8 Module Menus
*/

/*
======================================================
 1 Universal                                        
======================================================
*/
html 
{    height: 100%}

/* Body Style */
body  
{   margin: 0;
    height: 100%}
    
/* Catch-all to ensure text consistency 
   impacts the main manu font           */
table, tr, td 
{   font-family: Tahoma Arial;
    font-size: 11px;
}
.SkinObject
{	font-weight: normal;
	font-size: 7pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

/* 
======================================================
  2 Containers
======================================================
*/
/* Overall site control */

.pagemaster {
	width: 100%;
	height: 100%;
	background-color: Transparent;
}
.skinmaster {
	height: 100%;
	background-color: #3a3a3a;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
}
.skinheader 
{   background-color: #3a3a3a;
}
.RightBanner 
{   background-image: url('RightBanner.jpg');
    background-color: #3a3a3a;
    width: 100%;
}
.controlpanel 
{   height: 0;
	width: 100%;
	background-color: White;
}

.bannerpane {
	width: 100%;
	background-color: #3a3a3a;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	background-color: transparent;
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	background-color: transparent;
	width: 225px;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.footer  
{   color: #fbdd00;
    font-size: 10px;
    font-weight: normal;
}
A.footer:link, A.footer:visited, A.footer:active
{   color: #fbdd00;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
A.footer:hover
{   color: white;
    text-decoration: underline;
}

/* 
======================================================
  5 Text
======================================================
*/
H1{	font-size: 20px}
H2{	font-size: 18px}
H3{	font-size: 16px}
H4{	font-size: 14px}
H5, DT{	font-size: 12px}
H6{	font-size: 11px}
/*
======================================================
  7 Main Menu
======================================================
*/ 
/*  Use of the td eliminates a grey border
    above and below the menu separator */

.MainMenu_MenuContainer {
	background-color: #ffdd00; 
    vertical-align: middle;
    border-top: solid 1px #393a3a;
}
/* Definition for the submenu */
.MainMenu_MenuItem {  
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	font-family: Tahoma Arial;
	background-color: Transparent;
    white-space: nowrap; 
	border-bottom: solid 0px #8e8e8e;
	border-top: solid 0px #8e8e8e;
	border-left: solid 0px #8e8e8e;
	border-right: solid 0px #8e8e8e;
    padding: 3px 10px 2px 3px; /*Word wrapping menu item now optional*/
}
.MainMenu_SubMenu {
	background-color: #f5eeba;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	border: solid 1px #393a3a;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #ed1c24; 
    font-size: 8pt;
	font-weight: bold; 
	font-style: normal;
	font-family: Tahoma Arial;
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
	border-bottom: solid 0px #8e8e8e;
	border-top: solid 0px #8e8e8e;
	border-left: solid 0px #8e8e8e;
	border-right: solid 0px #8e8e8e;
    padding: 3px 10px 2px 3px;
}
.MainMenu_Separator {
}

.MainMenu_MenuBreak{
	border-bottom: #ffdd00 1px solid;
	border-left: #3a3a3a 0px solid;
	border-top: #ffdd00 1px solid;
	border-right: #3a3a3a 0px solid;
	background-color: Transparent;
	height: 1px;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
    display: none
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}




