﻿body
{
	font-family: Arial;
}
td
{
	font-family: Arial;
	font-size: 12px;
}

input
{
	font-size: 11px;
}
.Title
{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.Address
{
	width: 400px;
}
.Category
{
	font-weight: bold;
	font-size: 8px;
	text-align: center;
	background-color: #cccccc;
}
.Comments
{
	width: 60%;
}
.TextBoxComments
{
	width: 100%;
	height: 100%;
	border: none;
	overflow: auto;
}

.GeneralBoxComments
{
	width: 100%;
	height: 100%;
	overflow: auto;
	border: solid 1px #cccccc;
}
.LeftPadding
{
	padding-left: 50px;
}
.ILeftPadding
{
	padding-left: 30px;
}
.Padding
{
	padding: 5px;
}
.ShortLeftPadding
{
	padding-left: 5px;
}
.CalendarButton
{
	width: 20px;
	background-color: #25517e;
	color: #ffffff;
	font-weight: bold;
}
.GoButton
{
	width: 26px;
	height: 20px;
	background-color: #25517e;
	color: #ffffff;
	font-weight: bold;
}

.TopTable
{
	left: 0px;
	position: absolute;
}

.BlueCell
{
	text-align: center;
	color: White;
	font-weight: bold;
}

.BlueButton
{
	color: #FFFFFF;
	background-color: #0c3156;
	border-color: #A1CBF5;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	height: 22px;
	width: 100px;
	cursor: hand;
}

.TableHeader
{
	background-color: #0c3156;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}

.TableHeaderText
{
	color: White;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}

.OuterTable
{
	vertical-align: middle;
	table-layout: auto;
	width: 96%;
}

.Message
{
	font-weight: bold;
	color: red;
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
}
.ActionItems
{
	background-color: #cccccc;
	font-size: 12px;
	width: 100%;
	padding-left: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.BlueFont
{
	color: #003399;
}

.GeneralComments
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-color: #cccccc;
	padding-left: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.MessageDisplayLabels
{
	font-weight: bold;
	color: Red;
}

.MessageResultsLabel
{
	font-weight: bold;
	color: Blue;
}

.hiddencol
{
	display: none;
}
.viscol
{
	display: block;
}

.SimpleGrayTableRow
{
	color: #000000;
	background-color: #DCDCDC;
	font-family: Verdana;
	font-size: 10pt;
}

.SimpleGrayRowRedFont
{
	color: red;
	background-color: #DCDCDC;
}

.SimpleGrayTable th
{
	color: #000000;
	background-color: #ABABAB;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.SimpleGrayTable
{
	font-family: Verdana;
	font-size: 6pt;
	border-right: gray 2pt solid;
	border-top: gray 2pt solid;
	border-left: gray 2pt solid;
	border-bottom: gray 2pt solid;
	border-collapse: separate;
	background-color: white;
	margin: 2pt;
}

.ImageButton
{
	
}