﻿

/* Elements
------------------------------------------------------------- */


A,
A:Active,
A:Link,
A:Visited
{
  color                 : #2C64A6;
  text-decoration       : underline;
}


A:Hover
{
  color                 : #5B80AA;
  text-decoration       : none;
}


A.LinkButton,
A.LinkButton:Active,
A.LinkButton:Link,
A.LinkButton:Visited
{
  color                 : #2C64A6;
  text-decoration       : none;
}


A.LinkButton:Hover
{
  color                 : #5B80AA;
  text-decoration       : underline;
}


A.PhotoAlbumThumbnail,
A.PhotoAlbumThumbnail:Active,
A.PhotoAlbumThumbnail:Link,
A.PhotoAlbumThumbnail:Visited    
{
  background-color      : transparent;
  cursor                : default;
  display               : block;
  font-family           : Tahoma, Verdana, Arial, Sans-Serif;
  padding               : 6px;
  position              : relative;
  text-decoration       : none;
}


A.PhotoAlbumThumbnail:Hover
{
  background-color      : #CACDD7;
  border                : solid 1px #345274;
  cursor                : pointer;
  display               : block;
  font-family           : Tahoma, Verdana, Arial, Sans-Serif;
  padding               : 5px;
  position              : relative;
  text-decoration       : none;
}


A.PhotoAlbumThumbnailSelected,
A.PhotoAlbumThumbnailSelected:Active,
A.PhotoAlbumThumbnailSelected:Link,
A.PhotoAlbumThumbnailSelected:Visited
{
  background-color      : #CACDD7;
  border                : solid 1px red;
  cursor                : pointer;
  display               : block;
  font-family           : Tahoma, Verdana, Arial, Sans-Serif;
  padding               : 5px;
  position              : relative;
  text-decoration       : none;
}


A.PortfolioThumbnail,
A.PortfolioThumbnail:Active,
A.PortfolioThumbnail:Link,
A.PortfolioThumbnail:Visited
{
  background-color      : transparent;
  padding               : 6px;
  opacity               : 1.0;
  filter                : alpha(opacity=100);
  -moz-opacity          : 1.0;
}


A.PortfolioThumbnail:Hover
{
  background-color      : #CACDD7;
  border                : solid 1px #345274;
  padding               : 5px;
  opacity               : .60;
  filter                : alpha(opacity=60);
  -moz-opacity          : 0.60; 
}


#FooterContainer A,
#FooterContainer A:Active,
#FooterContainer A:Link,
#FooterContainer A:Visited
{
  color                 : #5B7797;
  font-weight           : bold;
  text-decoration       : none;
}


#FooterContainer A:Hover
{
  color                 : #4E647D;
  font-weight           : bold;
  text-decoration       : underline  
}


/* Classes
------------------------------------------------------------- */


A.RssFeed,
A.RssFeed:Active,
A.RssFeed:Link,
A.RssFeed:Visited
{
  background-color      : transparent;
  color                 : #638AB7;
  text-decoration       : none;
}


A.RssFeed:Hover
{
  background-color      : transparent;
  color                 : #638AB7;
  text-decoration       : underline;
}


/* ComponentArt.Web.UI.Menu Styles */


.MenuGroup
{
  background-color      : #C8D4E2;
  border                : solid 1px #7696BC;
  opacity               : .95;
  filter                : alpha(opacity=95);
  -moz-opacity          : 0.95;
  width                 : 180px;
}


.MenuItem
{
  background-color      : Transparent;
  border-top            : dotted 1px #AAB3BD;
  color                 : #162441;
  cursor                : auto;
  font-family           : Comic Sans MS, Verdana, Arial, sans-serif;
  font-size             : 70%;
  line-height           : 18px;
}


.MenuItemHover
{
  background-color      : #99B7D2;
  border-top            : solid 1px #61B2FD;
  color                 : #162441;
  cursor                : pointer;
  font-family           : Comic Sans MS, Verdana, Arial, sans-serif;
  font-size             : 70%;
  line-height           : 18px;
}


.TopMenuGroup
{	
  background-color      : #708D8F;
  border-style          : solid;
  border-width          : 1px;
  border-left-width     : 0px;
  border-color          : #AC7F3D;
  border-top-color      : #138FED;
}


.TopMenuItem
{
  background-color      : #3E5978;
  background-image      : url(/App_Themes/Blue/TopMenuItem.jpg);
  background-repeat     : repeat-x;
  border-left           : solid 1px #4B627F;
  color                 : #E1EBF7;
  cursor                : default;
  font-family           : Verdana, Arial, Sans-Serif;
  font-size             : 65%;
  line-height           : 16px; 
  text-align            : center;
  width                 : 20%;
}


.TopMenuItemHover
{
  background-color      : #9BAFC8;
  background-image      : url(/App_Themes/Blue/TopMenuItemHover.jpg);
  background-repeat     : repeat-x;
  border-left           : solid 1px #4B627F;
  color                 : #E1EBF7;
  cursor                : pointer;
  font-family           : Verdana, Arial, Sans-Serif;
  font-size             : 65%;
  line-height           : 16px;
  text-align            : center;
  width                 : 20%;
}