﻿
.panels
{
	width: 900px;
}

.panels .panelist
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00549F;
}

.panels .labelCell
{
	color: #008800;
	padding-left: 3em;
	text-align: left;
	vertical-align: text-top;
}

.panels .detailCell
{
	padding-bottom: 1em;
}

.panels .downloadCell
{
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.panels .panelHeader
{
	padding-right: 6em;
	padding-bottom: 1em;
	padding-left: 6em;
	font-size: 125%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #C1272D;
}

.panelControls
{
	position: relative;
	width: 700px;
	height: 400px;
}

.panelControls .panelControlMessage
{
	width: 700px;
	position: absolute;
	top: 25px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #00549F;
	text-align: left;
}

.panelControls .panelPasswordTextBox
{
	width: 500px;
	height: 100px;
	position: absolute;
	top: 235px;
	left: 120px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000099;
}

.panelControls .panelControlButtons
{
	width: 300px;
	height: 30px;
	position: absolute;
	top: 330px;
	left: 140px;
}

.hiddenTextBox
{
	visibility: hidden;
	display: none;
}



.panels .downloadCell a:link
{
	color: #0000FF;
	text-decoration: none;
}

.panels .downloadCell a:visited
{
	color: #800080;
	text-decoration: none;
}

.panels .downloadCell a:hover
{
	color: #0000FF;
	text-decoration: underline;
	font-size: 110%;
}

.panels .downloadCell a:active
{
	color: #0000FF;
	text-decoration: none;
}

.panels .late
{
	color: #000000;
	background-color: #FFFF66;
	font-size: 120%;
}


