/* MWNCLReport.css */

#MWNLCReportForm
{
	width: 770px;
	margin-top: 1em;
	background-color: white;
	border: 1px solid rgb(51, 51, 51);
	color: rgb(51, 51, 51);
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	padding: 5px;
}

#MWNLCReportForm td
{
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	color: rgb(51, 51, 51);
	font-size: 12px;
	text-align:right;
}

#MWNLCReportForm span
{
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	font-size: 12px;
	text-align:right;
}

#MWNLCReportForm input
{
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	font-size: 12px;
}

#MWNLCReportForm p
{
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	font-size: 12px;
}

#MWNLCReportForm ol li
{
	font-family: Tahoma, 'Times New Roman', Arial, Verdana;
	font-size: 12px;
}

#MWNLCReportForm input.mw-dt
{
	width: 200px;
}

#MWNLCReportForm .MWNLCReportFormButton
{
	border: thin ridge rgb(8, 99, 154);
	padding: 5px;
	background-image: url('../../img/site/buttonBlue.jpg');
	background-position: right top;
	color: rgb(8, 99, 154);
	cursor: hand;
	text-align: center;
}

#MWNLCReportForm .MWNLCReportFormButton:hover
{
	background-position: right bottom;
}

#MWNLCReportForm .MWNLCReportFormButton:active
{
	color: white;
	background-position: right center;
}

#MWNLCReportForm #MWNLCReportFormSubmit.MWNLCReportFormButton
{
	display: inline-block;
	width: 20%;
}

#MWNLCReportForm #MWNLCReportFormCreateObserver
{
	height: 0px;
	overflow: hidden;
}

.mw-nlc-image-cell
{
	padding: 0px;
}

#MWNLCReportForm #MWNLCReportFormCreateObserver #MWNLCReportFormRegistrationStatus
{
	text-align: center;
	font-size: 1em;
}

#MWNLCReportForm #MWNLCReportFormMorphologies
{
	border-collapse: collapse;
}

#MWNLCReportForm #MWNLCReportFormMorphologies td
{
	border: 3px ridge rgb(6, 131, 255);
	text-align: center;
}

#MWNLCReportForm #MWNLCReportFormMorphologies td img
{
	border: none;
}

#MWNLCReportForm #MWNLCReportFormFormationIndex li
{
	margin-bottom: 0.5em;
}

#MWNLCReportForm #MWNLCReportFormInfo
{
	text-align: center;
	display: inline-block;
	width: 70%;
}

.mw-required, #MWNLCReportForm td.mw-required
{
	color: red;
	text-align: left;
}

h1.MWNLCReportFormHeading
{
	margin-top: 1em;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

h1.MWNLCReportFormSubheading
{
	font-size: 1em;
	text-transform: uppercase;
}
