﻿A {text-decoration: none; color: blue;}
A:hover {color: red;}

body 
{
	font-family: verdana, sans-serif;
	font-size: 9px;
	background: #3D3D3D;
}

.header
{
	border-left:solid 1px #c0c0c0;	
	border-right:solid 1px #c0c0c0;
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;	
    background: white;
    font-size: 14px;
    color: #3D3D3D;
}  

.AdminPgHeader
{
    background: #c0c0c0;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    border: 1px solid navy;
}   

.invisible
{
	visibility:hidden;	
}

.borders
{
	border: 1px solid #e6b873;	
}

.noPadding
{
	padding:0 0 0 0;	
}

.AdmNavink
{
	border-left:solid 1px #c0c0c0;	
	border-right:solid 1px #c0c0c0;
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	padding: 3px 3px 3px 3px;
	background: #E6E6E6;
}

.AdmNavink:hover
{
	border-left:solid 1px #c0c0c0;	
	border-right:solid 1px #c0c0c0;
	border-top:solid 1px #c0c0c0;
	border-bottom:solid 1px #c0c0c0;
	padding: 3px 3px 3px 3px;
	background: #FFF799 ;
}

.gridLayer
{
	position:absolute;
	visibility:visible;
	z-index:100;
	top:500;
	left:500;
	background:#FFF799;
	width:300;
	height:200; 
	padding:2px; 
	border-style:solid; 
	overflow:auto; 
	border-width:2px; 
	cursor:hand;	
}
