﻿body
{
	font-family: Arial;
	color: #000000;
	background-color: #FFFFFF;
}

.apptDialog
{
    margin: 0px;
    padding: 0px;
}

.toolBarLink
{
}

.IE8Fix          
         {
         	 z-index: 100;        
         }   

A
{
	color: #000000;
}

A.toolBarLink
{
    font-size: 12px;
    font-family: Arial;
    color: #FFFFFF;
    font-weight: bolder;
}

A:link.toolBarLink	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited.toolBarLink	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active.toolBarLink	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover.toolBarLink
{
    text-decoration: none;
    color: #00FFFF;
}
	
	
	
	
.toolBar
{
    border-width: 1px;
    border-right-style: solid;
    border-color: #FF00FF;
    font-family: Arial;
    font-size: 9px;
    text-align: left;
    vertical-align: top;
    width: 125px;
    color: #000000;
    white-space: nowrap;
}
.toolBarOver
{
	border-width: 1px;
	border-right-style: solid;
	border-color: #FF00FF;
	font-family: Arial;
	font-size: 9px;
	text-align: left;
	vertical-align: top;
	width: 125px;
	color: #000000;
	background-color: #00FF99;
	white-space: nowrap;
}

.gridViewHeader
{
    background-color: #507CD1;
}
