﻿/* online submissions */
.pnlThankYou
{
	color: #fff;
	padding: 10px;
	font-size: 2em;
}
.validatorFont
{
	background-color: red;
	color: #fff !important;
	padding: 5px;
	font-size: 9pt;
	font-weight: bold;
}
.onlineSubmissionBox 
{
	color: #fff;
	width: 100%;
	float: right;
	padding: 15px 25px 15px 15px;
    border-radius: 10px;
	margin-bottom: 50px;
}
.onlineSubmissionBox p
{
	margin: 0 0 10px;
	padding: 0;
}
.isRequired
{
	color: #fff;
}
/*.buttons
{
	padding: 5px 15px 5px 15px;
	border-right: lightsteelblue thin outset;
	border-top: lightsteelblue thin outset;
	font-size: 10pt;
	border-left: lightsteelblue thin outset;
	clip: rect(auto auto auto auto);
	color: black;
	line-height: 16px;
	border-bottom: lightsteelblue thin outset;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #f3f3f3;
	text-decoration: none;
	cursor: pointer;
}
.buttons:hover
{
	color: black;
}*/
.sf_CaptchaImage
{
	float: left;
	margin-right: 25px !important;
}

.propertyBox
{
	color: #000;
	width: 310px;
	float: left;
	background-color: #f1f1f1;
	padding: 10px 11px;
	margin: 0 10px 10px 0;
	border-radius: 10px;
}
.propertyBox h2
{
	font-size: 13pt;
}
.propertyBox label
{
	font-size: 13pt;
	font-weight: bold;
}
.propertyBox label a:link
{
	font-weight: bold;
	text-decoration: underline;
}
.propertyBox label a:hover
{
	font-weight: bold;
	text-decoration: none;
}
table
{
	margin-top: 5px;
}
td
{
	/*min-width: 125px !important;*/ /*removed because it was interferring with Sitefinity edit module feature...rv 04/02/20 */
}
.btnChangeCategory
{
	margin-bottom: -10px;
}
.navBar
{
	background-color: #555;
	padding: 10px;
	margin: 10px 0;
	color: #fff;
	height: 27px;
}
.pageHeader
{
	background-color: #a1a1a1; 
	padding: 5px 10px !important; 
	color: #fff;
	width: 97%;
	display:table;
}
.whiteLinks
{
	color: #fff; 
	font-size: 9pt;
}
.table1
{
	background-color: #f1f1f1;
	padding: 10px;
	margin: 10px 0;
	border-radius: 10px;
	border: 0;
	width: 100%;
}
.rcTable td, table.RadCalendar_Default td
{
	min-width: 0 !important;
}
table.RadCalendar_Default
{
	width: 270px;
}
.RadCalendar_Default .rcMainTable
{
	font-size: 10.5pt;
}
.RadCalendar_Default .rcWeek .rcViewSel, .RadCalendar_Default .rcRow th
{
	color: #fff;
	background-color: #4598c0;
}
.rdfd_
{
	display: none !important;
}
.RadInput_Default .riTextBox
{
	width: 100px !important;
}
.rcInputCell
{
	width: 100px !important;
}
.RadPicker_Default 
{
	width: 150px !important;
}
.ui-autocomplete 
{
	z-index: 10000000;
}
.ui-state-active
{
	color: #555555 !important;
	font-weight: normal !important;
	background-color: #d1d1d1 !important;
}