/* CSS Document */
/* Views Style Sheet - AFWAC */
/* Author - Author Name, Author Location - Factor 360 */
#selection, #selectTable, #fieldList, #tables, #fields, #addFields, #tableSelect, #chooseFields, #selectedFields {
	float: left;
}

#tables, #fields {
	width: 250px;
}

#tableSelect>#addFields, #tableSelect>#chooseFields {
	margin:30px 5px;
}

#selectedFields {
	display: none;
	clear: both;
	margin: 20px 0px;
	padding: 5px;
	border: 1px solid #666;
	width: 450px;
}

#reportscreateReport>#selectedFields h4 {
	margin-top: -14px;
	background-color: #FFF;
	width: 95px;
	padding: 0px 5px;
}

#reportFields img, .fieldCondition img {
	float: right;
	margin: 2px;
}

#reportFields label {
	margin: 5px 0px;
	padding: 2px 0px;
	float: left;
}

.reportField {
	float: left;
}

#reportFields label input {
	float:right;
}

.fieldTable>.conditionTable {
	display: block;
	margin: 0px 14px 0px 35px;
	clear: both;
}
.wrap {
	/* border-left: 1px solid #DDD; */
	width: 542px;
	margin: 8px 8px 0px 8px;
	text-align: left;
	background-color: #F9F9F9;
	border-left: 1px solid #EFEFEF;
}
.wrap h3 {
	margin-left: 25px;
}
.wrap ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 50px;
}
.wrap ul a {
	text-decoration: none;
	color: #999933;
}
.pagetitle {
	height: 25px;
	width: 542px;
	border: 0;
	border-top: 1px solid #99997d;
	position: relative;
	left: -1px;
	background-image: url(images/tile_viewhead.gif);
	background-repeat: repeat-x;
	text-align: right;
}
.boxWrap {
	margin: 20px 25px 35px 25px;
}

.loginLinks {
	margin: 10px auto;
	font-size: 9px;	
}


/* License Management */
#licenseDetails, #satelliteOffices, #additionalLicense, #contactInfo {
	width: 90%;
	margin: 10px auto;
	background-color: #F3F3F3;
	clear: both;
}
#homeContact {
	width: 49%;
	background-color: #F3F3F3;
	float: left;
	margin: 0px;
}
#officeContact {
	width: 49%;
	background-color: #F3F3F3;
	float: right;
	margin: 0px;
}
#licenseDetails h3, #contactInfo h3, #satelliteOffices h3, #additionalLicense h3 {
	margin: 2px 5px 5px;
	padding: 2px 5px;
}
#licenseDetails p, #contactInfo p, #homeContact p, #officeContact p, #satelliteOffices p, #additionalLicense p {
	margin: 2px 5px;
	padding: 2px 5px;
	border-top: 1px solid #333333;
	clear: both;
}
#corporateInfo, #GA, #PA, #LA, #RAD, #radiography, #Expand, #nitrousOxide, #cpr, #practiceType {
	width: 98%;
	float: left;
	margin-bottom: 10px;
	clear: left;
}
#ce {
	width: 100%;
	float: right;
	margin-bottom: 10px;
	clear: left;
}
#membersrenewLicenses #ce, #membersmemberCE #ce, #membersupdateMemberContact #ce {
	width: 49%;
	float: right;
	margin-bottom: 10px;
	clear: left;
}
#notes, #disciplinary {
	width: 100%;
	float: right;
	margin-bottom: 10px;
	clear: right;
}
#leftCol {
	float: left;
	width: 48%;
}
#rightCol {
	float:right;
	width: 48%;
}
#corporateInfo h4, #homeContact h4, #officeContact h4, #GA h4, #PA h4, #LA h4, #localAnesthesia h4, #RAD h4, #Expand h4, #nitrousOxide h4, #radiography h4, #cpr h4, #practiceType h4, #ce h4, #notes h4, #disciplinary h4 {
	margin: 0px 5px 5px;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	font-weight:bold; 
	color: #666666
}
.licenseeStatus {
	float: right;
	clear: right;
	margin-bottom: 2px;
	margin-right: 2px;
}
.licenseeStatus img {
	vertical-align: middle;
}

#ceSummary {
	width: 200px;
	float: right;
}

#listElement .rowTotal td{
	border-top:1px solid silver;
	color: #0F2938;
}

#listElement .titleRow td{
	background-color: #0F2938;
	color: #FFFFFF;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.showLine {
	display: block;
}

/* Dentist search page */
.dentistSearch {
	margin: 5px 10px;
	padding: 5px;
	border-bottom: 1px dotted #8F8F8F;
}
.dentistSearch h3 {
	margin: 0px;
}

#ceTopic {
	width: 350px;
}

.maroon {
	color: #800000;
}

span.fieldLabel {
	margin: 0;
	padding: 0;
}
label
{
	display: block;
	width: 100%;
}
select#RAD, select#nitrousOxide {
	width: auto;
	float: none;
	clear: none;
}