﻿.tableheaderdark
{
	background-color: #183159;
	font-weight: bold;
	color: white;
	padding: 3px;
}


.tableheaderdark a:link, .tableheaderdark a:visited
{
	color: #E1ECFA;
}



.tableheaderlight
{
	background-color: #E1ECFA;
	font-weight: bold;
	color: #3d5f8b;
	padding: 3px;
}

.tableborder
{
	border: 1px solid whitesmoke;
	border-collapse: collapse;
}

.tableborder td
{
	padding: 4px;
}

.alternatingitemcolor
{
	background-color: whitesmoke;
}

a.underlinelink
{
	border-bottom: 1px dotted;
}

.underlinelink:hover
{
	border-bottom: 1px dotted;
	text-decoration: none;
	
}

.shadedbackground
{
	background-color: whitesmoke;	
}

.attentiontext
{
	color: red;
}

.highlightedtext
{
	color: #0b203b;
}

.fadedtext
{
	color: Gray;
}

.padtext
{
	padding: 3px;
}

.buttonstyle
{
	height: 37px;
	width: 118px;
}