.inf-DialogBox {
	
}

.inf-DialogBox-CloseButton {
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

.inf-DialogBox .gwt-DialogBox-Content {
	border: 1px solid #aaa;
	background: #fff;
}

.inf-DialogBox .Caption {
	cursor: pointer;
	padding: 10px 10px 0px 10px;
}

.inf-DialogBox .Caption .ActionText {
	color: rgb(40, 76, 119);
	font-size: .9em;
	padding-left: 5px;
}

.inf-DialogBox .Caption .ActionDescription {
	color: #999999;
	font-size: .8em;
	padding-left: 5px;
}

.inf-DialogBox .DialogBox-Content {
	padding: 10px;
	border-top: 1px solid #ccc;
	width: 100%;
}

.inf-DialogBox .DialogBox-ButtonBar {
	width: 100%;
	background: rgb(242, 244, 246);
	padding: 5px 5px 2px;
}

.inf-DialogBox .DialogBox-Button {
	border: 1px solid #284C77;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	white-space: nowrap;
	cursor: pointer;
}

.inf-DialogBox .DialogBox-Button-up-hovering {
	background: #fafafa;
}

.inf-DialogBox .DialogBox-Button-down-hovering {
	background: #f1f1f1;
}

.inf-DialogBox .DialogBox-Content .gwt-Label-Info {
	color: #284C77;
	font-size: .9em;
	font-weight: bold;
	white-space: nowrap;
}

.inf-DialogBox .DialogBox-Content .gwt-Label-Property {
	white-space: nowrap;
	color: #284C77;
	font-size: .9em;
	padding-top: 1em;
}

.inf-DialogBox .DialogBox-Content .gwt-Label-PropertyFirst {
	padding-top: 0px;
}

.inf-DialogBox .DialogBox-Content .gwt-Label-Detail {
	white-space: nowrap;
	color: #284C77;
	font-size: .9em;
}

.inf-DialogBox .DialogBox-Content .gwt-TextBox {
	
}

.inf-DialogBox .DialogBox-Content .gwt-RadioButton {
	padding: 2px;
	white-space: nowrap;
}

.inf-DialogBox .DialogBox-Content .inf-RadioGroup td {
	padding: 0px;
}

.inf-DialogBox .gwt-RadioButton label {
	white-space: nowrap;
	padding-left: 2px;
}

.inf-DialogBox .gwt-Textbox label {
	font-size: .9em;
}

.inf-DialogBox-StoreLoading {
	z-index: 20001;
}

.DialogBox-Button-up-disabled {
	cursor: default;
	opacity: 0.5;
}

.inf-DialogBox .inf-PropertySheet {
	border: none;
}

.inf-DialogBox .inf-PropertySheet .property {
	background: none;
	color: rgb(40, 76, 119);
	font-weight: normal;
}

.inf-TagEditorDialog {
	width: 400px;
}

.inf-TagEditorDialog .gwt-DialogBox-Content {
	background: #fff;
}

.inf-AddPropertyDialog .inf-FieldChooser-Popup {
	border: 0px !important;
}

.inf-AddPropertyDialog .inf-FieldChooser-Popup {
	border: 1px solid #ccc !important;
}

.inf-AddPropertyDialog .inf-FieldChooser-Popup .inf-GridContainer {
	border-left: 1px solid #ccc !important;
}

.inf-PasswordEditorDialog {
	width: 400px;
}

.inf-DeleteUsersDialog {
	width: 400px;
}

.inf-DeleteReportsDialog {
	width: 600px;
}

.inf-ManageFavoritesDialog {
	width: 400px;
}

.inf-ManageFavoritesDialog .gwt-RadioButton label {
	color: #284C77;
	font-size: .85em;
	white-space: nowrap;
	padding-left: 6px;
}

.inf-CustomizeDialog {
	width: 400px;
}


.verticalOptionPanel-option {
    font-size:11px;
    border-spacing: 0px;
    margin: 0;
    padding: 15px 18px;
    background-color: white;
    color: #284c77;

}

.verticalOptionPanel-option-selected {
    font-weight: bolder;
    background-color: #eeeeee;
}

.ReportScheduleEmailSettingsPanel {
    font-size:11px;
    padding: 0px 10px;
}

.ReportScheduleEmailPanel-textbox {
    border-spacing: 0;
}

.ReportScheduleEmailSettingsPanel .inf-ExportOptionsField .ExportTypeSelector {
    border-right: 0px !important;
}

.inf-ErrorDialog {
    width:600px;
    white-space: pre-wrap;
}

