﻿.commentTextBox
{
	width: 100%;
	height: 7em;
	overflow: auto;
}

legend
{
	font-size: medium;
}

fieldset
{
	padding: 1em;
}

.redTextBox
{
	background-color: #FF4496;
}

.normalFontSize_em
{
	font-size:1em;
}

#forms input
{
	width: 100%;
}

.smallPaddingRight td
{
	padding-right:4px;
}

.textRightOfInputObject input
{
	width: auto;
	overflow: visible;
}

.borderWrapper
{
	border-color: InactiveBorder;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	width: 44em;
	text-align: left;
}
.cellPadding
{
	padding: 10px;
}
.verticalAlignTop
{
	vertical-align: top;
}
.leftMargin
{
	margin-left: 10px;
}
.topMargin
{
	margin-top: 10px;
}
.noTopMargin
{
	margin-top: 0;
}
.textAlignCenter
{
	text-align: center;
}
.requiredTextBox
{
	border-color: Red;
}
.thirdWidth
{
	width: 33%;
}
.fullWidth
{
	width: 100%;
}
.halfWidth
{
	width: 50%;
}
.topWrapper
{
	width: 44em;
	text-align: left;
}

.activitiesTable
{
	text-align: left;
	border: none;
	border-collapse: separate;
}

.validationSummary
{
	background: #FFFACD none repeat scroll 0 0;
	border: none;
	color: #666;
	padding: 8px;
}

.activitiesTable .topAlign td {	vertical-align:top; }
.activitiesTableEvenRow .topAlign td {	vertical-align:top; }

.activitiesTable th
{
	background: #D8DAD8 none repeat scroll 0 0;
	border: none;
	color: #003399;
	padding: 4px 4px 4px 4px;
}
.activitiesTable td
{
	background: #FFFFFF none repeat scroll 0 0;
	border: none;
	color: #666699;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

.activitiesTableEvenRow td
{
	background: #E7EDEE none repeat scroll 0 0;
	border: none;
	color: #666699;
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

.activitiesTableEvenRow input
{
	width: auto;
	padding-right: 0px;
}
.activitiesTable input
{
	width: auto;
	padding-right: 0px;
	font-size:11px;
}

.activitiesHeaderBg td
{
	background: #D8DAD8 none repeat scroll 0 0;
	color: #003399;
	padding: 4px 4px 4px 4px;
}

.activityList
{
	background: #B9C9FE none repeat scroll 0 0;
	border: none;
	color: #666699;
	padding: 4px 4px 4px 4px;
}

.format input
{
	width: 99%;
}
.autoformat input
{
	width: auto;
	margin-left: 2em;
}

.thbackground td
{
	background: #D8DAD8 none repeat scroll 0 0;
}

floatLeft{ float:left; }
floatRight { float:right; }

span.xformvalidator
{
    color: Red;
}

input.xformvalidator, label.xformvalidator
{
    background-color: #FF7080;
}
