
.hand-pointer
{
	cursor : pointer;
	cursor : hand;
}


.toolbar-button-over
{
	cursor : pointer;
	cursor : hand;
    color : silver;
    font : bold 10pt Verdana;
    text-decoration : none;
}
.toolbar-button
{
	cursor : pointer;
	cursor : hand;
    color : white;
    font : bold 10pt Verdana;
    text-decoration : none;
}
.hit
{
    COLOR: red
}
.page
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    FONT-FAMILY: verdana;
}
.pageOver
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    CURSOR: hand;
 COLOR: #335499;
    FONT-FAMILY: verdana;
}
.page-current
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    CURSOR: hand;
    COLOR: red;
    FONT-FAMILY: verdana
}
.text
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: verdana;
}

.tableProperties
{
 border-collapse: collapse;
 margin: 0px; 
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 0px;
 padding-left: 0px;     
}

.backgroundColor
{
 background-color: #C8C8C7;
}

.searchingText
{
 FONT-SIZE: 25pt;
 FONT-FAMILY: Verdana, Arial;
}

.viewOptions
{
	vertical-align: middle;
	font-size: 11px;
	color: #3E3E3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	CURSOR: hand;
	CURSOR: pointer;
	font-weight: bold;
}

.viewOptionsMouseOver
{ 
	vertical-align: middle;
	font-size: 11px;
	color: #3E3E3E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	font-weight: bold;
 	CURSOR: hand; 
 	CURSOR: pointer;
}

/* Text that appears when no search results can be found */
.noResultsFoundText
{ 
 FONT-SIZE: 15pt;
 FONT-FAMILY: Verdana, Arial;
}

.center-element
{
	position: relative;
	top: 7px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-decoration: underline;
 	color: #0069C8;
	white-space: nowrap;
	CURSOR: hand;
	CURSOR: pointer;
}

.press-text-over
{
	color: red;
}

.here-text
{
 	color: #0069C8;
	text-decoration: underline;
}
