body
{
  font-family: Trebuchet MS;
  font-size: 8pt;
  background-color: lightgrey;
  color: #000000;
}

/************************** Webcontrol Styles - Start **************************/
.MandatoryCharacterStyle
{
  padding: 20px 0px 0px 0px;
  cursor: pointer;
  font-family: Trebuchet MS;
  font-size: 18pt;
  color: red;
  vertical-align: middle;    
}

.WebDateChooserStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #6a66bc;
  border-width: 1;
}

.WebDateChooserMandatoryStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color: azure;
  border-style: solid;
  border-color: #6a66bc;
  border-width: 1;
}
.LabelStyle
{
  font-family: Trebuchet MS;
  padding-top: 4px;
  color: black;
  font-weight: 900;
}

.LabelDisplayStyle
{
  font-family: Trebuchet MS;
  padding-top: 4px;
  color: black;
  font-weight: 900;  
}

.TextBoxStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  padding: 0px 4px 0px 4px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: black;
  border-width: 1;
}

.TextBoxMandatoryStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  padding: 0px 4px 0px 4px;
  background-color: azure;
  border-style: solid;
  border-color: black;
  border-width: 1;
}

.CheckBoxStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color:Transparent;
} 

.CheckBoxMandatoryStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color: Transparent;
}

.RadioButtonListStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  border-style: solid;
  border-color: black;
  border-width: thin;
}

.RadioButtonListMandatoryStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color: azure;
  border-style: solid;
  border-color: black;
  border-width: thin;
}

.DropDownListStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: black;
  border-width: 1; 
}

.DropDownListMandatoryStyle
{
  font-size: 8pt;
  font-family: Trebuchet MS;
  background-color: azure;
  border-style: solid;
  border-color: black;
  border-width: 1;
}

.LinkButtonStyle
{
  padding-top: 5px;
  font-family: Trebuchet MS;
  font-size: 8pt;
  color: #0c41b5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 20px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../Images/Web/Button.gif);
  display: block;
  width: 115px;
}

.LinkButtonStyle:visited
{
}

.LinkButtonStyle:active
{
}

.LinkButtonStyle:hover
{
  filter: alpha(opacity=70);
  opacity: 0.7;
  mozopacity: 0.7;
}

.LinkButtonStyleS
{
  padding-top: 10px;
  font-family: Trebuchet MS;
  font-size: 12pt;
  color: #0c41b5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 25px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.LinkButtonStyleS:visited
{
}

.LinkButtonStyleS:active
{
}

.LinkButtonStyleS:hover
{
  text-decoration: underline;
}

.LinkButtonPlainStyle
{
  font-family: Trebuchet MS;
  font-size: 10pt;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;  
  display: block;
}

.LinkButtonPlainStyle:visited
{
}

.LinkButtonPlainStyle:active
{
}

.LinkButtonPlainStyle:hover
{  
  text-decoration: underline;
}

.LogoutButtonStyle
{
  padding: 0px 15px 5px 0px;
  font-family: Trebuchet MS;
  font-size: 10pt;
  color: black;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  width: 100px;
  height: 25px;
  display: block;
}

.LogoutButtonStyle:visited
{
}

.LogoutButtonStyle:active
{
}

.LogoutButtonStyle:hover
{  
  text-decoration: underline;
}

.LinkButtonAddStyle
{
  padding-top: 5px;
  padding-right: 20px;
  font-family: Trebuchet MS;
  font-size: 12pt;
  color: White;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 27px;
  text-decoration: none;
  width: 110px;
  background-image: url(../Images/Web/ButtonAdd.gif);
  font-weight: bold;
  display: block;
}

.LinkButtonAddStyle:visited
{
}

.LinkButtonAddStyle:active
{
}

.LinkButtonAddStyle:hover
{
  filter: alpha(opacity=60); 
  opacity: 0.6;
  mozopacity: 0.6;
}

.LinkButtonDeleteStyle
{
  padding-top: 5px;
  padding-left: 20px;
  font-family: Trebuchet MS;
  font-size: 12pt;
  color: White;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 27px;
  text-decoration: none;
  width: 110px;
  background-image: url(../Images/Web/ButtonDelete.gif);
  font-weight: bold;
  display: block;
}

.LinkButtonDeleteStyle:visited
{
}

.LinkButtonDeleteStyle:active
{
}

.LinkButtonDeleteStyle:hover
{
  filter: alpha(opacity=60); 
  opacity: 0.6;
  mozopacity: 0.6;
}

.LinkButtonStyleDisLeg
{
  text-decoration: none;
  color: darkgray;
}

.LinkButtonStyleDisLeg:visited
{
}

.LinkButtonStyleDisLeg:active
{
}

.LinkButtonStyleDisLeg:hover
{
  text-decoration: underline;
}
/************************** Webcontrol Styles - End **************************/

/************************** BackgroundImage Styles - Start **************************/
.Heading1Background
{
  height: 116px;
  width: 800px;
  background-image: url(../Images/Web/Heading1Background.gif);
  background-repeat: no-repeat;
}
.Heading1BackgroundLogin
{
  height: 126px;
  width: 800px;
  background-image: url(../Images/Web/Heading1BackgroundLogin.gif);
  background-repeat: no-repeat;
}
.Heading2Background
{
  height: 44px;
  width: 800px;
  background-color: White;
}

.PageHeadingBackground
{
  padding: 0px 0px 5px 10px;
  font-size: 14pt;
  color: #004995;
  vertical-align: bottom;
}

.FooterStyle
{
  color: darkgray;
  font-family: Trebuchet MS;
  font-weight: bold;
}
.LOTLogo
{
  height: 86px;
  width: 226px;
  background-image: url(../Images/Web/LOTLogo.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.CALELogo
{
  height: 66px;
  width: 136px;
  background-image: url(../Images/Web/CALELogo.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.DetailHeadingStyle
{
  height: 20px;
  width: 800px;
  background-color: #b5d1eb;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 12pt;
  color: black;
  border-right: black thin solid;
  border-top: black thin solid;
  border-left: black thin solid;
  border-bottom: black thin solid;
}

.NavigationBanner
{
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 12pt;
  color: White;
  vertical-align: middle;
  text-align: center;  
  cursor: pointer;
}

.NavigationBannerHover
{
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 10pt;
  color: White;
  vertical-align: middle;
  text-align: center;  
  cursor: pointer;
  filter: alpha(opacity=60); 
  opacity: 0.6;
  mozopacity: 0.6; 
}
/************************** BackgroundImage Styles - End **************************/

/************************** Busy Processing Styles - Start **************************/
.BusyProcessingTableStyle
{
  background-color: white;
  height: 60px;
  width: 200px;
}

.BusyProcessingStyle
{
  background-image: url(../Images/Web/CaleLotWorking.gif);
  background-repeat: repeat;
  width: 60px;
  height: 60px;
}

.BusyProcessingTextStyle
{
  font-family: Trebuchet MS;
  font-size: 10pt;
  font-weight: bold;
  color: Red;  
}

.BusyProcessingLeftStyle
{
  background-image: url(../Images/Web/BusyProcessingLeft.gif);
  background-repeat: no-repeat;
  width: 6px;
  height: 60px;
}

.BusyProcessingRightStyle
{
  background-image: url(../Images/Web/BusyProcessingRight.gif);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
/************************** Busy Processing Styles - End **************************/

/************************** Page Error Styles - Start **************************/
.PageErrorHeading
{
  padding: 4px 5px 1px 10px;
  border-left: #636363 1px solid;
  border-right: #636363 1px solid;
  height: 15px;
  background-image: url(../Images/PageError/PageErrorHeading.gif);
  background-position-y: top;
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  border: solid thin black;
  font-size: 10pt;
}

.PageErrorPanel
{
  padding: 5px 0px 5px 10px;
  background-color: seashell;
  border: solid thin darkred;
  cursor:default;
  font-size: 10pt;
}

.ErrorStyle
{
  color: Red;
}
/************************** Page Error Styles - End **************************/

/************************** Navigation Item Styles - Start **************************/
.NavigationItem
{
  padding: 0px 0px 0px 9px;
  font-family: Trebuchet MS;
  font-size: 12px;
  color: black;
  text-align: center;
  vertical-align: middle;
  cursor: hand;
  text-decoration: none;
  font-weight: Bold;
}

.NavigationItem:visited
{
}

.NavigationItem:active
{  
}

.NavigationItem:hover
{
  text-decoration: underline;
  background-position: left center;
  background-image: url(../Images/Web/LOTLogoSmall.gif);
  background-repeat: no-repeat;
}

.NavigationItemSpacer
{  
  font-family: Trebuchet MS;
  font-size: 10pt;
  color: black;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
/************************** Navigation Item Styles - End **************************/

/************************** Welcome Styles - Start **************************/
.WelcomeStyleTop
{
  font-size: 10pt;
  color: black;
  text-align: right;
}
.WelcomeStyleBottom
{
  font-weight: bold;
  font-size: 10pt;
  color: #0775c7;
  text-align: center;
}
/************************** Welcome Styles - End **************************/

/************************** Grid Styles - Start **************************/
.GridHeaderStyle
{
  background-image: url(../Images/WebGrid/GridHeader.gif);
  background-repeat: repeat-x;
  height: 20px;
  color: white;
  vertical-align: middle;
}

.GridRowStyle
{
  background-color: azure;
  font-size: 8pt;
  font-family: Trebuchet MS;
}

.GridRowAlternateStyle
{
  background-color: white;
  font-size: 8pt;
  font-family: Trebuchet MS;
}

.GridRowSelectedStyle
{
  background-color: #0d4cb6;
  font-size: 8pt;
  font-family: Trebuchet MS;
  color: white;
}
/************************** Grid Styles - End **************************/

/************************** Calendar Styles - Start **************************/
.CalendarDayStyle
{
  font-size:x-small;  
}

.CalendarFooterStyle
{
  font-size:x-small; 
  background-color:WhiteSmoke;
}

.CalendarSelectedDayStyle
{
  color: HighlightTxt;
  background-image: url(../Images/Calendar/OrangeExplorer.gif);
}

.CalendarOtherMonthDayStyle
{
  color: #E0E0E0;
}

.CalendarNextPrevStyle
{
  border-width: 1px;
  border-style: outset;
  background-image: url(../Images/Calendar/BlueExplorer.gif);
}

.CalendarTodayDayStyle
{
  BackColor="White";
  background-color: White;
}

.CalendarDropDownStyle
{
  font-size: x-small;
  font-family: Trebuchet MS;
  background-color:WhiteSmoke;
}

.CalendarDayHeaderStyle
{
  font-size: x-small;
  font-weight: bold;
  border-color: White;
  background-image: url(../Images/Calendar/BlueExplorer.gif);
  background-color:WhiteSmoke;
}

.CalendarTitleStyle
{
  border-width: 1px;
  border-style: outset;
  background-image: url(../Images/Calendar/BlueExplorer.gif);
}
/************************** Calendar Styles - End **************************/

/************************** File Handler Styles - Start **************************/

.FileHandlerFileUploadedStyle
{
  color: teal;
  font-style: italic;
  font-family: Trebuchet MS;
  font-size: 8pt;
}

.FileHandlerButtonAttachmentUploadStyle
{
  background-image: url(../Images/AttachmentHandler/Attachment_Upload.gif);
  background-repeat: no-repeat;
  cursor: hand;
  height: 20px;
  width: 16px;
  vertical-align: middle;
  font-family: Trebuchet MS;
  font-size: 8pt;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #4C472A;
}

.FileHandlerButtonAttachmentCancelUploadStyle
{
  background-image: url(../Images/AttachmentHandler/Close.gif);
  background-repeat: no-repeat;
  cursor: hand;
  height: 20px;
  width: 16px;
  vertical-align: middle;
  font-family: Trebuchet MS;
  font-size: 8pt;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #4C472A;
}

.FileHandlerButtonAttachmentRemoveStyle
{
  background-image: url(../Images/AttachmentHandler/Attachment_Remove.gif);
  background-repeat: no-repeat;
  cursor: hand;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  font-family: Trebuchet MS;
  font-size: 8pt;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #4C472A;
  display: block;
}

.FileHandlerButtonAttachmentPreviewStyle
{
  background-image: url(../Images/AttachmentHandler/Attachment_Preview.gif);
  background-repeat: no-repeat;
  cursor: hand;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  font-family: Trebuchet MS;
  font-size: 8pt;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #4C472A;
  display: block;
}
/************************** File Handler Styles - End **************************/

/************************** Timeout Styles - Start **************************/
.TimeoutStyle
{
  background-color: #FAFAFA;
  width: 100%;
  height: 100%;
}

.TimeoutCaptionStyle
{
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 9pt;
  color: #FFFFFF;
  padding-left: 5px;
  padding-bottom: 4px;
  width: 100%;
}

.TimeoutNavigateUpStyle
{
  text-align: right;
  width: 100%;
}

.TimeoutNavigateUpActionStyle
{
  padding-bottom: 2px;
  cursor: hand;
  width: 16px;
  height: 16px;
}

.TimeoutTopLeftStyle
{
  background-image: url(../Images/Dialogs/TimeoutTopLeft.gif);
  width: 9px;
  height: 25px;
}

.TimeoutTopStyle
{
  background-image: url(../Images/Dialogs/TimeoutTop.gif);
  width: 100%;
  height: 25px;  
}

.TimeoutTopRightStyle
{
  background-image: url(../Images/Dialogs/TimeoutTopRight.gif);
  width: 9px;
  height: 25px;
}

.TimeoutLeftStyle
{
  background-image: url(../Images/Dialogs/TimeoutLeft.gif);
  width: 9px;
  height: 1px;
}

.TimeoutRightStyle
{
  background-image: url(../Images/Dialogs/TimeoutRight.gif);
  width: 9px;
  height: 1px;
}

.TimeoutBottomLeftStyle
{
  background-image: url(../Images/Dialogs/TimeoutBottomLeft.gif);
  width: 9px;
  height: 7px;
}

.TimeoutBottomStyle
{
  background-image: url(../Images/Dialogs/TimeoutBottom.gif);
  width: 100%;
  height: 7px;
}

.TimeoutBottomRightStyle
{
  background-image: url(../Images/Dialogs/TimeoutBottomRight.gif);
  width: 9px;
  height: 7px;
}

/************************** Timeout Styles - End **************************/

/************************** Confirm Styles - Start **************************/
.ConfirmCaptionStyle
{
  color: white;
}

.ConfirmTopLeftStyle
{
  background-image: url(../Images/Dialogs/ConfirmTopLeft.gif);
  width: 9px;
  height: 25px;
}

.ConfirmTopStyle
{
  background-image: url(../Images/Dialogs/ConfirmTop.gif);
  width: 100%;
  height: 25px;
}

.ConfirmTopRightStyle
{
  background-image: url(../Images/Dialogs/ConfirmTopRight.gif);
  width: 9px;
  height: 25px;
}

.ConfirmLeftStyle
{
  background-image: url(../Images/Dialogs/ConfirmLeft.gif);
  width: 9px;
  height: 1px;
}

.ConfirmRightStyle
{
  background-image: url(../Images/Dialogs/ConfirmRight.gif);
  width: 9px;
  height: 1px;
}

.ConfirmBottomLeftStyle
{
  background-image: url(../Images/Dialogs/ConfirmBottomLeft.gif);
  width: 9px;
  height: 7px;
}

.ConfirmBottomStyle
{
  background-image: url(../Images/Dialogs/ConfirmBottom.gif);
  width: 100%;
  height: 7px;
}

.ConfirmBottomRightStyle
{
  background-image: url(../Images/Dialogs/ConfirmBottomRight.gif);
  width: 9px;
  height: 7px;  
}
/************************** Confirm Styles - End **************************/

/************************** Company Logo Styles - Start **************************/
.CompanyLogoLeftStyle
{
  background-image: url(../Images/Web/CompanyLogo/CompanyLogoLeft.gif);
  width: 4px;
  height: 1px;
}

.CompanyLogoBottomLeftStyle
{
  background-image: url(../Images/Web/CompanyLogo/CompanyLogoBottomLeft.gif);
  width: 4px;
  height: 4px;
}

.CompanyLogoBottomStyle
{
  background-image: url(../Images/Web/CompanyLogo/CompanyLogoBottom.gif);
  width: 100%;
  height: 4px;
}
/************************** Company Logo Styles - End **************************/

/************************** Activity Container Styles - Start **************************/
.ActivityContainerPlan
{
  width: 100%;
}

.ActivityContainerOther
{
  width: 100%;
}

.ActivityContainerCompleted
{
  width: 100%;
}

.ActivityContainerNoImage
{
  width: 229px;
}

.ActivityContainerHeader
{
  padding: 10px 0px 0px 10px;
  font-size: 12pt;
  font-weight: bold;
  color: Black;
  text-align: left;
  vertical-align: bottom;
  width: 222px;
  height: 30px;
}

.ActivityContainerHeaderNoImage
{
  padding: 10px 0px 0px 0px;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  color: Black;
  text-align: left;
  vertical-align: bottom;
  width: 222px;
  height: 40px;
}

.ActivityContainerItems
{
  font-size: 8pt;
  font-weight: bold;
  color: black;
  line-height: 18px;  
}

.ActivityContainerItemsNoImage
{
  font-size: 8pt;
  font-weight: bold;
  color: Black;
  line-height: 30px;  
}

.ActivityContainerFooter
{
  font-size: 8pt;
  font-weight: bold;
  color: White; 
}

.ActivityContainerFooterNoImage
{
  font-size: 8pt;
  font-weight: bold;
  color: Black; 
}

.ActivityContainerLinkButton
{
  padding: 10px 0px 0px 30px;
  font-size: 8pt;
  font-weight: bold;
  color: Black;
  text-decoration: none;
}

.ActivityContainerLinkButton:visited
{
}

.ActivityContainerLinkButton:active
{
}

.ActivityContainerLinkButton:hover
{
  text-decoration: underline;
}

.ActivityContainerLinkButtonNoImage
{
  font-size: 8pt;
  font-weight: bold;
  color: RoyalBlue;
  text-decoration: none;
}

.ActivityContainerLinkButtonNoImage:visited
{
}

.ActivityContainerLinkButtonNoImage:active
{
}

.ActivityContainerLinkButtonNoImage:hover
{
  text-decoration: underline;
}
/************************** Activity Container Styles - End **************************/

/************************** Custom CheckBox and RadioButton Styles - Start **************************/
.CheckBoxChecked
{
  background-image: url(../Images/Web/CheckBoxChecked.gif);
  background-repeat:no-repeat;
  width: 22px;
  height: 19px;
  display: inline-block;
}
.CheckBoxUnchecked
{
  background-image: url(../Images/Web/CheckBoxUnchecked.gif);
  background-repeat:no-repeat;
  width: 22px;
  height: 19px;
}
.RadioButtonChecked
{
  background-image: url(../Images/Web/CheckBoxChecked.gif);
  background-repeat:no-repeat;
  width: 22px;
  height: 19px;
  display: inline-block;  
}
.RadioButtonUnchecked
{
  background-image: url(../Images/Web/CheckBoxUnchecked.gif);
  background-repeat:no-repeat;
  width: 22px;
  height: 19px;  
}
/************************** Custom CheckBox and RadioButton Styles - End **************************/

/************************** Balloon Styles - Start **************************/
.BalloonStyle
{
  background-color: #ffffe1;  
}

.BalloonTopLeftStyle
{
  background-image: url(../Images/Balloon/BalloonTopLeft.gif);  
  width: 6px;
  height: 6px;  
}

.BalloonTopStyle
{
  background-image: url(../Images/Balloon/BalloonTop.gif);  
  width: 1px;
  height: 6px;
}

.BalloonTopRightStyle
{
  background-image: url(../Images/Balloon/BalloonTopRight.gif);  
  width: 6px;
  height: 6px;
}

.BalloonLeftStyle
{
  background-image: url(../Images/Balloon/BalloonLeft.gif);  
  width: 6px;
  height: 1px;
}

.BalloonRightStyle
{
  background-image: url(../Images/Balloon/BalloonRight.gif);  
  width: 6px;
  height: 1px;
}

.BalloonBottomLeftStyle
{
  background-image: url(../Images/Balloon/BalloonBottomLeft.gif);  
  width: 6px;
  height: 18px;
}

.BalloonBottomStyle
{
  background-image: url(../Images/Balloon/BalloonBottom.gif);
  background-repeat: repeat-x;
  width: 1px;
  height: 18px;  
}

.BalloonBottomRightStyle
{
  background-image: url(../Images/Balloon/BalloonBottomRight.gif);  
  background-repeat:no-repeat;
  width: 6px;
  height: 18px;
}

.BalloonBottomLeftArrowStyle
{
  background-image: url(../Images/Balloon/BalloonBottomLeftArrow.gif);  
  background-repeat:no-repeat;
  width: 12px;
  height: 18px;  
  display: run-in;
}

.BalloonBottomRightArrowStyle
{
  background-image: url(../Images/Balloon/BalloonBottomRightArrow.gif);  
  background-repeat:no-repeat;
  width: 12px;
  height: 18px;  
}

.LinkButtonBalloonStyle
{
  padding-top: 5px;
  font-family: Trebuchet MS;
  font-size: 8pt;
  color: #0c41b5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  height: 20px;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../Images/Web/Button.gif);
  display: block;
  width: 115px;
}

.LinkButtonBalloonStyle:visited
{
}

.LinkButtonBalloonStyle:active
{
}

.LinkButtonBalloonStyle:hover
{
  text-decoration: underline;
}
/************************** Balloon Styles - Start **************************/

/************************** Search Panel Styles - Start **************************/
.SearchPanelHeading
{
  border-left: #636363 1px solid;
  border-right: #636363 1px solid;
  height: 12px;
  color: gray;
  font-weight: bold;
  vertical-align: middle;
  border: solid thin black;
  border-color:gray;
  font-size: 8pt;
}

.SearchPanel
{
  border: solid thin black;
  border-color:gray;
}
/************************** Search Panel Styles - End **************************/