﻿/* ReTextBox */
#tooltip { position:absolute; z-index:9999; color:#fff; font-size:12px; width:200px; }
#tooltip .tooltipHelpHeader { height:10px; background:url(../Images/reF2/tooltipHelpHeader.png) no-repeat; }  
*html #tooltip .tooltipHelpHeader { margin-bottom:-6px; }  
#tooltip .tooltipHelpBody { background-color:#4465b1; padding:5px; }  
#tooltip .tooltipHelpFooter { height:10px; background:url(../Images/reF2/tooltipHelpFooter.png) no-repeat; }  
#tooltip .tooltipErrorHeader { height:10px;  background:url(../Images/reF2/tooltipErrorHeader.png) no-repeat; }  
*html #tooltip .tooltipErrorHeader { margin-bottom:-6px; }  
#tooltip .tooltipErrorBody { background-color:#cc1212; padding:5px; }  
#tooltip .tooltipErrorBody ul { margin:0; margin-left:1em; padding-left:5px; }
#tooltip .tooltipErrorBody li { margin:0; padding:0; }
#tooltip .tooltipErrorFooter { height:10px; background:url(../Images/reF2/tooltipErrorFooter.png) no-repeat; }
.reTextBox, .reTextBoxReq, .reTextBoxRO { width:200px; border: 1px solid #e9e9e9; height: 14px;	}
.reTextBoxReq {	background:url(../Images/reF2/req.gif) no-repeat right top #fff1f1; }
.reTextBoxRO { background-color: #CCCCCC; }
.reDropDownList, .reDropDownListReq {width: 205px; height: 20px; border: 1px solid ff0000; }
.reDropDownListReq { background:url(../Images/reF2/req.gif) no-repeat right top #fff1f1; }
.reDropDownListDsbld { font-weight: bold; }

/* ReGridView */
.reGridViewClassic { width:100%; border:solid 1px #ffffff; border-bottom:solid 1px #cecece;}
.reGridViewClassicRow { /*background-color:#cecece;*/ border-bottom:solid 1px #cecece; padding:3px; text-align: left; }
.reGridViewClassicHeader { background-color:#db1c1c; border-bottom:solid 1px #FFFFFF; height: 30px; text-align: left; color: #FFFFFF; }
.reGridViewClassicHeader a { color: #FFFFFF; }
.reGridViewClassicHeader th { text-align: left; }
.reGridViewClassicFooter { }
.reGridViewClassicPager { height: 30px;	text-align: center;	background: #ffffff; }
.reGridViewClassicSelectedRow { text-align:left; background-color:#F0F0F0; font-weight:bold; }
.reGridAlterRowStyle { /*background-color:#cecece;*/ }
.reGridViewClassicRecordsInfo {	text-align: left; width: 30%; padding-left: 15px; font-weight: bold; }
.reGridViewClassicPagingControls { width: 70%; }

/* ReAlertPopUp */
.MPEAlertMainDiv { width:300px; background-color: #ffffff; border:solid #c4dbf2 5px; border-top: 0px; z-index:13001 !important; }
.MPEAlertTitleDiv {	float:left; width:300px; #height:30px; min-height:30px; background-color:#c4dbf2; cursor:move; }
.MPEAlertTitleDivLeft { float:left; width: 260px; #height:20px; min-height:20px; text-align:left; padding: 5px 0 5px 0; color:#000000; font-weight: bold; }
.MPEAlertTitleDivRight { float:left; width: 40px; #height:30px; min-height:30px; text-align:right; }
.MPEAlertContentDiv { float:left; width:300px; padding: 15px 0 15px 0; background-color:#ffffff; }
.MPEAlertContentLeft { float:left; width: 30px; text-align:center; padding-left: 10px; }
.MPEAlertContentRight { float:left; width: 230px; text-align:left; padding-left:20px; padding-right: 10px; }
.MPEAlertBottomDiv { float:left; width:290px; height:25px; text-align:right; padding:10px 10px 10px 0; background-color:#EBEBEB; }
.MPEAlertButtons { width: 90px; height: 25px; }
.MPEAlertButtonsHidden { display: none; }
.modalBackground{ background-color:Gray; filter:alpha(opacity=70); opacity:0.7; z-index:13000 !important; }
.popUpOver{z-index:13001 !important;}