﻿
.PageMasterFixedWidth
{
	width: 996px;
	margin: 0px auto;
	text-align: left;
	margin-top: 0px;
}

.PageMasterFullWidth
{
	text-align: left;
}

.SkinMaster
{
	border-right: #000000 0px solid;
	border-left: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-bottom: #000000 0px solid;
	padding: 0px;
}

.SkinHeader
{
	background-image: url(Images/Header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 145px;
	clear: both;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
}

.SearchPane
{
	border-right: #bebebe 0px solid;
	border-top: #bebebe 0px solid; 
	border-left: #bebebe 0px solid; 
	border-bottom: #bebebe 0px solid;
	background-color: transparent;
	float: right;
	padding: 2px 0px 2px 0px;
}

.TopPane
{
	width: 100%;
	background-color: #ffd409;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.BottomPane
{
	text-align: center;
	background-color: #ccccff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: #000000 1px solid;
	border-bottom: 3px black solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

.HMenuBar
{
	background-color: #0033cc;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	height: 21px;
}

.Clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

A:LINK
{
	color: #000000;
}

A:ACTIVE
{
	color: #99aa99;
}

A:VISITED
{
	color: #555555;
}

A:HOVER
{
	text-decoration: underline;
}

SELECT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

TEXTAREA
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

INPUT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}

BUTTON
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 90%;
}



/* ==============================
    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: 99;
}

/* submenu lists (ULs) */
ul.AvastoneCssMenu ul {
	position: absolute;
	z-index: 99;
	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: auto;
	visibility: visible;
	_display: block;
}

.ArrowPointer {
	cursor: default;
}


/******************************************************
 Presentation CSS for customizing the look of the menu
*******************************************************/

/* root-level menu */
ul#MainMenu {
	text-align: left;
}

/* nested menu lists/submenus */
/* Typically set borders, background colors here. */
ul#MainMenu ul {
	border: solid 1px #ffffff;
	background-color: #ccccff;
	margin-left: -1px;
}

/* menu items */
/* Typically set menu item borders here. */
ul#MainMenu li {
	border-right: 1px white solid;
}

/* nested menu items */
ul#MainMenu li li {
}

/* menu item links */
/* Typically set padding, colors, text attributes here. */
ul#MainMenu a, ul#MainMenu span {
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	color: #fff;
	font-family: Verdana;
	font-size: 13px;
	line-height: 21px;
}

/* nested menu item links */
ul#MainMenu ul a, ul#MainMenu ul span {
	color: #0033cc;
}

/* hovered menu item links */
ul#MainMenu li a:hover {
	background-color: #ccccff;
	color: #cc6600;
}

/* 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: 160px; /* 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: 160px;
	top: 0;
}

ul#MainMenu a.MenuRootBranch {
}

ul#MainMenu a.MenuItemBranch {
}

ul#MainMenu li a.MenuItemCurrent {
	background-color: #999;
}

ul#MainMenu a.MenuItemBreadcrumb {
}

ul#MainMenu li.rootSeparator {
}

ul#MainMenu li.subSeparator {
}

ul#MainMenu li.leftCap {
}

ul#MainMenu li.rightCap {
}


/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);*/
	border: solid 1px #999;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}






/************************/
/* Main Menu Horizontal */
/************************/

/*.MainMenuH_CssControl
	background-color: #ff0000;
	border-top: 0px #000000 solid;
	border-bottom: 0px #000000 solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width: 100%;
	height: 21px;
}*/

.MainMenuH_CssControl span
{
	display: inline-block;
}

.MainMenuH_CssContainerRoot
{
	/*background-color: #ff0000;
	border-top: 0px #000000 solid;
	border-bottom: 0px #000000 solid;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width: 100%;
	height: 21px;*/
}

.MainMenuH_CssContainerSub
{
	background-color: #dddddd;
	border: 1px black solid;
}

.MainMenuH_CssBreak
{
	border: 2px green solid;
}

.MainMenuH_CssIndicateChildSub
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.MainMenuH_CssIndicateChildRoot
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

.MainMenuH_CssNode td
{
    height: 21px;
	cursor: pointer; 
	font-size: 12px;
	padding: 4px 15px 0px 10px;
	color: black;
	font-weight: bold;
}

.MainMenuH_CssNodeRoot
{
	height: 21px;
	cursor: pointer; 
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 15px 0px 12px;   /*explicitly set padding for root menu items*/
    background-color: #0033cc;
}

.MainMenuH_CssBreadCrumbRoot, .MainMenuH_CssNodeSelectedRoot, .MainMenuH_CssNodeHoverRoot
{
    height: 21px;
	cursor: pointer; 
	font-size: 12px;
	color: white;
	font-style: normal;
	font-weight: bold;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 15px 0px 12px;   /*explicitly set padding for root menu items*/
    background-color: #ccccff;
}

.MainMenuH_CssBreadCrumbSub td, .MainMenuH_CssNodeSelectedSub td, .MainMenuH_CssNodeHoverSub td
{
    height: 21px;
	cursor: pointer; 
	font-size: 12px;
	padding: 4px 15px 0px 10px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0033cc;
}

.MainMenuH_CssSeperator
{
	border: 2px lime solid;
	height: 10px;
}

/*
MainMenuV
*/

.MainMenuV_CssControl
{
	background-color: #dddddd;
	border: 1px #ffffff solid;
	width: 100%;
	margin-bottom: 15px;
}

.MainMenuV_CssContainerRoot
{
}

.MainMenuV_CssContainerSub
{
	background-color: #dddddd;
}

.MainMenuV_CssBreak
{
	border: 2px green solid;
}

.MainMenuV_CssNode td
{
    height: 21px;
	cursor: pointer; 
	font-size: 9px;
	padding: 4px 15px 0px 10px;
	color: black;
	font-weight: bold;
}

.MainMenuV_CssNodeRoot
{
    height: 21px;
	cursor: pointer; 
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 15px 0px 12px;   /*explicitly set padding for root menu items*/
    background-color: transparent;
}

.MainMenuV_CssBreadCrumbRoot, .MainMenuV_CssNodeSelectedRoot, .MainMenuV_CssNodeHoverRoot
{
    height: 21px;
	cursor: pointer; 
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 4px 15px 0px 12px;   /*explicitly set padding for root menu items*/
    background-color: #eeeeee;
}

.MainMenuV_CssBreadCrumbSub td, .MainMenuV_CssNodeSelectedSub td, .MainMenuV_CssNodeHoverSub td
{
    height: 21px;
	cursor: pointer; 
	font-size: 12px;
	padding: 4px 15px 0px 10px;
	color: red;
	font-weight: bold;
}

.MainMenuV_CssSeperator
{
	border: 2px lime solid;
	height: 10px;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/

.skingradient {
	text-align: center;
	background: url(gradient.png) repeat-x;
	height:21px;
	font-size: 10px;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	height:16px;
	background-color: Transparent;
}

.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: #8da4d3; 
}

.main_dnnmenu_itemhover td {  
	background-color: #8da4d3; 
}


.main_dnnmenu_icon {
	cursor: pointer; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #cad5ea;  
	z-index: 1000; 
	cursor: pointer; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}



.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}




/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
#Body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-align: center;
	background-image: url(Images/background.gif);
	background-attachment:fixed;
}
html
{
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.ControlPanel {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #bebebe 1px solid;
	border-top: #bebebe 1px solid;
	border-left: #bebebe 1px solid;
	border-bottom: #bebebe 1px solid;
	padding: 2px;
	margin-bottom: 10px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane
{
	background-color: #ccccff; /* #ffff99;*/
	width: 175px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 22px;
	border-right: #000000 0px solid;
	border-left: 1px black solid;
	background-image: url(Images/LeftPaneBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;

}

.LeftPaneTop
{
	background-image: url(Images/LeftPaneTop.png);
	height: 20px;
}

.RightPane
{
	background-color: #ccccff; /* #ffff99; */
	width: 175px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 22px;
	border-left: #000000 0px solid;
	border-right: 1px black solid;
	background-image: url(Images/RightPaneBottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.RightPaneTop
{
	background-image: url(Images/RightPaneTop.png);
	height: 20px;
}

.ContentPaneHolder
{
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.ContentPaneTop
{
	background-image: url(Images/ContentPaneTopCenter.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 40px;
}

.ContentPaneTopLeft
{
	float: left;
	background-image: url(Images/ContentPaneTopLeft.png);
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 11px;
	padding-left: 4px;
}

.ContentPaneTopRight
{
	float: right;
	background-image: url(Images/ContentPaneTopRight.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	padding-top: 11px;
	padding-right: 4px;
}

.ContentPane {
	background-color: #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 20px;
}

.ContentPaneBottom
{
	background-image: url(Images/ContentPaneBottomCenter.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height: 20px;
}

.ContentPaneBottomLeft
{
	float: left;
	height: 20px;
	width: 10px;
	background-image: url(Images/ContentPaneBottomLeft.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

.ContentPaneBottomRight
{
	float: right;
	height: 20px;
	width: 10px;
	background-image: url(Images/ContentPaneBottomRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #333333;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #333333;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #333333;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #333333;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	color: white;
}
/* style of item titles on edit and admin pages */
.SubHead {
	color: #000000;/*#990000;*/
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
P, TD	{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #000000; /*#333333; #666666;*/
}
H1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

H2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

H3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

H4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

H5, DT
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #777777;
}

H6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #888888;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color: #003366;
	background-color: #f3df93;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}