﻿body
{
}

.headertitle
{
	font-size: 25px;
	color: white;
	position: relative;
	font-family: Calibri;
	left: 20px;
	top: 12px;
}

img
{
	border: none;
}

.clearborderright
{
	border-right: none;
}


/* MISC  
----------------------------------------------------------*/

.clear
{
	clear: both;
}

.title
{
	display: block;
	float: left;
	text-align: left;
	width: auto;
}

.loginDisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	padding: 10px;
	color: black;
}

	.loginDisplay a:link
	{
		color: black;
	}

	.loginDisplay a:visited
	{
		color: black;
	}

	.loginDisplay a:hover
	{
		color: black;
	}

.failureNotification
{
	font-size: 1.2em;
	color: Red;
}

.bold
{
	font-weight: bold;
}

.submitButton
{
	text-align: right;
	padding-right: 10px;
}

.errormessage
{
	background-color: #FDFFCC;
	border: solid black 1px;
	color: red;
	min-height: 60px;
	margin: 10px;
}

	.errormessage h3
	{
		padding-left: 15px;
		font-weight: bold;
		text-decoration: underline;
	}

	.errormessage span
	{
	}

.screeningdescription
{
	margin-top: 10px;
}

.screeningfieldcontainer
{
	width: 400px;
	height: 50px;
}

	.screeningfieldcontainer span
	{
		width: 200px;
		height: 50px;
		text-align: right;
		float: left;
	}

.screeningbtncontainer
{
	height: 50px;
	position: relative;
	right: 50px;
	top: -10px;
}


.fieldlabelcontainer
{
	width: 400px;
	font: normal 12px "Arial", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	padding-bottom: 30px;
	clear: both;
}

	.fieldlabelcontainer .fieldlabelleft
	{
		width: 160px;
		font-weight: bold;
		position: relative;
		text-align: left;
		top: 10px;
		float: left;
		left: -20px;
	}

	.fieldlabelcontainer .fieldlabelright
	{
		width: 240px;
		position: relative;
		top: 10px;
		float: right;
		left: -20px;
	}

.radfieldcontainer
{
	height: 45px;
	width: 400px;
}

	.radfieldcontainer div
	{
		font-family: Arial;
		width: 175px;
		position: relative;
		font-size: 15px;
		text-align: right;
		top: 10px;
		float: left;
		left: -20px;
	}

	.radfieldcontainer .fieldLabel
	{
		font-family: Arial;
		width: 175px;
		position: relative;
		font-size: 15px;
		text-align: right;
		top: 10px;
		float: left;
		left: -20px;
	}

	.radfieldcontainer .fieldinput
	{
		font: normal 12px "Arial", Arial, Helvetica, sans-serif;
		color: #888;
		position: relative;
		left: 0px;
		top: 3px;
	}

	.radfieldcontainer table
	{
		width: 225px;
		position: relative;
		left: 20px;
		top: 0px;
	}

	.radfieldcontainer label
	{
		font-family: Arial;
		width: 150px;
		position: relative;
		font-size: 15px;
		text-align: right;
		top: 10px;
		float: left;
		left: -20px;
	}

.radiolistfieldcontainer
{
	width: 150px;
	position: relative;
	left: 170px;
	top: -20px;
}

	.radiolistfieldcontainer div
	{
		font-family: Arial;
		width: 150px;
		position: relative;
		font-size: 15px;
		text-align: right;
		top: 10px;
		float: left;
		left: -20px;
	}

	.radiolistfieldcontainer table
	{
		position: relative;
		top: 8px;
		padding-bottom: 10px;
	}

		.radiolistfieldcontainer table td
		{
			width: 30px;
		}

.radiolabelcontainer
{
	position: relative;
	left: 153px;
	top: 8px;
	font-size: 10px;
	color: grey;
}

	.radiolabelcontainer span
	{
		padding-left: 3px;
	}

.fieldcontainer
{
	font-family: Arial;
	height: 60px;
	width: 300px;
}

	.fieldcontainer div
	{
		width: 150px;
		position: relative;
		text-align: right;
		top: 10px;
		float: left;
		left: -20px;
	}

	.fieldcontainer span
	{
		position: absolute;
		font-size: 20px;
		right: 100px;
	}

	.fieldcontainer select
	{
		width: 200px;
		height: 50px;
		font-size: 20px;
		float: right;
	}

	.fieldcontainer input
	{
		width: 150px;
		height: 25px;
		font-size: 15px;
		float: right;
		position: relative;
		top: -10px;
		left: 12px;
	}

.screeningredx
{
	width: 22px;
	position: relative;
	left: 30px;
	top: -22px;
}

.screeningredx2
{
	width: 22px;
	position: relative;
	left: 10px;
	top: 10px;
}

div.RadMenu .rmLast
{
/*	float: right;*/
}

.tilefieldset
{
	width: 280px;
	min-height: 100px;
	box-shadow: 5px 5px 5px #888888;
	margin: 5px 10px 5px 10px;
	background-color: transparent;
}

	.tilefieldset legend strong
	{
		font-size: 17px;
		position: relative;
		top: 3px;
	}

.completionmessagecontainer
{
	background-color: #a4fcb8;
	border: solid black 1px;
	color: black;
	min-height: 60px;
	margin: 5px 20px 5px 20px;
}
