Body {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	/*background-image: url(../media/images/bg.gif);*/
	background-color: #f0ffd3;
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	color: #084628;

}

A {
	color:#0037DB;
	text-decoration:none;
}
A:hover {
	color:#0037DB;
	text-decoration:underline;
}

HR {
	color: black;
	width: 100%;
}

form {
	margin: 0px;
	padding: 0px;
}

	.inputText_120 {
		width: 120px;
	}
	.inputText_160 {
		width: 160px;
	}
	.inputText_80 {
		width: 80px;
	}
	.inputText_40 {
		width: 40px;
	}
	.inputText_200 {
		width: 200px;
	}

input {
	border: 1px solid #084628;
	background-color: transparent;
	font-size: 10px;
	color: #084628;
}

.radio {
	border: 0px;
	background-color: transparent;
}
.checkbox {
	border: 0px;
	background-color: transparent;
}

textarea {
	background-color: transparent;
}

.formTop {
}
.formContainerBottom{
/*	background-image: url( ../media/images/form_bottom.jpg );*/
	height: 16px;
	width: 470px;
	margin: auto;
	padding: 0px;
	text-align: left;
}
.formContainerTop {
	background-image: url( ../media/images/form_top.jpg );
/*	height: 12px;
	width: 470px;*/
	height: 156px;
	width: 720px;
	border: 3px solid #2b7827;

	margin: auto;
	padding: 0px;
}
.formContainer {
			border: 0px;
			margin: auto;
/*			width: 460px;
			_width: 460px;*/
			width: 710px;


			padding: 5px;
/*			background-color: #ffffff;*/
		/*	background-image: url( ../media/images/form_body.jpg );*/
			background-color: white;
			background-position: bottom;
			background-repeat: no-repeat;
			border: 3px solid #2b7827;
			border-top: none;
			min-height: 500px;

		}
	.formElementContainer {
			margin: auto;
			border-bottom: 2px dashed #2b7827;
			margin-bottom: 4px;
			padding-bottom: 4px;
			padding: 4px;
			width: 450px;
			text-align: left;
			clear: both;
		}

		.formRadioContainer {
/*			border: 1px dashed #cecece;*/
			margin: auto;
/*			_margin-left: 70px;
			width: 80%;*/
			padding: 5px;
			text-align: left;
		}

		.EULAoptionText {
			padding-left: 5px;
		}

.formContainerTop {
	background-image: url( ../media/images/form_top.jpg );
/*	height: 12px;
	width: 470px;*/
	height: 156px;
	width: 720px;
	border: 3px solid #2b7827;

	margin: auto;
	padding: 0px;
}

#bottomSpace {
	min-height: 50px;
}

.floatLeft {
	float: left;
	padding: 0px;
	text-align: left;
}

.floatRight {
	float: right;
	padding: 0px;

	text-align: left;
}
.clearBoth {
	clear: both;
}

.frame0 {
	margin: auto;
	width: 350;
	height: 220px;
/*	overflow: auto;
	overflow-x: none;
	overflow-y: scroll;*/
	border: 1px solid #000000;
	background-color: transparent;
	padding: 8px;
	text-align: left;
/*	margin-left: 30px;*/
	font-size: 12px;
}



.sectionControls {
	width: 75%;
	border: 1px dotted #cecece;
	padding: 3px;
	margin: auto;
	margin-bottom: 2px;
}

#memberTypeEdit {
	width: 85%;
	margin: auto;
	border: 1px dashed #cecece;
	padding: 5px;
	text-align: center;

	display: none;
}

.table {
	width: 95%;

}
.headerRow {
	width: 100%;
}
.headerRowCell {
	color: blue;
	font-weight: bold;
	background-color: #eeeeee;
}

.tableRowCell {
	padding-left: 3px;
	cursor: pointer;
}



/******************************************************************************/

/*
td {
	color:#000000;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height:1.2;
	text-decoration: none;
	text-align:left;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.maincolor {
	font-family: Verdana, sans-serif;
	background-color:#D0652F;
	color:#FFFFFF;
	padding: 2px;
	padding-left: 4px;
	padding-right: 2px;
	font-weight: bold;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.personRow {
	border-bottom: 1px solid #000000;
	padding-left:3px;
	padding-right: 3px;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.backgroundCell {
	background-color:#000000;
}
*/
select, textarea {

	font-size:10px;
	border: 1px solid black;
	color: #084628;
}

textarea {
	font-size: 12px;
}

/*
input.radiobtn {

	font-size:11px;
	border-width:0px;
	border-color:#000000;
	border-style:solid;
}

select.signup{

	font-size:11px;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	width:128px;
}


.sfohgMainTable {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}
.sfohgMainTable2 {
	background-image:url(/vm/newca/visual189/sfohg/images/bg.jpg);
	background-repeat:repeat-y;
}

.fillFormLabel {
	font-family: Verdana, sans-serif;
	font-weight:bold;
	font-size:10px;
}
*/
td.errorMessage {
	font-size:9px;
	color:red;
}


#debugBox {
	color: white;
	margin: auto;
	background-color: #990000;
	border: 1px dashed #def12f;
	width: 450px;
	padding: 4px;
	text-align: left;
}

.center {
	margin: auto;
	text-align: center;
}

/*******************
  Email Manager 
********************/

#emailManager {
	width: 780px !important;
}

#emailMessageLeft{
	float: left;
	border-right: 1px dashed #cecece;
	min-height: 400px;
	_height: 400px;
	width: 150px;
}

#emailMessageTop {
	margin: auto;
	width: 95%;
	min-height: 40px;
	_height: 40px;
	padding: 8px;
}
#emailMessageRight {
	float:right;
	border-top: 1px dashed #cecece;
	width: 619px;
	padding: 5px;
	min-height: 390px;
	_height: 390px;

	position: relative;
}

#emailTitle {
	float: left;
	margin-left: 10px;
	color: #ff3333;
}

#emailMessageEditor {
	text-align: center;
}
#emailMessageEditor textarea {
	border: 1px solid #666;
	padding: 5px;
	height: 250px;
}
#emailSubjectEditor {
	text-align: left;
	float: left;
	margin-left: 12px;
}
#emailSubjectEditor input {
	width: 250px;
}

#editorMask {
	position: absolute;
	height: 390px;
	width: 619px;
	background-color: #fff;
	opacity: .6;
	filter: alpha(opacity=60);
	z-index: 5;
	text-align: center;
	color: blue;
}

#previewMask {
	position:absolute;
	height: 390px;
	width: 619px;
	background-color: #fff;
	z-index: -1;
}

#previewPane {
	margin: auto;
	margin-top: 5px;
	width: 600px;
	height: 345px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

#previewControls {
	float: right;
        padding: 5px;
        padding-right: 10px;
}

#emailMessageList {
	border: 0px;
	cursor: pointer;
}

.emailMessageListCell {
	background-color: #fff;
	width: 140px;
	font-size: 10px;
}

.templateTag {
	cursor: pointer;
}

#emailMessageEditorControls {
	float: right;
	padding: 5px;
	padding-right: 10px;
}

/*** the rest here is part of the common layout css ***/
.container {
	margin: auto;
	border: 1px dashed #666;
	width: 475px;
	min-height: 400px;
	_height: 400px;
}

.pane {
	
}

.containerSection {
}
