﻿.req
{
	color: #F00;
}

.Site .dropdown, 
.Site .textarea,
.Site textarea, 
.Site .textbox,
.Site .textBox,
.Site .required,
.hasDatepicker,
.simplemodal-data .dropdown, 
.simplemodal-data .textarea,
.simplemodal-data textarea, 
.simplemodal-data .textbox,
.simplemodal-data .textBox,
.simplemodal-data .required
{
    WIDTH:150px;
    font-size:1em;
    font-family: Arial;
    padding: 5px 5px 5px 10px;
    
    background: #ffffff url(/images/layout/textbox_bg.png) left top repeat;
	color:#510452;
	border: medium 1px;
}
.hasDatepicker
{
	width: 120px;
}
.Site textarea.fullwidth
{
	width: 95%
}
.Site .short
{
	width: 70px;
}
.Site .radio,
.simplemodal-data .radio
{
	width: auto;
	padding: 0;
	
	background: none;
	color: inherit;
	border: 0;
}

.Site .formMainTable td,
.Site .formMainTable th,
.simplemodal-data .formMainTable td,
.simplemodal-data .formMainTable th
{
   padding: 10px;     
}
	span.alert, 
	td.alert span, 
	span.hint, 
	td.hint span, 
	span.help, 
	td.help span
	{
		border: 0;
		color:#3F3F3F;
		margin:2px;
		min-height:40px;
		padding:7px 0px 7px 50px;
		z-index: 100 !important;
		background: #EAEFD8 url(/images/layout/hintIcons.gif) no-repeat 0 center;
		border-color: #dce1cc;
	}

	span.alert, 
	td.alert span
{
	background-position: 5px -151px !important;
}

span.hint
{
	background: none;
	padding: 8px 10px 8px 20px;
	font-weight: bold;
	font-size: 0.8em;
	min-height: 0;
	
}
#ApplicationFormSubmission span.hint
{
	font-size: 1.6em;
	color: #90a830;
}

.group h3
{
	padding-left: 20px;
}

.Site td.question
{
	padding: 7px 15px 5px 20px !important;
	border: 0;
	position: relative !important;
}
.ui-datepicker-trigger 
{
	margin: 0 0 0 5px !important;
}

.Site .applicantHeader a
{
	padding: 0 0 10px 0;
	line-height: 2em;
}
.Site .applicantBox h3
{
	padding: 10px;
	
}
.Site .persons h3
{
	padding: 0 0 5px 5px;
	font-size: 1em !important;
	
}
.Site .persons th
{
	border-bottom: 0;
}
.Site .applicantBox td
{
	
}
.Site .radiocheckbox input.required 
	{
		width: auto;
	}
	
	.Site #suitabilityQuestionnaire table.content td 
	{
		width: 49.5%;
		padding: 10px;
		vertical-align: middle;
	}





.Site .label,
.Site label
{
	font-weight:bold;
}
.Site form .label
{
	text-align:right;
}

.Site form th,
.simplemodal-data form th
{
	background-color: #eaefd8;
	border:0;
	border-bottom: dashed 1px #8ab408; 
}
.Site form table td.group
{
	border: 0 ;
	margin: 0 ;
}
.Site form table table td,
.simplemodal-data form table table td,
.formMainTable table.content
{
	background-color: #eaefd8 !important;
 	border: 0;
	/*border-bottom: dashed 1px #8ab408;  */
}
.formMainTable .content,
.Site .fosterApplication 
{
	padding: 0 !important;
}
.formMainTable td.buttons
{
	padding: 5px 10px 10px 10px !important;
}
.Site .formMainTable h2.title,
.simplemodal-data .formMainTable h2.title
{
	font-size: 1.4em;
}

.Site .formMainTable label,
.simplemodal-data .formMainTable label
{
	font-size: 0.8em;
	font-weight: 800;
}
.Site td.Applicant
{
	padding: 20px 0px 0 0px !important;
}

.Site .applicantHeader h3,
.Site .applicant h3
{
	padding: 5px 40px 4px 15px;
	font-size: 1.1em;
	color: #FFF;
	background: #510452 url(/images/layout/tag-angle.gif) top right no-repeat;
	display: inline;
	
}
.Site .applicantBox,
.Site div.applicant .answers
{
	border: 1px solid #510452;
	background: #EAEFD8;
}
.Site .applicantBox h3,
.Site .persons h3
{
	background: #EAEFD8;
	font-size: 1.2em;
	border-bottom: dashed 1px #8ab408;
	
}
.Site td.column1,
.Site td.column2,
.Site td.column3
{
	width: 250px !important;
}
.Site td.colspan2
{
	width: 480px !important;	
}
.Site td.column1,
.Site td.column2,
.Site td.column3,
.Site td.colspan2
{
	padding-bottom: 25px !important;
}

.Site td.colspan2 textarea
{
	width: 380px;
}





label
{
	display:block;
}
label.radio
{
	display: inline;
}
div.radioContainer
{
	position: relative;
	padding-top: 5px;
}
.question label.error
{

	right: 0;
	top: 0;
	color: #F00;
	font-size: 1em !important;
}

.Site tr.person td
{
	border-bottom: dashed 1px #d4d9c1; 
	padding: 5px !important;
}
.Site td.repeated
{
	border-bottom: dashed 1px #d4d9c1 !important;
}
.Site input.shortDelete
{
	padding: 0 !important;
	background: none;
	color: #bf0000;
	cursor: pointer;
	font-size: 1em;
	display: inline-block;
	white-space: nowrap;
	width: auto !important;
	border: 0;
}
.Site .editperson
{
	cursor: pointer;
	margin-right: 20px;
	white-space: nowrap;
}
.Site td.edit,
.Site td.delete
{
	width:60px;
}
.Site td.section
{
	padding-bottom: 40px !important;	
}
h2 .button
{
	font-size: 0.7em !important;
}
