/* ================================
 
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #FFFBBC;
}

/* background color for the content part of the pages */
Body
{
    background-color: beige;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: Brown;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.NormalShoppingCart
{
	 
	 font-family: Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    PADDING-LEFT:5px;    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  black;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #003366;
    TEXT-TRANSFORM:capitalize;
}

.BoldPrice
{
	font-family:Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    PADDING-RIGHT:10px;
    
}


.MenuGroup
{
  background-color:white;
  border:1px;
  border-style:solid;
  border-color:#756F09;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#756F09', Direction=135, Strength=3); 
}

.MenuItem 
{
  color:black; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver 
{
  color:black; 
  background-color:#E6E391; 
  color:black; 
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuBreak
{
  padding:0px; 
}


/* */
.TopMenuGroup
{
  background-color:brown;
  border:1px;
  border-bottom-color:#6B0C00;
  border-top-color:red;
  border-left-color:red;
  border-right-color:#6B0C00;
  border-style:solid;
}

.TopMenuItem
{
  background-color:brown;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-weight:normal; 
  padding:1px;
  padding-left:10px;
  padding-right:15px;
  border:1px;
  border-color:brown;
  border-style:solid;
  cursor:hand;
}

.TopMenuItemOver
{
  background-color:#FF5B00;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-weight:normal; 
  padding:1px;
  padding-left:10px;
  padding-right:15px;
  border:1px;
  border-left-color:gold;
  border-top-color:gold;
  border-right-color:darkgoldenrod;
  border-bottom-color:darkgoldenrod;
  border-style:solid; 
  cursor:hand;
}

.TopMenuItemDown
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  padding:1px;
  padding-left:10px;
  padding-right:15px;
  border:1px;
  border-left-color:darkgoldenrod;
  border-top-color:darkgoldenrod;
  border-right-color:gold;
  border-bottom-color:gold;
  border-style:inset; 
  cursor:hand;
}

.TopMenuItemExpanded
{
  background-color:#FF5B00;
  color:white;
  font-family:verdana;
  font-size:11px;
  font-weight:normal; 
  padding:1px;
  padding-left:10px;
  padding-right:15px;
  border:1px;
  border-left-color:orange;
  border-top-color:orange;
  border-right-color:#FF5B00;
  border-bottom-color:#FF5B00;
  border-style:solid; 
  cursor:hand;
}

.TopMenuBreak
{
  padding-left:2px; 
  padding-right:2px; 
}

.RemoveBorder
{
	BORDER-WIDTH:0px;
 BORDER-STYLE:none;
 BORDER-LEFT:0px;
 BORDER-TOP:0px;
 BORDER-BOTTOM:0px;
 BORDER-RIGHT:0px;
}

.LoginRegister
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  COLOR:white;
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:0px;
  border-style:none; 
  cursor:hand;
}


/***************************************************************/

.Level1TabGroup
{
  background-color:#FFEC6B;
  background-image:url(images/im_bg.gif);
  cursor:default;
  
}

.Level1TabBreak
{
  background-color:FFEC6B;
  cursor:default;
}

.Level1Tab
{
  color:maroon;
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#AA6600;
  TEXT-DECORATION:none;
  padding:4px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  FONT-WEIGHT:bold;
  TEXT-ALIGn:center;
}

.Level1TabOver 
{
  color:black;
  font-family:verdana; 
  font-size:11px; 
  TEXT-DECORATION:none;
  border:1px;
  border-style:solid;
  border-color:#AA6600;
  padding:4px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  FONT-WEIGHT:bold;
  TEXT-ALIGn:center;
}

.Level1TabSelected 
{
  background-image:url(images/im_bg_rev.gif);
  color:black;
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#AA6600;
  border-bottom-color:#FFD200;
  padding:4px;
  padding-left:5px;
  padding-right:15px;
  position:relative;
  z-index:1;
  cursor:default;
  FONT-WEIGHT:bold;
  TEXT-ALIGn:center;
}

.Level1TabSelectedOver
{
  background-image:url(images/im_bg_rev.gif);
  color:black;
  font-family:verdana; 
  font-size:11px; 
  border:1px;
  border-style:solid;
  border-color:#AA6600;
  border-bottom-color:#FFD200;
  padding:4px;
  TEXT-DECORATION:none;
  padding-left:5px;
  padding-right:15px;
  position:relative;
  z-index:10;
  cursor:default;
  FONT-WEIGHT:bold;
  TEXT-ALIGn:center;
}

.Level2TabGroup
{
  background-color:gold;
  background-image:url(images/im_bg.gif);
  border:1px;
  border-style:solid;
  border-color:#AA6600;
  cursor:default;
  COLOR:Brown;
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#D0A050', Direction=135, Strength=5); 
  
}

.Level2Tab
{
  font-family:verdana; 
  font-size:10px; 
  padding:6px;
  padding-left:5px;
  padding-right:25px;
  cursor:hand;
  FONT-WEIGHT:bold;
  COLOR:Brown;
}

.Level2TabOver
{
  font-family:verdana; 
  font-size:10px; 
  TEXT-DECORATION:none;
  padding:6px;
  padding-left:5px;
  padding-right:25px;
  cursor:hand;
  FONT-WEIGHT:bold;
  color:Black;
}

.Level2TabSelected
{
  font-family:verdana; 
  font-size:10px; 
  padding:6px;
  padding-left:5px;
  TEXT-DECORATION:none;
  padding-right:25px;
  cursor:default;
  FONT-WEIGHT:bold;
  COLOR:darkgreen;
}

.Level2TabSelectedOver
{
  font-family:verdana; 
  font-size:10px; 
  TEXT-DECORATION:none;
  padding:6px;
  padding-left:5px;
  padding-right:25px;
  cursor:default;
  FONT-WEIGHT:bold;
  COLOR:darkgreen;
  
}


.Placeholder
{
  background-color:maroon;
  border:1px;
  border-style:solid;
  border-color:maroon;
  cursor:default;
}

