/************************************************************************
  BEGIN Popup Window styles
************************************************************************/

body {
	margin				: 0px;
	padding				: 0px;
	background-color	: #FFFFFF;
}

.mainTablePopup {
	width				: 100%;
	color				: #000000;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.mainTdHead {
	background-color	: #9CCF59;
	padding				: 10px;
}

.mainTdRequired {
	padding				: 20px 0px 16px 10px;
}

.mainTdNameField {
	padding				: 0px 0px 0px 10px;
	text-align			: right;
	vertical-align		: baseline;	
}

.mainTdField {
	padding				: 0px 0px 6px 10px;
	text-align			: left;
}

.FontWhite24 {
	color				: #FFFFFF;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 24px;
}

.FontWhite12 {
	color				: #FFFFFF;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.FontGreen12 {
	color				: #9CCF59;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.FontGreen12Bold {
	color				: #9CCF59;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

.FontBlack12Bold {
	color				: #000000;
	font-weight			: bold;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 12px;
}

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

.InputText {
	width				: 150px;
	height				: 16px;
	margin				: 0px;
	padding				: 0px 3px 0px 3px;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 10px;
}

.TextArea {
	width				: 250px;
	height				: 100px;
	margin				: 0px;
	padding				: 0px 3px 0px 3px;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 10px;
}

Select {
	width				: 150px;
	height				: 16px;
	margin				: 0px;
	padding				: 0px 3px 0px 3px;
	font-weight			: normal;
	font-family			: Arial, Helvetica, sans-serif;
	text-decoration		: none;
	font-size			: 10px;
}

/************************************************************************
  END Popup Window styles
************************************************************************/