/*
 Permanently enable scroll bars for smoother page transitions
*/
html {
    overflow: scroll;
}

/*
 Generic site wide changes
*/
body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.ofMainPanel {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}

.ofMenuBarPanel {
	background-color: #EEEEEE;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	margin-bottom: 5px;
}

.ofToolBarPanel {
	margin-top: 4px;
	margin-bottom: 10px;
}

.ofToolBarButton {
	background-image: url(./images/button.gif);
	background-position: left;
    background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	width: 120px;
	height: 22px;
	color: #FFFFFF;
	text-indent: 0px;
	font-size: 0.89em;
	font-family: Verdana;
	cursor: pointer;
}

.ofToolBarButton-dis {
	background-image: url(./images/button_disabled.gif);
	background-position: left;
    background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	width: 120px;
	height: 22px;
	color: #FFFFFF;
	text-indent: 0px;
	font-size: 0.89em;
	font-family: Verdana;
	cursor: default;
}

.ofMainHeaderColumn1 {
	width: 100%;
}

.ofMainHeaderColumn2 {
	white-space: nowrap;
}

.ofMainHeaderColumn3 {
	white-space: nowrap;
}

.ofLoggedUserInfoPanel {
	font-family: Arial;
	font-size: 0.89em;
}

.ofPaginatorBorder {
    vertical-align: top;
    border: 1px solid #CCCCCC;
    padding: 8px;
    font-size: 0.89em;
    font-family: Arial;
    border-collapse: collapse;
    margin-top: 5px;
}

.ofLovFormPanelLabel {
	white-space: nowrap;
	text-align: right;
    font-size: 0.89em;
    font-family: Arial;
}

.ofLovFormPanelInput {
	width: 100%;
}

.ofPopupButton {
    text-align: right;
    border: 0px;
    margin: 0px;
    padding: 0px;
    padding-right: 5px;
    vertical-align: middle;
}

.ofPopupTitle span {
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    padding: 4px;
    color: #FFFFFF;
    font-size: 1.10em;
}


.ofInputLovHeaderPanelText {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}



.ofDialogMessageButtonRow {
	height: 100%;
	text-align: center;
	vertical-align: bottom;
}

.ofDialogMessageIconColumn {
	width: 40px;
}

.ofDialogMessageSpaceColumn {
	width: 5px;
}

.ofDialogMessageTextColumn {
	width: 100%;
	text-align: left;
}

.ofDialogMessageHeaderText {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

.ofDialogMessageBodyText {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    white-space: nowrap;
}

.ofDialogMessageButton {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    height: 20px;
    width: 38px;
}

.ofDialogMessageCloseImage {
	cursor: pointer;
}

.ofStatusMessage {
	font-family: Arial; 
	font-size: 10pt;
}

.ofPanelLegendPanel {
	background-color: #BDCFFF; 
	font-color: #FFFFFF; 
	font-family: Verdana;
	font-size: 0.89em; 
	font-weight: bold; 
	border: 1px solid #999999;
	border-bottom: 0px;
	border-collapse: collapse;
	height: 22px;
}

.ofPanelLegendText {
	font-color: #FFFFFF; 
	font-family: Arial;
	font-size: 9pt; 
	font-weight: bold;
}

.ofPanelLegendColumn1 {
	width: 100%;
}

.ofPanelLegendColumn2 {
}

.ofPanelLegend {
	border: 1px solid #999999;
	border-collapse: collapse;
}

.ofPanelLegendLabel {
	white-space: nowrap;
	width: 100px;
	padding: 2px;
	text-align: right;
	border-left: 1px solid #9C9A9C;
	border-right: 1px solid #9C9A9C;
    border-bottom: 1px dotted gray;
	background-color: #EDEDED;
    font-size: 9pt;
    font-family: Arial;
}

.ofPanelLegendInput {
	background-color: #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
}

.ofPanelLegendInput input, .ofPanelLegendInput select {
	height: auto;
/*	font-family: Arial;
    font-size: 0.89em;
    */
}

.ofInputText, .ofInputSecret, .ofInputCalendar, .ofInputTextArea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    padding: 1px;
    margin: 1px;
    border-left: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #edf4fe;
    border-right: 1px solid #edf4fe;
    /*background-color: #FFFFFF;*/
}

.ofInputText, .ofInputSecret, .ofInputCalendar {
	background-image: url(./images/input_bg2.gif);
    background-repeat: repeat-x;
}

.ofInputTextUpperCase {
	text-transform: uppercase
}

.ofInputTextArea {
	background-image: url(./images/input_bg2.gif);
    background-repeat: repeat-x;
}

.ofInputCalendar {
	width: 70px;
}

.ofInputText-dis, .ofInputSecret-dis, .ofInputCalendar-dis, .ofInputTextArea-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    /*border: 1px dotted #666666;*/
    border: 1px solid #EFEFEF;
    cursor: default;
    margin: 1px;
    padding: 1px;
    /*background-color: #FFFFFF;*/
}

.ofInputText-dis, .ofInputSecret-dis, .ofInputCalendar-dis {
    background-image: url(./images/input_bg_disabled2.gif);
    background-repeat: repeat-x;
}

.ofInputTextArea-dis {
    background-image: url(./images/input_bg_disabled2.gif);
    background-repeat: repeat-x;
}

.ofInputCalendar-dis {
	width: 70px;
}

.ofCommandLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    color: #00557D;
    font-weight: bold;
    font-size: 10pt;
}

.ofCommandLink:hover {
	text-decoration: underline !important;
}

.ofOutputText, .ofOutputLabel, .ofOutputFormat {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:  9pt;
}

.dummy {
}

/* CommandButton Begin */
.ofButtonBorder1 {
	border : 1px solid #C0C0C0; /*tableBorderColor*/
	margin-bottom : 3px;
}
.ofButtonBorder {
	/*border : 0px solid transparent; */
	border: 1px solid transparent;
	_border: 0px solid white;
	/*margin-bottom : 3px;*/
}
.ofButton {
	background : url(./images/button_header_bg.png) /*from additionalBackgroundColor to trimColor*/  top left  #C6D6EA /*trimColor*/  repeat-x;
	cursor : pointer;
	padding : 2px;
	font-family : Arial;
	font-size :11px;
	margin: 2px 2px 2px 2px;
}
.ofButtonTransparent {
	background : transparent;
	cursor : pointer;
	padding : 2px;
	font-family : Arial;
	font-size :11px;
	margin: 2px 2px 2px 2px;
	_margin: 1px 2px 1px 2px;
}
.ofButtonLight {
	background : url(./images/button_header_bg.png) /*from additionalBackgroundColor to headerGradientColor*/ top left  #C6D6EA /*trimColor*/  repeat-x;
	border: 1px solid #E79A00; /*selectControlColor*/
	cursor: pointer;
	padding: 2px;
	font-family: Arial;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	_margin: 1px 2px 1px 2px;
}
.ofButtonPress {
	background : url(./images/button_press_bg.png) /*from additionalBackgroundColor to trimColor*/ top left repeat-x #EAF0F8; /* additionalBackgroundColor*/
	border: 1px solid #E79A00; /*selectControlColor*/
	padding: 2px;
	font-family : Arial;
	font-size :11px;
	margin: 2px 2px 2px 2px;
	_margin: 1px 2px 1px 2px;
}
.ofButtonContent {
	font-family: Arial;
	font-size: 11px;
	padding: 0px 4px 0px 1px;
	text-align : center;
	white-space: nowrap;
}
.ofButtonLeftIco {
	vertical-align: middle;
	margin-right: 6px;
}
.ofButtonRightIco {
	vertical-align: middle;
	margin-left: 6px;
}

.ofButtonBorder-dis {
	border : 1px solid #C0C0C0; /*tableBorderColor*/
	margin-bottom : 3px;
}
.ofButton-dis {
	background : #F8F8F8;
	cursor : pointer;
	padding : 2px;
	font-family : Arial;
	font-size :11px;
	margin: 2px 2px 2px 2px;
}
.ofButtonLight-dis {
	background : #F8F8F8;
	border: 1px solid #C0C0C0;
	cursor: pointer;
	padding: 2px;
	font-family: Arial;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	_margin: 1px 2px 1px 2px;
}
.ofButtonPress-dis {
	background : #F8F8F8;
	border: 1px solid #C0C0C0;  /*tableBorderColor*/
	padding: 2px;
	font-family : Arial;
	font-size :11px;
	margin: 2px 2px 2px 2px;
	_margin: 1px 2px 1px 2px;
}
.ofButtonContent-dis {
	font-family: Arial;
	font-size: 11px;
	padding: 0px 4px 0px 1px;
	text-align : center;
	white-space: nowrap;
	color: #ACA899;
}
.ofButtonLeftIco-dis {
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
	vertical-align: middle;
	margin-right : 6px;
}
.ofButtonRightIco-dis {
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
	vertical-align: middle;
	margin-left: 6px;
}
/* CommandButton End */


/* PanelPopup Begin */
.ofPanelPopup {position:fixed;margin:0;padding:0;background-color:inherit; }
.ofPanelPopupHeader { height:20px;width:100%;vertical-align:middle;z-index:5; }
.ofPanelPopupContent {height:100%;width:100%;}
.ofPanelPopupPanel {border-width:1px;border-style:solid;padding:1px;background-color:inherit;height:100%;width:100%;}
.ofPanelPopupPanel {background-color:#FFF;border-color:#BED6F8;}

.ofPanelPopupPanelHeader {padding:2px;border-width:1px;border-style:solid;background-position:top left;background-repeat:repeat-x;}
.ofPanelPopupPanelHeader {background-color:#BED6F8;border-color:#BED6F8;background-image:url(./images/gradient1.gif);}

.ofPanelPopupPanelBody {padding:10px;}
.ofPanelPopupPanelBody {font-size:11px;color:#000;font-family:Arial,Verdana,sans-serif;}

.ofPanelPopupText{font-size:11px;color:#000;font-weight:bold;font-family:Arial,Verdana,sans-serif;}
/* PanelPopupEnd */


/* Status Begin 
.ofStatusDiv div {
	filter: alpha(opacity=10) !important;
	opacity: 0.1 !important;
}
 Status End */
 
.ofSelectOneMenu, .ofSelectManyListBox, .ofSelectManyMenu {
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 0px;
    font-size: 9pt;
    color: #000000;
    margin: 0px;
    /*border: 1px solid #ABABAB;
    background-color: #FFFFFF;*/
    
    border-left: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    border-bottom: 1px solid #edf4fe;
    border-right: 1px solid #edf4fe;
    background-image: url(./images/input_bg.gif);
    background-repeat: repeat-x;
}

.ofSelectOneMenu-dis, .ofSelectManyListBox-dis, .ofSelectManyMenu-dis {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #D3D3D3;
    border: 1px solid #EFEFEF;
    cursor: default;
    margin: 0px;
    padding: 0px;
    background-image: url(./images/input_bg_disabled.gif);
    background-repeat: repeat-x;
}

.ofSelectOneRadio {
    font-size: 9pt !important;
    font-family: Arial;
    vertical-align: middle !important;
}

.ofSelectOneRadio-dis {
    /*background-color: #CCCCCC;*/
    background-color: transparent !important;
    padding: 1px !important;
    margin: 0px !important;
    cursor: default;
    color: #CCCCCC;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt !important;
}

.ofSelectManyCheckBox {
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt !important;
    padding: 1px !important;
    margin: 0px !important;
}

.ofSelectManyCheckBox-dis {
    padding: 1px !important;
    margin: 0px !important;
    background-color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt !important;
}

.ofSelectBooleanCheckBox {
	padding: 1px !important;
    margin: 0px !important;
}

.ofForm {
	padding: 0;
	margin: 0;
}

.ofFieldset {
	border: 1px solid #ACBECE;
	padding: 3px;
	/*margin: 3px 3px 3px 3px;*/
}

.ofFieldsetLegend {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px 10px 0px 18px;
	font-family: Verdana;
	color: #000;
}

.ofFieldsetLabel {
	white-space: nowrap;
	width: 100px;
	padding: 2px;
	text-align: right;
    font-size: 9pt;
    font-family: Arial;
    /*font-weight: bold;*/
}

.ofFieldsetInput {
}

.dr-table-subheadercell {
	background-color:#BED6F8; 
	background-image:url(./images/gradient1.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

.ofPasswordStrengthBox {
	height:6px;
	display:block;
	float:left;
	width:100%;
}

.ofPasswordStrength0 {
	background: #cccccc;
	width:100%;
}

.ofPasswordStrength1 {
	background: #ff0000;
	width:30%;
}

.ofPasswordStrength2 {
	background: #ff5f5f;
	width:50%;
}

.ofPasswordStrength3 {
	background: #56e500;
	width:75%;
}

.ofPasswordStrength4 {
	background: #4dcd00;
	width:85%;
}

.ofPasswordStrength5 {
	background:#399800;
	width:100%;
}

.ofPasswordStrengthLabel {
	font-weight: bold;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}

.ofPasswordStrengthText {
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}

.ofModalPanel { 
	position:fixed;
	top:0;
	left:0;
	border:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	border-style:none;
	background-color:#d0d0d0;
	filter:alpha(opacity=50);
	opacity:.0;
}

.modalHeader {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	background-image: none !important;
	
	font-family: Arial !important;
	font-size: 11pt !important;
	font-weight: bold !important;
	color: #003399 !important;
	white-space: nowrap !important;
	text-align: left !important;
	
	padding: 10px !important;
	padding-bottom: 0px !important;
}

.modalComponent div div table tr td {
	padding-top: 0px !important;
}

.loadingPanel .rich-mpnl-mask-div {
	background-color: transparent !important;
}