﻿@charset "utf-8";
/* CSS Document */

.errorBox {
	background-color:#FFFFFF;
	border-style:none;
	border-width:1px;
	border-color:#FFFFFF;
	padding:9px;
	width:96%;
	margin-bottom:10px;
	color:#FC3B3C;
	font-weight:bold;
}
.errorBox li
{
	font-weight:normal;
	padding:7px 0px 0px 0px;
}

.form_image_button { background: none !important; }

.form_checkbox_list, .form_checkbox_list tbody { width: 100% }
.form_checkbox_list input, .form_radioButtonTable input { margin:3px 3px 0 0; padding:0; background: none !important; height: 12px; width: 16px; border:none;}
.form_radioButtonTable {
	margin-top: 5px;
	width: 100%;
}
.form_radioButtonTable td {
	width: 33%;
}

.register_submit { background: none !important; float:right}

.employmentApplicationRadio input
{
	float:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:4px 5px 4px 0px;
	padding:2px;
	width:16px;
	vertical-align:middle;
	background-color:#6d479e !important;
	border:none;
}

.employmentApplicationRadio label
{
	margin-right:10px;
}


.contentArea 
{
	margin-top:10px;
	margin-bottom:10px;
}

ul.closed 
{
	display:none;	
}

p.dense { line-height:10px;  }

a.dense { line-height:10px; }

.collapsed 
{
	display:none;
}
/* overrides for date time picker by Telerik */
.radInput  .radEnabledCss,
.radInput  .radEmptyMessageCss,
.radInput  .radHoverCss,
.radInput  .radFocusedCss,
.radInput  .radReadOnlyCss,
.radInput  .radDisabledCss,
.radInput  .radNegativeCss,
.radInput  .radInvalidCss
{
    width: auto !important;
}


/* * * * * * * * * * Google Map Overrides * * * * * * * * * *  */

div.gmnoprint p {
	color: #000000;
}
div.gmnoprint b {
}
div.gmnoprint a {
	text-decoration: underline;
	color: #6D479E;

}
