﻿


a.MenuItem
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	
	
}
a.MenuItem:hover
{
	color: #7F4025;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	
}

a.MenuItemSelected
{
	color: #A59C31;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	
	
}
a.MenuItemSelected:hover
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	
}

a.TabMenuItem
{
	color: #A59C31;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-color: #ADADB4;
	width: 102px;
	height: 25px;
	vertical-align: middle;
	
	
}
a.TabMenuItem:hover
{
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-color: #7F4025;
	width: 102px;
	height: 25px;
	vertical-align: middle;
}

a.TabMenuSelectedItem
{
	color: White;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-color: #7F4025;
	width: 102px;
	height: 25px;
	vertical-align: middle;
}
a.TabMenuSelectedItem:hover
{
	color: #A59C31;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	background-color: #7F4025;
	width: 102px;
	height: 25px;
	vertical-align: middle;
}



.softFrameTL
{
	width: 102px;
	height: 3px;
	background-image: url(Images/TabTopBlue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.HorizontalMenuLinks
{
	font-family: Arial;
	color: #504f53;
	text-decoration: none;
	font-size: 10px;
}

a.HorizontalMenuLinks:hover
{
	font-family: Arial;
	color: #A59C31;
	text-decoration: none;
	font-size: 11px;
}

a.HorizontalMenuLinksLarge
{
	font-family: Arial;
	color: #504f53;
	text-decoration: none;
	font-size: 11px;
}

a.HorizontalMenuLinksLarge:hover
{
	font-family: Arial;
	color: #A59C31;
	text-decoration: none;
	font-size: 12px;
}

a.HomeHorizontalMenu
{
	font-family: Arial;
	color: white;
	text-decoration: none;
	font-size: 11px;

}

a.HomeHorizontalMenu:hover
{
	font-family: Arial;
	color: white;
	text-decoration: none;
	font-size: 12px;

}




.shPageTitle
{
	font-weight: bold;
	font-size: 18pt;
	color: #7F4025;
	font-family: Arial;
	text-align: left;
	text-decoration: underline;
}

.shHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: #A59C31;
	font-family: Arial;
	text-align: left;
}

.shHeaderSmall
{
	font-weight: bold;
	font-size: 10pt;
	color: #A59C31;
	font-family: Arial;
	text-align: left;
}

.shHeaderSmaller
{
	font-weight: bold;
	font-size: 8pt;
	color: #A59C31;
	font-family: Arial;
	text-align: left;
}



body
{
	font-size: 10pt;
	color: #504F53;
	font-family: Arial;
}

.body
{
	font-size: 10pt;
	color: #504F53;
	font-family: Arial;
}

.bodySmall
{
	font-size: 8pt;
	color: #504F53;
	font-family: Arial;
}



.HorizontalMenu
{
	font-family: Arial;
	color: #504f53;
	text-decoration: none;
	font-size: 10px;
}


a.DailyScheduleLink
{	
	font-weight: bold;
	font-size: 12pt;
	color: #A59C31;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}

a.DailyScheduleLink:hover
{	
	font-weight: bold;
	font-size: 13pt;
	color: #7F4025;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}

a.WhatToBringLink
{	
	font-weight: bold;
	font-size: 13pt;
	color: #7F4025;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}

a.WhatToBringLink:hover
{	
	font-weight: bold;
	font-size: 12pt;
	color: #A59C31;
	font-family: Arial;
	text-align: left;
	text-decoration: none;
}




/*For Silver Componant Art Menu*/

.NavBar
{
  background-color:#666666;
  background-image: url(../../UserControls/Menu/images/item_bg.gif);
  border: 1px solid #666666; 
  cursor: default; 
} 

.TopItem
{
  color:#7F4025;
  background-image: url(../../UserControls/Menu/images/item_bg.gif);
  font-family: arial; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  color:#A59C31;
  background-color:#D5D5D5;
  background-image: url(../../UserControls/Menu/images/item_hover_bg.gif);
  font-family: arial; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#8C8C8C;
  border-bottom-color:#8C8C8C;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemActive
{
  color:#A59C31;
  background-color:#D5D5D5;
  background-image: url(../../UserControls/Menu/images/item_hover_bg.gif);
  font-family: arial; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid #8C8C8C;
  border-right-color:white;
  border-bottom-color:white;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Item
{
 color :#7F4025;
  font-family: arial; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
	color :#A59C31;
  background-color:White;
  font-family: arial; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#CCCCCC;
  border-bottom-color:#CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemSelected
{
	color :#A59C31;
  background-color:White;
  font-family: arial; 
  font-size: 11px; 
  border: 1px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group
{

  background-color:white;
  background-image: url(../../UserControls/Menu/images/group_bg.gif);
}

.Empty
{
}
/* END For Silver Componant Art Menu*/

.BodyTextBold
{
	font-size: 10pt;
	color: #504F53;
	font-family: Arial;
	font-weight: bold;
}


.GridHeader
{ 
  color: White;
  background-color: #7F4025;
  font-family: Arial;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
}
.GridRow
{ 
  color: #212751;
  background-color: #F7F6F3;
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.GridEditingRow
{
  color: #212751;
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.GridAlternateRow
{ 
  color: #212751;
  background-color: white;
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.GridSelectRow
{
	color: #212751;
	background-color: yellow;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}


.MessageGridHeader
{ 
  color: White;
  background-color: #7F4025;
  font-family: Arial;
  text-decoration: underline;
  
  font-size: 14px;
  text-align: left;
}
.MessageGridRow
{ 
  color: #212751;
  background-color: #F7F6F3;
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.MessageGridEditingRow
{
  color: #212751;
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.MessageGridAlternateRow
{ 
  color: #212751;
  background-color: white;
  font-family: Arial;
  text-decoration: none;
  font-size: 11px;
  text-align: left;
}
.MessageGridSelectRow
{
	color: #212751;
	background-color: yellow;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}