﻿body {
	margin:0;

}
.clr {
	clear:both;
	border:1px solid #000;
	padding:0px;
}
.fields {
	padding:10px 0;
	margin-bottom:20px;
    
}
legend {
	color: #097bc3;
}
.appForm {
	font-size:100%;
}
.appForm .form-group {
	margin-bottom:26px;
}
.appForm label{
	margin-bottom:0 !important;
}

.appForm .form-horizontal .control-label {
		padding-top: 4px;
		margin-bottom: 0;
		text-align: right;
		font-weight:700;
		line-height:1rem;
	}
.appForm table tr td
{
    padding-left:8px;
    padding-right:8px;
}
	.appForm .table td, .appForm .table th {
		position: relative;
	}
	.appForm .fields p {
		color: #013365;
		font-size: 120%;
	}

.appForm .datepicker {
	display:inline-block !important;
    margin-right:4px;
    background-color:none !important;
}

.appForm .table-radios input[type="checkbox"],.appForm .table-radios input[type="radio"] 
{
width:30px;
}
.appForm .table-radios th, .appForm .table-radios td
{
    padding:14px 10px !important;
}
.appForm .optnDiv {
	background: #d9edf7;
	border: 1px solid #bce8f1;
	padding: 8px;

}
.appForm .optnDiv label {
	width:auto !important;
	font-weight:bold;
    margin-top:5px;
}
.appForm .optnDiv span {
	float:right;
}
.appForm .optnDiv span label {
	width:40px;
	font-weight:normal;
}
    .appForm .radio-horizontal input[type="checkbox"], .appForm .radio-horizontal  input[type="radio"]  {
        display:inline-block !important;
    }
.appForm .radio-horizontal label
{
    margin-left:6px;
    margin-right:20px;
}
.appForm span label {
	width:auto;
	float:none;
	font-weight:normal;
}
.appForm .TxtFld {
	padding: 4px 6px 4px 6px;
	margin:0 20px 0 0;
	border:1px solid #000;
	font-size:105%;
}
.appForm textarea {
	font-size:16px;
}
.focus {
	border:1px solid #556C9E !important;
}
.appForm #LocSpec {
	visibility:hidden;
	width:120px;
	padding:0;
}

.appForm .FrmTbl th {
	background-color:#EEE;
	text-align:left;
	font-weight:bold;

}
.appForm .FrmTbl td, .appForm .FrmTbl th {
	border-color: #DDD;
	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding-top:8px;
	padding-left:6px;
	padding-bottom:8px;
	padding-right:6px;

}
.appForm .FrmTbl td:first-child{
	font-weight:normal;
}
.appForm .FrmTbl1 th {
	background-color:#EEE;
	text-align:left;
}

.appForm .FrmTbl1 th {
	font-weight:normal;
}

.appForm .FrmTbl1 td {
	font-weight:bold;
}
.appForm .FrmTbl1 td span
{
    font-weight:normal;
}
.appForm .SmlTxt {
	font-size:80%;
	font-weight:normal;
}
.appForm #specCatRad {
	margin-left:30px;
}

div.blockMsg {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}
div.ui-datepicker {
	font-size: 16px;
	z-index: 999 !important;
}
.formError .formErrorContent
{
    width:auto !important;
    max-width:250px;
}
.ast {
	color:#d00;
}