﻿/******************
HTML Tags
******************/

body {
	font-size : 12px;
	font-family : Verdana;
	color:#000000;
	margin:0px 0px;
	background: #FFFFFF;
	text-align:justify;
	height: 100%
	}

/******************
FORM STYLES
******************/

.buttons
	{
	font-size : 8pt;
	font-family : Verdana;
	color:#FFFFFF;
	margin:0px 0px;
	background: #DF6770;
	}

.boldText 
{
	font-weight:bold;
	color: #78288c;
}

.gridview.tableRightAlign
{
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #E0E0E0;
	margin: 14px 4px 4px 4px;
	
	text-align:right;
}

.gridview.tableLeftAlign
{
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	text-align:left;
	margin-left: 25px;
}

.separatorRow
{
	text-align:left;
	margin-left: 25px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #314d65;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	
}

.tableHeading
{
 background-color: #78288c;
 color: #ffffff;
}

.selections
{
  color: #000000;
}

.defaultHeading {
	font-size : 18px;
	font-family : Verdana;
	font-weight : bold;
	line-height: 90%;
	color: #000000;
}
	
/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#78288c;
	cursor: hand;
	}

a:visited {
	color:#78288c;
	cursor: hand;
	}

a:hover {
	color: #ffffff;
	text-decoration: underline;	
	cursor: hand;
	background-color: #DF6770;
	}

a:active {
	color:#78288c;
	cursor: hand;
	}
	
