﻿body
{
	font-family: verdana;
	font-size: small;
}

img
{
	border: 0px;
}

a
{
	color: Blue;
}

h1
{
	font-size: x-large;
	position: relative;
	top: 15px;
	right: 9px;
	color: #16622A;
	text-align: right;
}

h2
{
	font-size: medium;
	width: 100%;
	color: Blue;
	border-bottom: solid 1px blue;
	margin-top: 10px;
}

h3
{
	font-size: medium;
	width: 100%;
	margin-top: 9px;
}

.emphasizedText
{
	font-size: large;
	color: Red;
}

textarea
{
	font-family: verdana;
	font-size: small;
}

.fieldLabel
{
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	vertical-align: middle;
}

#tableEventRequest .fieldLabel
{
	white-space: normal;
}

.actionButtonsContainer
{
	border-top: solid 1px gray;
	padding-top: 5px;
	margin-top: 10px;
	text-align: left;
}

.searchResultsGrid
{
	font-size: 7pt;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px black;
}

.searchResultsRow
{
	background-color: #A0D9FF;
}

.searchResultsAlternatingRow
{
	background-color: white;
}

.searchResultsEmpty
{
	color: Red;
}

.adminSiteMapPath
{
	position: absolute;
	top: 62px;
	right: 20px;
}

.adminLoginStatus
{
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 8pt;
}

.adminPanel
{
	background-color: #FFFFE0;
	border: solid 1px #FFC759;
	padding: 5px;
	margin-bottom: 5px;
}

.highlightedTable
{
	border: solid 1px #99CC00;
}

.highlightedTableCell
{
	background-color: #99CCFF;
}

.adminArea
{
	background-color: #FFFFE0;
	border: solid 1px #FFC759;
	padding: 5px;
	margin: 5px;
}

.hiddenColumn
{
	display: none;
}

.gridHeader
{
	background-color: #52ADEB;
	color: White;
}

.gridHeader a
{
	color: white;
}

.userMessages
{
	background-color: #FFFFE0;
	border: solid 1px #FFC759;
	margin-top:8px;
	margin-bottom: 5px;
}

.applicationImage
{
	width: 100px;
	height: 100px;
}

.applicationImageContainer
{
	float: left;
	margin: 5px;
}

.submitButton
{
	width:100px;
}

@media print
{
	input
	{
		border: none;
		background-color: White;
	}
	
	textarea
	{
		border: none;
		background-color: White;
		overflow:hidden;
	}
	
	select
	{
		border: none;
		background-color: White;
	}

	.applicationImage
	{
		width: auto;
		height: auto;
	}

	.applicationImageContainer
	{
		float:none;
		margin: 5px;
	}

	.noPrint
	{
		display: none;
	}

	.fieldLabel
	{
		font-weight: bold;
	}
	
	.submitButton
	{
		display:none;
	}
}

