﻿body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin-top: 100px;
}

a:link, a:visited
{
	font-weight: bold;
	color: #094D8C;
	text-decoration:none;
}

a:hover
{
	color: #FFFFFF;
	background-color: #094D8C;
}

#MainWrapper
{
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	padding-top: 100px;
	border: 1px solid #094D8C;
	border-top: 0;
}

#DisclosureInfo
{
	margin-bottom: 200px;
}

H2
{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #098C77;
}

H2.redH2
{
	color: Red;
	margin: 0;
	line-height: normal;
}

H3
{
	font-size: 14px;
	text-align: center;
	color: #098C77;
	line-height: normal;
	margin: 0;
}

H4
{
	font-size: 14px;
	margin: 20px 50px 20px 50px;
}

li
{
	margin-bottom: 5px;
	line-height: normal;
}

.hidden
{
	display: none;
}

#Instructions
{
	margin: 20px 50px 0 50px;
	border: 3px double #098C77;
	padding: 15px;
	background-color: #DCF1EE;
}

#divSearchEmployee, #divPatientInfo, #divReportDate, #OptionalFieldsInstructions, 
#divMultipleDisclosure
{
	text-align: center;
	margin: 20px 50px 20px 50px;
	border-top: 2px solid gray;
	width: 80%;
}

#divMultipleDisclosure
{
	border-top: none;
}

#OptionalFieldsInstructions
{
	border: 1px solid #DCF1EE;
	padding: 10px;
}

.button
{
	background-color: #F5F0E9;
	font-size: 11px;
	width: 100px;
}

.wideButton
{
	width: 150px;
}

.miniButton
{
	width: 50px;
	font-size: 10px;
	height: 18px;
	padding: 0;
	line-height: normal;
}

.closeButton 
{
	position: absolute;
	top: 80px;
	right: 10px;
}


td.labelTD
{
	text-align: right;
	height: 20px;
	padding: 3px;
	font-weight: bold;
}

td.labelTD, td.dataTD
{
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

td.dataTD
{
	background-color: #DCF1EE;
	text-align: left;
	padding: 5px;
}

.autoWidth
{
	width: auto;
}

.tblDiscloserInfo
{
	width: 400px;
	min-width: 400px;
	margin-top: 20px;
}


.tblDiscloserInfo td
{
	width: 50%;
}

.buttonsTD
{
	text-align: center;
	padding: 10px;
}


.andOr
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: Red;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
	padding: 10px;
}

.resultRow
{
	font-size: 11px;
}

.resultHeader
{
	font-size: 11px;
	text-align: left;
}

.noEdit
{
	background: transparent;
	border: none;
	width: 100%;
}

.CityBox
{
	width: 120px;
}

.StateBox
{
	width: 50px;
}

.ZipBox
{
	width: 70px;
}

#divSubmit
{
	clear: both;
}

.DisclosureDate
{
	width: 175px;
}

.tinyInstructions
{
	font-size: 10px;
}

.divSubmit
{
	text-align: center;
	clear: both;
}

.required
{
	background-image: url(http://uphsnet.uphs.upenn.edu/wagcommon/images/field_icon_required.gif);
	padding-left: 14px;
	background-position: left center;
	background-repeat: no-repeat;
	border: 0;
	width: auto;
	float: right;
}

.dropdown
{
	width: 95%;
	border: 0;
}

.textarea
{
	width: 95%;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 5px;
}

.ErrorMessage
{
	border: 3px double Red;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: Red;
	background-color: Yellow;
	margin: 10px;
}

.SearchResult
{
	width: auto;
	margin-bottom: 50px;
}

#divNewSubmission
{
	text-align: center;
	margin: 20px 0 100px 0
}

.logout
{
	position: absolute;
	top: 75px;
	left: 20px;
}

.disclaimer
{
	color: Black;
	font-size: 12px;
}

.closeLink
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
	padding: 10px;
}

#WorkingMessage
{
	font-family: "Arial Black", Sans-Serif;
	position: absolute;
	z-index: 200;
	width: 250px;
	height: auto;
	text-align: center;
	background-color: #094D8C;
	color: #FFFF00;
	font-size: 18px;
	font-weight: normal;
	/*top: 100px;
	left: 230px;*/
	border: 3px solid black;
	padding: 20px;
	background-image: URL(../images/working.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
}
