﻿

A,
A:Active,
A:Link,
A:Visited
{
  background-color : Transparent;
  color            : #557194;
  font-family      : Verdana, Arial;
  line-height      : 18px;
  text-decoration  : underline;
}


A:Hover
{
  background-color : Transparent;
  color            : #6F8EB5;
  font-family      : Verdana, Arial;
  line-height      : 18px;
  text-decoration  : none;
}


#PageFooter A,
#PageFooter A:Active,
#PageFooter A:Link,
#PageFooter A:Visited
{
  background-color : Transparent;
  color            : #557194;
  font-family      : Verdana, Arial;
  line-height      : 18px;
  text-decoration  : none;
}


#PageFooter A:Hover
{
  background-color : Transparent;
  color            : #6F8EB5;
  font-family      : Verdana, Arial;
  line-height      : 18px;
  text-decoration  : underline;
}


/* ComponentArt.Web.UI.Menu Styles */


.TopGroup
{
  background-color  : transparent; 
  cursor            : default; 
}


.MenuGroup
{
  background-color  : #CADBF3;
  border            : solid 1px #6582A9; 
  cursor            : default;
  opacity           : .95;
  filter            : alpha(opacity=95); 
  -moz-opacity      : 0.95;
  width             : 180px;
}


.TopMenuItem
{
  background-color  : transparent; 
  border            : solid 1px #5878A1;  
  color             : #E1EBF9; 
  font-family       : Verdana; 
  font-size         : 70%;
  font-weight       : bold;
  line-height       : 15px;
  cursor            : default;
  text-align        : center;
}


.TopMenuItemHover 
{
  background-color  : #D0E2F9;
  background-image  : url(/App_Themes/2007/TopMenuItemHover.jpg);
  background-repeat : repeat-x;
  border            : solid 1px #C8DDFA;
  border-top        : solid 1px #F8FA41;
  color             : #0C3F63; 
  font-family       : Verdana; 
  font-size         : 70%;
  font-weight       : bold;
  line-height       : 15px;
  cursor            : pointer;
  text-align        : center;
  opacity           : .90;
  filter            : alpha(opacity=90); 
  -moz-opacity      : 0.90;
}


.MenuItem
{
  border-top        : solid 1px #B2C0D5;
  font-family       : Verdana; 
  font-size         : 70%;
  line-height       : 15px; 
  cursor            : default; 
}


.MenuItemHover 
{
  background-color : #A5B8D3;
  border-top       : solid 1px #F8FA41;
  font-family      : Verdana; 
  font-size        : 70%;
  line-height      : 15px; 
  cursor           : pointer; 
}


.MenuBreak
{
  width            : 100%;
  height           : 1px;
}
