﻿.style1 {
	color: #999999;
	font-size: 12px;
}
body 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #6b6a65;
	text-align: center;
    background-image: url(../images/bg_pageback_howard.jpg);     
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.style6 {color: #990000}
.style8 {color: #990000; font-weight: bold; }
.style9 {
	color: #990002;
	background-color: #FFF4DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

asp.label
{
	font-family: Calibri;
}
label
{
	font-family: Calibri;
}	
clabel
{
	font-family: Courier New;
}	
		
	
button
{
	font-family: Calibri;
}	
	
#frame
{
    text-align:left;
    margin: 0 auto;
    width: 750px;
    
}
#payCol1
{
    width:150px;
}

#header
{
    
    background-color: #990002;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%; 
    text-align: left; 
    height: 88px; 
    border: 0;
}

#bottomHeader
{
    background-image: url(../images/bg_topNav_howard.gif); 
    height: 30px;
}

.hidden
{
    visibility:hidden;
}

.nosize
{
    display:inline;
    height:0px;
    width:0px;
}

.dline
{
	background-color: #990002;
}

.dgAlternating
{
	color: black;
	background-color: silver;
}
.dgAlternating A:link
{
  color: black;
  text-decoration: underline;
  color: Black;
}
.dgAlternating A:Visited
{
  text-decoration: underline;
  color: Black;
}
.dgAlternating A:hover
{
  text-decoration: none;
  color: Black;
}
.dgEdit
{
  color: black;
  background-color: White;
}
.dgFooter
{
  color: Black;
  background-color: #990002;
}
.dgFooter A:link
{
  text-decoration: underline;
  color: Black;
  background-color: #990002;
}

.dgHeader
{
	font-weight: bold;
	color: white;
	background-color: #990002;
}

.dgHeader A:link
{
  text-decoration: underline;
  color: white;
}
.dgHeader A:Visited
{
  text-decoration: underline;
  color: white;
}
.dgHeader A:hover
{
  text-decoration: none;
  color: white;
}

.dgItem
{
  color: black;
  background-color:  White;
}
.dgItem A:link
{
  color: black;
  text-decoration: underline;
  color: Black;
}
.dgItem A:Visited
{
  text-decoration: underline;
  color: Black;
}
.dgItem A:hover
{
  text-decoration: none;
  color: Black;
}
.dgPager
{
  color: white;
  background-color: #990002;
}
.dgPager A:link
{
  color: white;
  text-decoration: underline;
}
.dgPager A:Visited
{
  text-decoration: underline;
  color: white;
}
.dgPager A:hover
{
  text-decoration: none;
  color: white;
}
.dgSelected
{
	color: white;
	background-color: #0000cd;
}

a
	{
    	font: 10pt verdana, arial;
		color: #FFFFFF;
		text-decoration: none;
	}
	
a:hover
	{
    	font: 10pt verdana, arial;
		color: #FFCC67;
		text-decoration: underline;
	}
	
a.link
	{
    	font: 10pt verdana, arial;
		color: #990002;
		text-decoration: none;
	}	
	
a.link:hover
	{
    	font: 10pt verdana, arial;
		color: #990002;
		text-decoration: underline;
	}	
	
.MenuPanel
{
	background-color: #990002;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

.RightPanel
{
	background-color: #f7eab5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align:top;

}

.topSeparator
{
	background-color: #FFCC67;
} 

.menu
{
	background-color: #990002;
	color: black;
}


.menu a, .menu a:link, .menuStaticMenuItemStyle a:link, .menuDynamicMenuStyle a:link, .menuDynamicMenuItemStyle a:link
{
	color: black;
}

.menu a:hover, .menuDynamicHoverStyle a:hover, .menuDynamicSelectedStyle a:hover, .menu a.link:hover, .menuDynamicHoverStyle a.link:hover, .menuDynamicSelectedStyle a.link:hover
{
color: black;
}


.menuStaticMenuItemStyle
{
	background-color: #990002;
}
.menuDynamicHoverStyle
{
	background-color: #FFCC67;
}
.menuDynamicMenuStyle
{
	background-color: #990002;
}

.menuDynamicSelectedStyle
{
	background-color: #FFCC67;
}

.menuDynamicMenuItemStyle
{
	background-color: #990002;
}

.centerPanel
{
	color: #990002;
	background-color:#FFF4DF;
}
.centerLink:link, .centerLink:visited
{
	color: #990002;
	text-decoration: underline;
}
.preview
{
    border-color: Black;
    border-width: 1px;
    border-style: solid;

    padding:5px;
    display:block;
}			  

.labelh1
{
	font-size: x-large;
}			  

.labelh2
{
	font-size: medium;
	font-weight: bold;
}


.thumbnail div.hiddenDiv{ /*CSS for enlarged image*/
position: fixed;
background-color: white;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail:hover div.hiddenDiv{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom:0;
right:0; /*position where enlarged image should offset horizontally */

}
