﻿a.mainlink
{
	font-family: Arial;
	font-size:11pt;
	color:Red;
	text-decoration: none;
}

a.mainlink:hover
{
	font-family: Arial;
	font-size:11pt;
	color: blue;
	text-decoration: underline;
}

a.FaqLink
{
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
	color:#104994;
	font-weight:bold;
}

a.FaqLink:hover
{
	font-family:Arial;
	font-size:10pt;
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

body 
{
	background-color:White;
}

.btn
{
	background-color:#104994;
	color:White;
	font-family:Arial;
	font-size:12px;
}

.dashboardheading
{
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	background-color:#3169bd;
	color:White;
}

div.signup
{
	border: solid 1px black;
	background-color:#fffff4;
	width: 480px;
	text-align:left;
	padding:5px;
}

.heading
{
	font-family:arial;
	color:#104994;
	font-weight:bold;
	font-size: 12pt;
}

.main
{
	font-family:Arial;
	color:Black;
	font-size: 11pt;
}

.mappingtable
{
	border: 1;
	border-color:#3169bd;
}

.reportlink
{
	font-family:Arial;
	color:Red;
	font-weight:normal;
	font-size: 10pt;
}

.selectbox
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}

.submain
{
	font-family:Arial;
	font-size:10pt;
	color:#0d3975;
}

.subreport
{
	font-family:Arial;
	font-size:10pt;
	background-color:#eeeeee;
	color:Black;
}

.subtext
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
}

table.entryform 
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #ffffea;
	padding: 3px 3px 3px 3px;	
}

table.entryform th
{
	text-align:left;
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #3783ea;
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
	color:white;
}

table.entryform td
{
	padding: 3px 3px 3px 3px;
	font-family:Arial;
	font-size: 12px;
}

table.main {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black Black Black black;
	border-collapse: separate;
	background-color: silver;
	padding: 3px 3px 3px 3px;

}
table.main th 
{
	text-align:left;
	border-spacing: 0px;
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #3783ea;
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
	color:white;
}

table.main td 
{
	border-spacing: 0px;
	padding: 3px 3px 3px 3px;
	border-style:none;
	font-family:Arial;
	font-size: 12px;
	border-collapse: collapse;
}


.button1 {
		font-family:arial,sans-serif;
		font-weight:bold;
		color:#FAFBDD;
		border: 1px solid white;
		background-color:#0d3975;
		font-size:12px;
		}
		
.button2 {
		font-family:arial,sans-serif;
		font-weight:bold;
		color:#FAFBDD;
		text-align:center;
		border: 1px solid;
		background-color:#5099EB;
		border-top-color:#5099EB;
		border-left-color:#5099EB;
		border-right-color:#0C3867;
		border-bottom-color:#0C3867;
		font-size:12px;
		}
		
.button3 {
		font-family:arial,sans-serif;
		font-weight:bold;
		color:white;
		border: 1px solid gray;
		background-color:#5099EB;
		font-size:8pt;
		}
		
.DeleteButton {
		font-family:arial,sans-serif;
		font-weight:bold;
		color:white;
		border: 1px solid gray;
		background-color:red;
		font-size:8pt;
		}
	


