/*Menu Styles*/
.menuBar
{
  background-color: #a39c65;
  height: 20px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  vertical-align: middle;
  color: #FEFEFE;
}
.menu
{
  border: solid 1px #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  height: 25px;
  color: #FEFEFE;
  background-color: #a39c65;
}
.submenu
{
  border: solid 1px #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #FEFEFE;
  background-color: #a39c65;
}
.staticMenu
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #a39c65;
  font-size: 9px;
  color: #FEFEFE;
}
.dynamicMenu
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  font-size: 9px;
  color: #FEFEFE;
}
.staticMenuItem
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #a39c65;
  color: #FEFEFE;
}
.dynamicMenuItem
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #FFFFFF;
  color: #485a79;
}
.staticHover
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  background-color: #a39c65;
  color: #FEFEFE;
}
.dynamicHover
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  background-color: #a39c65;
  color: #FEFEFE;
}
/*************/

.AJAXPopup
{
  background-color : Green;
}

*
{
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

body
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

table
{
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.loadingPanel
{
  opacity: .6;
  filter: alpha(opacity=60);
  background-color: White;
}

.generalLinkButton
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  height: 23px;
  vertical-align: bottom;
}

.generalText
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8px;
}

.generalLabelHeading
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #485a79;
  height: 23px;
  vertical-align: bottom;
}

.generalLabel
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #485a79;
  height: 23px;
  vertical-align: bottom;
}

.generalLabelRequired
{
  color: #ff0000;
}

.generalTextbox
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #6b6744;
  background-color: #FFFFFF;
  color: #3c3c3c;
  padding: 2px;
}

.generalTextboxRequired
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #ff0000;
  background-color: #FFFFFF;
  color: #ff0000;
  padding: 2px;
}


.generalTextboxRightAlign
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #6b6744;
  text-align: right;
  color: #3c3c3c;
  padding: 2px;
}

.generalTextboxRightAlignRequired
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #ff0000;
  text-align: right;
  color: #ff0000;
  padding: 2px;
}

.generalTextboxRightAlignEllipse
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #6b6744;
  text-align: right;
  padding: 2px;
  padding-right: 20px;
  color: #3c3c3c;
}

.generalTextboxRightAlignEllipseRequired
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #ff0000;
  text-align: right;
  padding: 2px;
  padding-right: 29px;
  color: #ff0000;
}

.generalDropdown
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #14457d;
  color: #3c3c3c;
  height: 19px;
}

.generalDropdownRequired
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #ff0000;
  color: #ff0000;
  height: 19px;
}

.generalButton
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #616161;
  background-color: #e6e2c9;
  width: 80px;
  color: #616161;
  height: 19px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  background-image: url("../Images/button.gif");
  
}

.generalButtonEllipse
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  border: solid 1px #616161;
  background-color: #e6e2c9;
  height: 16px;
  width: 25px;
  color: #616161;
  cursor: pointer;
}

.container
{
  border: solid 1px #616161;
  background-color: #fbfbfb;
}

.containerInner
{
  border: solid 1px #616161;
  background-color: #f7f7f7;
}

.containerPopup
{
  border: solid 1px #000000;
  background-color: #FEFEFE;
}

.containerPadded
{
  border: solid 1px #616161;
  background-color: #fbfbfb;
  padding: 5px;
}

.grid, .gridAltRow, .gridRow, .gridPager
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.grid
{
  border: solid 1px #616161;
  font-size: 8px;
}

.gridHeading
{
  border: solid 1px #616161;
  background-color: #dcdcdc;
  background-image: url("../Images/gridHeading.png");
  height: 20px;
  color: #444444;
}

.gridAltRow
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #f0f0f0;
  height: 18px;
  font-size: 8px;
}

.gridRow
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #fbfbfb;
  height: 18px;
  font-size: 8px;
}

.gridPager
{
  background-color: #f0f0f0;
  color: #555555;
}

.gridLabel
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #555555;
}

.gridLabelRightAlign
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #555555;
  text-align: right;
}

.gridLabelRequired
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #ff0000;
}

.gridInnerLabel
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #F8F8F8;
}

.gridInner
{
  border: solid 1px #616161;
  background-color: #485a79;
}

.gridInnerRow
{
  border: solid 1px #616161;
  background-color: #485a79;
}

.gridInnerAltRow
{
  background-color: #d9dfe8;
  border: solid 1px Black;
}

.gridInnerSelRow
{
  background-color: #e6e2c9;
  border: solid 1px Black;
}

.gridInnerAddRow
{
  background-color: #fefefe;
  border: solid 1px Black;
}

.a
{
  color: #FFFFFF;
}

.PageFooterTag
{
  color: #485a79;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}

.PageFooterValue
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  font-size: 9px;
  color: #485a79;
}

.SectionHeader
{
  font-weight: bold;
  font-size: 14pt;
  color: #817c59;
  font-family: Tahoma;
}

/********** TIMESHEET SPECIFIC *******************/

.debtorGrid
{
  border: solid 1px #616161;
  background-color: #fbfbfb;
  background-image: url("../Images/debtorGrid.png");
  background-repeat: repeat-x;
  background-position:bottom;
  height: 20px;
}

.debtorGridAltRow
{
  border: solid 1px #616161;
  background-color: #f0f0f0;
  background-image: url("../Images/debtorGridAltRow.png");
  background-repeat: repeat-x;
  background-position:bottom;
  height: 20px;
}

.projectGrid
{
  border: solid 1px #616161;
  background-color: #dcdcdc;
  height: 20px;
  background-image: url("../Images/projectGrid.png");
  background-repeat: repeat-x;
  background-position:bottom;
}

.projectGridAltRow
{
  border: solid 1px #616161;
  background-color: #d0d0d0;
  height: 20px;
  background-image: url("../Images/projectGridAltRow.png");
  background-repeat: repeat-x;
  background-position:bottom;
}

.taskGrid
{
  border: solid 1px #616161;
  background-color: #f0f0f0;
  background-image: url("../Images/taskGrid.png");
  background-repeat: repeat-x;
  background-position:bottom;
  height: 20px;
}

.taskGridAltRow
{
  border: solid 1px #616161;
  background-color: #e2e2e2;
  background-image: url("../Images/taskGridAltRow.png");
  background-repeat: repeat-x;
  background-position:bottom;
  height: 20px;
}

.timesheetGrid
{
  border: solid 1px #616161;
  background-color: #fbfbfb;
  background-image: url("../Images/timesheetGrid.png");
  background-repeat: repeat-x;
  background-position:bottom;
  height: 20px;
}

.timesheetGridAltRow
{
  border: solid 1px #616161;
  background-color: #f0f0f0;
  background-image: url("../Images/timesheetGridAltRow.png");
  background-repeat: repeat-x;
  background-position:bottom;
  height: 20px;
}

.timesheetGridSelRow
{
  border: solid 1px #616161;
  background-color: #dcdcdc;
  height: 20px;
}

.selectedRow
{
  border: solid 1px #616161;
  height: 20px;
  background-image: url("../Images/selectedRow.png");
  background-repeat: repeat-x;
  background-position:bottom;
}

/*** MENU ***/


/*** CONTROL SPACERS ***/
.ControlHSpacer
{
  width: 10px;
}
.ControlVSpacer
{
  height: 5px;
}
/*** GENERAL CONTROLS ***/
.DropDownListXXLong
{
  width: 400px;
}
.DropDownListXLong
{
  width: 250px;
}
.DropDownListLong
{
  width: 230px;
}
.DropDownListMed
{
  width: 180px;
}
.DropDownListShort
{
  width: 120px;
}
.DropDownListTiny
{
  width: 80px;
}
.ItemLabel
{
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
}
.ListBoxXXLong
{
  height: 90px;
  width: 400px;
}
.ListBoxXLong
{
  height: 90px;
  width: 250px;
}
.ListBoxLong
{
  height: 90px;
  width: 230px;
}
.ListBoxMed
{
  height: 90px;
  width: 180px;
}
.ListBoxShort
{
  height: 90px;
  width: 120px;
}
.ListBoxTiny
{
  height: 90px;
  width: 80px;
}
.SubmitButton
{
  width: 120px;
  background-color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 8pt;
}
.TextBoxXXLong
{
  width: 400px;
}
.TextBoxXLong
{
  width: 250px;
}
.TextBoxLong
{
  width: 230px;
}
.TextBoxMed
{
  width: 180px;
}
.TextBoxShort
{
  width: 120px;
}
.TextBoxTiny
{
  width: 80px;
}
/*** HEADERS ***/

/*** MENU BAR ITEMS ***/
.HelpBarLabel
{
  font-family: Verdana, Arial;
  font-size: 8pt;
  color: #000000;
}
.SearchBarBox
{
  height: 17px;
  font-size: 7pt;
  font-family: Verdana, Arial;
}
.SearchBarButton
{
  height: 17px;
  font-size: 8pt;
  font-family: Verdana, Arial;
  background-color: #14457d;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  border-top: solid 1px #a9a9a9;
  border-left: solid 1px #a9a9a9;
  color: white;
}
/*** FEEDBACK CONTROL ITEMS ***/
.FailureMsg
{
  font-family: Verdana,Arial;
  font-size: 8pt;
  color: #bb292a;
}
.NeutralMsg
{
  font-family: Verdana,Arial;
  font-size: 8pt;
}
.SuccessMsg
{
  font-family: Verdana,Arial;
  font-size: 8pt;
}
/*** VALIDATOR CONTROL ITEMS ***/
.ValidationSummary
{
  font-family: Verdana,Arial;
  font-size: 8pt;
}
.ValidatorControl
{
  font-family: Verdana,Arial;
  font-size: 8pt;
}

SELECT
{
  border-right: steelblue 1px solid;
  padding-right: 0px;
  border-top: steelblue 1px solid;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  background-image: none;
  padding-bottom: 0px;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: White;
  color: Black;
}
DIV
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD
{
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
}

.TreeViewHover
{
  font-weight: bold;
  color: White;
  background-color: #627cb3;
}

.TreeViewSelected
{
  font-weight: bold;
  color: steelblue;
  background-color: WhiteSmoke;
}

.TABLE1
{
  border-right: thin;
  padding-right: 0px;
  border-top: thin;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 0px;
  margin: 0px;
  border-left: thin;
  padding-top: 0px;
  border-bottom: thin;
}
TEXTAREA
{
  padding-right: 5px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 1px;
  padding-top: 1px;
  margin: 0px;
  padding-top: 0px;
  font-variant: normal;
  height: 18;
  width: 100px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #C4D2E6;
}
UL
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
LI
{
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
SPAN
{
  border-top-width: 1px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: normal;
  border-left-width: 1px;
  font-size: 11px;
  border-left-color: black;
  border-bottom-width: 1px;
  border-bottom-color: black;
  padding-bottom: 0px;
  margin: 0px;
  border-top-color: black;
  padding-top: 0px;
  border-right-width: 1px;
  border-right-color: black;
}

.contentText
{
  font-size: 11px;
  padding-bottom: 2px;
  margin: 0px 0px 0px 7px;
  text-indent: -8px;
  padding-top: 2px;
  border-bottom: #eee 0px solid;
}

.contentText A
{
}

A:hover
{
  text-decoration: none;
}

.StdButton
{
  font-weight: bold;
  font-size: 9px;
  width: 100px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #C0CEE7;
  color: #14457D;
  cursor: hand;
  background-image: url(button01.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px;
  height: 20px;
  text-decoration: none;
  border-top: 1px solid #14457D;
  border-right: 1px solid #14457D;
  border-bottom: 1px solid #14457D;
  border-left: 1px solid #14457D;
  padding-left: 2px;
  padding-top: 1px;
  padding-right: 2px;
}
.StdButtonLabel
{
  border-top: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  border-right: steelblue 1px solid;
  border-left: steelblue 1px solid;
  width: 120px;
  height: 20px;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  background-color: #9AB9DD;
  cursor: hand;
}

.NumericText
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 168px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 19px;
  vertical-align: middle;
  text-align: right;
}

.NumericTextDisplay
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #a9a9a9;
  text-align: right;
}

.DateText
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.DateTextDisplay
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #8aa4d2;
}

.text
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8px;
  color: #575757;
}

.fill
{
  background-color: #8aa4d2;
}

.GeneralText
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 168px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  height: 18px;
  vertical-align: middle;
}

.GeneralTextReadOnly
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 168px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #fefefe;
  height: 18px;
  vertical-align: middle;
}

.GeneralTextNumeric
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 168px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  height: 18px;
  vertical-align: middle;
  text-align: right;
}

.GeneralBox
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: WhiteSmoke;
  width: 100px;
}
.GeneralTextDisplay
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #a9a9a9;
}

.GeneralLabelCentered
{
  text-align: center;
}

.SearchLabel
{
  color: #6F6D9D;
  text-align: center;
  font-family: Arial;
}

.ErrorLabel
{
  color: Firebrick;
  font-weight: bold;
  text-align: left;
  border-style: none;
  background-color: Transparent;
  color: #bb292a;
}

.InfoText
{
  color: steelblue;
  text-align: center;
  background-color: Transparent;
  border-style: none;
}
.HiddenText
{
  color: White;
  text-align: center;
  background-color: Transparent;
  border-style: none;
}

.GeneralLabelLinkButton
{
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}


.GeneralLabelDisplay
{
  color: #000000;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 19px;
}

.GeneralLabelNumeric
{
  color: #4c6d9d;
  text-align: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 19px;
}


.GeneralLabelSubHeading
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  color: #14457d;
  height: 19px;
}


.GeneralTextDisplayCentered
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #EBF2FC;
  text-align: left;
}

.DropDown
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 1px;
  border-left: steelblue 1px solid;
  width: 100px;
  color: Black;
  padding-top: 1px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
  text-align: left;
  height: 19px;
}

.StdImgBtn
{
  border-right: transparent 0px;
  padding-right: 0px;
  border-top: transparent 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  background-image: none;
  border-left: transparent 0px;
  width: 100px;
  border-bottom: transparent 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 25px;
  background-color: transparent;
}

.SmlImgBtn
{
  border-right: transparent 0px;
  padding-right: 0px;
  border-top: transparent 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  background-image: none;
  border-left: transparent 0px;
  width: 16px;
  border-bottom: transparent 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 16px;
  background-color: transparent;
}

.GrdImgBtn
{
  border-right: transparent 0px;
  padding-right: 0px;
  border-top: transparent 0px;
  padding-left: 0px;
  font-weight: normal;
  font-size: 11px;
  background-image: none;
  border-left: transparent 0px;
  width: 100px;
  border-bottom: transparent 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 18px;
  background-color: transparent;
}

.ReqFldLbl
{
  color: #9AB9DD;
}

.tableOuter
{
  border-right: steelblue 1px solid;
  border-top: steelblue 1px solid;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  background-color: #c8d1dc;
}

.LinkButton
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #154E95;
  color: white;
  cursor: hand;
}

LinkButton:hover
{
  border-right: steelblue 1px solid;
  padding-right: 5px;
  border-top: steelblue 1px solid;
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  border-left: steelblue 1px solid;
  width: 100px;
  border-bottom: steelblue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #B8B8B8;
  color: white;
  cursor: hand;
}

.grid
{
  /*border-right: steelblue 1px solid;   border-top: steelblue 1px solid;   border-left: steelblue 1px solid;   border-bottom: steelblue 1px solid;   background-color: #B0C4DE;   padding-left: 0px;   font-weight: bold;   margin: 0px;   border-color: #4682B4;   font-family: Verdana;   font-size: 8pt;  height: 20px; */
}

.td
{
  border: solid 1px;
  border-color: steelblue;
  margin: 0px;
  font-family: MS Sans Serif;
  padding: 0px 3px 0px 3px;
  height: 20px;
}

.GridPager
{
  /*color: #26538A;   background-color: #B0C4DE;*/
}

.GridHeader
{
  font-family: verdana;
  background-color: #B0C4DE;
  height: 20px;
  font-weight: bold;
  font-size: 8pt;
  color: #26538A;
}

.GridItem, .GridAltItem
{
  font-size: 8;
  border-style: solid;
  border-color: #4682B4;
  border-width: 1px;
  height: 25px;
}

.GridItem
{
  background-color: #FFFFFF;
}

.GridAltItem
{
  background-color: #F0F8FF;
}

.Framer
{
  background-color: #f7f7f7;
  border-right: steelblue 1px solid;
  border-top: steelblue 1px solid;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  width: 617px;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.FramerDark
{
  background-color: #d3d3d3;
  border-right: steelblue 1px solid;
  border-top: steelblue 1px solid;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  width: 617px;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.SubFramer
{
  border: groove 1px;
  background-color: #F3F3F3;
}

.MandatoryLabel
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: steelblue;
}

.DescriptionLabelHeader
{
  font-family: Arial;
  border: black 1px solid;
  font-weight: bold;
}

.DescriptionLabel
{
  font-family: Arial;
}

.treeview
{
  background-color: #ffffff;
}

.Ruler
{
  color: #c8d1dc;
}

.ButtonList
{
  color: #4C6D9D;
  border-color: steelblue;
  border-style: solid;
  border-width: thin;
  font-weight: bold;
  font-size: 10;
}

/* The BusyBar */
.BusyBar
{
  background-color: Transparent;
  border-style: none;
  border-color: Transparent;
  border-width: 0px;
}

.BusyBarElements
{
  background-color: Navy;
}

.Pager
{
  font-weight: normal;
  font-size: 11px;
  color: #393939;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.Pager A
{
  border-right: LightSteelBlue 1px solid;
  padding-right: 1px;
  border-top: LightSteelBlue 1px solid;
  padding-left: 1px;
  font-weight: normal;
  font-size: 11px;
  border-left: LightSteelBlue 1px solid;
  color: black;
  border-bottom: LightSteelBlue 1px solid;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.Pager A:Hover
{
  border-right: LightSteelBlue 1px outset;
  padding-right: 1px;
  border-top: LightSteelBlue 1px outset;
  padding-left: 1px;
  font-weight: normal;
  font-size: 11px;
  color: black;
  border-left: LightSteelBlue 1px outset;
  border-bottom: LightSteelBlue 1px outset;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: LightSteelBlue;
  text-decoration: none;
}



.BigFramer
{
  background-color: #EDF3FA;
  border-right: steelblue 1px solid;
  border-top: steelblue 1px solid;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  width: 617px;
}
.title
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #4C6D9D;
  width: 100%;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: left;
  height: 22px;
  border-top: thin solid #4C6D9D;
  border-right: thin solid #4C6D9D;
  border-bottom: thin solid #4C6D9D;
  border-left: thin solid #4C6D9D;
}
.StdButtonSmall
{
  font-weight: bold;
  font-size: 9px;
  width: 100px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #C0CEE7;
  color: #FFFFFF;
  cursor: hand;
  background-image: none;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px;
  height: 20px;
  border-top: 1px solid #14457D;
  border-right: 1px solid #14457D;
  border-bottom: 1px solid #14457D;
  border-left: 1px solid #14457D;
}


.StdGridButtonEdit
{
  cursor: hand;
  background-image: url(../Images/GridEdit.gif);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 35px;
}

.StdGridButtonSelect
{
  cursor: hand;
  background-image: url(../Images/GridSelect.GIF);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  background-color: transparent;
  color: transparent;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 35px;
}
.StdGridButtonView
{
  cursor: hand;
  background-image: url(../Images/View.GIF);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  background-color: transparent;
  color: #FFFFFF;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 35px;
}


.StdGridButtonDelete
{
  cursor: hand;
  background-image: url(../Images/GridDelete.GIF);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  background-color: transparent;
  color: #FFFFFF;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 35px;
}

.PageHeaderTimeout
{
  color: #4c6d9d;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.PageHeaderTimeoutCritical
{
  color: #4c6d9d;
  text-align: left;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.PageHeaderWarningDialog
{
  border-right: steelblue 1px solid;
  border-top: steelblue 1px solid;
  border-left: steelblue 1px solid;
  border-bottom: steelblue 1px solid;
  width: 617px;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #fefefe;
  vertical-align: top;
}

.PageHeaderWarningText
{
  color: #4c6d9d;
  text-align: left;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
