﻿
table
{
    border-collapse:collapse; }

.ControlContainer
{
	clear: left;
	float: left;
	display: inline;
	font-family: verdana, tahoma;   
    font-size: 11px;
	display: inline;
	padding: 0 0 0 20px;
	text-align: left;
	width: 500px;
}

.ControlItemContainer_top
{
	clear: left;
	float: left;
	display: inline;
	padding: 5px 0 0 0;
	text-align: left;
}

.ControlItemContainer_buttUp
{
	clear: left;
	float: left;
	display: inline;
	padding: 0 0 0 0;
	text-align: left;
}

.ControlItemContainer
{
	clear: left;
	float: left;
	display: inline;
	padding: 10px 0 0 0;
	text-align: left;
}

.ControlItem
{
	float: left;
	display: inline;
	padding: 0 5px 0 0;	
}

.ControlLabel
{
	clear: left;
	float: left;
	display: inline;
	padding: 0 10px 0 0;
	width: 100px;
}

.ControlButton
{
    width: 100px;
}

.LabelText
{	
	clear: left;
	float: left;	
	text-align: right;
	display: inline;
	padding: 0 0 0 0;	
}

.LabelDescription {
	float: right;
	text-align: right;
	display: inline;
	padding: 0 0 0 0;	
}

.ControlTextBox {
	width: 300px;
}

.ControlDDL {
	width: 300px;
}

.ControlTextArea {
	color: #000000;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	width: 300px;
	height: 55px;
}

.ControlUploadButton {
	clear: left;
	float: left;
	display: inline;
}

.CommentBox
{
	clear: left;
	float: left;
	text-align: right;
	display: inline;
	padding: 0 0 0 0;	
	overflow: auto;
	height: 200px;
}

.Left {
	float: left;
}

.Right {
	float: right;
}

.Column_top {
	clear: left;
	float: left;
	display: inline;
	padding: 0 0 0 0;
	text-align: left;	
}

.Column {
	clear: left;
	float: left;
	display: inline;
	padding: 5px 0 0 0;
	text-align: left;
}

.ColumnWidth {
	width: 100%;
}


.SubmissionMessage
{
    clear: left;
    vertical-align: middle;
    text-align:center;
}

.RequiredField {
	color: Red;
}

.Strong {	
	font-weight: bold;	
}

.Spacer
{
    clear: both;
    padding: 10px 0 0 0;
}

.ClearLeft
{
    clear:left;
    float:left;
}

.top
{
    margin: 0 0 0 0;
}

#footerBar
{
    clear: left;
    float: left;
    display: inline;
    height: 1px;
    line-height: 1px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-color: #6389A0;
    width: 100%;
    border-style: none;
    font-size: 0pt;
}

.noFont
{
    font-size: 0pt;
    line-height: 0px;
    height: 1px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-style: none;
    

}
.noFont *, table .noFont 
{
    font-size:0px;line-height:0px; }

