/* ================================
    STANDARD ELEMENT CLASSES
   ================================ */
html 
{
	height:100%; 
	max-height:100%;  
	padding:0; 
	margin:0; 
	border:0; 
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

body
{
	font-face: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	padding: 0;
	margin: 0;
	border: 0;
}

A:link, A:visited, A:active  {
	color: Blue;
	font-weight: bold;
}

A:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline;
}

TD {
	font-face: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}
   
   
/* ================================
    GENERIC ELEMENT CLASSES
   ================================ */  
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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-face: Arial, Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}

/* 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     {
}
    
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}

   
   
/* ================================
    LEFT MENU CLASSES
   ================================ */  
.SelectedTab {
}

A.SelectedTab:link {
	text-decoration: none;
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* background/border colors for the selected tab */
.TabBg {
}

.OtherTabs {
}
    
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

.MainMenu_MenuContainer {
	background-color: #eabc8f;
}

.MainMenu_MenuBar {
	background-color: #eabc8f;
}

.MainMenu_MenuItem {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 1px;
	border-color: #eabc8f;
	color: #874A1F;
}

.MainMenu_MenuIcon {
	background-color: #eabc8f;
	display: none;
}

.MainMenu_SubMenu {
	background-color: #eabc8f;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: Black;
}

.MainMenu_MenuArrow {
	border-color: #eabc8f;
	background-color: #eabc8f;
}

.MainMenu_RootMenuArrow {
}


/* ================================
    MODULE MENU CLASSES
   ================================ */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


/* ================================
    MODULE-SPECIFIC CLASSES
   ================================ */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

