﻿/*
**
** CSS FOR REGISTRATION FORMS
**
**/
.LeftAlignText
{
	text-align:left;
}

.Overview
{
	margin-left: 110px;
	margin-top: 10px;
	margin-right: 110px;
}

.Buttons
{
	margin-left: 695px;
	
}

.ButtonsInsidePanels
{
	text-align:right;
}

.TransactConfirmedBtn
{
	margin-left: 625px;
}

.commentTextBox
{
	width: 100%;
	height: 7em;
	overflow: auto;
}

legend
{
	font-size:medium;	
}

fieldset
{
	padding:1em;	
}

.redTextBox
{
	background-color: #FF4496;
}
input
{
	width: 100%;
}
body
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table
{
	border-collapse: collapse;
	border: none;
}
.textRightOfInputObject input
{
	width: auto;
	overflow: visible;
}
td
{
	margin: 0px;
	overflow: visible;
	padding-right: 7px;
}
.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 th
{
	background: #D8DAD8 none repeat scroll 0 0;
	border: none;
	color: #003399;
	padding: 4px 0px 4px 4px;
}
.activitiesTable td
{
	background: #FFFFFF none repeat scroll 0 0;
	border: none;
	color: #666699;
	padding: 4px 0px 4px 4px;
	vertical-align:top;
}

.activitiesTableEvenRow td
{
	background: #E7EDEE none repeat scroll 0 0;
	border: none;
	color: #666699;
	padding: 4px 0px 4px 4px;
	vertical-align:top;
}

.activitiesTableEvenRow input{ width:auto; padding-right:0px; }
.activitiesTable input { width:auto; padding-right:0px; }

.activitiesHeaderBg td
{
	background: #D8DAD8 none repeat scroll 0 0;
	color: #003399;
	padding: 4px 0px 4px 4px;
}

.activityList
{
	background: #B9C9FE none repeat scroll 0 0;
	border: none;
	color: #666699;
	padding: 4px 0px 4px 4px;
}

.format input
{
	width: 99%;
}
.autoformat input
{
	width: auto;
	margin-left: 0em;
}



