/* SCJD CSS Stylesheet for county  web applications */
html, body, #entirePage
{
	min-height: 100%;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #006633;
}

html > body, html > body #entirePage
{
	height: auto;
}
IMG
{
	border-style: none;
	margin: 0px;
}

body
{
	margin: 0;
}

#entirePage
{
	position: absolute;
	top: 0;
	left: 0;
}
#pageContents
{
	height: auto;
	width: 100%;
}

#pageFooter
{
	position: static;
	left: 0;
	bottom: 0;
	background-color: Navy;
	font-size: x-small;
	color: White;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 15px;
}
.copyright
{
	text-align: right;
}
.headingLeftImage
{
	top: 1px;
	left: 1px;
}
.headingRightImage
{
	top: 1px;
	right: 1px;
}
.pageHeadingLabel
{
	background-color: Navy;
	font-size: x-large;
	color: White;
	width: 100%;
}
.linkButton
{
	font-size: 10pt;
	padding-bottom: 0px;
}
.linkButton a
{
	border-color: White;
	border-style: solid;
	border-width: thin;
	color: Black;
	background-color: #87CEEB;
	text-decoration: underline;
	
}

.linkButton a:hover
{
	color: Black;
	background-color: Gray;
}
.searchDiv, .detailsGrid
{
	vertical-align: middle;
	width: 100%;
	border-style: none;
}
.searchDiv, .pageInfoText
{
	font-weight: bold;
}
.disclaimerText, .disclaimerButtons
{
	width: 100%;
	font-weight: bold;
	background-color: #E9DBBE;
	color: Black;
}
.disclaimerText
{
	text-align: center;
	font-size: medium;
	margin-right: -20%;
}
.pageDetailsSection
{
	border-style: solid;
	border-width: thin;
	border-color: Black;
	margin-top: 2px;
}
.detailLabel
{
	font-weight: bold;
	background-color: #DDDDDD;
}
.detailText
{
	background-color: White;
}
.printText, .altPrintText
{
	font-weight: normal;
	color: Black;
	background-color: White;
	font-size: 8pt;
	border-bottom: solid,thin,black;
}
.altPrinttext
{
	background-color: Gray;
}

.enableText
{
	background-color: White;
}
.disableText
{
	background-color: Silver;
}
.datagridDiv, .datagridRow, .datagridAltRow, .datagridHeader
{
	padding: 0;
	border-color: Black;
	border-style: solid;
	border-width: thin;
	color: Green;
	background-color: White;
	width: 100%;
}
.datagridHeader
{
	font-weight: bold;
	color: Navy;
}
.datagridRow
{
	background-color: White;
}
.datagridAltRow
{
	background-color: Silver;
}
.datagridSpecCol
{
	color:Red;
}
.noWrapText
{
	white-space:nowrap;
}
.yellowLine
{
	font-weight: bolder;
	font-size: 3pt;
	width: 100%;
	color: Yellow;
}
/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	text-align: center;
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	color: #000000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.waitBox
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	position: fixed;
	top: 100px;
	left: 100px;
}
tr.r0
{
	background-color: white;
}
tr.r1
{
	background-color: gray;
}

.tabtable
{
	width: 100%;
	border: 0;
}
.tabtablerow
{
	background-color: #DDDDDD;
	font-weight: normal;
	font-size: 8pt;
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tabtablerowheader
{
	font-weight: bold;
	font-size: 8pt;
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}
.MaskedEditMessage
{
	color: Red;
	font-weight: bold;
}
.MaskedEditError
{
	background-color: Red;
}
.MaskedEditFocusNegative
{
	background-color: #ffffcc;
	color: Red;
}
.MaskedEditBlurNegative
{
	color: Red;
}

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: Yellow;
	color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}
