﻿body 
{
	font:14px arial,helvetica,clean,sans-serif;
	color:#000000;
}

table 
{
	font-size:inherit;
	font:100%;
}


a:link
{
	font-weight: bold;
color: black;
text-decoration: none;
}

a:visited
{
	font-weight: bold;
color: black;
text-decoration: none;
}

a:hover
{
	font-weight: bold;
color: #3399CC;
text-decoration: none;
}

table.panel
{
	background-color: #fafafa;		
	border: solid 1px #f2f2f2;
}

table.panel th
{
	font:24px arial;
	font-weight:bold;
	color:#3399CC;
}


table.grid
{
}

table.grid th 
{
	text-align: left;
	font:14px arial;
	font-weight: bold;
	border-bottom: solid 1px gray;
}

table.grid td
{
	cursor: pointer;
}

table.grid tr.hover
{
	background-color: #3399CC;
	color: White;
	cursor: pointer;
}


table.grid tr.normal
{
	cursor: pointer;
}

span.label 
{
	font-weight: normal;
}

span.disclaimer
{
	font-size: 0.8em;
}

span.footer
{
	font-size: 0.8em;
}

.modalBackground
{
	background-color: whitesmoke;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalApprovePopup
{
	background-color:#AFDAEC;
	border-width:1px;
	border-style:solid;
	border-color:#62564A;
	padding:3px;
	width:450px;
}

.modalPopup {
	background-color:#AFDAEC;
	border-width:1px;
	border-style:solid;
	border-color:#62564A;
	padding:3px;
	width:250px;
}

hover
{
	border: solid 2px black;
}

