BODY {background-color: #ffffff; color: black; font-size: 13px; font-family:Arial, Helvetica;}
input {FONT-SIZE: 13px; color: black; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
select {FONT-SIZE: 13px; color: black; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
textarea {FONT-SIZE: 13px; color: black; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
TH {FONT-SIZE: 13px; color: black; font-weight: bold; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
TD {FONT-SIZE: 13px; color: black; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
div {FONT-SIZE: 13px; color: black; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}

div:focus {
    outline: none;
}
  
body.status {  background-color: black }
TD.Enabled {FONT-SIZE: 13px; color: black; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
TD.Disabled {FONT-SIZE: 13px; color: Gray; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}

.Header {font-size: 13px; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}
.WizardText {font-size: 13px; font-family:Arial, Helvetica, Verdana, Geneva, Swiss, sans-serif;}

.aboutTitle {color: black; font-weight: bold; font-size: 18px; font-family: Arial, Helvetica;}
.information {color: black; font-weight: 400; font-size: 16px; font-family: Arial, Helvetica;}
.options {color: black; font-weight: 400; font-size: 12px; font-family: Arial, Helvetica;}

.clFrameBorder      {background-color: black; }
.clFrameBodyGray    {background-color: #F0F0F0; }
.clFrameBodyWhite   {background-color: #FFFFFF; }
.clFrameHeader      
	{
	background-color: #8FC3E1;
	} 
	
/****** jQuery UI ******/
/*.ui-widget-header {color: #ffffff; background: #333399;}*/

.ui-widget-header 
	{
	color: #ffffff; background: #00008F ;
	background: -moz-linear-gradient(left, #00008F , #9DBAF5 );
	background: -webkit-linear-gradient(left, #00008F , #9DBAF5 );
	background: -o-linear-gradient(left, #00008F , #9DBAF5 );
	background: -ms-linear-gradient(left, #00008F , #9DBAF5 );
	background: linear-gradient(left, #00008F , #9DBAF5 );
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#00008F ', endColorstr='#9DBAF5');
	}

.ui-widget {font-size: 13px; font-family: Arial, Helvetica;}
/*.ui-widget .ui-widget {font-size: 13px; font-family: Arial, Helvetica;} */
.ui-button-text-only .ui-button-text {font-size: 12px; font-family: Arial, Helvetica;}
.ui-widget-content  {background: #F8F8F8;}	/* font-family: Arial, Helvetica; font-size: 13px} */
.ui-corner-all {border-top-left-radius: 0px;border-top-right-radius: 0px;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;}
.ui-dialog, .ui-dialog-titlebar {padding: 2px 2px;} /* font-family: Arial, Helvetica; font-size: 13px;} */

.ui-widget-overlay
	{
	opacity: .50 !important;
	filter: Alpha(Opacity=50) !important;
	background: black;	/* rgb(50, 50, 50) !important; */
	}
/****** jQuery UI ******/

.clFrameTitle		  
	{
	background-color: #8FC3E1;
	border: 1px solid #8FC3E1; 
	color: black;
	font-weight: bold; 
	font-size: 13px; 
	font-family: Verdana;
    cursor: default;
	}
	
.clFrameTitleOver   
	{
	background-color: #EBECED;
	border-style: solid;
	border-width: 1px;
	border-top-color: #D4D2D2;					
	border-left-color: #D4D2D2;					
	border-right-color: #6a737B;					
	border-bottom-color: #6a737B;		
	color: black; 
	font-weight: bold; 
	font-size: 13px; 
	font-family: Verdana;
    cursor: default;

    /* Gradients */

    /* Older IE versions */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#208fc3e1', EndColorStr='#C08fc3e1');

    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #8FC3E1 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #8FC3E1 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #8FC3E1 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #8FC3E1));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #8FC3E1 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #8FC3E1 100%);	

}

.clStatusBorder				{background-color: #AAAAAA }
.clStatusCell         
	{
   background-color:#D4D3D3; 
	font-family: Arial, Helvetica;
	font-size: 13px;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	overflow: hidden;
	}			
	
.clStatusProgress      
	{
   background-color:#D4D3D3; 
	padding-top: 2px;
	padding-left: 1px;
	overflow: hidden;
	}		

.clStatusPctComplete   
	{
   background-color: #00008B;
	font-family: Arial, Helvetica;
	font-size: 10px;
	}

.AdvancedFind			
	{
	color: Navy;
	font-size: 12px;
	font-family: Arial, Helvetica;
	}
	
.AdvancedFind:hover	
	{
	color: Maroon;
	font-size: 12px;
	font-family: Arial, Helvetica;
	}	
	    
.AdvancedFindDisabled	
	{
	color: gray;
	font-size: 12px;
	font-family: Arial, Helvetica;
	cursor:default;
	}	
	
	
.HistoryItem			
	{
	color: Navy;
	font-size: 12px;
	font-family: Arial, Helvetica;
    text-decoration: none;
    border: solid 1px transparent;
    border-radius: 2px;
    padding: 2px 2px;
    margin-left: 2px;
	}
	    
.HistoryItem:hover
	{
	color: Maroon;
	font-size: 12px;
	font-family: Arial, Helvetica;
    border: solid 1px #a0a0a0;
    background-color: #fbfbfb;
	}	    
	    
.HistoryItemDisabled	
	{
	color: gray;
	font-size: 12px;
	font-family: Arial, Helvetica;
	cursor:default;
	}	    

.btnNormal
	{
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color: #EBECED;
	color: black; 
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-top-color: #D4D2D2;					
	border-left-color: #D4D2D2;					
	border-right-color: #6a737B;					
	border-bottom-color: #6a737B;					
	cursor: default;
	}

.btnDisabled
	{
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color: #EBECED; 
	color: gray;
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #D4D2D2;					
	cursor: default;
	}

.btnNormalHover
	{
	text-align:left;
	padding-left:4px;
	padding-top:2px;
	background-color: #EBECED;
	color: black; 
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 2px;
	border-top-color: #D4D2D2;					
	border-left-color: #D4D2D2;					
	border-right-color: #6a737B;					
	border-bottom-color: #6a737B;						
	cursor: default;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#208fc3e1', EndColorStr='#808fc3e1');
	}

.btnNormalFocus
	{
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color: #EBECED;
	color: black; 
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: dotted;
	border-width: 1px;
	border-top-color: #D4D2D2;					
	border-left-color: #D4D2D2;					
	border-right-color: #6a737B;					
	border-bottom-color: #6a737B;					
	cursor: default;
	}

.btnDefault
	{
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color: #DCDDDE;
	color: black; 
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-top-color: #A19F9F;					
	border-left-color: #A19F9F;					
	border-right-color: black;					
	border-bottom-color: black;		
	cursor: default;
	}

.btnDefaultHover
	{
	text-align:left;
	padding-left:4px;
	padding-top:2px;
	background-color: #EBECED;
	color: black; 
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 2px;
	border-top-color: #D4D2D2;					
	border-left-color: #D4D2D2;					
	border-right-color: #6a737B;					
	border-bottom-color: #6a737B;						
	cursor: default;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#208fc3e1', EndColorStr='#808fc3e1');
	}

.btnDefaultFocus
	{
	text-align:left;
	padding-left:5px;
	padding-top:3px;
	background-color: #DCDDDE;
	color: black; 
	font-weight: 400; 
	font-size: 12px; 
	font-family: Arial, Helvetica;
	border-style: dotted;
	border-width: 1px;
	border-top-color: #A19F9F;					
	border-left-color: #A19F9F;					
	border-right-color: black;					
	border-bottom-color: black;		
	cursor: default;
	}


/*
 * clOption class names
 */
.optNormal
	{
	text-align: left;
	padding-left: 7px;
	padding-top: 1px;
	background-color: #F0F0F0;
	color: black;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #F0F0F0;
	cursor: default;
	text-decoration: none;
	}

.optFocus
	{
	text-align: left;
	padding-left: 7px;
	padding-top: 1px;
	background-color: #F0F0F0;
	color: black;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #F0F0F0;
	cursor: default;
	text-decoration: none;
	}

.optHover
	{
	text-align: left;
	padding-left: 7px;
	padding-top: 1px;
	background-color: #d4d3d3;
	color: black;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	cursor: default;
	text-decoration: none;
	}

.optDisabled
	{
	text-align: left;
	padding-left: 7px;
	padding-top: 1px;
	background-color: #F0F0F0;
	color: gray;
	font-weight: 400;
	font-size: 12px;
	font-family: Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #F0F0F0;
	cursor: default;
	text-decoration: none;
	}

.optSeparator
	{
	background-color: #F0F0F0;
	color: gray;
	height: 1px;
	}
	
.optLabel
	{
	text-align: left;
	padding-left: 7px;
	padding-top: 2px;
	background-color: #F0F0F0;
	color: black;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #F0F0F0;
	cursor: default;
	}	

.optInput 
	{
	font-size: 12px; 
	color: black; 
	font-family: Arial, Helvetica;
	}
	
.optSelect 
	{
	font-size: 12px; 
	color: black; 
	font-family: Arial, Helvetica;
	}
	
	.findButton
	{
		height :21px;
		width: 21px;
		background-color: #ffffff;
		background-repeat:no-repeat; 
		background-position: 0px;
		background-image : url(../images/formfind.gif);
	}




/* The following styles are for the calendar date picker control */

.highlight 
{
   background-color:#8FC3E1; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
}

.selected 
{
   background-color:#FEC357; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
}

.weekDay 
{
   background-color:#ffffff; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
}		 

.weekEnd
{
   background-color:#FFFFFF; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
}

.calTitle
{
    color: green;
   background-color:#FFFFFF; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
   font-weight:bold;
}

.dayTitles
{
   background-color:#ffffff; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	text-align: center;
	padding-top: 0px;
   font-weight:bold;
}

.valignCell
{
	padding-top: 2px;
    display: block;
}

.disabledValignCell
{
	color: #cccccc;
	padding-top: 2px;
    display: block;
}

/* Chrome added default 2 pixel black borders around buttons in version 80 (I think) 
    This will set the default border for buttons to none.

input[type="button"] {
    border: none;
    outline: none;
}
*/



.btnForm, .btnFormDate, .btnFormFind, .btnFormClear {
    height: 21px;
    width: 21px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top 2px left 2px;
    border: solid 1px transparent;
    border-radius: 2px;
    vertical-align: bottom; /* fixes an alignment problem in recent Chrome versions */
    margin-right: 5px;
}


.btnFormDate {
    background-image: url(../images/formdate.gif);
    background-color: transparent;
}



.btnFormFind {
    background-position: top 1px left 1px;
    background-size: 16px 16px;
    background-image: url(../images/formfind.svg);
    box-shadow: 1px 1px 3px 1px #d0d0d0;
    width: 19px;
    height: 19px;
}


    .btnFormFind:disabled {
        background-image: url(../images/formfindDisable.svg);
    }

.btnFormEdit {
	background-position: top 1px left 1px;
	background-size: 16px 16px;
	background-image: url(../images/edit.svg);
	box-shadow: 1px 1px 3px 1px #d0d0d0;
	width: 19px;
	height: 19px;
	border: none;
	background-color: transparent;
}

.btnFormEdit:disabled {
	background-image: url(../images/editDisable.svg);
}


.btnFormClear {
    background-position: top 2px left 1px;
    background-size: 16px 14px;
    background-image: url(../images/formclear.svg);
    box-shadow: 1px 1px 3px 1px #d0d0d0;
    width: 19px;
    height: 19px;
}


    .btnForm:hover:enabled, .btnFormDate:hover:enabled, .btnFormFind:hover:enabled, .btnFormClear:hover:enabled {
        box-shadow: 1px 1px 3px 1px #a0a0a0;
        background-color: beige;
        cursor: pointer;
    }


    .btnForm:focus, .btnFormDate:focus, .btnFormFind:focus, .btnFormClear:focus {
        outline: solid 1px #808080;
    }


/* Classes for tooltips */

.tt-container {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 6px;
	background-size: 20px 20px;
	border: none;
	background-color: transparent;
}

.tt-container[disabled] {
	cursor: default;
}

.tt-container:focus {
	outline: solid 1px #c0c0c0;
}


.tt-container-info {
	background-image: url(../Images/info-blue-24px.svg);
}

	.tt-container-info[disabled] {
		background-image: url(../Images/info-disabled-24px.svg);
	}

.tt-container-warn {
	background-image: url(../Images/warn-red-24px.svg);
}

	.tt-container-warn[disabled] {
		background-image: url(../Images/warn-disabled-24px.svg);
	}



.tooltip:after {
	position: absolute;
	bottom: 100%;
	left: 50px;
	margin-left: -8px;
	width: 0;
	border-bottom: 8px solid #f8f8f8;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

.tt-container-active:hover .tooltip {
	display: block;
}

.tooltip {
	display: none;
	color: black;
	margin-left: -50px; /* moves the tooltip to the left */
	margin-top: 20px; /* moves it down */
	position: absolute;
	z-index: 1000;
	background: #f8f8f8;
	padding: 10px 20px;
	box-shadow: 1px 1px 15px 5px rgba(0,0,0,0.2);
	border-radius: 4px;
	text-align: left;
}
