BODY 
{
	background-color: #ffffff;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color:black;	
	text-align:center;
}

A
{
	color:Black;
	text-decoration:underline;
}

A:hover
{
	color:Gray;
}

H1
{
	font-size: 14px;
	
}

TABLE 
{
	font-size: 10pt;
	
}

.CalandarButton
{
	background-position: center;
	background-image: url(images/showCal.gif);
	background-repeat: no-repeat;
}

.PageLayoutTable
{
	border-bottom-color:White;
	border-top-color:White;

}


.ContactTable
{
	border-right: gainsboro thin solid;
	border-top: gainsboro thin solid;
	font-size: 8pt;
	border-left: gainsboro thin solid;
	border-bottom: gainsboro thin solid;
}

.ContactTD
{
	border-bottom: gainsboro 1 solid;
	border-top: gainsboro 1 solid;
	border-left: gainsboro 1 solid;
	border-bottom: gainsboro 1 solid;
}

.Error
{
	background-color: #ffffff;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color:Red;	
	font-weight:bold;		
}
.FrontPageMenuText
{	
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color:#FF6600;	
	font-weight:normal;	
}

.FrontPageMenuText:hover
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color:black;	
	font-weight:normal;	
}

.HeaderImgStyle
{
	vertical-align:super;
}
	
.dotTable
{
	background-image: url(http://designweb/designweb/images/dot.gif);
}

.button
{
	font-size: 7pt;	
	font-family: Verdana, Arial, sans-serif;
}

.txBox
{
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
}

.HeaderText
{
	color:Gray;
	line-height:3;
	padding-bottom:3;
	vertical-align:super;
}



.SubscrSubject {
	color: darkblue;
	font: bold Arial;
}

.SubscrMessage {
	color: darkblue;
}


.Grid_Header
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 12px;
	border-left: gray 1px solid;
	color: black;
	border-bottom: gray 1px solid;
	font-family: Verdana, Arial, sans-serif;
	background-color: lightgrey;
}

.Grid_General
{
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
}

.Grid_Pager
{
	font-size: 7pt;
	font-weight:bold;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	background-color: gray;
} 

.Grid_Pager:hover 
{
	font-size: 7pt;
	font-weight:bold;
	color:red;
	font-family: Verdana, Arial, sans-serif;
	background-color: #F1F1F1;
}

.Grid_File_Item {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: black;
	background-color: #F1F1F1;
}

.Grid_Item
{
	background-color: #F1F1F1;
}

.Grid_Alternating_Item
{
	background-color: #FFFFFF;
}

.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.TopMenuItem
{
	background-image: url(../Images/item_bg.gif);
	color: black;
	font-family: verdana;
	font-size: 10px;
	border: solid 1px white;
	border-left-color: white;
	border-top-color: white;
	cursor: pointer;
}

.TopMenuItemHover
{
	background-image: url(../Images/item_bg_hover.gif);
	color: #3F3F3F;
	font-family: verdana;
	font-size: 10px;
	border: solid 1px gray;
	border-left-color: white;
	border-top-color: white;
	cursor: pointer;
}

.TopMenuItemActive
{
  background-image: url(../Images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.MenuItem
{
  background-image: url(../Images/item_bg.gif); 
  color:black;
  font-family:verdana;
  font-size:10px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemHover
{
  background-image: url(../Images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemActive
{
  background-image: url(../Images/item_bg_hover.gif); 
  color:#3F3F3F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}