﻿.impactHeader
{
	font-family: Impact;
	font-size: 24pt;
	font-weight: bold;
}
.dummyLink
{
	font-family: Tahoma;
	font-size: 10pt;
	color: Navy;
	text-decoration: underline;	 
	cursor: hand;	
}
.plainText
{
	font-family:Tahoma;
	font-size: Small;
	color: Black;	
}
.gridHeader
{
	background-color: Silver;
}
.selectedRow
{
	background-color:Navy;
	color: White;
	cursor: hand;
}
.unSelectedRow
{
	background-color:White;
	color:Black;
	cursor: hand;
}
.menuButton
{
	cursor:hand;
	background-color:Silver;
	border:1px;
}
.toolbarNormal
{
	 font-family:Microsoft Sans-Serif;
	 font-size: 8pt;
}
.toolbarOver
{
	font-family:Microsoft Sans-Serif;
	font-size: 8pt;
	cursor:hand;
}
.largeRibbonButton
{
    cursor:hand;
    position:absolute;
    width: 70px;
    height:68px;  
}
.smallRibbonButton
{
    cursor:hand;
    position:absolute;
    width: 115px;
    height:22px;  
}

.dvdtitle
{
	font-family:Tahoma;
	font-weight:bold;
	font-size:large;
	text-decoration:underline;
}

.trSelected
{
	border: solid thick yellow;
	cursor: pointer;
}
.hitCount
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: Green;	
	cursor: hand;	
}