/* Styles */
.dojoDialog {
	margin-left: 9%;
	margin-right: 9%;
	display: block;
	position: absolute;
	padding: 0.2em;
	background-color: #ffffff;
	border: 2px solid #E07000;
	-moz-border-radius: 10px;
}

form {
	margin: 0;
	padding: 0;
}

form.dialog {
	width: 400px;
}

form.emailDialog {
	width: 600px;
}

form.dialogCheckin {
	width: 600px;
}

div.ValidateSubfield {
	width: 670px;
	height: 350px;
}

div.dialogReportStatus {
/* 	width: 650px; */
	height: 300px;
}

form.dialogComparator {
	width: 636px;
}

form.dialogSelField {
	width: 600px;
}

table.validationDialog {
	background: #FFFFFF;
	border: 2px solid #E07000;
	-moz-border-radius: 10px;
	display: block;
	width: 600px;
}

fieldset {
	margin: 0px;
	border: none;
	border-top: 1px dotted #999;
	display: block;
}

form.dialog legend {
	margin: 4px;
}

form.dialogReportStatus legend {
	margin: 4px;
}

form.dialogComparator legend {
	margin: 4px;
}

form.dialogSelField legend {
	margin: 4px;
}

table.validationDialog legend {
	margin: 4px;
}

form.dialogSelField select {
	width: 100%;
}

table.validationDialog select {
	width: 100%;
}

legend {
	margin: 4px;
}

form.dialog p {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	color: #696971;
	text-align: left;
}

form.dialogReportStatus p {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	color: #696971;
	text-align: left;
}

form.dialogComparator p {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	color: #696971;
	text-align: left;
}

legend {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: transparent;
	font-size: 1.1em;
	font-weight: bold;
}

legend i {
	font-style: normal;
	font-weight: bold;
	color: #999;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
	color: #666666;
	font-weight: bold;
}

/**
 * If you need a wide label, <label class="wide">
 */
label.wide {
	width: 250px;
}

label.bold {
	font-weight: bold;
	text-align: left;
}

div.fm-opt {
	margin-bottom: .5em;
	clear: left;
}

.fm-opt a img,.fm-hopt a img {
	position: absolute;
}

/*
table {
	clear: right;
	display: block;
	float: none;
}*/
div.fm-req {
	margin-bottom: .5em;
}

/*
input, textarea {
    width: 150px;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #333;
    font-family:Verdana, sans-serif;
  	font-size:1.1em;
  	padding: 2px;
}*/
*.inlineEditBox input,*.inlineEditBox textarea {
	padding: 2px;
	background-color: #aaa;
	color: #000;
	font-size: smaller;
	float: none;
	clear: none;
	width: auto;
}

input.radio {
	border: none;
}

fieldset.block {
	float: left;
	display: block;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	clear: both;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	width: auto;
}

input.dialog {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	width: auto;
	text-align: center;
	height: inherit;
}

span.dialog {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	width: auto;
	text-align: center;
	height: inherit;
}

input:focus,textarea:focus {
	background: #FAFAF5;
	color: #000;
}

/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label {
	color: #000000;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

/* horizontal forms */
div.fm-hopt {
	clear: none;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

div.fm-hopt label {
	width: auto;
	padding-left: 0px;
}

div.fm-hopt input {
	clear: left;
	float: left;
}

div.fm-hopt select {
	clear: left;
	float: left;
}

#fm-hsubmit {
	text-align: center;
	margin-right: 1em;
	float: left;
}

#fm-hsubmit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	float: left;
	clear: left;
	width: auto;
}

#fm-hsubmit.dialog {
	float: right;
	clear: none;
}

#fm-hsubmit.dialogReportStatus {
	float: right;
	clear: none;
}

#fm-hsubmit.dialogComparator {
	float: right;
	clear: none;
}

#fm-hsubmit.dialogSelField {
	float: right;
	clear: none;
}

div.checkbox {
	width: 100%;
	padding-top: 5px;
	border: none;
}

div.checkbox input {
	width: 15px;
	float: left;
	border: none;
}

div.checkbox label {
	width: 150px;
	float: left;
	text-align: left;
}

.bluetab {
	float: left;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #CACACA;
}

.reportStatusTable {
	border: 1px dotted;
}