﻿

/*******Styles for Menu on the master page********/

A:visited
{
	color: Blue;
}

A
{
	color: Blue;
}

.processFlow
{
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #F5F5F5;
	width: 100%;
	min-width: 100%;
	position: relative;
	top: -10px;
}

#footer
{
	margin: 0;
	border-top: solid 1px black;
	padding: 0;
	width: 100%;
}

#footer .processFlow
{
	padding: 0;
	top: 0;
}

.processFlow dt
{
	display: inline;
	margin: 0 10px 0 0;
}

.processFlow b
{
	font-size: 10pt;
	font-family: Tahoma;
}

.processFlow a
{
	text-decoration: none;
}

.processFlow a#Vistied
{
	text-decoration: none;
}

.Menu a
{
	padding: 0;
	margin: 0 10px 0 0;
}

.Menu b
{
	margin: 0 15px 0 5px;
}

.Menu
{
	padding: 0 0 5px 0;
	margin: 0;
	border-bottom: solid 1px black;
}


html, body
{
	margin-top: 0;
	padding: 0;
}

#content
{
	margin: 10px 0 0 0;
}


.Instructions li
{
	margin: 0 0 10px 0;
	padding: 0;
}

.helpTitle
{
	padding: 0;
	margin: 4px 0 0 0;
}

/*Print format for printparticipants.aspx***/
@media print
{
	
	body
	{
		font-size: 12px;
	}

	*
	{
		background-color: white !important;
		background-image: none !important;
	}

	#printButton
	{
		display: none;
	}

	.printTable
	{
		width: 100%;
	}

	.total
	{
		font-size: 1.2em;
	}
}
