/*  CSS STYLES FOR CalendarControl.js  */

#CalendarControlIFrame {
  display: none;
  left: 0px;
  position: absolute;
  top: 0px;
  height: 250px;
  width: 250px;
  z-index: 99;
}

#CalendarControl {
  position:absolute;
  background-color: #879A63; /* pea green */
  margin:0;
  padding:0;
  display:none;
  z-index: 100;
}

#CalendarControl table {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 8pt;
  border-left: 1px solid #663300; /* Brown */
  border-right: 1px solid #663300; /* Brown */
  border-bottom: 1px solid #663300; /* Brown */
  border-top: 1px solid #663300; /* Brown */
}

#CalendarControl th {
  font-weight: normal;
  color: #663300; /* Brown */
}

#CalendarControl th a {
  font-weight: normal;
  text-decoration: none;
  color: #663300; /* Brown */
  padding: 1px;
}

#CalendarControl td {
  text-align: center;
}

#CalendarControl .header {
  background-color: #879A63; /* pea green */
  font-weight: normal;
  text-decoration: none;
  color: #663300; /* Brown */
}

#CalendarControl .weekday {
  background-color: #CCCCCC;  /* Silver */
  color: #663300; /* Brown */
}

#CalendarControl .weekend {
  background-color: #996633;  /* Light brown */
  color: #CCCCCC;  /* Silver */
}

#CalendarControl .current {
  border: 1px solid #663300; /* Brown */
  background-color: #663300; /* Brown */
  color: #CCCCCC;  /* Silver */
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
  display: block;
  text-decoration: none;
  border: 1px solid #663300; /* Brown */
  padding: 1px;
  width: 2em;
}


#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
  color: #CCCCCC;  /* Silver */
  background-color: #663300; /* Brown */
  border: 1px solid #CCCCCC;  /* Silver */
}

#CalendarControl .previous {
  text-align: left;
}

#CalendarControl .next {
  text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
  padding: 1px 3px 1px 3px;
  font-size: 1.4em;
}

#CalendarControl .previous a,
#CalendarControl .next a {
  color: #663300; /* Brown */
  text-decoration: none;
  font-weight: bold;
}

#CalendarControl .title {
  text-align: center;
  font-weight: bold;
  color: #663300; /* Brown */
}

#CalendarControl .empty {
  background-color:  #996633;  /* Light brown */
  border: 1px solid #663300; /* Brown */
}

.SiteTitle {
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: White;
  
}
.BannerHeader
{
	background-color: #e7e8e5;  /* silver */
}

.BannerCenter
{
	background-color: white;  /* silver */
}

.BannerBottom
{
	background-color: white;  /* silver */
}

.ImageFrame
{
	border-color: #00008B;
	border-width:  3px;
}
A.ImageFrame:link 
{
    border-color: #00008B;
}
A.ImageFrame:visited  
{
    border-color: #00008B;
}
A.ImageFrame:active   
{
    border-color: #00008B;
}
A.ImageFrame:hover    
{
   border-color: #A52A2A;
   border-width:  13px;
}
.HitCounter {
    background-color: DarkBlue;
    border-color: Gray;
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: White;
}    
.ReportHead   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color:  #8B4513;  /* Saddle Brown */
    border-bottom: '1px groove #666644'
}
.SubHeadBig    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #8B4513;  /* Saddle Brown */
}
  
.ErrorMessage
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}
.ErrorMessageSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: red
}
.ErrorMessageBig
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: red
}
.UsersGridAlternatingItem    {
    background-color: whitesmoke;
    text-align: Left;
}   
.UsersGridItem
{
	background-color: whitesmoke;
}   
.UsersGridHeader
{
	background-color: whitesmoke;
}   
.UsersGridFooter    {
    background-color: whitesmoke;
}   
.UsersGridPager    {
    background-color: whitesmoke;
}
.ErrorButton    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
A.LinkButton:active   {
    text-decoration:    underline;
    color: Red;
}
A.ErrorButton:hover    {
    text-decoration:    underline;
    color: Black;
}  
.CommandButtonSmall    
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
A.CommandButtonSmall:link {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonSmall:visited  {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonSmall:active   {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonSmall:hover    {
    text-decoration:    underline;
    color: Green;
}
.CommandButtonBig    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
A.CommandButtonBig:link {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonBig:visited  {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonBig:active   {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonBig:hover    {
    text-decoration:    underline;
    color: Green;
}
.CommandButtonReallyBig    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}
A.CommandButtonReallyBig:link {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonReallyBig:visited  {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonReallyBig:active   {
    text-decoration:    underline;
    color: Blue;
}
A.CommandButtonReallyBig:hover    {
    text-decoration:    underline;
    color: Green;
}

.MainPanelBg
{
	background-color: #e7e8e5; /* silver */
}
.BodyPanelBg
{
	background-color: #e7e8e5; /*silver */
}
.LeftPane
{
	background-color: #e7e8e5; /* silver */
}
.ContentPane
{
	background-color: #e7e8e5; /* silver */
}
.RightPane
{
	background-color: #e7e8e5; /* silver */
}
.CopyrightPaneBg
{
	background-image: url(images/background.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
.CopyrightLabel
{
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    line-height: 11px    
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
.DeskTopBody {
	background-image: url(images/background.png);
}

/* background color for the pop up search windows */
.BodyPopUp
{
    background-color: white;
}
.Body
{
	background-color: #e7e8e5; /* silver */
}
/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #8B4513;  /* Saddle Brown */
}
/* background/border colors for the unselected Tabs */
.OtherTabsBg 
{
	height:20px; 
	background: white;
	font-family: Verdana Bold, Helvetica, sans-serif;
	border-left: solid thin #acb137;
   
	font-size: 11px;
    color: #acb137;
    text-decoration: none; 
}
/* text style for the unselected Tabs */
.OtherTabs {
	height:20px;
	background: white;
	padding-left:18px;
	padding-right:18px;
	font-family: Verdana Bold, Helvetica, sans-serif;
   	border-Right: solid thin #acb137;
   	vertical-align:middle;
   	text-align:center;
   	
	font-size: 11px;
    color: #acb137;
    text-decoration: none; 
}
/* text style for the selected Tab */
.SelectedTab 
{
	height:20px;
	background: white;
	padding-left:18px;
	padding-right:18px;
	font-family: Verdana Bold, Helvetica, sans-serif;
	border-Right: solid thin #acb137;
   	vertical-align:middle;
   	text-align:center;
   	
   	font-size: 11px;
    color: #acb137;
    text-decoration: underline; 
}

/* text style for the tab link in menu */
.TabLink 
{
	font-family: Verdana Bold, Helvetica, sans-serif;
	font-size: 11px;
    color: #acb137;
    text-decoration: none; 
}
/* hyperlink styles of the unselected tabs */
A.TabLink:link    
{
	color: #acb137;
	text-decoration: none;
}

A.TabLink:visited 
{
	color: #acb137;
	text-decoration: none;
}

A.TabLink:active  
{
	color: #acb137;
	text-decoration: none;
}

A.TabLink:hover   
{
	color: #acb137;
	text-decoration: underline;
}

.MenuParentLink     {
    font-family:   Verdana, Helvetica, sans-serif; 
    font-size: 10px;
    font-weight: normal;
}
A.MenuParentLink:link {
    color: DarkRed;
    text-decoration:    underline;
}
A.MenuParentLink:visited  {
    text-decoration:    None;
    color: DarkRed;
}
A.MenuParentLink:active   {
    text-decoration:    None;
    color: DarkRed;
}
A.MenuParentLink:hover    {
    text-decoration:    underline;
    color: DarkRed;
}

/* background/border colors for the unselected side menus */
.SideMenusBg 
{
    height: 20px;
    width: 180px;
    color: White;
    background: #879A63; /* pea green */
}

/* border for side menu items */
.SideMenusItem
{
	border-bottom: groove thin white;
}

/* text style for the selected side menus */
.SideMenusSelected 
{
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: White;
    background: #879A63 /* pea green */
}

/* text style for the unselected Menus */
.SideMenus    {
    font-family: Arial Narrow;
    font-size: 12px;
    font-weight: normal;
    font-weight: normal;
    color: White;
}
A.SideMenus:link {
    text-decoration:    None;
    color: White;
}
A.SideMenus:visited  {
    text-decoration:    None;
    color: White;
}
A.SideMenus:active   {
    text-decoration:    None;
    color: White;
}
A.SideMenus:hover    {
    text-decoration:    underline;
    color: White;
}
/* Pointer for side menus */
.SideMenusPointer    {
    font-family: Arial Narrow;
    font-size: 14px;
    font-weight: normal;
    font-weight: normal;
    color: White;
}
.WelcomeMessage {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
}    
	
/* style for separator between site links */
.Accent
{
    color: DarkBlue;
    font-weight:    bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B4513;  /* Saddle Brown */
}

/* GENERAL */
/* style for module titles */
.ModuleTitle   {
    font-family: Verdana, Helvetica, sans-serif;
    color: Red;
	font-weight: bold;
	font-size: 16px;
}

/* style of item titles on edit and admin pages */
.Head    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #8B4513;  /* Saddle Brown */
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B4513;  /* Saddle Brown */
}

.HeadingSmall {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #8B4513;  /* Saddle Brown */
}
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}
.Normal_11
{
    font-family: Arial;
    font-size: 11px;
}
/* text style used for most text rendered by modules (mandatory entry*/
.NormalMandatory
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: maroon;
}
.NormalMandatorySmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
    font-weight: normal;
    color: maroon;
}
/* text style used for most text rendered by modules */
.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
}
/* text style used for most text rendered by modules */
.NormalReallySmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	border-style: solid;
    border-width: 1px;
} 

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}
.Button
{
    font-family: Verdana, Helvetica, sans-serif;
    border-style: solid;
    border-width: 1px;
}
/* text style for buttons and link buttons used in the user controls */
.LinkButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.LinkButton:link {
    text-decoration:    underline;
    color: #acb137;
}
A.LinkButton:visited  {
    text-decoration:    underline;
    color: #acb137;
}
A.LinkButton:active   {
    text-decoration:    underline;
    color: #acb137;
}
A.LinkButton:hover    {
    text-decoration:    underline;
    font-size: 12px;
    color: #acb137;
}
.LinkButtonSmall     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

A.LinkButtonSmall:link {
    text-decoration:    underline;
    color: #996633;
}

A.LinkButtonSmall:visited  {
    text-decoration:    underline;
    color:  #996633;
}
A.LinkButtonSmall:active   {
    text-decoration:    underline;
    color:  #996633;
}
A.LinkButtonSmall:hover    {
    text-decoration:    underline;
    color:   #996633;
}

/* text style for Logoff and Home links in portal banner */
.Logoff     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
A.Logoff:link {
    color: #acb137;
    text-decoration:    underline;
}
A.Logoff:visited  {
    text-decoration:    None;
    color: #acb137;
}
A.Logoff:active   {
    text-decoration:    None;
    color: #acb137;
}
A.Logoff:hover    {
    text-decoration:    underline;
    color: #acb137;
}

.LinkButtonBanner     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}
A.LinkButtonBanner:link {
    text-decoration:    underline;
    color: DarkRed;
}
A.LinkButtonBanner:visited  {
    text-decoration:    underline;
    color: DarkRed;
}
A.LinkButtonBanner:active   {
    text-decoration:    underline;
    color: DarkRed;
}
A.LinkButtonBanner:hover    {
    text-decoration:    underline;
    color: Black;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    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: #8B0000; /* Dark Red */
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #8B0000; /* Dark Red */
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #8B0000; /* Dark Red */
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #8B0000; /* Dark Red */
}
    

/* GENERIC */
a:link {
	color: #acb137;
}
a:visited {
	color: #acb137;
}
a:hover {
	color: #acb137;
}
a:active {
	color: #acb137;
}
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644; /* Dark slate */
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644; /* Dark slate */
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B0000; /* Dark Red */
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B0000; /* Dark Red */
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000; /* Dark Red */
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000; /* Dark Red */
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: red; 
}

A:link  {
    text-decoration:    underline;
    color:  red; 
}

A:visited   {
    text-decoration:    underline;
    color: red; 
}

A:active    {
    text-decoration:    underline;
    color: red; 
}

A:hover {
    text-decoration:    underline;
    color:  #8B0000; /* Dark Red */
}

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
}

