﻿.uiHidden
{
  display: none ;
}

.uiForm
{
  font-family: Calibri, Arial, "Trebuchet MS", "Segoe UI", Sans-Serif ;
  vertical-align:  top ;
  text-align: left ;
  margin-left: 10px ; 
}
.uiForm table
{
  table-layout: auto;
}
.uiForm tr td
{
  padding: 2px 4px 4px 2px;
}
.uiFormGroupHeader
{
  color: #2F4F4F /*DarkSlateGray*/ ;  
  font-size: 16px ;
  font-weight: bold ;
  vertical-align:  middle ;
  text-align: left ;
}
.uiFormRowHeader
{
  color: #2F4F4F /*DarkSlateGray*/ ;  
  font-size: 14px ;
  font-weight: bold ;
  vertical-align:  middle ;
  text-align: left ;
}
.uiFormRow
{
}
.uiFormRowFooter
{
  text-align: right ;
}
.uiFormLabelCell
{
  vertical-align:  middle ;
  text-align: right ;
}
.uiFormLabel
{
  font-size: 14px ;
  vertical-align:  middle ;
  text-align: right ;
}
.uiFormLabeless
{
}
.uiFormInputCell
{
  vertical-align:  middle ;
  text-align: left ;
}
.uiFormInput
{
  border-color: #939393 ; /*LightGray*/ 
  border-style:  solid ;
  border-width: 2px ;
  border-radius: 5px ;
  padding-left: 3px;
  font-size: 12px ;
  vertical-align:  middle ;
  text-align: left ;
}
uiBold
{
  font-size: 13px ;
  font-weight: bold;
}

.uiGrid
{
  font-family: Calibri, Arial, "Trebuchet MS", "Segoe UI", Sans-Serif ;
  font-size: 12px ;
  vertical-align:  middle ;
  text-align: left ;
} 
.uiGrid table
{
  table-layout: auto;
}
.uiGrid tr td
{
  padding: 1px 1px 1px 1px;
}
.uiGridHeader
{
  font-size: 12px ;
  vertical-align:  middle ;
  text-align: center ;
}
.uiGridHeaderAscending
{
  font-size: 12px ;
  vertical-align:  middle ;
  text-align: center ;

  background-image: url(../Images/System/asc.gif) ;
  background-position : right top ;
  background-repeat:  no-repeat;  
}
.uiGridHeaderDescending
{
  font-family: Calibri, Arial, "Trebuchet MS", "Segoe UI", Sans-Serif ;
  font-size: 12px ;
  vertical-align:  middle ;
  text-align: center ;
  display: block ; 
  padding: 0 16px 0 4px ;   

  background-image: url(../Images/System/desc.gif) ;
  background-position : right top ;
  background-repeat:  no-repeat;  
}
.uiGridInputCell
{
}
.uiGridInput
{
  border-color: #939393 ; /*LightGray*/ 
  border-style:  solid ;
  border-width: 2px ;
  border-radius: 5px ;
  padding: 0 0 0 0 ;
  margin: 0 0 0 0 ;
  font-size: 12px ;
  vertical-align:  middle ;
  text-align: left ;
}
.uiMaxInput
{
  width: 100%;
}
.uiHighlightInput
{
  border-color: Green  ; /*#D3D3D3 ; /*LightGray*/  
  border-style: dashed ;
  border-width: 2px ;
}
.uiMaxInput
{
  width: 100;
}
.uiDateInput
{
  width: 90px;
} 
.uiTimeInput
{
  width: 35px;
} 

.uiModalPopup
{
  background-color: white ;
  border: solid 2px Black ; 
  color: Black ; 
  text-align: center ;
}
.uiModalPopupHeader
{
  cursor: move ; 
  border: solid 1px Gray ; 
  color: White ; 
  font-weight: bold ;
  background-color: Blue ;
  text-align: center ;
}
uiModalPopupLabel
{
  color: Black ; 
  text-align: Left ;
}
.uiModalPopupBackground
{
  background-color: Gray ;
  filter: alpha(opacity=70) ;
  opacity:0.7 ;
}
 
.uiValidationSummary
{
  color: Black ;
  font-weight: bold ;
  margin-left: 30px ; 
}
.uiValidationError
{
  background-image: url('../Images/System/errorsmall.ico') ;
  background-repeat: no-repeat ; 
  padding-left: 10px ;
  color: Red ;
  font-weight: bold ;
}
.uiValidationWarning
{
  background-image: url('../Images/System/warningsmall.ico');
  background-repeat: no-repeat ; 
  padding-left: 10px ;
  color: Orange ;
  font-weight: bold ;
}

.uiButtonCell
{
  text-align: center;
  width: 84px;
  margin: 0 0 0 0 ;
  padding: 0 0 0 0 ;
}
.uiButton
{
  cursor: pointer; 
  border-style: solid ;
  border-width: 2px ;
  border-color: Gray;
  margin: 5px 5px 5px 5px ;
  padding: 3px 10px 3px 10px ;
  min-width: 80px ;
  color: White ;
  
  /* *** Rounded Corners START *** */
  border-radius: 15px ;
  -webkit-border-radius: 15px ;
  -moz-border-radius: 15px ;
  -khtml-border-radius: 15px ;
  /* *** Rounded Corners END *** */

  /* *** GRADIENT START ***           Blue   */
  background:                         #6495ED; 
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6495ED), to(#000088));
  background: -webkit-linear-gradient(#6495ED,#000088);
  background: -moz-linear-gradient(   #6495ED,#000088);
  background: -ms-linear-gradient(    #6495ED,#000088);
  background: -o-linear-gradient(     #6495ED,#000088);
  background: linear-gradient(        #6495ED,#000088);
  -pie-background: linear-gradient(   #6495ED,#000088); 
  behavior: url(../../../Scripts/PIE.htc);
  /* *** GRADIENT END *** */
}
.uiOkayButton
{
  cursor: pointer; 
  border-style: solid ;
  border-width: 2px ;
  border-color: Gray;
  margin: 5px 5px 5px 5px ;
  padding: 3px 10px 3px 10px ;
  min-width: 80px ;
  color: White ;
  
  /* *** Rounded Corners START *** */
  border-radius: 15px ;
  -webkit-border-radius: 15px ;
  -moz-border-radius: 15px ;
  -khtml-border-radius: 15px ;
  /* *** Rounded Corners END *** */

  /* *** GRADIENT START ***           Green   */
  background-color:                   #3CB371; 
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3CB371), to(#008800));
  background: -webkit-linear-gradient(#3CB371,#008800);
  background: -moz-linear-gradient(   #3CB371,#008800);
  background: -ms-linear-gradient(    #3CB371,#008800);
  background: -o-linear-gradient(     #3CB371,#008800);
  background: linear-gradient(        #3CB371,#008800);
  -pie-background: linear-gradient(   #3CB371,#008800); 
  behavior: url(../../../Scripts/PIE.htc);
  /* *** GRADIENT END *** */
}
.uiCancelButton
{
  cursor: pointer; 
  border-style: solid ;
  border-width: 2px ;
  border-color: Gray;
  margin: 5px 5px 5px 5px ;
  padding: 3px 10px 3px 10px ;
  min-width: 80px ;
  color: White ;
  
  /* *** Rounded Corners START *** */
  border-radius: 15px ;
  -webkit-border-radius: 15px ;
  -moz-border-radius: 15px ;
  -khtml-border-radius: 15px ;
  /* *** Rounded Corners END *** */

  /* *** GRADIENT START ***           Red   */
  background-color:                   #EF2020; 
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EF2020), to(#880000));
  background: -webkit-linear-gradient(#EF2020,#880000);
  background: -moz-linear-gradient(   #EF2020,#880000);
  background: -ms-linear-gradient(    #EF2020,#880000);
  background: -o-linear-gradient(     #EF2020,#880000);
  background: linear-gradient(        #EF2020,#880000);
  -pie-background: linear-gradient(   #EF2020,#880000); 
  behavior: url(../../../Scripts/PIE.htc);
  /* *** GRADIENT END *** */
}

