﻿/*HTML Tag Definition*/
basefont
{
	font-size: 15px;
	font-family:Tahoma;
	font-weight: normal;
}

/*This is to give rounded corners*/
.RoundedCorner
{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.RoundedCorners
{
  margin: 0px;
  padding: 10px;
  /* Rounded corner stuff starts here */
  border-radius: 6px;			 /* for IE 8 */ 
  -webkit-border-radius: 6px;    /* for Safari */
  -moz-border-radius: 6px;       /* for Firefox */
}
/****************************/

.PageHeading
{
	font-size: 17px;
    font-weight: bold;
}

.PageFooter
{
	font-size: 11px;
    font-weight: bold;
	padding: 3px 0px 0px 0px;
	position: absolute;
}

.Checkbox INPUT
{
    width:15px;
	height:15px;   
	padding: 0;
    margin:0;
    margin-right:3px;
    vertical-align:text-bottom;
}
.Checkbox label
{
   vertical-align: bottom;
  
}

.EmptyCell
{
    font-size:4px;
	font-family:Tahoma;
}

.Label
{
	font-size:13px;
	font-family:Tahoma;
	vertical-align:middle;
}

.Bold
{
    font-weight:bold;
}
.Label Input
{
    font-weight:normal;
}
.MandatoryFields
{
    color:#ff0000;
    font-size:11px;   
}

.ShowObject
{
	display: block;
}

.HideObject
{
	display: none;
}


.CollapsedPanel, .ExpandedPanel 
{

}


.PanelContentX
{ 
	overflow: hidden;
}

/* collapsed panel content */
.CollapsedPanel .PanelContentX { display: none; }

/*
.CollapsedPanel
{
	display: none;
}

.ExpandedPanel
{
	display: inline;	
}
*/


body
{
	margin: 0px;
	padding: 0pt;
	background-color: White;
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
}


.Numeric
{
	text-align :right;
	padding-right:1px !important;
}

.CheckboxStyle
{
    width:15px;
	height:15px;   
	padding: 0;
    margin:0;
    margin-right:3px;
}




.TextBoxStyle
{
  margin: 0; 
  border: 1px solid #999; 
  font-family: Tahoma;
  font-size: 12px;
  height:20px;
  resize: none;
}



.TextAreaStyle
{
  margin: 0; 
  border: 1px solid #999; 
  overflow:auto;
  font-family: Tahoma;
  font-size: 12px;
  resize: none;
  padding: 0px;
}


.TextBoxDisabledStyle
{
  margin: 0; 
  border: 1px solid #999; 
  overflow:auto;
  font-family: Tahoma;
  font-size: 12px;
  height:20px;
  color:Gray;
  background: #f7f7f7;
  resize: none;
  padding: 0px;
}

.TextBox
{
  margin: 0; 
  border: 1px solid #999; 
  font-family: Tahoma;
  font-size: 12px;
  line-height: 20px;
  height:20px;
  resize: none;
  padding:0px 2px 0px 2px;
}



.TextArea
{
  margin: 0; 
  border: 1px solid #999; 
  overflow:auto;
  font-family: Tahoma;
  font-size: 12px;
  resize: none;
  line-height: 20px;
  padding:0px 2px 0px 2px;
}

.TextBoxNoScrollStyle
{
  overflow:hidden;
  margin: 0; 
  border: 1px solid #999; 
  font-family: Tahoma;
  font-size: 12px;
  line-height: 20px;
  height:20px;
  resize: none;
  padding:0px 2px 0px 2px;
}

.ComboBoxStyle
{
  font-family: Tahoma;
  font-size: 12px;
}


.PageHeader
{
    background-color:#b2d1e5;
}
.PageFooter
{
    background-color:#98afbf;
}


.PageFooterSelected
{
    position:relative;
    float:right;
}

.PageFooterViewSelected
{
    position:relative;
    float:right;
    padding-right:10px;
}



.PageColor
{
    background-color:#e6ebef;
}

.LabelNoAlign
{
	font-size:13px;
	font-family:Tahoma;
}
.TextEllipsis
{
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}

 .HyperLink
{
  color:blue;
  cursor:pointer;
  text-decoration:underline;
}




/********** Grid PlaceHolder Start **********/
.GridViewPlaceHolder
{
    height: 100%;
    width: 100%;
    background-color: #E6EBEF;
    margin: 0px 0px 0px 0px;
}
/********** Grid PlaceHolder End **********/

/********** Grid Header Start **********/
        
.RegisterHeaderOuterFrame
{
    position:relative;
    top:0px; 
    height:40px;
    margin:0px;
    padding:0px;
    background-color: #B2D1E5;
    width:100%;
}
        
.RegisterHeader
{
    position:relative;
    margin: 0px 0px 0px 0px;
}
        
.RegisterHeader .LeftCurve
{
    float:left;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -5px -5px;
	height: 40px;
	width: 10px;
}
        
.RegisterHeader .Center
{
    background-color: #97AFBF;
    height: 40px;
    margin-left:10px;
    margin-right:10px;
    padding-top:0px;
}
        
.RegisterHeader .RightCurve
{
    float:right;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -20px -5px;
	height: 40px;
	width: 10px;
}
/********** Grid Header End **********/

/********** Grid ToolBar Start **********/
.RegisterToolBar
{
    padding-top: 4px;
}
/********** Grid ToolBar End **********/

/********** Grid Footer Start **********/
.PanelToolBar
{
    background-color: #97AFBF;
    height: 40px;
}

.PanelToolBarInner
{
    margin-left:10px;
    margin-right:10px;
    padding-top: 3px;
}
/********** Grid ToolBar End **********/

/********** Grid Footer Start **********/
.RegisterFooterOuterFrame
{
    position:relative;
    height:30px;
    margin:0px;
    padding:0px;
    width:100%
}
        
.RegisterFooter
{
    position:relative;
    margin: 0px 0px 2px 0px;
}
        
.RegisterFooter .LeftCurve
{
    float:left;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -5px -50px;
	height: 20px;
	width: 10px;
}
        
.RegisterFooter .Center
{
    background-color: #97AFBF;
    height: 20px;
    margin-left:10px;
    margin-right:10px;
}
        
.RegisterFooter .RightCurve
{
    float:right;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -20px -50px;
	height: 20px;
	height: 20px;
	width: 10px;
}
/********** Grid Footer End **********/

/********** Grid Filter Start **********/
.RegisterCaption
{
    float:left;
    margin-top: 15px;
}
        
.FilterToolBar
{
    float:right;
    margin-top: 7px;
    margin-bottom: 3px;
    padding-left: 10px;
    height:30px;
}
/********** Grid Filter End **********/
.RegFilter_Classic
{
    font: 12px/24px Tahoma, "Segoe UI" , Arial, Sans-serif;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f1f5fb;
    height: 30px;
}

.RegFilter_Classic .rfRoot
{
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
    height: 30px;
}
        
.RegFilter_Classic .rfItem
{
    list-style: none none outside;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
    height: 30px;
    padding: 0px 0px 0px 0px;
}

.RegFilter_Classic .rfItem div.fltOption
{
    height: 25px;
    width: 20px;
    border: 0px;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 10px;
    line-height: 10px;
}

.RegFilter_Classic .rfItem div.fltOption img
{
    height: 25px;
    width: 20px;
    border: 0px;
    display: block;
    padding: 0;
    margin: 0;
}

.RegFilter_Classic .rfItem span.rfCaption
{
    float: left;
    font: bold 12px Tahoma, "Segoe UI" , Arial, Sans-serif;
    vertical-align: middle;
    padding: 5px 8px 5px 4px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    min-width:90px;
    max-width:120px;
    display:inline-block;
}

.RegFilter_Classic .rfDefault
{
    margin-right: 3px;
    margin-left: 3px;
}

.RegFilter_Classic #FilterView0
{
    margin:0px !important;
}
.RegFilter_Classic #FilterView1
{
    margin:0px !important;
}

.RegFilter_Classic #FilterView2
{
    margin:0px !important;
}

.RegFilter_Classic #FilterView3
{
    margin:0px !important;
}

.RegFilter_Classic .rfDefault #lblDefault
{
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    /*width:86px;*/
    display:inline-block;
}

.RegFilter_Classic .rfSearch
{
}
        
.RegFilter_Classic .rfSearch input
{
    font: 12px/16px Tahoma, "Segoe UI" , Arial, Sans-serif;
}
        
.RegFilter_Classic .rfSearch .rfEmptySearch
{
    color: #8A8A8A;
}

.RegFilter_Classic .fltBtnCtnClear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.RegFilter_Classic a.fltBtn {
    background: transparent url('../Images/tbFilterButton_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px Tahoma, sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

.RegFilter_Classic a.fltBtn span {
    background: transparent url('../Images/tbFilterButton_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}

.RegFilter_Classic a.fltBtn:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.RegFilter_Classic a.fltBtn:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
} 

.HelpIcon
{
	background-repeat:no-repeat;
	background-image:url(../Images/tbHelpLargeIIcon.gif);
	background-position: 0px 0px;
	height:20px;
	width:20px;
	cursor:pointer;
}

.MenuFullDiv
{
    width:100%;
}

.infoicon div.rwDialogPopup  
{  
    background-image: url(../Images/Information32.gif) !important;  
}  

.alerticon div.rwDialogPopup  
{
   background-image: url(../Images/Alert32.gif) !important;  
}
.criticalicon div.rwDialogPopup  
{
   background-image: url(../Images/Critical32.gif) !important;  
}

.confirmicon div.rwDialogPopup
{
    background-image: url(../Images/Question32.gif) !important; 
}
.CaculateDiv
{
	font-size: 12px !important;
	font-family:Tahoma;
	font-weight: normal;
	position:absolute !important;
	top:-1000px;
	left:-1000px;
	letter-spacing: 0.5px \0/IE9;
}

.DisabledRow,
.DisabledText
{
    color:#a9a9a9;
}

.HighlightTextLightBlue 
{
    color:#0096ff;
}

.ToolbarSpacer
{
    margin-left:20px;
    
}

.LabelText
{
	font-size:13px;
	font-family:Tahoma;
}

.LabelText Input
{
    font-weight:normal;
}

.HyperLinkWithNoLine
{
    color:blue;
    cursor:pointer;
}

.DownloadLinkClass
{
    color:blue;
    cursor:pointer;
    text-decoration:underline;
}
 
.RedlineClass
{
    color:Red !important;
}

a.UploadBtn {
    background: transparent url('../Images/tbFilterButton_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px Tahoma, sans-serif;
    height: 24px;
    margin-right: 0px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.UploadBtn .UploadBtnSpan {
    background: transparent url('../Images/tbFilterButton_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
}

a.UploadBtn:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.UploadBtn:active .UploadBtnSpan {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}

a.UploadBtn .FlashWrapper
{
    position:relative;
}

a.UploadBtn .FlashWrapper .FlashControl
{
    margin:0;
    padding:0;
    width: 50px;
    height: 24px;
    position:absolute;
    top: 0px;
    left: 0px;
}
    
/********** White Header Start **********/
.WhiteHeaderOuterFrame
{
    position:relative;
    top:0px; 
    height:40px;
    margin:0px;
    padding:0px;
    background-color: #B2D1E5;
    width:100%;
}
        
.WhiteHeader
{
    position:relative;
    margin: 0px 0px 0px 0px;
}
        
.WhiteHeader .LeftCurve
{
    float:left;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -40px -5px;
	height: 40px;
	width: 10px;
}
        
.WhiteHeader .Center
{
    background-color: #FFFFFF;
    height: 40px;
    margin-left:10px;
    margin-right:10px;
    padding-top:0px;
}
        
.WhiteHeader .RightCurve
{
    float:right;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -55px -5px;
	height: 40px;
	width: 10px;
}
/********** White Header End **********/


/********** White ToolBar Start **********/
.WhiteToolBar
{
    padding-top: 3px;
}
/********** White ToolBar End **********/

/********** White Footer Start **********/
.WhiteFooterOuterFrame
{
    position:relative;
    height:30px;
    margin:0px;
    padding:0px;
    width:100%
}
        
.WhiteFooter
{
    position:relative;
    margin: 0px 0px 2px 0px;
}
        
.WhiteFooter .LeftCurve
{
    float:left;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -40px -50px;
	height: 20px;
	width: 10px;
}
        
.WhiteFooter .Center
{
    background-color: #FFFFFF;
    height: 20px;
    margin-left:10px;
    margin-right:10px;
}
        
.WhiteFooter .RightCurve
{
    float:right;
	background: url(../Images/Register/qaRegisterLayouts.gif) no-repeat -55px -50px;
	height: 20px;
	width: 10px;
}
/********** White Footer Start **********/

.EditorDefault 
{
     font-weight:normal;
     font-variant: normal;
     font-style: normal;
}

.line
{
	background:url(../Images/tbWidgetCurveTop-bg.gif) repeat-x 0 0;
	height:2px;
	width:100%;
}/*
.RadToolBar .rtbOut
{
    min-width:60px !important;
    max-width:100px !important;
}

.rfdButton input.rfdDecorated[type="submit"]
{
    min-width: 60px !important;
}*/



input:disabled {
    color:black !important;
   
}


.HoldRedClass{
    color:red;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}


.HoldGreenClass{
   color:#2fba4a;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}


.HoldAmberClass{
    color:#FFC200;
     font-size:14px;
     font-weight:bold;
     cursor:pointer;
}

.RadioList input
{
    width:15px;
	height:15px;
	padding: 0;
    margin:0;
    margin-right:2px;
    vertical-align:text-bottom;
}

.RadioList label
{
    vertical-align: bottom;
    font-family: Tahoma;
    font-size: 13px;
    margin-right:2px;
}

.HRadioList input
{
    width:15px;
	height:15px;
	padding: 0;
    margin:0;
    margin-right:2px;
    vertical-align:text-bottom;
}
.HRadioList label
{
    vertical-align: bottom;
    font-family: Tahoma;
    font-size: 13px;
    margin-right:2px;
}