/*STANDARD PSEUDOTABLE STUFF*/
 
form
{
  margin-right:10px;
}

fieldset /*over-ride the padding in style.css*/
{
  padding:5px 0 5px 0;
  smargin:0 0 50px 0;
}

.table div div
{
  height:28px;
}

.table div div.th
{
  font-size:100%;
  height:25px;
}

.table div.firstCol
{
  text-align:right;
}

/*THESE THREE RULES ARE PRETTY RECENT (March 16)*/
.table div div.readonly
{
  text-align:left;
}

.hiddenLabel,
.hiddenCheckbox
{
  display:none;
}

.hideFromView
{
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display:none;
}


/*DEFAULT STYLE OF BOXS*/
div.box /*This is the standard width for a box, works well in two column layout*/
{
  padding:0px;
  padding:0px;
  width:301px;
  width:320px\9; /*IE10 and below, does not adversely affect 9 and 10, is essential in 6, 7 and 8*/;
}

.table div div.firstCol
{
  width: 130px;
  margin:0;
}

.table div div.lastCol
{
  width: 145px
}


/*DEFAULT STYLING OF LABELS AND FIELDS (USUALLY WIDTH, HEIGHT AND TEXT-ALIGN)*/

.box input
{
  width: 139px;
}

.box textarea
{
  width: 141px;
  height: 70px;
}



/*GENERAL STYLING OF CERTAIN THINGS USED IN PSEUDO TABLES*/
.box input[type=radio]
{
  width: 10px;
}

.box input[type=checkbox]
{
  width: 16px;
}

label
{
  margin-right:6px;
}

.doubleHeightItem label,
.tripleHeightItem label,
.quadrupleHeightItem label
{
   display:block;
}

.box input.autosavefromdatepicker,
.box input.autosavedatagridfromdatepicker 
{
  max-width:119px !important; 
}

input
{
  padding:2px 3px 2px 1px;
}

.breakBetweenSuperBoxes
{
  display:none; /*experimental*/
}

#divSubmitRow
{
  clear:both;
  padding-left:8px;
}


/*HTML5 AND CSS3*/ 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button 
{ 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number]
{
  -moz-appearance: textfield;
}

input[type=text]::-ms-clear
{
  display: none;
}

/*GREYED OUT AND PLACEHOLDERS*/
.greyedOut input,
.greyedOut textarea,
.greyedOut select,
.greyedOut span
{
  border-color:#e9e9e9;
  color:#e9e9e9;
}

.greyedOut input:hover,
.greyedOut textarea:hover,
.greyedOut select:hover,
.greyedOut span:hover
{
  border-color:#cccccc;
  color:black;
}

.greyedOut input:focus,
.greyedOut textarea:focus,
.greyedOut select:focus,
.greyedOut span:focus
{
  border-color:#999999;
  color:black;
}

.greyedOut .firstDataGridColForThisTableInThisDataGrid input
{
  background:url(../Images/Asterisk.png);
  background-repeat:no-repeat;
  background-position:0px 1px;
}

.greyedOut .firstCol input:focus
{
  background:none;
}

::-webkit-input-placeholder 
{
  color: darkgrey;
}

.greyedOut .firstDataGridColForThisTableInThisDataGrid ::-webkit-input-placeholder 
{
  padding-left: 18px;
}

.greyedOut .firstDataGridColForThisTableInThisDataGrid input:focus::-webkit-input-placeholder 
{
  padding-left: 0;
}

::-moz-placeholder
{
  color: darkgrey;
}

:-ms-input-placeholder
{  
  color: darkgrey;
}

.greyedOut .firstDataGridColForThisTableInThisDataGrid :-ms-input-placeholder 
{
  text-indent: 18px;
  color: darkgrey;
}



/*SPECIAL CLASSES FOR SUPERBOXS*/
.fullWidthSuperbox
{
  float:left;
  width:610px;
}

@media screen and (max-width: 660px)
{
  .fullWidthSuperbox
  {
    width:310px; 
  }
}

/*SPECIAL CLASSES FOR BOXS*/
div.fullWidthBox
{
  float:left;
  width:600px;
}

@media screen and (max-width: 660px)
{
  div.fullWidthBox
  {
    width:340px; 
  }
}

/*SPECIAL CLASSES FOR PSEUDO TABLES (Some of the later ones include widths, which can then get over-written by the horrendouse chunk at the bottom)*/
/*rows which need to be double, triple and quadruple height*/
.table div.doubleHeightItem div
{
  height:68px
}

.doubleHeightItem textarea
{
  height:65px;
}

.table div.tripleHeightItem div,
.table div div.tripleHeightItem
{
  height:108px;
}

.tripleHeightItem textarea
{
  height:105px;
}

.table div.quadrupleHeightItem div
{
  height:148px;
}

.quadrupleHeightItem textarea
{
  height:145px;
}

/*a wide input which requires two separate lines*/
.table div.twoSeparateLinesItem div.firstCol
{
  border-right-width:2px;
  border-bottom-width:2px;
  text-align:left;
  width:287px;
}

.table div.twoSeparateLinesItem div.lastCol
{
  border-left-width:2px;
  border-top-width:0px;
  text-align:right;
  width:287px;
}

.table div.asTallAsItNeedsToBe div.firstCol,
.table div.asTallAsItNeedsToBe div.lastCol
{
  height:auto;
}

.table div.twoSeparateLinesItem div.lastCol input[type="text"],
.table div.twoSeparateLinesItem div.lastCol input[type="number"]
{
  width:280px;
}

.table div.twoSeparateLinesItem div.lastCol select
{
  margin-right:-3px;
}

/*wide input hidden label*/
.table div.wideInputHiddenLabelItem div.firstCol
{
  display:none;
}

.table div.wideInputHiddenLabelItem div.lastCol
{
  width:273px;
}

.table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
.table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{
  width:273px;
}

.table div.verticalRadio div.lastCol
{
  text-align:left;
}

.table div.verticalRadio div.lastCol label
{
  display:block;
  cursor:pointer; /*(could do with having this for regular radios too, we target them specifically at the mo)*/
}


.upABit .firstCol
{
  position:relative;
  top:-5px;
  line-height:1;
}

.almostTransparent
{
  opacity:0.1;
  transition-property:all;
  transition-duration:0.5s;
  transition-timing-function:ease;
}

.notAlmostTransparent
{
  opacity:1;
  transition-property:all;
  transition-duration:0.9s;
  transition-timing-function:ease;
}

.noLabel .firstCol
{
  display:none;
}

.smallLabel .firstCol{font-size:92%;}
.x-smallLabel .firstCol{font-size:85%;}
.xx-smallLabel .firstCol{font-size:78%;}

.boldLabel .firstCol{font-weight:bold;}

.italicLabel .firstCol{font-style:italic;}

.underlineLabel .firstCol{text-decoration:underline;}


/*all this horrendous style below is an experiment, pending us setting widths of boxes and pseudo tables more dynamically
you give the boxes any of 9 classes ()
and give the items any of 9 classes () 
and it'll take care of the widths for you.
We can experiment with this during 2015 and use the same principles for Data Grids too, before going any further
The code for generating the declarations below is in "Files\SS\RDT\Code for Box and Pseudo table widths.txt"
*/

div.fifthWidthBox,
table.fifthWidthBox
{
  float:left;
  width:120px;
}

/*fifthWidthBox oneFifthFourFifthsItem*/
div.fifthWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:19px;} /*12 less than the separate line width, muliplied by 0.2*/
div.fifthWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:74px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:72px;} /*2 less than the one above*/
div.fifthWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:70px;} /*2 less than the one above*/
.fifthWidthBox .oneFifthFourFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.oneFifthFourFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .oneFifthFourFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox oneQuarterThreeQuartersItem*/
div.fifthWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:23px;} /*12 less than the separate line width, muliplied by 0.25*/
div.fifthWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:70px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:68px;} /*2 less than the one above*/
div.fifthWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:66px;} /*2 less than the one above*/
.fifthWidthBox .oneQuarterThreeQuartersItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .oneQuarterThreeQuartersItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox oneThirdTwoThirdsItem*/
div.fifthWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:31px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.fifthWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:62px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:60px;} /*2 less than the one above*/
div.fifthWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:58px;} /*2 less than the one above*/
.fifthWidthBox .oneThirdTwoThirdsItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.oneThirdTwoThirdsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .oneThirdTwoThirdsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox twoFifthsThreeFifthsItem*/
div.fifthWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:37px;} /*12 less than the separate line width, muliplied by 0.4*/
div.fifthWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:56px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:54px;} /*2 less than the one above*/
div.fifthWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:52px;} /*2 less than the one above*/
.fifthWidthBox .twoFifthsThreeFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .twoFifthsThreeFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox oneHalfOneHalfItem*/
div.fifthWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:46px;} /*12 less than the separate line width, muliplied by 0.5*/
div.fifthWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:47px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:45px;} /*2 less than the one above*/
div.fifthWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:43px;} /*2 less than the one above*/
.fifthWidthBox .oneHalfOneHalfItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.oneHalfOneHalfItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .oneHalfOneHalfItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox threeFifthsTwoFifthsItem*/
div.fifthWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:56px;} /*12 less than the separate line width, muliplied by 0.6*/
div.fifthWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:37px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:35px;} /*2 less than the one above*/
div.fifthWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:33px;} /*2 less than the one above*/
.fifthWidthBox .threeFifthsTwoFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .threeFifthsTwoFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox twoThirdsOneThirdItem*/
div.fifthWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:62px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.fifthWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:31px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:29px;} /*2 less than the one above*/
div.fifthWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:27px;} /*2 less than the one above*/
.fifthWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.twoThirdsOneThirdItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .twoThirdsOneThirdItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox threeQuartersOneQuarterItem*/
div.fifthWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:70px;} /*12 less than the separate line width, muliplied by 0.75*/
div.fifthWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:23px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:21px;} /*2 less than the one above*/
div.fifthWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:19px;} /*2 less than the one above*/
.fifthWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox fourFifthsOneFifthItem*/
div.fifthWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:74px;} /*12 less than the separate line width, muliplied by 0.8*/
div.fifthWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:19px;} /*the value above taken away from the separate line width minus 12*/
div.fifthWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:17px;} /*2 less than the one above*/
div.fifthWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:15px;} /*2 less than the one above*/
.fifthWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.fifthWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fifthWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fifthWidthBox separate lines*/
div.fifthWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.fifthWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.fifthWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:104px !important;} /*15 less than main width*/
div.fifthWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.fifthWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.fifthWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:100px !important;} /*4 less than the one above*/
/*--------------*/
div.quarterWidthBox,
table.quarterWidthBox
{
  float:left;
  width:150px;
}
/*quarterWidthBox oneFifthFourFifthsItem*/
div.quarterWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:25px;} /*12 less than the separate line width, muliplied by 0.2*/
div.quarterWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:98px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:96px;} /*2 less than the one above*/
div.quarterWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:94px;} /*2 less than the one above*/
.quarterWidthBox .oneFifthFourFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.oneFifthFourFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .oneFifthFourFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox oneQuarterThreeQuartersItem*/
div.quarterWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:31px;} /*12 less than the separate line width, muliplied by 0.25*/
div.quarterWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:92px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:90px;} /*2 less than the one above*/
div.quarterWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:88px;} /*2 less than the one above*/
.quarterWidthBox .oneQuarterThreeQuartersItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .oneQuarterThreeQuartersItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox oneThirdTwoThirdsItem*/
div.quarterWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:41px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.quarterWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:82px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:80px;} /*2 less than the one above*/
div.quarterWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:78px;} /*2 less than the one above*/
.quarterWidthBox .oneThirdTwoThirdsItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.oneThirdTwoThirdsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .oneThirdTwoThirdsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox twoFifthsThreeFifthsItem*/
div.quarterWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:49px;} /*12 less than the separate line width, muliplied by 0.4*/
div.quarterWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:74px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:72px;} /*2 less than the one above*/
div.quarterWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:70px;} /*2 less than the one above*/
.quarterWidthBox .twoFifthsThreeFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .twoFifthsThreeFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox oneHalfOneHalfItem*/
div.quarterWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:62px;} /*12 less than the separate line width, muliplied by 0.5*/
div.quarterWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:61px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:59px;} /*2 less than the one above*/
div.quarterWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:57px;} /*2 less than the one above*/
.quarterWidthBox .oneHalfOneHalfItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.oneHalfOneHalfItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .oneHalfOneHalfItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox threeFifthsTwoFifthsItem*/
div.quarterWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:74px;} /*12 less than the separate line width, muliplied by 0.6*/
div.quarterWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:49px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:47px;} /*2 less than the one above*/
div.quarterWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:45px;} /*2 less than the one above*/
.quarterWidthBox .threeFifthsTwoFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .threeFifthsTwoFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox twoThirdsOneThirdItem*/
div.quarterWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:82px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.quarterWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:41px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:39px;} /*2 less than the one above*/
div.quarterWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:37px;} /*2 less than the one above*/
.quarterWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.twoThirdsOneThirdItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .twoThirdsOneThirdItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox threeQuartersOneQuarterItem*/
div.quarterWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:92px;} /*12 less than the separate line width, muliplied by 0.75*/
div.quarterWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:31px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:29px;} /*2 less than the one above*/
div.quarterWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:27px;} /*2 less than the one above*/
.quarterWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox fourFifthsOneFifthItem*/
div.quarterWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:98px;} /*12 less than the separate line width, muliplied by 0.8*/
div.quarterWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:25px;} /*the value above taken away from the separate line width minus 12*/
div.quarterWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:23px;} /*2 less than the one above*/
div.quarterWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:21px;} /*2 less than the one above*/
.quarterWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.quarterWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.quarterWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*quarterWidthBox separate lines*/
div.quarterWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.quarterWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.quarterWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:135px !important;} /*15 less than main width*/
div.quarterWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.quarterWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.quarterWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:131px !important;} /*4 less than the one above*/
/*--------------*/
div.thirdWidthBox,
table.thirdWidthBox
{
  float:left;
  width:200px;
}
/*thirdWidthBox oneFifthFourFifthsItem*/
div.thirdWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:35px;} /*12 less than the separate line width, muliplied by 0.2*/
div.thirdWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:138px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:136px;} /*2 less than the one above*/
div.thirdWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:134px;} /*2 less than the one above*/
.thirdWidthBox .oneFifthFourFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
/*thirdWidthBox oneQuarterThreeQuartersItem*/
div.thirdWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:43px;} /*12 less than the separate line width, muliplied by 0.25*/
div.thirdWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:130px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:128px;} /*2 less than the one above*/
div.thirdWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:126px;} /*2 less than the one above*/
.thirdWidthBox .oneQuarterThreeQuartersItem .datepicker
{position:relative;left:4px;top:-37px;}
/*thirdWidthBox oneThirdTwoThirdsItem*/
div.thirdWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:58px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.thirdWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:115px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:113px;} /*2 less than the one above*/
div.thirdWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:111px;} /*2 less than the one above*/
.thirdWidthBox .oneThirdTwoThirdsItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.oneThirdTwoThirdsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .oneThirdTwoThirdsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox twoFifthsThreeFifthsItem*/
div.thirdWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:69px;} /*12 less than the separate line width, muliplied by 0.4*/
div.thirdWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:104px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:102px;} /*2 less than the one above*/
div.thirdWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:100px;} /*2 less than the one above*/
.thirdWidthBox .twoFifthsThreeFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .twoFifthsThreeFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox oneHalfOneHalfItem*/
div.thirdWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:86px;} /*12 less than the separate line width, muliplied by 0.5*/
div.thirdWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:87px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:85px;} /*2 less than the one above*/
div.thirdWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:83px;} /*2 less than the one above*/
.thirdWidthBox .oneHalfOneHalfItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.oneHalfOneHalfItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .oneHalfOneHalfItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox threeFifthsTwoFifthsItem*/
div.thirdWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:104px;} /*12 less than the separate line width, muliplied by 0.6*/
div.thirdWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:69px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:67px;} /*2 less than the one above*/
div.thirdWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:65px;} /*2 less than the one above*/
.thirdWidthBox .threeFifthsTwoFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .threeFifthsTwoFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox twoThirdsOneThirdItem*/
div.thirdWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:115px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.thirdWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:58px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:56px;} /*2 less than the one above*/
div.thirdWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:54px;} /*2 less than the one above*/
.thirdWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.twoThirdsOneThirdItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .twoThirdsOneThirdItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox threeQuartersOneQuarterItem*/
div.thirdWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:130px;} /*12 less than the separate line width, muliplied by 0.75*/
div.thirdWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:43px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:41px;} /*2 less than the one above*/
div.thirdWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:39px;} /*2 less than the one above*/
.thirdWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox fourFifthsOneFifthItem*/
div.thirdWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:138px;} /*12 less than the separate line width, muliplied by 0.8*/
div.thirdWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:35px;} /*the value above taken away from the separate line width minus 12*/
div.thirdWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:33px;} /*2 less than the one above*/
div.thirdWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:31px;} /*2 less than the one above*/
.thirdWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.thirdWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.thirdWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*thirdWidthBox separate lines*/
div.thirdWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.thirdWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.thirdWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:184px !important;} /*15 less than main width*/
div.thirdWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.thirdWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.thirdWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:180px !important;} /*4 less than the one above*/
/*--------------*/
div.twoFifthsWidthBox,
table.twoFifthsWidthBox
{
  float:left;
  width:240px;
}
/*twoFifthsWidthBox oneFifthFourFifthsItem*/
div.twoFifthsWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:43px;} /*12 less than the separate line width, muliplied by 0.2*/
div.twoFifthsWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:170px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:168px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:166px;} /*2 less than the one above*/
/*twoFifthsWidthBox oneQuarterThreeQuartersItem*/
div.twoFifthsWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:53px;} /*12 less than the separate line width, muliplied by 0.25*/
div.twoFifthsWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:160px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:158px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:156px;} /*2 less than the one above*/
/*twoFifthsWidthBox oneThirdTwoThirdsItem*/
div.twoFifthsWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:71px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.twoFifthsWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:142px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:140px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:138px;} /*2 less than the one above*/
.twoFifthsWidthBox .oneThirdTwoThirdsItem .datepicker
{position:relative;left:4px;top:-37px;}
/*twoFifthsWidthBox twoFifthsThreeFifthsItem*/
div.twoFifthsWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:85px;} /*12 less than the separate line width, muliplied by 0.4*/
div.twoFifthsWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:128px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:126px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:124px;} /*2 less than the one above*/
.twoFifthsWidthBox .twoFifthsThreeFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
/*twoFifthsWidthBox oneHalfOneHalfItem*/
div.twoFifthsWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:106px;} /*12 less than the separate line width, muliplied by 0.5*/
div.twoFifthsWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:107px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:105px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:103px;} /*2 less than the one above*/
.twoFifthsWidthBox .oneHalfOneHalfItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoFifthsWidthBox .oneHalfOneHalfItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoFifthsWidthBox threeFifthsTwoFifthsItem*/
div.twoFifthsWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:128px;} /*12 less than the separate line width, muliplied by 0.6*/
div.twoFifthsWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:85px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:83px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:81px;} /*2 less than the one above*/
.twoFifthsWidthBox .threeFifthsTwoFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoFifthsWidthBox .threeFifthsTwoFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoFifthsWidthBox twoThirdsOneThirdItem*/
div.twoFifthsWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:142px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.twoFifthsWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:71px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:69px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:67px;} /*2 less than the one above*/
.twoFifthsWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoFifthsWidthBox .twoThirdsOneThirdItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoFifthsWidthBox threeQuartersOneQuarterItem*/
div.twoFifthsWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:160px;} /*12 less than the separate line width, muliplied by 0.75*/
div.twoFifthsWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:53px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:51px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:49px;} /*2 less than the one above*/
.twoFifthsWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoFifthsWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoFifthsWidthBox fourFifthsOneFifthItem*/
div.twoFifthsWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:170px;} /*12 less than the separate line width, muliplied by 0.8*/
div.twoFifthsWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:43px;} /*the value above taken away from the separate line width minus 12*/
div.twoFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:41px;} /*2 less than the one above*/
div.twoFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:39px;} /*2 less than the one above*/
.twoFifthsWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoFifthsWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoFifthsWidthBox separate lines*/
div.twoFifthsWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.twoFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.twoFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:224px !important;} /*15 less than main width*/
div.twoFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.twoFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.twoFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:220px !important;} /*4 less than the one above*/
/*--------------*/
div.halfWidthBox,
table.halfWidthBox
{
  float:left;
  width:301px;
}
/*halfWidthBox oneFifthFourFifthsItem*/
div.halfWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:55px;} /*12 less than the separate line width, muliplied by 0.2*/
div.halfWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:219px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:217px;} /*2 less than the one above*/
div.halfWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.halfWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:215px;} /*2 less than the one above*/
/*halfWidthBox oneQuarterThreeQuartersItem*/
div.halfWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:68px;} /*12 less than the separate line width, muliplied by 0.25*/
div.halfWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:206px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:204px;} /*2 less than the one above*/
div.halfWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.halfWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:202px;} /*2 less than the one above*/
/*halfWidthBox oneThirdTwoThirdsItem*/
div.halfWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:91px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.halfWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:183px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:181px;} /*2 less than the one above*/
div.halfWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.halfWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:179px;} /*2 less than the one above*/
/*halfWidthBox twoFifthsThreeFifthsItem*/
div.halfWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:110px;} /*12 less than the separate line width, muliplied by 0.4*/
div.halfWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:164px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:162px;} /*2 less than the one above*/
div.halfWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.halfWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:160px;} /*2 less than the one above*/
/*halfWidthBox oneHalfOneHalfItem*/
div.halfWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:137px;} /*12 less than the separate line width, muliplied by 0.5*/
div.halfWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:137px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:135px;} /*2 less than the one above*/
div.halfWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.halfWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:133px;} /*2 less than the one above*/
.halfWidthBox .oneHalfOneHalfItem .datepicker
{position:relative;left:4px;top:-37px;}
/*halfWidthBox threeFifthsTwoFifthsItem*/
div.halfWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:164px;} /*12 less than the separate line width, muliplied by 0.6*/
div.halfWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:110px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:108px;} /*2 less than the one above*/
div.halfWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.halfWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:106px;} /*2 less than the one above*/
.halfWidthBox .threeFifthsTwoFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
.halfWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.halfWidthBox .threeFifthsTwoFifthsItem .lastCol
{overflow:hidden;}
/*--------------*/
/*halfWidthBox twoThirdsOneThirdItem*/
div.halfWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:183px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.halfWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:91px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:89px;} /*2 less than the one above*/
div.halfWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.halfWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:87px;} /*2 less than the one above*/
.halfWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
.halfWidthBox .table div.twoThirdsOneThirdItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.halfWidthBox .twoThirdsOneThirdItem .lastCol
{overflow:hidden;}
/*--------------*/
/*halfWidthBox threeQuartersOneQuarterItem*/
div.halfWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:206px;} /*12 less than the separate line width, muliplied by 0.75*/
div.halfWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:68px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:66px;} /*2 less than the one above*/
div.halfWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.halfWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:64px;} /*2 less than the one above*/
.halfWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.halfWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.halfWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*halfWidthBox fourFifthsOneFifthItem*/
div.halfWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:219px;} /*12 less than the separate line width, muliplied by 0.8*/
div.halfWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:55px;} /*the value above taken away from the separate line width minus 12*/
div.halfWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:53px;} /*2 less than the one above*/
div.halfWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.halfWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:51px;} /*2 less than the one above*/
.halfWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.halfWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.halfWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*halfWidthBox separate lines*/
div.halfWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.halfWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.halfWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:285.5px !important;} /*15 less than main width*/
div.halfWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.halfWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.halfWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.halfWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:282px !important;} /*4 less than the one above*/
/*--------------*/
div.threeFifthsWidthBox,
table.threeFifthsWidthBox
{
  float:left;
  width:360px;
}
/*threeFifthsWidthBox oneFifthFourFifthsItem*/
div.threeFifthsWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:67px;} /*12 less than the separate line width, muliplied by 0.2*/
div.threeFifthsWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:266px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:264px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:262px;} /*2 less than the one above*/
/*threeFifthsWidthBox oneQuarterThreeQuartersItem*/
div.threeFifthsWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:83px;} /*12 less than the separate line width, muliplied by 0.25*/
div.threeFifthsWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:250px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:248px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:246px;} /*2 less than the one above*/
/*threeFifthsWidthBox oneThirdTwoThirdsItem*/
div.threeFifthsWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:111px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.threeFifthsWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:222px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:220px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:218px;} /*2 less than the one above*/
/*threeFifthsWidthBox twoFifthsThreeFifthsItem*/
div.threeFifthsWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:133px;} /*12 less than the separate line width, muliplied by 0.4*/
div.threeFifthsWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:200px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:198px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:196px;} /*2 less than the one above*/
/*threeFifthsWidthBox oneHalfOneHalfItem*/
div.threeFifthsWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:166px;} /*12 less than the separate line width, muliplied by 0.5*/
div.threeFifthsWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:167px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:165px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:163px;} /*2 less than the one above*/
/*threeFifthsWidthBox threeFifthsTwoFifthsItem*/
div.threeFifthsWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:200px;} /*12 less than the separate line width, muliplied by 0.6*/
div.threeFifthsWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:133px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:131px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:129px;} /*2 less than the one above*/
.threeFifthsWidthBox .threeFifthsTwoFifthsItem .datepicker
{position:relative;left:4px;top:-37px;}
/*threeFifthsWidthBox twoThirdsOneThirdItem*/
div.threeFifthsWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:222px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.threeFifthsWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:111px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:109px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:107px;} /*2 less than the one above*/
.threeFifthsWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
.threeFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.threeFifthsWidthBox .twoThirdsOneThirdItem .lastCol
{overflow:hidden;}
/*--------------*/
/*threeFifthsWidthBox threeQuartersOneQuarterItem*/
div.threeFifthsWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:250px;} /*12 less than the separate line width, muliplied by 0.75*/
div.threeFifthsWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:83px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:81px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:79px;} /*2 less than the one above*/
.threeFifthsWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.threeFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.threeFifthsWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*threeFifthsWidthBox fourFifthsOneFifthItem*/
div.threeFifthsWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:266px;} /*12 less than the separate line width, muliplied by 0.8*/
div.threeFifthsWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:67px;} /*the value above taken away from the separate line width minus 12*/
div.threeFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:65px;} /*2 less than the one above*/
div.threeFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:63px;} /*2 less than the one above*/
.threeFifthsWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.threeFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.threeFifthsWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*threeFifthsWidthBox separate lines*/
div.threeFifthsWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.threeFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.threeFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:344px !important;} /*15 less than main width*/
div.threeFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.threeFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.threeFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:340px !important;} /*4 less than the one above*/
/*--------------*/
div.twoThirdsWidthBox,
table.twoThirdsWidthBox
{
  float:left;
  width:400px;
}
/*twoThirdsWidthBox oneFifthFourFifthsItem*/
div.twoThirdsWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:75px;} /*12 less than the separate line width, muliplied by 0.2*/
div.twoThirdsWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:298px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:296px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:294px;} /*2 less than the one above*/
/*twoThirdsWidthBox oneQuarterThreeQuartersItem*/
div.twoThirdsWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:93px;} /*12 less than the separate line width, muliplied by 0.25*/
div.twoThirdsWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:280px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:278px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:276px;} /*2 less than the one above*/
/*twoThirdsWidthBox oneThirdTwoThirdsItem*/
div.twoThirdsWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:124px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.twoThirdsWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:249px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:247px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:245px;} /*2 less than the one above*/
/*twoThirdsWidthBox twoFifthsThreeFifthsItem*/
div.twoThirdsWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:149px;} /*12 less than the separate line width, muliplied by 0.4*/
div.twoThirdsWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:224px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:222px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:220px;} /*2 less than the one above*/
/*twoThirdsWidthBox oneHalfOneHalfItem*/
div.twoThirdsWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:186px;} /*12 less than the separate line width, muliplied by 0.5*/
div.twoThirdsWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:187px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:185px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:183px;} /*2 less than the one above*/
/*twoThirdsWidthBox threeFifthsTwoFifthsItem*/
div.twoThirdsWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:224px;} /*12 less than the separate line width, muliplied by 0.6*/
div.twoThirdsWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:149px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:147px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:145px;} /*2 less than the one above*/
/*twoThirdsWidthBox twoThirdsOneThirdItem*/
div.twoThirdsWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:249px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.twoThirdsWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:124px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:122px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:120px;} /*2 less than the one above*/
.twoThirdsWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
/*twoThirdsWidthBox threeQuartersOneQuarterItem*/
div.twoThirdsWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:280px;} /*12 less than the separate line width, muliplied by 0.75*/
div.twoThirdsWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:93px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:91px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:89px;} /*2 less than the one above*/
.twoThirdsWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoThirdsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoThirdsWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoThirdsWidthBox fourFifthsOneFifthItem*/
div.twoThirdsWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:298px;} /*12 less than the separate line width, muliplied by 0.8*/
div.twoThirdsWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:75px;} /*the value above taken away from the separate line width minus 12*/
div.twoThirdsWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:73px;} /*2 less than the one above*/
div.twoThirdsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:71px;} /*2 less than the one above*/
.twoThirdsWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.twoThirdsWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.twoThirdsWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*twoThirdsWidthBox separate lines*/
div.twoThirdsWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.twoThirdsWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.twoThirdsWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:384px !important;} /*15 less than main width*/
div.twoThirdsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.twoThirdsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.twoThirdsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:380px !important;} /*4 less than the one above*/
/*--------------*/
div.threeQuartersWidthBox,
table.threeQuartersWidthBox
{
  float:left;
  width:450px;
}
/*threeQuartersWidthBox oneFifthFourFifthsItem*/
div.threeQuartersWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:85px;} /*12 less than the separate line width, muliplied by 0.2*/
div.threeQuartersWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:338px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:336px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:334px;} /*2 less than the one above*/
/*threeQuartersWidthBox oneQuarterThreeQuartersItem*/
div.threeQuartersWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:106px;} /*12 less than the separate line width, muliplied by 0.25*/
div.threeQuartersWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:317px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:315px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:313px;} /*2 less than the one above*/
/*threeQuartersWidthBox oneThirdTwoThirdsItem*/
div.threeQuartersWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:141px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.threeQuartersWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:282px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:280px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:278px;} /*2 less than the one above*/
/*threeQuartersWidthBox twoFifthsThreeFifthsItem*/
div.threeQuartersWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:169px;} /*12 less than the separate line width, muliplied by 0.4*/
div.threeQuartersWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:254px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:252px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:250px;} /*2 less than the one above*/
/*threeQuartersWidthBox oneHalfOneHalfItem*/
div.threeQuartersWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:212px;} /*12 less than the separate line width, muliplied by 0.5*/
div.threeQuartersWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:211px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:209px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:207px;} /*2 less than the one above*/
/*threeQuartersWidthBox threeFifthsTwoFifthsItem*/
div.threeQuartersWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:254px;} /*12 less than the separate line width, muliplied by 0.6*/
div.threeQuartersWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:169px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:167px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:165px;} /*2 less than the one above*/
/*threeQuartersWidthBox twoThirdsOneThirdItem*/
div.threeQuartersWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:282px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.threeQuartersWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:141px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:139px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:137px;} /*2 less than the one above*/
.threeQuartersWidthBox .twoThirdsOneThirdItem .datepicker
{position:relative;left:4px;top:-37px;}
/*threeQuartersWidthBox threeQuartersOneQuarterItem*/
div.threeQuartersWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:317px;} /*12 less than the separate line width, muliplied by 0.75*/
div.threeQuartersWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:106px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:104px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:102px;} /*2 less than the one above*/
.threeQuartersWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.threeQuartersWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.threeQuartersWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*threeQuartersWidthBox fourFifthsOneFifthItem*/
div.threeQuartersWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:338px;} /*12 less than the separate line width, muliplied by 0.8*/
div.threeQuartersWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:85px;} /*the value above taken away from the separate line width minus 12*/
div.threeQuartersWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:83px;} /*2 less than the one above*/
div.threeQuartersWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:81px;} /*2 less than the one above*/
.threeQuartersWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.threeQuartersWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.threeQuartersWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*threeQuartersWidthBox separate lines*/
div.threeQuartersWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.threeQuartersWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.threeQuartersWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:434.5px !important;} /*15 less than main width*/
div.threeQuartersWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.threeQuartersWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.threeQuartersWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:431px !important;} /*4 less than the one above*/
/*--------------*/
div.fourFifthsWidthBox,
table.fourFifthsWidthBox
{
  float:left;
  width:480px;
}
/*fourFifthsWidthBox oneFifthFourFifthsItem*/
div.fourFifthsWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:91px;} /*12 less than the separate line width, muliplied by 0.2*/
div.fourFifthsWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:362px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:360px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:358px;} /*2 less than the one above*/
/*fourFifthsWidthBox oneQuarterThreeQuartersItem*/
div.fourFifthsWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:113px;} /*12 less than the separate line width, muliplied by 0.25*/
div.fourFifthsWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:340px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:338px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:336px;} /*2 less than the one above*/
/*fourFifthsWidthBox oneThirdTwoThirdsItem*/
div.fourFifthsWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:151px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.fourFifthsWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:302px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:300px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:298px;} /*2 less than the one above*/
/*fourFifthsWidthBox twoFifthsThreeFifthsItem*/
div.fourFifthsWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:181px;} /*12 less than the separate line width, muliplied by 0.4*/
div.fourFifthsWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:272px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:270px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:268px;} /*2 less than the one above*/
/*fourFifthsWidthBox oneHalfOneHalfItem*/
div.fourFifthsWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:226px;} /*12 less than the separate line width, muliplied by 0.5*/
div.fourFifthsWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:227px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:225px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:223px;} /*2 less than the one above*/
/*fourFifthsWidthBox threeFifthsTwoFifthsItem*/
div.fourFifthsWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:272px;} /*12 less than the separate line width, muliplied by 0.6*/
div.fourFifthsWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:181px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:179px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:177px;} /*2 less than the one above*/
/*fourFifthsWidthBox twoThirdsOneThirdItem*/
div.fourFifthsWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:302px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.fourFifthsWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:151px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:149px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:147px;} /*2 less than the one above*/
/*fourFifthsWidthBox threeQuartersOneQuarterItem*/
div.fourFifthsWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:340px;} /*12 less than the separate line width, muliplied by 0.75*/
div.fourFifthsWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:113px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:111px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:109px;} /*2 less than the one above*/
.fourFifthsWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.fourFifthsWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fourFifthsWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fourFifthsWidthBox fourFifthsOneFifthItem*/
div.fourFifthsWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:362px;} /*12 less than the separate line width, muliplied by 0.8*/
div.fourFifthsWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:91px;} /*the value above taken away from the separate line width minus 12*/
div.fourFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:89px;} /*2 less than the one above*/
div.fourFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:87px;} /*2 less than the one above*/
.fourFifthsWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.fourFifthsWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fourFifthsWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fourFifthsWidthBox separate lines*/
div.fourFifthsWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.fourFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.fourFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:464px !important;} /*15 less than main width*/
div.fourFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.fourFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.fourFifthsWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:460px !important;} /*4 less than the one above*/
/*--------------*/
div.fullWidthBox,
table.fullWidthBox
{
  float:left;
  width:600px;
}
/*--------------*/
/*fullWidthBox oneFifthFourFifthsItem*/
div.fullWidthBox .table div.oneFifthFourFifthsItem  div.firstCol
{width:115px;} /*12 less than the separate line width, muliplied by 0.2*/
div.fullWidthBox .table div.oneFifthFourFifthsItem  div.lastCol
{width:458px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.oneFifthFourFifthsItem div.lastCol textarea
{width:456px;} /*2 less than the one above*/
div.fullWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="text"],
div.fullWidthBox .table div.oneFifthFourFifthsItem div.lastCol input[type="number"]
{width:454px;} /*2 less than the one above*/
/*fullWidthBox oneQuarterThreeQuartersItem*/
div.fullWidthBox .table div.oneQuarterThreeQuartersItem  div.firstCol
{width:143px;} /*12 less than the separate line width, muliplied by 0.25*/
div.fullWidthBox .table div.oneQuarterThreeQuartersItem  div.lastCol
{width:430px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol textarea
{width:428px;} /*2 less than the one above*/
div.fullWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="text"],
div.fullWidthBox .table div.oneQuarterThreeQuartersItem div.lastCol input[type="number"]
{width:426px;} /*2 less than the one above*/
/*fullWidthBox oneThirdTwoThirdsItem*/
div.fullWidthBox .table div.oneThirdTwoThirdsItem  div.firstCol
{width:191px;} /*12 less than the separate line width, muliplied by 0.3333*/
div.fullWidthBox .table div.oneThirdTwoThirdsItem  div.lastCol
{width:382px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.oneThirdTwoThirdsItem div.lastCol textarea
{width:380px;} /*2 less than the one above*/
div.fullWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="text"],
div.fullWidthBox .table div.oneThirdTwoThirdsItem div.lastCol input[type="number"]
{width:378px;} /*2 less than the one above*/
/*fullWidthBox twoFifthsThreeFifthsItem*/
div.fullWidthBox .table div.twoFifthsThreeFifthsItem  div.firstCol
{width:229px;} /*12 less than the separate line width, muliplied by 0.4*/
div.fullWidthBox .table div.twoFifthsThreeFifthsItem  div.lastCol
{width:344px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol textarea
{width:342px;} /*2 less than the one above*/
div.fullWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="text"],
div.fullWidthBox .table div.twoFifthsThreeFifthsItem div.lastCol input[type="number"]
{width:340px;} /*2 less than the one above*/
/*fullWidthBox oneHalfOneHalfItem*/
div.fullWidthBox .table div.oneHalfOneHalfItem  div.firstCol
{width:287px;} /*12 less than the separate line width, muliplied by 0.5*/
div.fullWidthBox .table div.oneHalfOneHalfItem  div.lastCol
{width:286px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.oneHalfOneHalfItem div.lastCol textarea
{width:284px;} /*2 less than the one above*/
div.fullWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="text"],
div.fullWidthBox .table div.oneHalfOneHalfItem div.lastCol input[type="number"]
{width:282px;} /*2 less than the one above*/
/*fullWidthBox threeFifthsTwoFifthsItem*/
div.fullWidthBox .table div.threeFifthsTwoFifthsItem  div.firstCol
{width:344px;} /*12 less than the separate line width, muliplied by 0.6*/
div.fullWidthBox .table div.threeFifthsTwoFifthsItem  div.lastCol
{width:229px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol textarea
{width:227px;} /*2 less than the one above*/
div.fullWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="text"],
div.fullWidthBox .table div.threeFifthsTwoFifthsItem div.lastCol input[type="number"]
{width:225px;} /*2 less than the one above*/
/*fullWidthBox twoThirdsOneThirdItem*/
div.fullWidthBox .table div.twoThirdsOneThirdItem  div.firstCol
{width:382px;} /*12 less than the separate line width, muliplied by 0.6666*/
div.fullWidthBox .table div.twoThirdsOneThirdItem  div.lastCol
{width:191px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.twoThirdsOneThirdItem div.lastCol textarea
{width:189px;} /*2 less than the one above*/
div.fullWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="text"],
div.fullWidthBox .table div.twoThirdsOneThirdItem div.lastCol input[type="number"]
{width:187px;} /*2 less than the one above*/
/*fullWidthBox threeQuartersOneQuarterItem*/
div.fullWidthBox .table div.threeQuartersOneQuarterItem  div.firstCol
{width:430px;} /*12 less than the separate line width, muliplied by 0.75*/
div.fullWidthBox .table div.threeQuartersOneQuarterItem  div.lastCol
{width:143px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.threeQuartersOneQuarterItem div.lastCol textarea
{width:141px;} /*2 less than the one above*/
div.fullWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="text"],
div.fullWidthBox .table div.threeQuartersOneQuarterItem div.lastCol input[type="number"]
{width:139px;} /*2 less than the one above*/
.fullWidthBox .threeQuartersOneQuarterItem .datepicker
{position:relative;left:4px;top:-37px;}
.fullWidthBox .table div.threeQuartersOneQuarterItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fullWidthBox .threeQuartersOneQuarterItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fullWidthBox fourFifthsOneFifthItem*/
div.fullWidthBox .table div.fourFifthsOneFifthItem  div.firstCol
{width:458px;} /*12 less than the separate line width, muliplied by 0.8*/
div.fullWidthBox .table div.fourFifthsOneFifthItem  div.lastCol
{width:115px;} /*the value above taken away from the separate line width minus 12*/
div.fullWidthBox .table div.fourFifthsOneFifthItem div.lastCol textarea
{width:113px;} /*2 less than the one above*/
div.fullWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="text"],
div.fullWidthBox .table div.fourFifthsOneFifthItem div.lastCol input[type="number"]
{width:111px;} /*2 less than the one above*/
.fullWidthBox .fourFifthsOneFifthItem .datepicker
{position:relative;left:4px;top:-37px;}
.fullWidthBox .table div.fourFifthsOneFifthItem div.lastCol .autosavefromdatepicker
{letter-spacing:-2.0px;}
.fullWidthBox .fourFifthsOneFifthItem .lastCol
{overflow:hidden;}
/*--------------*/
/*fullWidthBox separate lines*/
div.fullWidthBox .table div.twoSeparateLinesItem div.firstCol,
div.fullWidthBox .table div.twoSeparateLinesItem div.lastCol,
div.fullWidthBox .table div.wideInputHiddenLabelItem div.lastCol
{width:584px !important;} /*15 less than main width*/
div.fullWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="text"],
div.fullWidthBox .table div.twoSeparateLinesItem div.lastCol input[type="number"],
div.fullWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="text"],
div.fullWidthBox .table div.wideInputHiddenLabelItem div.lastCol input[type="number"]
{width:580px !important;} /*4 less than the one above*/

.table div div.datagridWidth10{width:10px !important;}
.table div div.datagridWidth11{width:11px !important;}
.table div div.datagridWidth12{width:12px !important;}
.table div div.datagridWidth13{width:13px !important;}
.table div div.datagridWidth14{width:14px !important;}
.table div div.datagridWidth15{width:15px !important;}
.table div div.datagridWidth16{width:16px !important;}
.table div div.datagridWidth17{width:17px !important;}
.table div div.datagridWidth18{width:18px !important;}
.table div div.datagridWidth19{width:19px !important;}
.table div div.datagridWidth20{width:20px !important;}
.table div div.datagridWidth21{width:21px !important;}
.table div div.datagridWidth22{width:22px !important;}
.table div div.datagridWidth23{width:23px !important;}
.table div div.datagridWidth24{width:24px !important;}
.table div div.datagridWidth25{width:25px !important;}
.table div div.datagridWidth26{width:26px !important;}
.table div div.datagridWidth27{width:27px !important;}
.table div div.datagridWidth28{width:28px !important;}
.table div div.datagridWidth29{width:29px !important;}
.table div div.datagridWidth30{width:30px !important;}
.table div div.datagridWidth31{width:31px !important;}
.table div div.datagridWidth32{width:32px !important;}
.table div div.datagridWidth33{width:33px !important;}
.table div div.datagridWidth34{width:34px !important;}
.table div div.datagridWidth35{width:35px !important;}
.table div div.datagridWidth36{width:36px !important;}
.table div div.datagridWidth37{width:37px !important;}
.table div div.datagridWidth38{width:38px !important;}
.table div div.datagridWidth39{width:39px !important;}
.table div div.datagridWidth40{width:40px !important;}
.table div div.datagridWidth41{width:41px !important;}
.table div div.datagridWidth42{width:42px !important;}
.table div div.datagridWidth43{width:43px !important;}
.table div div.datagridWidth44{width:44px !important;}
.table div div.datagridWidth45{width:45px !important;}
.table div div.datagridWidth46{width:46px !important;}
.table div div.datagridWidth47{width:47px !important;}
.table div div.datagridWidth48{width:48px !important;}
.table div div.datagridWidth49{width:49px !important;}
.table div div.datagridWidth50{width:50px !important;}
.table div div.datagridWidth51{width:51px !important;}
.table div div.datagridWidth52{width:52px !important;}
.table div div.datagridWidth53{width:53px !important;}
.table div div.datagridWidth54{width:54px !important;}
.table div div.datagridWidth55{width:55px !important;}
.table div div.datagridWidth56{width:56px !important;}
.table div div.datagridWidth57{width:57px !important;}
.table div div.datagridWidth58{width:58px !important;}
.table div div.datagridWidth59{width:59px !important;}
.table div div.datagridWidth60{width:60px !important;}
.table div div.datagridWidth61{width:61px !important;}
.table div div.datagridWidth62{width:62px !important;}
.table div div.datagridWidth63{width:63px !important;}
.table div div.datagridWidth64{width:64px !important;}
.table div div.datagridWidth65{width:65px !important;}
.table div div.datagridWidth66{width:66px !important;}
.table div div.datagridWidth67{width:67px !important;}
.table div div.datagridWidth68{width:68px !important;}
.table div div.datagridWidth69{width:69px !important;}
.table div div.datagridWidth70{width:70px !important;}
.table div div.datagridWidth71{width:71px !important;}
.table div div.datagridWidth72{width:72px !important;}
.table div div.datagridWidth73{width:73px !important;}
.table div div.datagridWidth74{width:74px !important;}
.table div div.datagridWidth75{width:75px !important;}
.table div div.datagridWidth76{width:76px !important;}
.table div div.datagridWidth77{width:77px !important;}
.table div div.datagridWidth78{width:78px !important;}
.table div div.datagridWidth79{width:79px !important;}
.table div div.datagridWidth80{width:80px !important;}
.table div div.datagridWidth81{width:81px !important;}
.table div div.datagridWidth82{width:82px !important;}
.table div div.datagridWidth83{width:83px !important;}
.table div div.datagridWidth84{width:84px !important;}
.table div div.datagridWidth85{width:85px !important;}
.table div div.datagridWidth86{width:86px !important;}
.table div div.datagridWidth87{width:87px !important;}
.table div div.datagridWidth88{width:88px !important;}
.table div div.datagridWidth89{width:89px !important;}
.table div div.datagridWidth90{width:90px !important;}
.table div div.datagridWidth91{width:91px !important;}
.table div div.datagridWidth92{width:92px !important;}
.table div div.datagridWidth93{width:93px !important;}
.table div div.datagridWidth94{width:94px !important;}
.table div div.datagridWidth95{width:95px !important;}
.table div div.datagridWidth96{width:96px !important;}
.table div div.datagridWidth97{width:97px !important;}
.table div div.datagridWidth98{width:98px !important;}
.table div div.datagridWidth99{width:99px !important;}
.table div div.datagridWidth100{width:100px !important;}
.table div div.datagridWidth101{width:101px !important;}
.table div div.datagridWidth102{width:102px !important;}
.table div div.datagridWidth103{width:103px !important;}
.table div div.datagridWidth104{width:104px !important;}
.table div div.datagridWidth105{width:105px !important;}
.table div div.datagridWidth106{width:106px !important;}
.table div div.datagridWidth107{width:107px !important;}
.table div div.datagridWidth108{width:108px !important;}
.table div div.datagridWidth109{width:109px !important;}
.table div div.datagridWidth110{width:110px !important;}
.table div div.datagridWidth111{width:111px !important;}
.table div div.datagridWidth112{width:112px !important;}
.table div div.datagridWidth113{width:113px !important;}
.table div div.datagridWidth114{width:114px !important;}
.table div div.datagridWidth115{width:115px !important;}
.table div div.datagridWidth116{width:116px !important;}
.table div div.datagridWidth117{width:117px !important;}
.table div div.datagridWidth118{width:118px !important;}
.table div div.datagridWidth119{width:119px !important;}
.table div div.datagridWidth120{width:120px !important;}
.table div div.datagridWidth121{width:121px !important;}
.table div div.datagridWidth122{width:122px !important;}
.table div div.datagridWidth123{width:123px !important;}
.table div div.datagridWidth124{width:124px !important;}
.table div div.datagridWidth125{width:125px !important;}
.table div div.datagridWidth126{width:126px !important;}
.table div div.datagridWidth127{width:127px !important;}
.table div div.datagridWidth128{width:128px !important;}
.table div div.datagridWidth129{width:129px !important;}
.table div div.datagridWidth130{width:130px !important;}
.table div div.datagridWidth131{width:131px !important;}
.table div div.datagridWidth132{width:132px !important;}
.table div div.datagridWidth133{width:133px !important;}
.table div div.datagridWidth134{width:134px !important;}
.table div div.datagridWidth135{width:135px !important;}
.table div div.datagridWidth136{width:136px !important;}
.table div div.datagridWidth137{width:137px !important;}
.table div div.datagridWidth138{width:138px !important;}
.table div div.datagridWidth139{width:139px !important;}
.table div div.datagridWidth140{width:140px !important;}
.table div div.datagridWidth141{width:141px !important;}
.table div div.datagridWidth142{width:142px !important;}
.table div div.datagridWidth143{width:143px !important;}
.table div div.datagridWidth144{width:144px !important;}
.table div div.datagridWidth145{width:145px !important;}
.table div div.datagridWidth146{width:146px !important;}
.table div div.datagridWidth147{width:147px !important;}
.table div div.datagridWidth148{width:148px !important;}
.table div div.datagridWidth149{width:149px !important;}
.table div div.datagridWidth150{width:150px !important;}
.table div div.datagridWidth151{width:151px !important;}
.table div div.datagridWidth152{width:152px !important;}
.table div div.datagridWidth153{width:153px !important;}
.table div div.datagridWidth154{width:154px !important;}
.table div div.datagridWidth155{width:155px !important;}
.table div div.datagridWidth156{width:156px !important;}
.table div div.datagridWidth157{width:157px !important;}
.table div div.datagridWidth158{width:158px !important;}
.table div div.datagridWidth159{width:159px !important;}
.table div div.datagridWidth160{width:160px !important;}
.table div div.datagridWidth161{width:161px !important;}
.table div div.datagridWidth162{width:162px !important;}
.table div div.datagridWidth163{width:163px !important;}
.table div div.datagridWidth164{width:164px !important;}
.table div div.datagridWidth165{width:165px !important;}
.table div div.datagridWidth166{width:166px !important;}
.table div div.datagridWidth167{width:167px !important;}
.table div div.datagridWidth168{width:168px !important;}
.table div div.datagridWidth169{width:169px !important;}
.table div div.datagridWidth170{width:170px !important;}
.table div div.datagridWidth171{width:171px !important;}
.table div div.datagridWidth172{width:172px !important;}
.table div div.datagridWidth173{width:173px !important;}
.table div div.datagridWidth174{width:174px !important;}
.table div div.datagridWidth175{width:175px !important;}
.table div div.datagridWidth176{width:176px !important;}
.table div div.datagridWidth177{width:177px !important;}
.table div div.datagridWidth178{width:178px !important;}
.table div div.datagridWidth179{width:179px !important;}
.table div div.datagridWidth180{width:180px !important;}
.table div div.datagridWidth181{width:181px !important;}
.table div div.datagridWidth182{width:182px !important;}
.table div div.datagridWidth183{width:183px !important;}
.table div div.datagridWidth184{width:184px !important;}
.table div div.datagridWidth185{width:185px !important;}
.table div div.datagridWidth186{width:186px !important;}
.table div div.datagridWidth187{width:187px !important;}
.table div div.datagridWidth188{width:188px !important;}
.table div div.datagridWidth189{width:189px !important;}
.table div div.datagridWidth190{width:190px !important;}
.table div div.datagridWidth191{width:191px !important;}
.table div div.datagridWidth192{width:192px !important;}
.table div div.datagridWidth193{width:193px !important;}
.table div div.datagridWidth194{width:194px !important;}
.table div div.datagridWidth195{width:195px !important;}
.table div div.datagridWidth196{width:196px !important;}
.table div div.datagridWidth197{width:197px !important;}
.table div div.datagridWidth198{width:198px !important;}
.table div div.datagridWidth199{width:199px !important;}
.table div div.datagridWidth200{width:200px !important;}
.table div div.datagridWidth201{width:201px !important;}
.table div div.datagridWidth202{width:202px !important;}
.table div div.datagridWidth203{width:203px !important;}
.table div div.datagridWidth204{width:204px !important;}
.table div div.datagridWidth205{width:205px !important;}
.table div div.datagridWidth206{width:206px !important;}
.table div div.datagridWidth207{width:207px !important;}
.table div div.datagridWidth208{width:208px !important;}
.table div div.datagridWidth209{width:209px !important;}
.table div div.datagridWidth210{width:210px !important;}
.table div div.datagridWidth211{width:211px !important;}
.table div div.datagridWidth212{width:212px !important;}
.table div div.datagridWidth213{width:213px !important;}
.table div div.datagridWidth214{width:214px !important;}
.table div div.datagridWidth215{width:215px !important;}
.table div div.datagridWidth216{width:216px !important;}
.table div div.datagridWidth217{width:217px !important;}
.table div div.datagridWidth218{width:218px !important;}
.table div div.datagridWidth219{width:219px !important;}
.table div div.datagridWidth220{width:220px !important;}
.table div div.datagridWidth221{width:221px !important;}
.table div div.datagridWidth222{width:222px !important;}
.table div div.datagridWidth223{width:223px !important;}
.table div div.datagridWidth224{width:224px !important;}
.table div div.datagridWidth225{width:225px !important;}
.table div div.datagridWidth226{width:226px !important;}
.table div div.datagridWidth227{width:227px !important;}
.table div div.datagridWidth228{width:228px !important;}
.table div div.datagridWidth229{width:229px !important;}
.table div div.datagridWidth230{width:230px !important;}
.table div div.datagridWidth231{width:231px !important;}
.table div div.datagridWidth232{width:232px !important;}
.table div div.datagridWidth233{width:233px !important;}
.table div div.datagridWidth234{width:234px !important;}
.table div div.datagridWidth235{width:235px !important;}
.table div div.datagridWidth236{width:236px !important;}
.table div div.datagridWidth237{width:237px !important;}
.table div div.datagridWidth238{width:238px !important;}
.table div div.datagridWidth239{width:239px !important;}
.table div div.datagridWidth240{width:240px !important;}
.table div div.datagridWidth241{width:241px !important;}
.table div div.datagridWidth242{width:242px !important;}
.table div div.datagridWidth243{width:243px !important;}
.table div div.datagridWidth244{width:244px !important;}
.table div div.datagridWidth245{width:245px !important;}
.table div div.datagridWidth246{width:246px !important;}
.table div div.datagridWidth247{width:247px !important;}
.table div div.datagridWidth248{width:248px !important;}
.table div div.datagridWidth249{width:249px !important;}
.table div div.datagridWidth250{width:250px !important;}
.table div div.datagridWidth251{width:251px !important;}
.table div div.datagridWidth252{width:252px !important;}
.table div div.datagridWidth253{width:253px !important;}
.table div div.datagridWidth254{width:254px !important;}
.table div div.datagridWidth255{width:255px !important;}
.table div div.datagridWidth256{width:256px !important;}
.table div div.datagridWidth257{width:257px !important;}
.table div div.datagridWidth258{width:258px !important;}
.table div div.datagridWidth259{width:259px !important;}
.table div div.datagridWidth260{width:260px !important;}
.table div div.datagridWidth261{width:261px !important;}
.table div div.datagridWidth262{width:262px !important;}
.table div div.datagridWidth263{width:263px !important;}
.table div div.datagridWidth264{width:264px !important;}
.table div div.datagridWidth265{width:265px !important;}
.table div div.datagridWidth266{width:266px !important;}
.table div div.datagridWidth267{width:267px !important;}
.table div div.datagridWidth268{width:268px !important;}
.table div div.datagridWidth269{width:269px !important;}
.table div div.datagridWidth270{width:270px !important;}
.table div div.datagridWidth271{width:271px !important;}
.table div div.datagridWidth272{width:272px !important;}
.table div div.datagridWidth273{width:273px !important;}
.table div div.datagridWidth274{width:274px !important;}
.table div div.datagridWidth275{width:275px !important;}
.table div div.datagridWidth276{width:276px !important;}
.table div div.datagridWidth277{width:277px !important;}
.table div div.datagridWidth278{width:278px !important;}
.table div div.datagridWidth279{width:279px !important;}
.table div div.datagridWidth280{width:280px !important;}
.table div div.datagridWidth281{width:281px !important;}
.table div div.datagridWidth282{width:282px !important;}
.table div div.datagridWidth283{width:283px !important;}
.table div div.datagridWidth284{width:284px !important;}
.table div div.datagridWidth285{width:285px !important;}
.table div div.datagridWidth286{width:286px !important;}
.table div div.datagridWidth287{width:287px !important;}
.table div div.datagridWidth288{width:288px !important;}
.table div div.datagridWidth289{width:289px !important;}
.table div div.datagridWidth290{width:290px !important;}
.table div div.datagridWidth291{width:291px !important;}
.table div div.datagridWidth292{width:292px !important;}
.table div div.datagridWidth293{width:293px !important;}
.table div div.datagridWidth294{width:294px !important;}
.table div div.datagridWidth295{width:295px !important;}
.table div div.datagridWidth296{width:296px !important;}
.table div div.datagridWidth297{width:297px !important;}
.table div div.datagridWidth298{width:298px !important;}
.table div div.datagridWidth299{width:299px !important;}
.table div div.datagridWidth300{width:300px !important;}
.table div div.datagridWidth301{width:301px !important;}
.table div div.datagridWidth302{width:302px !important;}
.table div div.datagridWidth303{width:303px !important;}
.table div div.datagridWidth304{width:304px !important;}
.table div div.datagridWidth305{width:305px !important;}
.table div div.datagridWidth306{width:306px !important;}
.table div div.datagridWidth307{width:307px !important;}
.table div div.datagridWidth308{width:308px !important;}
.table div div.datagridWidth309{width:309px !important;}
.table div div.datagridWidth310{width:310px !important;}
.table div div.datagridWidth311{width:311px !important;}
.table div div.datagridWidth312{width:312px !important;}
.table div div.datagridWidth313{width:313px !important;}
.table div div.datagridWidth314{width:314px !important;}
.table div div.datagridWidth315{width:315px !important;}
.table div div.datagridWidth316{width:316px !important;}
.table div div.datagridWidth317{width:317px !important;}
.table div div.datagridWidth318{width:318px !important;}
.table div div.datagridWidth319{width:319px !important;}
.table div div.datagridWidth320{width:320px !important;}
.table div div.datagridWidth321{width:321px !important;}
.table div div.datagridWidth322{width:322px !important;}
.table div div.datagridWidth323{width:323px !important;}
.table div div.datagridWidth324{width:324px !important;}
.table div div.datagridWidth325{width:325px !important;}
.table div div.datagridWidth326{width:326px !important;}
.table div div.datagridWidth327{width:327px !important;}
.table div div.datagridWidth328{width:328px !important;}
.table div div.datagridWidth329{width:329px !important;}
.table div div.datagridWidth330{width:330px !important;}
.table div div.datagridWidth331{width:331px !important;}
.table div div.datagridWidth332{width:332px !important;}
.table div div.datagridWidth333{width:333px !important;}
.table div div.datagridWidth334{width:334px !important;}
.table div div.datagridWidth335{width:335px !important;}
.table div div.datagridWidth336{width:336px !important;}
.table div div.datagridWidth337{width:337px !important;}
.table div div.datagridWidth338{width:338px !important;}
.table div div.datagridWidth339{width:339px !important;}
.table div div.datagridWidth340{width:340px !important;}
.table div div.datagridWidth341{width:341px !important;}
.table div div.datagridWidth342{width:342px !important;}
.table div div.datagridWidth343{width:343px !important;}
.table div div.datagridWidth344{width:344px !important;}
.table div div.datagridWidth345{width:345px !important;}
.table div div.datagridWidth346{width:346px !important;}
.table div div.datagridWidth347{width:347px !important;}
.table div div.datagridWidth348{width:348px !important;}
.table div div.datagridWidth349{width:349px !important;}
.table div div.datagridWidth350{width:350px !important;}
.table div div.datagridWidth351{width:351px !important;}
.table div div.datagridWidth352{width:352px !important;}
.table div div.datagridWidth353{width:353px !important;}
.table div div.datagridWidth354{width:354px !important;}
.table div div.datagridWidth355{width:355px !important;}
.table div div.datagridWidth356{width:356px !important;}
.table div div.datagridWidth357{width:357px !important;}
.table div div.datagridWidth358{width:358px !important;}
.table div div.datagridWidth359{width:359px !important;}
.table div div.datagridWidth360{width:360px !important;}
.table div div.datagridWidth361{width:361px !important;}
.table div div.datagridWidth362{width:362px !important;}
.table div div.datagridWidth363{width:363px !important;}
.table div div.datagridWidth364{width:364px !important;}
.table div div.datagridWidth365{width:365px !important;}
.table div div.datagridWidth366{width:366px !important;}
.table div div.datagridWidth367{width:367px !important;}
.table div div.datagridWidth368{width:368px !important;}
.table div div.datagridWidth369{width:369px !important;}
.table div div.datagridWidth370{width:370px !important;}
.table div div.datagridWidth371{width:371px !important;}
.table div div.datagridWidth372{width:372px !important;}
.table div div.datagridWidth373{width:373px !important;}
.table div div.datagridWidth374{width:374px !important;}
.table div div.datagridWidth375{width:375px !important;}
.table div div.datagridWidth376{width:376px !important;}
.table div div.datagridWidth377{width:377px !important;}
.table div div.datagridWidth378{width:378px !important;}
.table div div.datagridWidth379{width:379px !important;}
.table div div.datagridWidth380{width:380px !important;}
.table div div.datagridWidth381{width:381px !important;}
.table div div.datagridWidth382{width:382px !important;}
.table div div.datagridWidth383{width:383px !important;}
.table div div.datagridWidth384{width:384px !important;}
.table div div.datagridWidth385{width:385px !important;}
.table div div.datagridWidth386{width:386px !important;}
.table div div.datagridWidth387{width:387px !important;}
.table div div.datagridWidth388{width:388px !important;}
.table div div.datagridWidth389{width:389px !important;}
.table div div.datagridWidth390{width:390px !important;}
.table div div.datagridWidth391{width:391px !important;}
.table div div.datagridWidth392{width:392px !important;}
.table div div.datagridWidth393{width:393px !important;}
.table div div.datagridWidth394{width:394px !important;}
.table div div.datagridWidth395{width:395px !important;}
.table div div.datagridWidth396{width:396px !important;}
.table div div.datagridWidth397{width:397px !important;}
.table div div.datagridWidth398{width:398px !important;}
.table div div.datagridWidth399{width:399px !important;}
.table div div.datagridWidth400{width:400px !important;}
.table div div.datagridWidth401{width:401px !important;}
.table div div.datagridWidth402{width:402px !important;}
.table div div.datagridWidth403{width:403px !important;}
.table div div.datagridWidth404{width:404px !important;}
.table div div.datagridWidth405{width:405px !important;}
.table div div.datagridWidth406{width:406px !important;}
.table div div.datagridWidth407{width:407px !important;}
.table div div.datagridWidth408{width:408px !important;}
.table div div.datagridWidth409{width:409px !important;}
.table div div.datagridWidth410{width:410px !important;}
.table div div.datagridWidth411{width:411px !important;}
.table div div.datagridWidth412{width:412px !important;}
.table div div.datagridWidth413{width:413px !important;}
.table div div.datagridWidth414{width:414px !important;}
.table div div.datagridWidth415{width:415px !important;}
.table div div.datagridWidth416{width:416px !important;}
.table div div.datagridWidth417{width:417px !important;}
.table div div.datagridWidth418{width:418px !important;}
.table div div.datagridWidth419{width:419px !important;}
.table div div.datagridWidth420{width:420px !important;}
.table div div.datagridWidth421{width:421px !important;}
.table div div.datagridWidth422{width:422px !important;}
.table div div.datagridWidth423{width:423px !important;}
.table div div.datagridWidth424{width:424px !important;}
.table div div.datagridWidth425{width:425px !important;}
.table div div.datagridWidth426{width:426px !important;}
.table div div.datagridWidth427{width:427px !important;}
.table div div.datagridWidth428{width:428px !important;}
.table div div.datagridWidth429{width:429px !important;}
.table div div.datagridWidth430{width:430px !important;}
.table div div.datagridWidth431{width:431px !important;}
.table div div.datagridWidth432{width:432px !important;}
.table div div.datagridWidth433{width:433px !important;}
.table div div.datagridWidth434{width:434px !important;}
.table div div.datagridWidth435{width:435px !important;}
.table div div.datagridWidth436{width:436px !important;}
.table div div.datagridWidth437{width:437px !important;}
.table div div.datagridWidth438{width:438px !important;}
.table div div.datagridWidth439{width:439px !important;}
.table div div.datagridWidth440{width:440px !important;}
.table div div.datagridWidth441{width:441px !important;}
.table div div.datagridWidth442{width:442px !important;}
.table div div.datagridWidth443{width:443px !important;}
.table div div.datagridWidth444{width:444px !important;}
.table div div.datagridWidth445{width:445px !important;}
.table div div.datagridWidth446{width:446px !important;}
.table div div.datagridWidth447{width:447px !important;}
.table div div.datagridWidth448{width:448px !important;}
.table div div.datagridWidth449{width:449px !important;}
.table div div.datagridWidth450{width:450px !important;}
.table div div.datagridWidth451{width:451px !important;}
.table div div.datagridWidth452{width:452px !important;}
.table div div.datagridWidth453{width:453px !important;}
.table div div.datagridWidth454{width:454px !important;}
.table div div.datagridWidth455{width:455px !important;}
.table div div.datagridWidth456{width:456px !important;}
.table div div.datagridWidth457{width:457px !important;}
.table div div.datagridWidth458{width:458px !important;}
.table div div.datagridWidth459{width:459px !important;}
.table div div.datagridWidth460{width:460px !important;}
.table div div.datagridWidth461{width:461px !important;}
.table div div.datagridWidth462{width:462px !important;}
.table div div.datagridWidth463{width:463px !important;}
.table div div.datagridWidth464{width:464px !important;}
.table div div.datagridWidth465{width:465px !important;}
.table div div.datagridWidth466{width:466px !important;}
.table div div.datagridWidth467{width:467px !important;}
.table div div.datagridWidth468{width:468px !important;}
.table div div.datagridWidth469{width:469px !important;}
.table div div.datagridWidth470{width:470px !important;}
.table div div.datagridWidth471{width:471px !important;}
.table div div.datagridWidth472{width:472px !important;}
.table div div.datagridWidth473{width:473px !important;}
.table div div.datagridWidth474{width:474px !important;}
.table div div.datagridWidth475{width:475px !important;}
.table div div.datagridWidth476{width:476px !important;}
.table div div.datagridWidth477{width:477px !important;}
.table div div.datagridWidth478{width:478px !important;}
.table div div.datagridWidth479{width:479px !important;}
.table div div.datagridWidth480{width:480px !important;}
.table div div.datagridWidth481{width:481px !important;}
.table div div.datagridWidth482{width:482px !important;}
.table div div.datagridWidth483{width:483px !important;}
.table div div.datagridWidth484{width:484px !important;}
.table div div.datagridWidth485{width:485px !important;}
.table div div.datagridWidth486{width:486px !important;}
.table div div.datagridWidth487{width:487px !important;}
.table div div.datagridWidth488{width:488px !important;}
.table div div.datagridWidth489{width:489px !important;}
.table div div.datagridWidth490{width:490px !important;}
.table div div.datagridWidth491{width:491px !important;}
.table div div.datagridWidth492{width:492px !important;}
.table div div.datagridWidth493{width:493px !important;}
.table div div.datagridWidth494{width:494px !important;}
.table div div.datagridWidth495{width:495px !important;}
.table div div.datagridWidth496{width:496px !important;}
.table div div.datagridWidth497{width:497px !important;}
.table div div.datagridWidth498{width:498px !important;}
.table div div.datagridWidth499{width:499px !important;}
.table div div.datagridWidth500{width:500px !important;}
.table div div.datagridWidth501{width:501px !important;}
.table div div.datagridWidth502{width:502px !important;}
.table div div.datagridWidth503{width:503px !important;}
.table div div.datagridWidth504{width:504px !important;}
.table div div.datagridWidth505{width:505px !important;}
.table div div.datagridWidth506{width:506px !important;}
.table div div.datagridWidth507{width:507px !important;}
.table div div.datagridWidth508{width:508px !important;}
.table div div.datagridWidth509{width:509px !important;}
.table div div.datagridWidth510{width:510px !important;}
.table div div.datagridWidth511{width:511px !important;}
.table div div.datagridWidth512{width:512px !important;}
.table div div.datagridWidth513{width:513px !important;}
.table div div.datagridWidth514{width:514px !important;}
.table div div.datagridWidth515{width:515px !important;}
.table div div.datagridWidth516{width:516px !important;}
.table div div.datagridWidth517{width:517px !important;}
.table div div.datagridWidth518{width:518px !important;}
.table div div.datagridWidth519{width:519px !important;}
.table div div.datagridWidth520{width:520px !important;}
.table div div.datagridWidth521{width:521px !important;}
.table div div.datagridWidth522{width:522px !important;}
.table div div.datagridWidth523{width:523px !important;}
.table div div.datagridWidth524{width:524px !important;}
.table div div.datagridWidth525{width:525px !important;}
.table div div.datagridWidth526{width:526px !important;}
.table div div.datagridWidth527{width:527px !important;}
.table div div.datagridWidth528{width:528px !important;}
.table div div.datagridWidth529{width:529px !important;}
.table div div.datagridWidth530{width:530px !important;}
.table div div.datagridWidth531{width:531px !important;}
.table div div.datagridWidth532{width:532px !important;}
.table div div.datagridWidth533{width:533px !important;}
.table div div.datagridWidth534{width:534px !important;}
.table div div.datagridWidth535{width:535px !important;}
.table div div.datagridWidth536{width:536px !important;}
.table div div.datagridWidth537{width:537px !important;}
.table div div.datagridWidth538{width:538px !important;}
.table div div.datagridWidth539{width:539px !important;}
.table div div.datagridWidth540{width:540px !important;}
.table div div.datagridWidth541{width:541px !important;}
.table div div.datagridWidth542{width:542px !important;}
.table div div.datagridWidth543{width:543px !important;}
.table div div.datagridWidth544{width:544px !important;}
.table div div.datagridWidth545{width:545px !important;}
.table div div.datagridWidth546{width:546px !important;}
.table div div.datagridWidth547{width:547px !important;}
.table div div.datagridWidth548{width:548px !important;}
.table div div.datagridWidth549{width:549px !important;}
.table div div.datagridWidth550{width:550px !important;}
.table div div.datagridWidth551{width:551px !important;}
.table div div.datagridWidth552{width:552px !important;}
.table div div.datagridWidth553{width:553px !important;}
.table div div.datagridWidth554{width:554px !important;}
.table div div.datagridWidth555{width:555px !important;}
.table div div.datagridWidth556{width:556px !important;}
.table div div.datagridWidth557{width:557px !important;}
.table div div.datagridWidth558{width:558px !important;}
.table div div.datagridWidth559{width:559px !important;}
.table div div.datagridWidth560{width:560px !important;}
.table div div.datagridWidth561{width:561px !important;}
.table div div.datagridWidth562{width:562px !important;}
.table div div.datagridWidth563{width:563px !important;}
.table div div.datagridWidth564{width:564px !important;}
.table div div.datagridWidth565{width:565px !important;}
.table div div.datagridWidth566{width:566px !important;}
.table div div.datagridWidth567{width:567px !important;}
.table div div.datagridWidth568{width:568px !important;}
.table div div.datagridWidth569{width:569px !important;}
.table div div.datagridWidth570{width:570px !important;}
.table div div.datagridWidth571{width:571px !important;}
.table div div.datagridWidth572{width:572px !important;}
.table div div.datagridWidth573{width:573px !important;}
.table div div.datagridWidth574{width:574px !important;}
.table div div.datagridWidth575{width:575px !important;}
.table div div.datagridWidth576{width:576px !important;}
.table div div.datagridWidth577{width:577px !important;}
.table div div.datagridWidth578{width:578px !important;}
.table div div.datagridWidth579{width:579px !important;}
.table div div.datagridWidth580{width:580px !important;}
.table div div.datagridWidth581{width:581px !important;}
.table div div.datagridWidth582{width:582px !important;}
.table div div.datagridWidth583{width:583px !important;}
.table div div.datagridWidth584{width:584px !important;}
.table div div.datagridWidth585{width:585px !important;}
.table div div.datagridWidth586{width:586px !important;}
.table div div.datagridWidth587{width:587px !important;}
.table div div.datagridWidth588{width:588px !important;}
.table div div.datagridWidth589{width:589px !important;}
.table div div.datagridWidth590{width:590px !important;}

.datagridWidth10 input{width:6px !important;}
.datagridWidth11 input{width:7px !important;}
.datagridWidth12 input{width:8px !important;}
.datagridWidth13 input{width:9px !important;}
.datagridWidth14 input{width:10px !important;}
.datagridWidth15 input{width:11px !important;}
.datagridWidth16 input{width:12px !important;}
.datagridWidth17 input{width:13px !important;}
.datagridWidth18 input{width:14px !important;}
.datagridWidth19 input{width:15px !important;}
.datagridWidth20 input{width:16px !important;}
.datagridWidth21 input{width:17px !important;}
.datagridWidth22 input{width:18px !important;}
.datagridWidth23 input{width:19px !important;}
.datagridWidth24 input{width:20px !important;}
.datagridWidth25 input{width:21px !important;}
.datagridWidth26 input{width:22px !important;}
.datagridWidth27 input{width:23px !important;}
.datagridWidth28 input{width:24px !important;}
.datagridWidth29 input{width:25px !important;}
.datagridWidth30 input{width:26px !important;}
.datagridWidth31 input{width:27px !important;}
.datagridWidth32 input{width:28px !important;}
.datagridWidth33 input{width:29px !important;}
.datagridWidth34 input{width:30px !important;}
.datagridWidth35 input{width:31px !important;}
.datagridWidth36 input{width:32px !important;}
.datagridWidth37 input{width:33px !important;}
.datagridWidth38 input{width:34px !important;}
.datagridWidth39 input{width:35px !important;}
.datagridWidth40 input{width:36px !important;}
.datagridWidth41 input{width:37px !important;}
.datagridWidth42 input{width:38px !important;}
.datagridWidth43 input{width:39px !important;}
.datagridWidth44 input{width:40px !important;}
.datagridWidth45 input{width:41px !important;}
.datagridWidth46 input{width:42px !important;}
.datagridWidth47 input{width:43px !important;}
.datagridWidth48 input{width:44px !important;}
.datagridWidth49 input{width:45px !important;}
.datagridWidth50 input{width:46px !important;}
.datagridWidth51 input{width:47px !important;}
.datagridWidth52 input{width:48px !important;}
.datagridWidth53 input{width:49px !important;}
.datagridWidth54 input{width:50px !important;}
.datagridWidth55 input{width:51px !important;}
.datagridWidth56 input{width:52px !important;}
.datagridWidth57 input{width:53px !important;}
.datagridWidth58 input{width:54px !important;}
.datagridWidth59 input{width:55px !important;}
.datagridWidth60 input{width:56px !important;}
.datagridWidth61 input{width:57px !important;}
.datagridWidth62 input{width:58px !important;}
.datagridWidth63 input{width:59px !important;}
.datagridWidth64 input{width:60px !important;}
.datagridWidth65 input{width:61px !important;}
.datagridWidth66 input{width:62px !important;}
.datagridWidth67 input{width:63px !important;}
.datagridWidth68 input{width:64px !important;}
.datagridWidth69 input{width:65px !important;}
.datagridWidth70 input{width:66px !important;}
.datagridWidth71 input{width:67px !important;}
.datagridWidth72 input{width:68px !important;}
.datagridWidth73 input{width:69px !important;}
.datagridWidth74 input{width:70px !important;}
.datagridWidth75 input{width:71px !important;}
.datagridWidth76 input{width:72px !important;}
.datagridWidth77 input{width:73px !important;}
.datagridWidth78 input{width:74px !important;}
.datagridWidth79 input{width:75px !important;}
.datagridWidth80 input{width:76px !important;}
.datagridWidth81 input{width:77px !important;}
.datagridWidth82 input{width:78px !important;}
.datagridWidth83 input{width:79px !important;}
.datagridWidth84 input{width:80px !important;}
.datagridWidth85 input{width:81px !important;}
.datagridWidth86 input{width:82px !important;}
.datagridWidth87 input{width:83px !important;}
.datagridWidth88 input{width:84px !important;}
.datagridWidth89 input{width:85px !important;}
.datagridWidth90 input{width:86px !important;}
.datagridWidth91 input{width:87px !important;}
.datagridWidth92 input{width:88px !important;}
.datagridWidth93 input{width:89px !important;}
.datagridWidth94 input{width:90px !important;}
.datagridWidth95 input{width:91px !important;}
.datagridWidth96 input{width:92px !important;}
.datagridWidth97 input{width:93px !important;}
.datagridWidth98 input{width:94px !important;}
.datagridWidth99 input{width:95px !important;}
.datagridWidth100 input{width:96px !important;}
.datagridWidth101 input{width:97px !important;}
.datagridWidth102 input{width:98px !important;}
.datagridWidth103 input{width:99px !important;}
.datagridWidth104 input{width:100px !important;}
.datagridWidth105 input{width:101px !important;}
.datagridWidth106 input{width:102px !important;}
.datagridWidth107 input{width:103px !important;}
.datagridWidth108 input{width:104px !important;}
.datagridWidth109 input{width:105px !important;}
.datagridWidth110 input{width:106px !important;}
.datagridWidth111 input{width:107px !important;}
.datagridWidth112 input{width:108px !important;}
.datagridWidth113 input{width:109px !important;}
.datagridWidth114 input{width:110px !important;}
.datagridWidth115 input{width:111px !important;}
.datagridWidth116 input{width:112px !important;}
.datagridWidth117 input{width:113px !important;}
.datagridWidth118 input{width:114px !important;}
.datagridWidth119 input{width:115px !important;}
.datagridWidth120 input{width:116px !important;}
.datagridWidth121 input{width:117px !important;}
.datagridWidth122 input{width:118px !important;}
.datagridWidth123 input{width:119px !important;}
.datagridWidth124 input{width:120px !important;}
.datagridWidth125 input{width:121px !important;}
.datagridWidth126 input{width:122px !important;}
.datagridWidth127 input{width:123px !important;}
.datagridWidth128 input{width:124px !important;}
.datagridWidth129 input{width:125px !important;}
.datagridWidth130 input{width:126px !important;}
.datagridWidth131 input{width:127px !important;}
.datagridWidth132 input{width:128px !important;}
.datagridWidth133 input{width:129px !important;}
.datagridWidth134 input{width:130px !important;}
.datagridWidth135 input{width:131px !important;}
.datagridWidth136 input{width:132px !important;}
.datagridWidth137 input{width:133px !important;}
.datagridWidth138 input{width:134px !important;}
.datagridWidth139 input{width:135px !important;}
.datagridWidth140 input{width:136px !important;}
.datagridWidth141 input{width:137px !important;}
.datagridWidth142 input{width:138px !important;}
.datagridWidth143 input{width:139px !important;}
.datagridWidth144 input{width:140px !important;}
.datagridWidth145 input{width:141px !important;}
.datagridWidth146 input{width:142px !important;}
.datagridWidth147 input{width:143px !important;}
.datagridWidth148 input{width:144px !important;}
.datagridWidth149 input{width:145px !important;}
.datagridWidth150 input{width:146px !important;}
.datagridWidth151 input{width:147px !important;}
.datagridWidth152 input{width:148px !important;}
.datagridWidth153 input{width:149px !important;}
.datagridWidth154 input{width:150px !important;}
.datagridWidth155 input{width:151px !important;}
.datagridWidth156 input{width:152px !important;}
.datagridWidth157 input{width:153px !important;}
.datagridWidth158 input{width:154px !important;}
.datagridWidth159 input{width:155px !important;}
.datagridWidth160 input{width:156px !important;}
.datagridWidth161 input{width:157px !important;}
.datagridWidth162 input{width:158px !important;}
.datagridWidth163 input{width:159px !important;}
.datagridWidth164 input{width:160px !important;}
.datagridWidth165 input{width:161px !important;}
.datagridWidth166 input{width:162px !important;}
.datagridWidth167 input{width:163px !important;}
.datagridWidth168 input{width:164px !important;}
.datagridWidth169 input{width:165px !important;}
.datagridWidth170 input{width:166px !important;}
.datagridWidth171 input{width:167px !important;}
.datagridWidth172 input{width:168px !important;}
.datagridWidth173 input{width:169px !important;}
.datagridWidth174 input{width:170px !important;}
.datagridWidth175 input{width:171px !important;}
.datagridWidth176 input{width:172px !important;}
.datagridWidth177 input{width:173px !important;}
.datagridWidth178 input{width:174px !important;}
.datagridWidth179 input{width:175px !important;}
.datagridWidth180 input{width:176px !important;}
.datagridWidth181 input{width:177px !important;}
.datagridWidth182 input{width:178px !important;}
.datagridWidth183 input{width:179px !important;}
.datagridWidth184 input{width:180px !important;}
.datagridWidth185 input{width:181px !important;}
.datagridWidth186 input{width:182px !important;}
.datagridWidth187 input{width:183px !important;}
.datagridWidth188 input{width:184px !important;}
.datagridWidth189 input{width:185px !important;}
.datagridWidth190 input{width:186px !important;}
.datagridWidth191 input{width:187px !important;}
.datagridWidth192 input{width:188px !important;}
.datagridWidth193 input{width:189px !important;}
.datagridWidth194 input{width:190px !important;}
.datagridWidth195 input{width:191px !important;}
.datagridWidth196 input{width:192px !important;}
.datagridWidth197 input{width:193px !important;}
.datagridWidth198 input{width:194px !important;}
.datagridWidth199 input{width:195px !important;}
.datagridWidth200 input{width:196px !important;}
.datagridWidth201 input{width:197px !important;}
.datagridWidth202 input{width:198px !important;}
.datagridWidth203 input{width:199px !important;}
.datagridWidth204 input{width:200px !important;}
.datagridWidth205 input{width:201px !important;}
.datagridWidth206 input{width:202px !important;}
.datagridWidth207 input{width:203px !important;}
.datagridWidth208 input{width:204px !important;}
.datagridWidth209 input{width:205px !important;}
.datagridWidth210 input{width:206px !important;}
.datagridWidth211 input{width:207px !important;}
.datagridWidth212 input{width:208px !important;}
.datagridWidth213 input{width:209px !important;}
.datagridWidth214 input{width:210px !important;}
.datagridWidth215 input{width:211px !important;}
.datagridWidth216 input{width:212px !important;}
.datagridWidth217 input{width:213px !important;}
.datagridWidth218 input{width:214px !important;}
.datagridWidth219 input{width:215px !important;}
.datagridWidth220 input{width:216px !important;}
.datagridWidth221 input{width:217px !important;}
.datagridWidth222 input{width:218px !important;}
.datagridWidth223 input{width:219px !important;}
.datagridWidth224 input{width:220px !important;}
.datagridWidth225 input{width:221px !important;}
.datagridWidth226 input{width:222px !important;}
.datagridWidth227 input{width:223px !important;}
.datagridWidth228 input{width:224px !important;}
.datagridWidth229 input{width:225px !important;}
.datagridWidth230 input{width:226px !important;}
.datagridWidth231 input{width:227px !important;}
.datagridWidth232 input{width:228px !important;}
.datagridWidth233 input{width:229px !important;}
.datagridWidth234 input{width:230px !important;}
.datagridWidth235 input{width:231px !important;}
.datagridWidth236 input{width:232px !important;}
.datagridWidth237 input{width:233px !important;}
.datagridWidth238 input{width:234px !important;}
.datagridWidth239 input{width:235px !important;}
.datagridWidth240 input{width:236px !important;}
.datagridWidth241 input{width:237px !important;}
.datagridWidth242 input{width:238px !important;}
.datagridWidth243 input{width:239px !important;}
.datagridWidth244 input{width:240px !important;}
.datagridWidth245 input{width:241px !important;}
.datagridWidth246 input{width:242px !important;}
.datagridWidth247 input{width:243px !important;}
.datagridWidth248 input{width:244px !important;}
.datagridWidth249 input{width:245px !important;}
.datagridWidth250 input{width:246px !important;}
.datagridWidth251 input{width:247px !important;}
.datagridWidth252 input{width:248px !important;}
.datagridWidth253 input{width:249px !important;}
.datagridWidth254 input{width:250px !important;}
.datagridWidth255 input{width:251px !important;}
.datagridWidth256 input{width:252px !important;}
.datagridWidth257 input{width:253px !important;}
.datagridWidth258 input{width:254px !important;}
.datagridWidth259 input{width:255px !important;}
.datagridWidth260 input{width:256px !important;}
.datagridWidth261 input{width:257px !important;}
.datagridWidth262 input{width:258px !important;}
.datagridWidth263 input{width:259px !important;}
.datagridWidth264 input{width:260px !important;}
.datagridWidth265 input{width:261px !important;}
.datagridWidth266 input{width:262px !important;}
.datagridWidth267 input{width:263px !important;}
.datagridWidth268 input{width:264px !important;}
.datagridWidth269 input{width:265px !important;}
.datagridWidth270 input{width:266px !important;}
.datagridWidth271 input{width:267px !important;}
.datagridWidth272 input{width:268px !important;}
.datagridWidth273 input{width:269px !important;}
.datagridWidth274 input{width:270px !important;}
.datagridWidth275 input{width:271px !important;}
.datagridWidth276 input{width:272px !important;}
.datagridWidth277 input{width:273px !important;}
.datagridWidth278 input{width:274px !important;}
.datagridWidth279 input{width:275px !important;}
.datagridWidth280 input{width:276px !important;}
.datagridWidth281 input{width:277px !important;}
.datagridWidth282 input{width:278px !important;}
.datagridWidth283 input{width:279px !important;}
.datagridWidth284 input{width:280px !important;}
.datagridWidth285 input{width:281px !important;}
.datagridWidth286 input{width:282px !important;}
.datagridWidth287 input{width:283px !important;}
.datagridWidth288 input{width:284px !important;}
.datagridWidth289 input{width:285px !important;}
.datagridWidth290 input{width:286px !important;}
.datagridWidth291 input{width:287px !important;}
.datagridWidth292 input{width:288px !important;}
.datagridWidth293 input{width:289px !important;}
.datagridWidth294 input{width:290px !important;}
.datagridWidth295 input{width:291px !important;}
.datagridWidth296 input{width:292px !important;}
.datagridWidth297 input{width:293px !important;}
.datagridWidth298 input{width:294px !important;}
.datagridWidth299 input{width:295px !important;}
.datagridWidth300 input{width:296px !important;}
.datagridWidth301 input{width:297px !important;}
.datagridWidth302 input{width:298px !important;}
.datagridWidth303 input{width:299px !important;}
.datagridWidth304 input{width:300px !important;}
.datagridWidth305 input{width:301px !important;}
.datagridWidth306 input{width:302px !important;}
.datagridWidth307 input{width:303px !important;}
.datagridWidth308 input{width:304px !important;}
.datagridWidth309 input{width:305px !important;}
.datagridWidth310 input{width:306px !important;}
.datagridWidth311 input{width:307px !important;}
.datagridWidth312 input{width:308px !important;}
.datagridWidth313 input{width:309px !important;}
.datagridWidth314 input{width:310px !important;}
.datagridWidth315 input{width:311px !important;}
.datagridWidth316 input{width:312px !important;}
.datagridWidth317 input{width:313px !important;}
.datagridWidth318 input{width:314px !important;}
.datagridWidth319 input{width:315px !important;}
.datagridWidth320 input{width:316px !important;}
.datagridWidth321 input{width:317px !important;}
.datagridWidth322 input{width:318px !important;}
.datagridWidth323 input{width:319px !important;}
.datagridWidth324 input{width:320px !important;}
.datagridWidth325 input{width:321px !important;}
.datagridWidth326 input{width:322px !important;}
.datagridWidth327 input{width:323px !important;}
.datagridWidth328 input{width:324px !important;}
.datagridWidth329 input{width:325px !important;}
.datagridWidth330 input{width:326px !important;}
.datagridWidth331 input{width:327px !important;}
.datagridWidth332 input{width:328px !important;}
.datagridWidth333 input{width:329px !important;}
.datagridWidth334 input{width:330px !important;}
.datagridWidth335 input{width:331px !important;}
.datagridWidth336 input{width:332px !important;}
.datagridWidth337 input{width:333px !important;}
.datagridWidth338 input{width:334px !important;}
.datagridWidth339 input{width:335px !important;}
.datagridWidth340 input{width:336px !important;}
.datagridWidth341 input{width:337px !important;}
.datagridWidth342 input{width:338px !important;}
.datagridWidth343 input{width:339px !important;}
.datagridWidth344 input{width:340px !important;}
.datagridWidth345 input{width:341px !important;}
.datagridWidth346 input{width:342px !important;}
.datagridWidth347 input{width:343px !important;}
.datagridWidth348 input{width:344px !important;}
.datagridWidth349 input{width:345px !important;}
.datagridWidth350 input{width:346px !important;}
.datagridWidth351 input{width:347px !important;}
.datagridWidth352 input{width:348px !important;}
.datagridWidth353 input{width:349px !important;}
.datagridWidth354 input{width:350px !important;}
.datagridWidth355 input{width:351px !important;}
.datagridWidth356 input{width:352px !important;}
.datagridWidth357 input{width:353px !important;}
.datagridWidth358 input{width:354px !important;}
.datagridWidth359 input{width:355px !important;}
.datagridWidth360 input{width:356px !important;}
.datagridWidth361 input{width:357px !important;}
.datagridWidth362 input{width:358px !important;}
.datagridWidth363 input{width:359px !important;}
.datagridWidth364 input{width:360px !important;}
.datagridWidth365 input{width:361px !important;}
.datagridWidth366 input{width:362px !important;}
.datagridWidth367 input{width:363px !important;}
.datagridWidth368 input{width:364px !important;}
.datagridWidth369 input{width:365px !important;}
.datagridWidth370 input{width:366px !important;}
.datagridWidth371 input{width:367px !important;}
.datagridWidth372 input{width:368px !important;}
.datagridWidth373 input{width:369px !important;}
.datagridWidth374 input{width:370px !important;}
.datagridWidth375 input{width:371px !important;}
.datagridWidth376 input{width:372px !important;}
.datagridWidth377 input{width:373px !important;}
.datagridWidth378 input{width:374px !important;}
.datagridWidth379 input{width:375px !important;}
.datagridWidth380 input{width:376px !important;}
.datagridWidth381 input{width:377px !important;}
.datagridWidth382 input{width:378px !important;}
.datagridWidth383 input{width:379px !important;}
.datagridWidth384 input{width:380px !important;}
.datagridWidth385 input{width:381px !important;}
.datagridWidth386 input{width:382px !important;}
.datagridWidth387 input{width:383px !important;}
.datagridWidth388 input{width:384px !important;}
.datagridWidth389 input{width:385px !important;}
.datagridWidth390 input{width:386px !important;}
.datagridWidth391 input{width:387px !important;}
.datagridWidth392 input{width:388px !important;}
.datagridWidth393 input{width:389px !important;}
.datagridWidth394 input{width:390px !important;}
.datagridWidth395 input{width:391px !important;}
.datagridWidth396 input{width:392px !important;}
.datagridWidth397 input{width:393px !important;}
.datagridWidth398 input{width:394px !important;}
.datagridWidth399 input{width:395px !important;}
.datagridWidth400 input{width:396px !important;}
.datagridWidth401 input{width:397px !important;}
.datagridWidth402 input{width:398px !important;}
.datagridWidth403 input{width:399px !important;}
.datagridWidth404 input{width:400px !important;}
.datagridWidth405 input{width:401px !important;}
.datagridWidth406 input{width:402px !important;}
.datagridWidth407 input{width:403px !important;}
.datagridWidth408 input{width:404px !important;}
.datagridWidth409 input{width:405px !important;}
.datagridWidth410 input{width:406px !important;}
.datagridWidth411 input{width:407px !important;}
.datagridWidth412 input{width:408px !important;}
.datagridWidth413 input{width:409px !important;}
.datagridWidth414 input{width:410px !important;}
.datagridWidth415 input{width:411px !important;}
.datagridWidth416 input{width:412px !important;}
.datagridWidth417 input{width:413px !important;}
.datagridWidth418 input{width:414px !important;}
.datagridWidth419 input{width:415px !important;}
.datagridWidth420 input{width:416px !important;}
.datagridWidth421 input{width:417px !important;}
.datagridWidth422 input{width:418px !important;}
.datagridWidth423 input{width:419px !important;}
.datagridWidth424 input{width:420px !important;}
.datagridWidth425 input{width:421px !important;}
.datagridWidth426 input{width:422px !important;}
.datagridWidth427 input{width:423px !important;}
.datagridWidth428 input{width:424px !important;}
.datagridWidth429 input{width:425px !important;}
.datagridWidth430 input{width:426px !important;}
.datagridWidth431 input{width:427px !important;}
.datagridWidth432 input{width:428px !important;}
.datagridWidth433 input{width:429px !important;}
.datagridWidth434 input{width:430px !important;}
.datagridWidth435 input{width:431px !important;}
.datagridWidth436 input{width:432px !important;}
.datagridWidth437 input{width:433px !important;}
.datagridWidth438 input{width:434px !important;}
.datagridWidth439 input{width:435px !important;}
.datagridWidth440 input{width:436px !important;}
.datagridWidth441 input{width:437px !important;}
.datagridWidth442 input{width:438px !important;}
.datagridWidth443 input{width:439px !important;}
.datagridWidth444 input{width:440px !important;}
.datagridWidth445 input{width:441px !important;}
.datagridWidth446 input{width:442px !important;}
.datagridWidth447 input{width:443px !important;}
.datagridWidth448 input{width:444px !important;}
.datagridWidth449 input{width:445px !important;}
.datagridWidth450 input{width:446px !important;}
.datagridWidth451 input{width:447px !important;}
.datagridWidth452 input{width:448px !important;}
.datagridWidth453 input{width:449px !important;}
.datagridWidth454 input{width:450px !important;}
.datagridWidth455 input{width:451px !important;}
.datagridWidth456 input{width:452px !important;}
.datagridWidth457 input{width:453px !important;}
.datagridWidth458 input{width:454px !important;}
.datagridWidth459 input{width:455px !important;}
.datagridWidth460 input{width:456px !important;}
.datagridWidth461 input{width:457px !important;}
.datagridWidth462 input{width:458px !important;}
.datagridWidth463 input{width:459px !important;}
.datagridWidth464 input{width:460px !important;}
.datagridWidth465 input{width:461px !important;}
.datagridWidth466 input{width:462px !important;}
.datagridWidth467 input{width:463px !important;}
.datagridWidth468 input{width:464px !important;}
.datagridWidth469 input{width:465px !important;}
.datagridWidth470 input{width:466px !important;}
.datagridWidth471 input{width:467px !important;}
.datagridWidth472 input{width:468px !important;}
.datagridWidth473 input{width:469px !important;}
.datagridWidth474 input{width:470px !important;}
.datagridWidth475 input{width:471px !important;}
.datagridWidth476 input{width:472px !important;}
.datagridWidth477 input{width:473px !important;}
.datagridWidth478 input{width:474px !important;}
.datagridWidth479 input{width:475px !important;}
.datagridWidth480 input{width:476px !important;}
.datagridWidth481 input{width:477px !important;}
.datagridWidth482 input{width:478px !important;}
.datagridWidth483 input{width:479px !important;}
.datagridWidth484 input{width:480px !important;}
.datagridWidth485 input{width:481px !important;}
.datagridWidth486 input{width:482px !important;}
.datagridWidth487 input{width:483px !important;}
.datagridWidth488 input{width:484px !important;}
.datagridWidth489 input{width:485px !important;}
.datagridWidth490 input{width:486px !important;}
.datagridWidth491 input{width:487px !important;}
.datagridWidth492 input{width:488px !important;}
.datagridWidth493 input{width:489px !important;}
.datagridWidth494 input{width:490px !important;}
.datagridWidth495 input{width:491px !important;}
.datagridWidth496 input{width:492px !important;}
.datagridWidth497 input{width:493px !important;}
.datagridWidth498 input{width:494px !important;}
.datagridWidth499 input{width:495px !important;}
.datagridWidth500 input{width:496px !important;}
.datagridWidth501 input{width:497px !important;}
.datagridWidth502 input{width:498px !important;}
.datagridWidth503 input{width:499px !important;}
.datagridWidth504 input{width:500px !important;}
.datagridWidth505 input{width:501px !important;}
.datagridWidth506 input{width:502px !important;}
.datagridWidth507 input{width:503px !important;}
.datagridWidth508 input{width:504px !important;}
.datagridWidth509 input{width:505px !important;}
.datagridWidth510 input{width:506px !important;}
.datagridWidth511 input{width:507px !important;}
.datagridWidth512 input{width:508px !important;}
.datagridWidth513 input{width:509px !important;}
.datagridWidth514 input{width:510px !important;}
.datagridWidth515 input{width:511px !important;}
.datagridWidth516 input{width:512px !important;}
.datagridWidth517 input{width:513px !important;}
.datagridWidth518 input{width:514px !important;}
.datagridWidth519 input{width:515px !important;}
.datagridWidth520 input{width:516px !important;}
.datagridWidth521 input{width:517px !important;}
.datagridWidth522 input{width:518px !important;}
.datagridWidth523 input{width:519px !important;}
.datagridWidth524 input{width:520px !important;}
.datagridWidth525 input{width:521px !important;}
.datagridWidth526 input{width:522px !important;}
.datagridWidth527 input{width:523px !important;}
.datagridWidth528 input{width:524px !important;}
.datagridWidth529 input{width:525px !important;}
.datagridWidth530 input{width:526px !important;}
.datagridWidth531 input{width:527px !important;}
.datagridWidth532 input{width:528px !important;}
.datagridWidth533 input{width:529px !important;}
.datagridWidth534 input{width:530px !important;}
.datagridWidth535 input{width:531px !important;}
.datagridWidth536 input{width:532px !important;}
.datagridWidth537 input{width:533px !important;}
.datagridWidth538 input{width:534px !important;}
.datagridWidth539 input{width:535px !important;}
.datagridWidth540 input{width:536px !important;}
.datagridWidth541 input{width:537px !important;}
.datagridWidth542 input{width:538px !important;}
.datagridWidth543 input{width:539px !important;}
.datagridWidth544 input{width:540px !important;}
.datagridWidth545 input{width:541px !important;}
.datagridWidth546 input{width:542px !important;}
.datagridWidth547 input{width:543px !important;}
.datagridWidth548 input{width:544px !important;}
.datagridWidth549 input{width:545px !important;}
.datagridWidth550 input{width:546px !important;}
.datagridWidth551 input{width:547px !important;}
.datagridWidth552 input{width:548px !important;}
.datagridWidth553 input{width:549px !important;}
.datagridWidth554 input{width:550px !important;}
.datagridWidth555 input{width:551px !important;}
.datagridWidth556 input{width:552px !important;}
.datagridWidth557 input{width:553px !important;}
.datagridWidth558 input{width:554px !important;}
.datagridWidth559 input{width:555px !important;}
.datagridWidth560 input{width:556px !important;}
.datagridWidth561 input{width:557px !important;}
.datagridWidth562 input{width:558px !important;}
.datagridWidth563 input{width:559px !important;}
.datagridWidth564 input{width:560px !important;}
.datagridWidth565 input{width:561px !important;}
.datagridWidth566 input{width:562px !important;}
.datagridWidth567 input{width:563px !important;}
.datagridWidth568 input{width:564px !important;}
.datagridWidth569 input{width:565px !important;}
.datagridWidth570 input{width:566px !important;}
.datagridWidth571 input{width:567px !important;}
.datagridWidth572 input{width:568px !important;}
.datagridWidth573 input{width:569px !important;}
.datagridWidth574 input{width:570px !important;}
.datagridWidth575 input{width:571px !important;}
.datagridWidth576 input{width:572px !important;}
.datagridWidth577 input{width:573px !important;}
.datagridWidth578 input{width:574px !important;}
.datagridWidth579 input{width:575px !important;}
.datagridWidth580 input{width:576px !important;}
.datagridWidth581 input{width:577px !important;}
.datagridWidth582 input{width:578px !important;}
.datagridWidth583 input{width:579px !important;}
.datagridWidth584 input{width:580px !important;}
.datagridWidth585 input{width:581px !important;}
.datagridWidth586 input{width:582px !important;}
.datagridWidth587 input{width:583px !important;}
.datagridWidth588 input{width:584px !important;}
.datagridWidth589 input{width:585px !important;}
.datagridWidth590 input{width:586px !important;}

.datagridWidth10 .lastCol{width:10px !important;}
.datagridWidth11 .lastCol{width:11px !important;}
.datagridWidth12 .lastCol{width:12px !important;}
.datagridWidth13 .lastCol{width:13px !important;}
.datagridWidth14 .lastCol{width:14px !important;}
.datagridWidth15 .lastCol{width:15px !important;}
.datagridWidth16 .lastCol{width:16px !important;}
.datagridWidth17 .lastCol{width:17px !important;}
.datagridWidth18 .lastCol{width:18px !important;}
.datagridWidth19 .lastCol{width:19px !important;}
.datagridWidth20 .lastCol{width:20px !important;}
.datagridWidth21 .lastCol{width:21px !important;}
.datagridWidth22 .lastCol{width:22px !important;}
.datagridWidth23 .lastCol{width:23px !important;}
.datagridWidth24 .lastCol{width:24px !important;}
.datagridWidth25 .lastCol{width:25px !important;}
.datagridWidth26 .lastCol{width:26px !important;}
.datagridWidth27 .lastCol{width:27px !important;}
.datagridWidth28 .lastCol{width:28px !important;}
.datagridWidth29 .lastCol{width:29px !important;}
.datagridWidth30 .lastCol{width:30px !important;}
.datagridWidth31 .lastCol{width:31px !important;}
.datagridWidth32 .lastCol{width:32px !important;}
.datagridWidth33 .lastCol{width:33px !important;}
.datagridWidth34 .lastCol{width:34px !important;}
.datagridWidth35 .lastCol{width:35px !important;}
.datagridWidth36 .lastCol{width:36px !important;}
.datagridWidth37 .lastCol{width:37px !important;}
.datagridWidth38 .lastCol{width:38px !important;}
.datagridWidth39 .lastCol{width:39px !important;}
.datagridWidth40 .lastCol{width:40px !important;}
.datagridWidth41 .lastCol{width:41px !important;}
.datagridWidth42 .lastCol{width:42px !important;}
.datagridWidth43 .lastCol{width:43px !important;}
.datagridWidth44 .lastCol{width:44px !important;}
.datagridWidth45 .lastCol{width:45px !important;}
.datagridWidth46 .lastCol{width:46px !important;}
.datagridWidth47 .lastCol{width:47px !important;}
.datagridWidth48 .lastCol{width:48px !important;}
.datagridWidth49 .lastCol{width:49px !important;}
.datagridWidth50 .lastCol{width:50px !important;}
.datagridWidth51 .lastCol{width:51px !important;}
.datagridWidth52 .lastCol{width:52px !important;}
.datagridWidth53 .lastCol{width:53px !important;}
.datagridWidth54 .lastCol{width:54px !important;}
.datagridWidth55 .lastCol{width:55px !important;}
.datagridWidth56 .lastCol{width:56px !important;}
.datagridWidth57 .lastCol{width:57px !important;}
.datagridWidth58 .lastCol{width:58px !important;}
.datagridWidth59 .lastCol{width:59px !important;}
.datagridWidth60 .lastCol{width:60px !important;}
.datagridWidth61 .lastCol{width:61px !important;}
.datagridWidth62 .lastCol{width:62px !important;}
.datagridWidth63 .lastCol{width:63px !important;}
.datagridWidth64 .lastCol{width:64px !important;}
.datagridWidth65 .lastCol{width:65px !important;}
.datagridWidth66 .lastCol{width:66px !important;}
.datagridWidth67 .lastCol{width:67px !important;}
.datagridWidth68 .lastCol{width:68px !important;}
.datagridWidth69 .lastCol{width:69px !important;}
.datagridWidth70 .lastCol{width:70px !important;}
.datagridWidth71 .lastCol{width:71px !important;}
.datagridWidth72 .lastCol{width:72px !important;}
.datagridWidth73 .lastCol{width:73px !important;}
.datagridWidth74 .lastCol{width:74px !important;}
.datagridWidth75 .lastCol{width:75px !important;}
.datagridWidth76 .lastCol{width:76px !important;}
.datagridWidth77 .lastCol{width:77px !important;}
.datagridWidth78 .lastCol{width:78px !important;}
.datagridWidth79 .lastCol{width:79px !important;}
.datagridWidth80 .lastCol{width:80px !important;}
.datagridWidth81 .lastCol{width:81px !important;}
.datagridWidth82 .lastCol{width:82px !important;}
.datagridWidth83 .lastCol{width:83px !important;}
.datagridWidth84 .lastCol{width:84px !important;}
.datagridWidth85 .lastCol{width:85px !important;}
.datagridWidth86 .lastCol{width:86px !important;}
.datagridWidth87 .lastCol{width:87px !important;}
.datagridWidth88 .lastCol{width:88px !important;}
.datagridWidth89 .lastCol{width:89px !important;}
.datagridWidth90 .lastCol{width:90px !important;}
.datagridWidth91 .lastCol{width:91px !important;}
.datagridWidth92 .lastCol{width:92px !important;}
.datagridWidth93 .lastCol{width:93px !important;}
.datagridWidth94 .lastCol{width:94px !important;}
.datagridWidth95 .lastCol{width:95px !important;}
.datagridWidth96 .lastCol{width:96px !important;}
.datagridWidth97 .lastCol{width:97px !important;}
.datagridWidth98 .lastCol{width:98px !important;}
.datagridWidth99 .lastCol{width:99px !important;}
.datagridWidth100 .lastCol{width:100px !important;}
.datagridWidth101 .lastCol{width:101px !important;}
.datagridWidth102 .lastCol{width:102px !important;}
.datagridWidth103 .lastCol{width:103px !important;}
.datagridWidth104 .lastCol{width:104px !important;}
.datagridWidth105 .lastCol{width:105px !important;}
.datagridWidth106 .lastCol{width:106px !important;}
.datagridWidth107 .lastCol{width:107px !important;}
.datagridWidth108 .lastCol{width:108px !important;}
.datagridWidth109 .lastCol{width:109px !important;}
.datagridWidth110 .lastCol{width:110px !important;}
.datagridWidth111 .lastCol{width:111px !important;}
.datagridWidth112 .lastCol{width:112px !important;}
.datagridWidth113 .lastCol{width:113px !important;}
.datagridWidth114 .lastCol{width:114px !important;}
.datagridWidth115 .lastCol{width:115px !important;}
.datagridWidth116 .lastCol{width:116px !important;}
.datagridWidth117 .lastCol{width:117px !important;}
.datagridWidth118 .lastCol{width:118px !important;}
.datagridWidth119 .lastCol{width:119px !important;}
.datagridWidth120 .lastCol{width:120px !important;}
.datagridWidth121 .lastCol{width:121px !important;}
.datagridWidth122 .lastCol{width:122px !important;}
.datagridWidth123 .lastCol{width:123px !important;}
.datagridWidth124 .lastCol{width:124px !important;}
.datagridWidth125 .lastCol{width:125px !important;}
.datagridWidth126 .lastCol{width:126px !important;}
.datagridWidth127 .lastCol{width:127px !important;}
.datagridWidth128 .lastCol{width:128px !important;}
.datagridWidth129 .lastCol{width:129px !important;}
.datagridWidth130 .lastCol{width:130px !important;}
.datagridWidth131 .lastCol{width:131px !important;}
.datagridWidth132 .lastCol{width:132px !important;}
.datagridWidth133 .lastCol{width:133px !important;}
.datagridWidth134 .lastCol{width:134px !important;}
.datagridWidth135 .lastCol{width:135px !important;}
.datagridWidth136 .lastCol{width:136px !important;}
.datagridWidth137 .lastCol{width:137px !important;}
.datagridWidth138 .lastCol{width:138px !important;}
.datagridWidth139 .lastCol{width:139px !important;}
.datagridWidth140 .lastCol{width:140px !important;}
.datagridWidth141 .lastCol{width:141px !important;}
.datagridWidth142 .lastCol{width:142px !important;}
.datagridWidth143 .lastCol{width:143px !important;}
.datagridWidth144 .lastCol{width:144px !important;}
.datagridWidth145 .lastCol{width:145px !important;}
.datagridWidth146 .lastCol{width:146px !important;}
.datagridWidth147 .lastCol{width:147px !important;}
.datagridWidth148 .lastCol{width:148px !important;}
.datagridWidth149 .lastCol{width:149px !important;}
.datagridWidth150 .lastCol{width:150px !important;}
.datagridWidth151 .lastCol{width:151px !important;}
.datagridWidth152 .lastCol{width:152px !important;}
.datagridWidth153 .lastCol{width:153px !important;}
.datagridWidth154 .lastCol{width:154px !important;}
.datagridWidth155 .lastCol{width:155px !important;}
.datagridWidth156 .lastCol{width:156px !important;}
.datagridWidth157 .lastCol{width:157px !important;}
.datagridWidth158 .lastCol{width:158px !important;}
.datagridWidth159 .lastCol{width:159px !important;}
.datagridWidth160 .lastCol{width:160px !important;}
.datagridWidth161 .lastCol{width:161px !important;}
.datagridWidth162 .lastCol{width:162px !important;}
.datagridWidth163 .lastCol{width:163px !important;}
.datagridWidth164 .lastCol{width:164px !important;}
.datagridWidth165 .lastCol{width:165px !important;}
.datagridWidth166 .lastCol{width:166px !important;}
.datagridWidth167 .lastCol{width:167px !important;}
.datagridWidth168 .lastCol{width:168px !important;}
.datagridWidth169 .lastCol{width:169px !important;}
.datagridWidth170 .lastCol{width:170px !important;}
.datagridWidth171 .lastCol{width:171px !important;}
.datagridWidth172 .lastCol{width:172px !important;}
.datagridWidth173 .lastCol{width:173px !important;}
.datagridWidth174 .lastCol{width:174px !important;}
.datagridWidth175 .lastCol{width:175px !important;}
.datagridWidth176 .lastCol{width:176px !important;}
.datagridWidth177 .lastCol{width:177px !important;}
.datagridWidth178 .lastCol{width:178px !important;}
.datagridWidth179 .lastCol{width:179px !important;}
.datagridWidth180 .lastCol{width:180px !important;}
.datagridWidth181 .lastCol{width:181px !important;}
.datagridWidth182 .lastCol{width:182px !important;}
.datagridWidth183 .lastCol{width:183px !important;}
.datagridWidth184 .lastCol{width:184px !important;}
.datagridWidth185 .lastCol{width:185px !important;}
.datagridWidth186 .lastCol{width:186px !important;}
.datagridWidth187 .lastCol{width:187px !important;}
.datagridWidth188 .lastCol{width:188px !important;}
.datagridWidth189 .lastCol{width:189px !important;}
.datagridWidth190 .lastCol{width:190px !important;}
.datagridWidth191 .lastCol{width:191px !important;}
.datagridWidth192 .lastCol{width:192px !important;}
.datagridWidth193 .lastCol{width:193px !important;}
.datagridWidth194 .lastCol{width:194px !important;}
.datagridWidth195 .lastCol{width:195px !important;}
.datagridWidth196 .lastCol{width:196px !important;}
.datagridWidth197 .lastCol{width:197px !important;}
.datagridWidth198 .lastCol{width:198px !important;}
.datagridWidth199 .lastCol{width:199px !important;}
.datagridWidth200 .lastCol{width:200px !important;}
.datagridWidth201 .lastCol{width:201px !important;}
.datagridWidth202 .lastCol{width:202px !important;}
.datagridWidth203 .lastCol{width:203px !important;}
.datagridWidth204 .lastCol{width:204px !important;}
.datagridWidth205 .lastCol{width:205px !important;}
.datagridWidth206 .lastCol{width:206px !important;}
.datagridWidth207 .lastCol{width:207px !important;}
.datagridWidth208 .lastCol{width:208px !important;}
.datagridWidth209 .lastCol{width:209px !important;}
.datagridWidth210 .lastCol{width:210px !important;}
.datagridWidth211 .lastCol{width:211px !important;}
.datagridWidth212 .lastCol{width:212px !important;}
.datagridWidth213 .lastCol{width:213px !important;}
.datagridWidth214 .lastCol{width:214px !important;}
.datagridWidth215 .lastCol{width:215px !important;}
.datagridWidth216 .lastCol{width:216px !important;}
.datagridWidth217 .lastCol{width:217px !important;}
.datagridWidth218 .lastCol{width:218px !important;}
.datagridWidth219 .lastCol{width:219px !important;}
.datagridWidth220 .lastCol{width:220px !important;}
.datagridWidth221 .lastCol{width:221px !important;}
.datagridWidth222 .lastCol{width:222px !important;}
.datagridWidth223 .lastCol{width:223px !important;}
.datagridWidth224 .lastCol{width:224px !important;}
.datagridWidth225 .lastCol{width:225px !important;}
.datagridWidth226 .lastCol{width:226px !important;}
.datagridWidth227 .lastCol{width:227px !important;}
.datagridWidth228 .lastCol{width:228px !important;}
.datagridWidth229 .lastCol{width:229px !important;}
.datagridWidth230 .lastCol{width:230px !important;}
.datagridWidth231 .lastCol{width:231px !important;}
.datagridWidth232 .lastCol{width:232px !important;}
.datagridWidth233 .lastCol{width:233px !important;}
.datagridWidth234 .lastCol{width:234px !important;}
.datagridWidth235 .lastCol{width:235px !important;}
.datagridWidth236 .lastCol{width:236px !important;}
.datagridWidth237 .lastCol{width:237px !important;}
.datagridWidth238 .lastCol{width:238px !important;}
.datagridWidth239 .lastCol{width:239px !important;}
.datagridWidth240 .lastCol{width:240px !important;}
.datagridWidth241 .lastCol{width:241px !important;}
.datagridWidth242 .lastCol{width:242px !important;}
.datagridWidth243 .lastCol{width:243px !important;}
.datagridWidth244 .lastCol{width:244px !important;}
.datagridWidth245 .lastCol{width:245px !important;}
.datagridWidth246 .lastCol{width:246px !important;}
.datagridWidth247 .lastCol{width:247px !important;}
.datagridWidth248 .lastCol{width:248px !important;}
.datagridWidth249 .lastCol{width:249px !important;}
.datagridWidth250 .lastCol{width:250px !important;}
.datagridWidth251 .lastCol{width:251px !important;}
.datagridWidth252 .lastCol{width:252px !important;}
.datagridWidth253 .lastCol{width:253px !important;}
.datagridWidth254 .lastCol{width:254px !important;}
.datagridWidth255 .lastCol{width:255px !important;}
.datagridWidth256 .lastCol{width:256px !important;}
.datagridWidth257 .lastCol{width:257px !important;}
.datagridWidth258 .lastCol{width:258px !important;}
.datagridWidth259 .lastCol{width:259px !important;}
.datagridWidth260 .lastCol{width:260px !important;}
.datagridWidth261 .lastCol{width:261px !important;}
.datagridWidth262 .lastCol{width:262px !important;}
.datagridWidth263 .lastCol{width:263px !important;}
.datagridWidth264 .lastCol{width:264px !important;}
.datagridWidth265 .lastCol{width:265px !important;}
.datagridWidth266 .lastCol{width:266px !important;}
.datagridWidth267 .lastCol{width:267px !important;}
.datagridWidth268 .lastCol{width:268px !important;}
.datagridWidth269 .lastCol{width:269px !important;}
.datagridWidth270 .lastCol{width:270px !important;}
.datagridWidth271 .lastCol{width:271px !important;}
.datagridWidth272 .lastCol{width:272px !important;}
.datagridWidth273 .lastCol{width:273px !important;}
.datagridWidth274 .lastCol{width:274px !important;}
.datagridWidth275 .lastCol{width:275px !important;}
.datagridWidth276 .lastCol{width:276px !important;}
.datagridWidth277 .lastCol{width:277px !important;}
.datagridWidth278 .lastCol{width:278px !important;}
.datagridWidth279 .lastCol{width:279px !important;}
.datagridWidth280 .lastCol{width:280px !important;}
.datagridWidth281 .lastCol{width:281px !important;}
.datagridWidth282 .lastCol{width:282px !important;}
.datagridWidth283 .lastCol{width:283px !important;}
.datagridWidth284 .lastCol{width:284px !important;}
.datagridWidth285 .lastCol{width:285px !important;}
.datagridWidth286 .lastCol{width:286px !important;}
.datagridWidth287 .lastCol{width:287px !important;}
.datagridWidth288 .lastCol{width:288px !important;}
.datagridWidth289 .lastCol{width:289px !important;}
.datagridWidth290 .lastCol{width:290px !important;}
.datagridWidth291 .lastCol{width:291px !important;}
.datagridWidth292 .lastCol{width:292px !important;}
.datagridWidth293 .lastCol{width:293px !important;}
.datagridWidth294 .lastCol{width:294px !important;}
.datagridWidth295 .lastCol{width:295px !important;}
.datagridWidth296 .lastCol{width:296px !important;}
.datagridWidth297 .lastCol{width:297px !important;}
.datagridWidth298 .lastCol{width:298px !important;}
.datagridWidth299 .lastCol{width:299px !important;}
.datagridWidth300 .lastCol{width:300px !important;}
.datagridWidth301 .lastCol{width:301px !important;}
.datagridWidth302 .lastCol{width:302px !important;}
.datagridWidth303 .lastCol{width:303px !important;}
.datagridWidth304 .lastCol{width:304px !important;}
.datagridWidth305 .lastCol{width:305px !important;}
.datagridWidth306 .lastCol{width:306px !important;}
.datagridWidth307 .lastCol{width:307px !important;}
.datagridWidth308 .lastCol{width:308px !important;}
.datagridWidth309 .lastCol{width:309px !important;}
.datagridWidth310 .lastCol{width:310px !important;}
.datagridWidth311 .lastCol{width:311px !important;}
.datagridWidth312 .lastCol{width:312px !important;}
.datagridWidth313 .lastCol{width:313px !important;}
.datagridWidth314 .lastCol{width:314px !important;}
.datagridWidth315 .lastCol{width:315px !important;}
.datagridWidth316 .lastCol{width:316px !important;}
.datagridWidth317 .lastCol{width:317px !important;}
.datagridWidth318 .lastCol{width:318px !important;}
.datagridWidth319 .lastCol{width:319px !important;}
.datagridWidth320 .lastCol{width:320px !important;}
.datagridWidth321 .lastCol{width:321px !important;}
.datagridWidth322 .lastCol{width:322px !important;}
.datagridWidth323 .lastCol{width:323px !important;}
.datagridWidth324 .lastCol{width:324px !important;}
.datagridWidth325 .lastCol{width:325px !important;}
.datagridWidth326 .lastCol{width:326px !important;}
.datagridWidth327 .lastCol{width:327px !important;}
.datagridWidth328 .lastCol{width:328px !important;}
.datagridWidth329 .lastCol{width:329px !important;}
.datagridWidth330 .lastCol{width:330px !important;}
.datagridWidth331 .lastCol{width:331px !important;}
.datagridWidth332 .lastCol{width:332px !important;}
.datagridWidth333 .lastCol{width:333px !important;}
.datagridWidth334 .lastCol{width:334px !important;}
.datagridWidth335 .lastCol{width:335px !important;}
.datagridWidth336 .lastCol{width:336px !important;}
.datagridWidth337 .lastCol{width:337px !important;}
.datagridWidth338 .lastCol{width:338px !important;}
.datagridWidth339 .lastCol{width:339px !important;}
.datagridWidth340 .lastCol{width:340px !important;}
.datagridWidth341 .lastCol{width:341px !important;}
.datagridWidth342 .lastCol{width:342px !important;}
.datagridWidth343 .lastCol{width:343px !important;}
.datagridWidth344 .lastCol{width:344px !important;}
.datagridWidth345 .lastCol{width:345px !important;}
.datagridWidth346 .lastCol{width:346px !important;}
.datagridWidth347 .lastCol{width:347px !important;}
.datagridWidth348 .lastCol{width:348px !important;}
.datagridWidth349 .lastCol{width:349px !important;}
.datagridWidth350 .lastCol{width:350px !important;}
.datagridWidth351 .lastCol{width:351px !important;}
.datagridWidth352 .lastCol{width:352px !important;}
.datagridWidth353 .lastCol{width:353px !important;}
.datagridWidth354 .lastCol{width:354px !important;}
.datagridWidth355 .lastCol{width:355px !important;}
.datagridWidth356 .lastCol{width:356px !important;}
.datagridWidth357 .lastCol{width:357px !important;}
.datagridWidth358 .lastCol{width:358px !important;}
.datagridWidth359 .lastCol{width:359px !important;}
.datagridWidth360 .lastCol{width:360px !important;}
.datagridWidth361 .lastCol{width:361px !important;}
.datagridWidth362 .lastCol{width:362px !important;}
.datagridWidth363 .lastCol{width:363px !important;}
.datagridWidth364 .lastCol{width:364px !important;}
.datagridWidth365 .lastCol{width:365px !important;}
.datagridWidth366 .lastCol{width:366px !important;}
.datagridWidth367 .lastCol{width:367px !important;}
.datagridWidth368 .lastCol{width:368px !important;}
.datagridWidth369 .lastCol{width:369px !important;}
.datagridWidth370 .lastCol{width:370px !important;}
.datagridWidth371 .lastCol{width:371px !important;}
.datagridWidth372 .lastCol{width:372px !important;}
.datagridWidth373 .lastCol{width:373px !important;}
.datagridWidth374 .lastCol{width:374px !important;}
.datagridWidth375 .lastCol{width:375px !important;}
.datagridWidth376 .lastCol{width:376px !important;}
.datagridWidth377 .lastCol{width:377px !important;}
.datagridWidth378 .lastCol{width:378px !important;}
.datagridWidth379 .lastCol{width:379px !important;}
.datagridWidth380 .lastCol{width:380px !important;}
.datagridWidth381 .lastCol{width:381px !important;}
.datagridWidth382 .lastCol{width:382px !important;}
.datagridWidth383 .lastCol{width:383px !important;}
.datagridWidth384 .lastCol{width:384px !important;}
.datagridWidth385 .lastCol{width:385px !important;}
.datagridWidth386 .lastCol{width:386px !important;}
.datagridWidth387 .lastCol{width:387px !important;}
.datagridWidth388 .lastCol{width:388px !important;}
.datagridWidth389 .lastCol{width:389px !important;}
.datagridWidth390 .lastCol{width:390px !important;}
.datagridWidth391 .lastCol{width:391px !important;}
.datagridWidth392 .lastCol{width:392px !important;}
.datagridWidth393 .lastCol{width:393px !important;}
.datagridWidth394 .lastCol{width:394px !important;}
.datagridWidth395 .lastCol{width:395px !important;}
.datagridWidth396 .lastCol{width:396px !important;}
.datagridWidth397 .lastCol{width:397px !important;}
.datagridWidth398 .lastCol{width:398px !important;}
.datagridWidth399 .lastCol{width:399px !important;}
.datagridWidth400 .lastCol{width:400px !important;}
.datagridWidth401 .lastCol{width:401px !important;}
.datagridWidth402 .lastCol{width:402px !important;}
.datagridWidth403 .lastCol{width:403px !important;}
.datagridWidth404 .lastCol{width:404px !important;}
.datagridWidth405 .lastCol{width:405px !important;}
.datagridWidth406 .lastCol{width:406px !important;}
.datagridWidth407 .lastCol{width:407px !important;}
.datagridWidth408 .lastCol{width:408px !important;}
.datagridWidth409 .lastCol{width:409px !important;}
.datagridWidth410 .lastCol{width:410px !important;}
.datagridWidth411 .lastCol{width:411px !important;}
.datagridWidth412 .lastCol{width:412px !important;}
.datagridWidth413 .lastCol{width:413px !important;}
.datagridWidth414 .lastCol{width:414px !important;}
.datagridWidth415 .lastCol{width:415px !important;}
.datagridWidth416 .lastCol{width:416px !important;}
.datagridWidth417 .lastCol{width:417px !important;}
.datagridWidth418 .lastCol{width:418px !important;}
.datagridWidth419 .lastCol{width:419px !important;}
.datagridWidth420 .lastCol{width:420px !important;}
.datagridWidth421 .lastCol{width:421px !important;}
.datagridWidth422 .lastCol{width:422px !important;}
.datagridWidth423 .lastCol{width:423px !important;}
.datagridWidth424 .lastCol{width:424px !important;}
.datagridWidth425 .lastCol{width:425px !important;}
.datagridWidth426 .lastCol{width:426px !important;}
.datagridWidth427 .lastCol{width:427px !important;}
.datagridWidth428 .lastCol{width:428px !important;}
.datagridWidth429 .lastCol{width:429px !important;}
.datagridWidth430 .lastCol{width:430px !important;}
.datagridWidth431 .lastCol{width:431px !important;}
.datagridWidth432 .lastCol{width:432px !important;}
.datagridWidth433 .lastCol{width:433px !important;}
.datagridWidth434 .lastCol{width:434px !important;}
.datagridWidth435 .lastCol{width:435px !important;}
.datagridWidth436 .lastCol{width:436px !important;}
.datagridWidth437 .lastCol{width:437px !important;}
.datagridWidth438 .lastCol{width:438px !important;}
.datagridWidth439 .lastCol{width:439px !important;}
.datagridWidth440 .lastCol{width:440px !important;}
.datagridWidth441 .lastCol{width:441px !important;}
.datagridWidth442 .lastCol{width:442px !important;}
.datagridWidth443 .lastCol{width:443px !important;}
.datagridWidth444 .lastCol{width:444px !important;}
.datagridWidth445 .lastCol{width:445px !important;}
.datagridWidth446 .lastCol{width:446px !important;}
.datagridWidth447 .lastCol{width:447px !important;}
.datagridWidth448 .lastCol{width:448px !important;}
.datagridWidth449 .lastCol{width:449px !important;}
.datagridWidth450 .lastCol{width:450px !important;}
.datagridWidth451 .lastCol{width:451px !important;}
.datagridWidth452 .lastCol{width:452px !important;}
.datagridWidth453 .lastCol{width:453px !important;}
.datagridWidth454 .lastCol{width:454px !important;}
.datagridWidth455 .lastCol{width:455px !important;}
.datagridWidth456 .lastCol{width:456px !important;}
.datagridWidth457 .lastCol{width:457px !important;}
.datagridWidth458 .lastCol{width:458px !important;}
.datagridWidth459 .lastCol{width:459px !important;}
.datagridWidth460 .lastCol{width:460px !important;}
.datagridWidth461 .lastCol{width:461px !important;}
.datagridWidth462 .lastCol{width:462px !important;}
.datagridWidth463 .lastCol{width:463px !important;}
.datagridWidth464 .lastCol{width:464px !important;}
.datagridWidth465 .lastCol{width:465px !important;}
.datagridWidth466 .lastCol{width:466px !important;}
.datagridWidth467 .lastCol{width:467px !important;}
.datagridWidth468 .lastCol{width:468px !important;}
.datagridWidth469 .lastCol{width:469px !important;}
.datagridWidth470 .lastCol{width:470px !important;}
.datagridWidth471 .lastCol{width:471px !important;}
.datagridWidth472 .lastCol{width:472px !important;}
.datagridWidth473 .lastCol{width:473px !important;}
.datagridWidth474 .lastCol{width:474px !important;}
.datagridWidth475 .lastCol{width:475px !important;}
.datagridWidth476 .lastCol{width:476px !important;}
.datagridWidth477 .lastCol{width:477px !important;}
.datagridWidth478 .lastCol{width:478px !important;}
.datagridWidth479 .lastCol{width:479px !important;}
.datagridWidth480 .lastCol{width:480px !important;}
.datagridWidth481 .lastCol{width:481px !important;}
.datagridWidth482 .lastCol{width:482px !important;}
.datagridWidth483 .lastCol{width:483px !important;}
.datagridWidth484 .lastCol{width:484px !important;}
.datagridWidth485 .lastCol{width:485px !important;}
.datagridWidth486 .lastCol{width:486px !important;}
.datagridWidth487 .lastCol{width:487px !important;}
.datagridWidth488 .lastCol{width:488px !important;}
.datagridWidth489 .lastCol{width:489px !important;}
.datagridWidth490 .lastCol{width:490px !important;}
.datagridWidth491 .lastCol{width:491px !important;}
.datagridWidth492 .lastCol{width:492px !important;}
.datagridWidth493 .lastCol{width:493px !important;}
.datagridWidth494 .lastCol{width:494px !important;}
.datagridWidth495 .lastCol{width:495px !important;}
.datagridWidth496 .lastCol{width:496px !important;}
.datagridWidth497 .lastCol{width:497px !important;}
.datagridWidth498 .lastCol{width:498px !important;}
.datagridWidth499 .lastCol{width:499px !important;}
.datagridWidth500 .lastCol{width:500px !important;}
.datagridWidth501 .lastCol{width:501px !important;}
.datagridWidth502 .lastCol{width:502px !important;}
.datagridWidth503 .lastCol{width:503px !important;}
.datagridWidth504 .lastCol{width:504px !important;}
.datagridWidth505 .lastCol{width:505px !important;}
.datagridWidth506 .lastCol{width:506px !important;}
.datagridWidth507 .lastCol{width:507px !important;}
.datagridWidth508 .lastCol{width:508px !important;}
.datagridWidth509 .lastCol{width:509px !important;}
.datagridWidth510 .lastCol{width:510px !important;}
.datagridWidth511 .lastCol{width:511px !important;}
.datagridWidth512 .lastCol{width:512px !important;}
.datagridWidth513 .lastCol{width:513px !important;}
.datagridWidth514 .lastCol{width:514px !important;}
.datagridWidth515 .lastCol{width:515px !important;}
.datagridWidth516 .lastCol{width:516px !important;}
.datagridWidth517 .lastCol{width:517px !important;}
.datagridWidth518 .lastCol{width:518px !important;}
.datagridWidth519 .lastCol{width:519px !important;}
.datagridWidth520 .lastCol{width:520px !important;}
.datagridWidth521 .lastCol{width:521px !important;}
.datagridWidth522 .lastCol{width:522px !important;}
.datagridWidth523 .lastCol{width:523px !important;}
.datagridWidth524 .lastCol{width:524px !important;}
.datagridWidth525 .lastCol{width:525px !important;}
.datagridWidth526 .lastCol{width:526px !important;}
.datagridWidth527 .lastCol{width:527px !important;}
.datagridWidth528 .lastCol{width:528px !important;}
.datagridWidth529 .lastCol{width:529px !important;}
.datagridWidth530 .lastCol{width:530px !important;}
.datagridWidth531 .lastCol{width:531px !important;}
.datagridWidth532 .lastCol{width:532px !important;}
.datagridWidth533 .lastCol{width:533px !important;}
.datagridWidth534 .lastCol{width:534px !important;}
.datagridWidth535 .lastCol{width:535px !important;}
.datagridWidth536 .lastCol{width:536px !important;}
.datagridWidth537 .lastCol{width:537px !important;}
.datagridWidth538 .lastCol{width:538px !important;}
.datagridWidth539 .lastCol{width:539px !important;}
.datagridWidth540 .lastCol{width:540px !important;}
.datagridWidth541 .lastCol{width:541px !important;}
.datagridWidth542 .lastCol{width:542px !important;}
.datagridWidth543 .lastCol{width:543px !important;}
.datagridWidth544 .lastCol{width:544px !important;}
.datagridWidth545 .lastCol{width:545px !important;}
.datagridWidth546 .lastCol{width:546px !important;}
.datagridWidth547 .lastCol{width:547px !important;}
.datagridWidth548 .lastCol{width:548px !important;}
.datagridWidth549 .lastCol{width:549px !important;}
.datagridWidth550 .lastCol{width:550px !important;}
.datagridWidth551 .lastCol{width:551px !important;}
.datagridWidth552 .lastCol{width:552px !important;}
.datagridWidth553 .lastCol{width:553px !important;}
.datagridWidth554 .lastCol{width:554px !important;}
.datagridWidth555 .lastCol{width:555px !important;}
.datagridWidth556 .lastCol{width:556px !important;}
.datagridWidth557 .lastCol{width:557px !important;}
.datagridWidth558 .lastCol{width:558px !important;}
.datagridWidth559 .lastCol{width:559px !important;}
.datagridWidth560 .lastCol{width:560px !important;}
.datagridWidth561 .lastCol{width:561px !important;}
.datagridWidth562 .lastCol{width:562px !important;}
.datagridWidth563 .lastCol{width:563px !important;}
.datagridWidth564 .lastCol{width:564px !important;}
.datagridWidth565 .lastCol{width:565px !important;}
.datagridWidth566 .lastCol{width:566px !important;}
.datagridWidth567 .lastCol{width:567px !important;}
.datagridWidth568 .lastCol{width:568px !important;}
.datagridWidth569 .lastCol{width:569px !important;}
.datagridWidth570 .lastCol{width:570px !important;}
.datagridWidth571 .lastCol{width:571px !important;}
.datagridWidth572 .lastCol{width:572px !important;}
.datagridWidth573 .lastCol{width:573px !important;}
.datagridWidth574 .lastCol{width:574px !important;}
.datagridWidth575 .lastCol{width:575px !important;}
.datagridWidth576 .lastCol{width:576px !important;}
.datagridWidth577 .lastCol{width:577px !important;}
.datagridWidth578 .lastCol{width:578px !important;}
.datagridWidth579 .lastCol{width:579px !important;}
.datagridWidth580 .lastCol{width:580px !important;}
.datagridWidth581 .lastCol{width:581px !important;}
.datagridWidth582 .lastCol{width:582px !important;}
.datagridWidth583 .lastCol{width:583px !important;}
.datagridWidth584 .lastCol{width:584px !important;}
.datagridWidth585 .lastCol{width:585px !important;}
.datagridWidth586 .lastCol{width:586px !important;}
.datagridWidth587 .lastCol{width:587px !important;}
.datagridWidth588 .lastCol{width:588px !important;}
.datagridWidth589 .lastCol{width:589px !important;}
.datagridWidth590 .lastCol{width:590px !important;}

.datagridWidth10 textarea{width:6px !important;}
.datagridWidth11 textarea{width:7px !important;}
.datagridWidth12 textarea{width:8px !important;}
.datagridWidth13 textarea{width:9px !important;}
.datagridWidth14 textarea{width:10px !important;}
.datagridWidth15 textarea{width:11px !important;}
.datagridWidth16 textarea{width:12px !important;}
.datagridWidth17 textarea{width:13px !important;}
.datagridWidth18 textarea{width:14px !important;}
.datagridWidth19 textarea{width:15px !important;}
.datagridWidth20 textarea{width:16px !important;}
.datagridWidth21 textarea{width:17px !important;}
.datagridWidth22 textarea{width:18px !important;}
.datagridWidth23 textarea{width:19px !important;}
.datagridWidth24 textarea{width:20px !important;}
.datagridWidth25 textarea{width:21px !important;}
.datagridWidth26 textarea{width:22px !important;}
.datagridWidth27 textarea{width:23px !important;}
.datagridWidth28 textarea{width:24px !important;}
.datagridWidth29 textarea{width:25px !important;}
.datagridWidth30 textarea{width:26px !important;}
.datagridWidth31 textarea{width:27px !important;}
.datagridWidth32 textarea{width:28px !important;}
.datagridWidth33 textarea{width:29px !important;}
.datagridWidth34 textarea{width:30px !important;}
.datagridWidth35 textarea{width:31px !important;}
.datagridWidth36 textarea{width:32px !important;}
.datagridWidth37 textarea{width:33px !important;}
.datagridWidth38 textarea{width:34px !important;}
.datagridWidth39 textarea{width:35px !important;}
.datagridWidth40 textarea{width:36px !important;}
.datagridWidth41 textarea{width:37px !important;}
.datagridWidth42 textarea{width:38px !important;}
.datagridWidth43 textarea{width:39px !important;}
.datagridWidth44 textarea{width:40px !important;}
.datagridWidth45 textarea{width:41px !important;}
.datagridWidth46 textarea{width:42px !important;}
.datagridWidth47 textarea{width:43px !important;}
.datagridWidth48 textarea{width:44px !important;}
.datagridWidth49 textarea{width:45px !important;}
.datagridWidth50 textarea{width:46px !important;}
.datagridWidth51 textarea{width:47px !important;}
.datagridWidth52 textarea{width:48px !important;}
.datagridWidth53 textarea{width:49px !important;}
.datagridWidth54 textarea{width:50px !important;}
.datagridWidth55 textarea{width:51px !important;}
.datagridWidth56 textarea{width:52px !important;}
.datagridWidth57 textarea{width:53px !important;}
.datagridWidth58 textarea{width:54px !important;}
.datagridWidth59 textarea{width:55px !important;}
.datagridWidth60 textarea{width:56px !important;}
.datagridWidth61 textarea{width:57px !important;}
.datagridWidth62 textarea{width:58px !important;}
.datagridWidth63 textarea{width:59px !important;}
.datagridWidth64 textarea{width:60px !important;}
.datagridWidth65 textarea{width:61px !important;}
.datagridWidth66 textarea{width:62px !important;}
.datagridWidth67 textarea{width:63px !important;}
.datagridWidth68 textarea{width:64px !important;}
.datagridWidth69 textarea{width:65px !important;}
.datagridWidth70 textarea{width:66px !important;}
.datagridWidth71 textarea{width:67px !important;}
.datagridWidth72 textarea{width:68px !important;}
.datagridWidth73 textarea{width:69px !important;}
.datagridWidth74 textarea{width:70px !important;}
.datagridWidth75 textarea{width:71px !important;}
.datagridWidth76 textarea{width:72px !important;}
.datagridWidth77 textarea{width:73px !important;}
.datagridWidth78 textarea{width:74px !important;}
.datagridWidth79 textarea{width:75px !important;}
.datagridWidth80 textarea{width:76px !important;}
.datagridWidth81 textarea{width:77px !important;}
.datagridWidth82 textarea{width:78px !important;}
.datagridWidth83 textarea{width:79px !important;}
.datagridWidth84 textarea{width:80px !important;}
.datagridWidth85 textarea{width:81px !important;}
.datagridWidth86 textarea{width:82px !important;}
.datagridWidth87 textarea{width:83px !important;}
.datagridWidth88 textarea{width:84px !important;}
.datagridWidth89 textarea{width:85px !important;}
.datagridWidth90 textarea{width:86px !important;}
.datagridWidth91 textarea{width:87px !important;}
.datagridWidth92 textarea{width:88px !important;}
.datagridWidth93 textarea{width:89px !important;}
.datagridWidth94 textarea{width:90px !important;}
.datagridWidth95 textarea{width:91px !important;}
.datagridWidth96 textarea{width:92px !important;}
.datagridWidth97 textarea{width:93px !important;}
.datagridWidth98 textarea{width:94px !important;}
.datagridWidth99 textarea{width:95px !important;}
.datagridWidth100 textarea{width:96px !important;}
.datagridWidth101 textarea{width:97px !important;}
.datagridWidth102 textarea{width:98px !important;}
.datagridWidth103 textarea{width:99px !important;}
.datagridWidth104 textarea{width:100px !important;}
.datagridWidth105 textarea{width:101px !important;}
.datagridWidth106 textarea{width:102px !important;}
.datagridWidth107 textarea{width:103px !important;}
.datagridWidth108 textarea{width:104px !important;}
.datagridWidth109 textarea{width:105px !important;}
.datagridWidth110 textarea{width:106px !important;}
.datagridWidth111 textarea{width:107px !important;}
.datagridWidth112 textarea{width:108px !important;}
.datagridWidth113 textarea{width:109px !important;}
.datagridWidth114 textarea{width:110px !important;}
.datagridWidth115 textarea{width:111px !important;}
.datagridWidth116 textarea{width:112px !important;}
.datagridWidth117 textarea{width:113px !important;}
.datagridWidth118 textarea{width:114px !important;}
.datagridWidth119 textarea{width:115px !important;}
.datagridWidth120 textarea{width:116px !important;}
.datagridWidth121 textarea{width:117px !important;}
.datagridWidth122 textarea{width:118px !important;}
.datagridWidth123 textarea{width:119px !important;}
.datagridWidth124 textarea{width:120px !important;}
.datagridWidth125 textarea{width:121px !important;}
.datagridWidth126 textarea{width:122px !important;}
.datagridWidth127 textarea{width:123px !important;}
.datagridWidth128 textarea{width:124px !important;}
.datagridWidth129 textarea{width:125px !important;}
.datagridWidth130 textarea{width:126px !important;}
.datagridWidth131 textarea{width:127px !important;}
.datagridWidth132 textarea{width:128px !important;}
.datagridWidth133 textarea{width:129px !important;}
.datagridWidth134 textarea{width:130px !important;}
.datagridWidth135 textarea{width:131px !important;}
.datagridWidth136 textarea{width:132px !important;}
.datagridWidth137 textarea{width:133px !important;}
.datagridWidth138 textarea{width:134px !important;}
.datagridWidth139 textarea{width:135px !important;}
.datagridWidth140 textarea{width:136px !important;}
.datagridWidth141 textarea{width:137px !important;}
.datagridWidth142 textarea{width:138px !important;}
.datagridWidth143 textarea{width:139px !important;}
.datagridWidth144 textarea{width:140px !important;}
.datagridWidth145 textarea{width:141px !important;}
.datagridWidth146 textarea{width:142px !important;}
.datagridWidth147 textarea{width:143px !important;}
.datagridWidth148 textarea{width:144px !important;}
.datagridWidth149 textarea{width:145px !important;}
.datagridWidth150 textarea{width:146px !important;}
.datagridWidth151 textarea{width:147px !important;}
.datagridWidth152 textarea{width:148px !important;}
.datagridWidth153 textarea{width:149px !important;}
.datagridWidth154 textarea{width:150px !important;}
.datagridWidth155 textarea{width:151px !important;}
.datagridWidth156 textarea{width:152px !important;}
.datagridWidth157 textarea{width:153px !important;}
.datagridWidth158 textarea{width:154px !important;}
.datagridWidth159 textarea{width:155px !important;}
.datagridWidth160 textarea{width:156px !important;}
.datagridWidth161 textarea{width:157px !important;}
.datagridWidth162 textarea{width:158px !important;}
.datagridWidth163 textarea{width:159px !important;}
.datagridWidth164 textarea{width:160px !important;}
.datagridWidth165 textarea{width:161px !important;}
.datagridWidth166 textarea{width:162px !important;}
.datagridWidth167 textarea{width:163px !important;}
.datagridWidth168 textarea{width:164px !important;}
.datagridWidth169 textarea{width:165px !important;}
.datagridWidth170 textarea{width:166px !important;}
.datagridWidth171 textarea{width:167px !important;}
.datagridWidth172 textarea{width:168px !important;}
.datagridWidth173 textarea{width:169px !important;}
.datagridWidth174 textarea{width:170px !important;}
.datagridWidth175 textarea{width:171px !important;}
.datagridWidth176 textarea{width:172px !important;}
.datagridWidth177 textarea{width:173px !important;}
.datagridWidth178 textarea{width:174px !important;}
.datagridWidth179 textarea{width:175px !important;}
.datagridWidth180 textarea{width:176px !important;}
.datagridWidth181 textarea{width:177px !important;}
.datagridWidth182 textarea{width:178px !important;}
.datagridWidth183 textarea{width:179px !important;}
.datagridWidth184 textarea{width:180px !important;}
.datagridWidth185 textarea{width:181px !important;}
.datagridWidth186 textarea{width:182px !important;}
.datagridWidth187 textarea{width:183px !important;}
.datagridWidth188 textarea{width:184px !important;}
.datagridWidth189 textarea{width:185px !important;}
.datagridWidth190 textarea{width:186px !important;}
.datagridWidth191 textarea{width:187px !important;}
.datagridWidth192 textarea{width:188px !important;}
.datagridWidth193 textarea{width:189px !important;}
.datagridWidth194 textarea{width:190px !important;}
.datagridWidth195 textarea{width:191px !important;}
.datagridWidth196 textarea{width:192px !important;}
.datagridWidth197 textarea{width:193px !important;}
.datagridWidth198 textarea{width:194px !important;}
.datagridWidth199 textarea{width:195px !important;}
.datagridWidth200 textarea{width:196px !important;}
.datagridWidth201 textarea{width:197px !important;}
.datagridWidth202 textarea{width:198px !important;}
.datagridWidth203 textarea{width:199px !important;}
.datagridWidth204 textarea{width:200px !important;}
.datagridWidth205 textarea{width:201px !important;}
.datagridWidth206 textarea{width:202px !important;}
.datagridWidth207 textarea{width:203px !important;}
.datagridWidth208 textarea{width:204px !important;}
.datagridWidth209 textarea{width:205px !important;}
.datagridWidth210 textarea{width:206px !important;}
.datagridWidth211 textarea{width:207px !important;}
.datagridWidth212 textarea{width:208px !important;}
.datagridWidth213 textarea{width:209px !important;}
.datagridWidth214 textarea{width:210px !important;}
.datagridWidth215 textarea{width:211px !important;}
.datagridWidth216 textarea{width:212px !important;}
.datagridWidth217 textarea{width:213px !important;}
.datagridWidth218 textarea{width:214px !important;}
.datagridWidth219 textarea{width:215px !important;}
.datagridWidth220 textarea{width:216px !important;}
.datagridWidth221 textarea{width:217px !important;}
.datagridWidth222 textarea{width:218px !important;}
.datagridWidth223 textarea{width:219px !important;}
.datagridWidth224 textarea{width:220px !important;}
.datagridWidth225 textarea{width:221px !important;}
.datagridWidth226 textarea{width:222px !important;}
.datagridWidth227 textarea{width:223px !important;}
.datagridWidth228 textarea{width:224px !important;}
.datagridWidth229 textarea{width:225px !important;}
.datagridWidth230 textarea{width:226px !important;}
.datagridWidth231 textarea{width:227px !important;}
.datagridWidth232 textarea{width:228px !important;}
.datagridWidth233 textarea{width:229px !important;}
.datagridWidth234 textarea{width:230px !important;}
.datagridWidth235 textarea{width:231px !important;}
.datagridWidth236 textarea{width:232px !important;}
.datagridWidth237 textarea{width:233px !important;}
.datagridWidth238 textarea{width:234px !important;}
.datagridWidth239 textarea{width:235px !important;}
.datagridWidth240 textarea{width:236px !important;}
.datagridWidth241 textarea{width:237px !important;}
.datagridWidth242 textarea{width:238px !important;}
.datagridWidth243 textarea{width:239px !important;}
.datagridWidth244 textarea{width:240px !important;}
.datagridWidth245 textarea{width:241px !important;}
.datagridWidth246 textarea{width:242px !important;}
.datagridWidth247 textarea{width:243px !important;}
.datagridWidth248 textarea{width:244px !important;}
.datagridWidth249 textarea{width:245px !important;}
.datagridWidth250 textarea{width:246px !important;}
.datagridWidth251 textarea{width:247px !important;}
.datagridWidth252 textarea{width:248px !important;}
.datagridWidth253 textarea{width:249px !important;}
.datagridWidth254 textarea{width:250px !important;}
.datagridWidth255 textarea{width:251px !important;}
.datagridWidth256 textarea{width:252px !important;}
.datagridWidth257 textarea{width:253px !important;}
.datagridWidth258 textarea{width:254px !important;}
.datagridWidth259 textarea{width:255px !important;}
.datagridWidth260 textarea{width:256px !important;}
.datagridWidth261 textarea{width:257px !important;}
.datagridWidth262 textarea{width:258px !important;}
.datagridWidth263 textarea{width:259px !important;}
.datagridWidth264 textarea{width:260px !important;}
.datagridWidth265 textarea{width:261px !important;}
.datagridWidth266 textarea{width:262px !important;}
.datagridWidth267 textarea{width:263px !important;}
.datagridWidth268 textarea{width:264px !important;}
.datagridWidth269 textarea{width:265px !important;}
.datagridWidth270 textarea{width:266px !important;}
.datagridWidth271 textarea{width:267px !important;}
.datagridWidth272 textarea{width:268px !important;}
.datagridWidth273 textarea{width:269px !important;}
.datagridWidth274 textarea{width:270px !important;}
.datagridWidth275 textarea{width:271px !important;}
.datagridWidth276 textarea{width:272px !important;}
.datagridWidth277 textarea{width:273px !important;}
.datagridWidth278 textarea{width:274px !important;}
.datagridWidth279 textarea{width:275px !important;}
.datagridWidth280 textarea{width:276px !important;}
.datagridWidth281 textarea{width:277px !important;}
.datagridWidth282 textarea{width:278px !important;}
.datagridWidth283 textarea{width:279px !important;}
.datagridWidth284 textarea{width:280px !important;}
.datagridWidth285 textarea{width:281px !important;}
.datagridWidth286 textarea{width:282px !important;}
.datagridWidth287 textarea{width:283px !important;}
.datagridWidth288 textarea{width:284px !important;}
.datagridWidth289 textarea{width:285px !important;}
.datagridWidth290 textarea{width:286px !important;}
.datagridWidth291 textarea{width:287px !important;}
.datagridWidth292 textarea{width:288px !important;}
.datagridWidth293 textarea{width:289px !important;}
.datagridWidth294 textarea{width:290px !important;}
.datagridWidth295 textarea{width:291px !important;}
.datagridWidth296 textarea{width:292px !important;}
.datagridWidth297 textarea{width:293px !important;}
.datagridWidth298 textarea{width:294px !important;}
.datagridWidth299 textarea{width:295px !important;}
.datagridWidth300 textarea{width:296px !important;}
.datagridWidth301 textarea{width:297px !important;}
.datagridWidth302 textarea{width:298px !important;}
.datagridWidth303 textarea{width:299px !important;}
.datagridWidth304 textarea{width:300px !important;}
.datagridWidth305 textarea{width:301px !important;}
.datagridWidth306 textarea{width:302px !important;}
.datagridWidth307 textarea{width:303px !important;}
.datagridWidth308 textarea{width:304px !important;}
.datagridWidth309 textarea{width:305px !important;}
.datagridWidth310 textarea{width:306px !important;}
.datagridWidth311 textarea{width:307px !important;}
.datagridWidth312 textarea{width:308px !important;}
.datagridWidth313 textarea{width:309px !important;}
.datagridWidth314 textarea{width:310px !important;}
.datagridWidth315 textarea{width:311px !important;}
.datagridWidth316 textarea{width:312px !important;}
.datagridWidth317 textarea{width:313px !important;}
.datagridWidth318 textarea{width:314px !important;}
.datagridWidth319 textarea{width:315px !important;}
.datagridWidth320 textarea{width:316px !important;}
.datagridWidth321 textarea{width:317px !important;}
.datagridWidth322 textarea{width:318px !important;}
.datagridWidth323 textarea{width:319px !important;}
.datagridWidth324 textarea{width:320px !important;}
.datagridWidth325 textarea{width:321px !important;}
.datagridWidth326 textarea{width:322px !important;}
.datagridWidth327 textarea{width:323px !important;}
.datagridWidth328 textarea{width:324px !important;}
.datagridWidth329 textarea{width:325px !important;}
.datagridWidth330 textarea{width:326px !important;}
.datagridWidth331 textarea{width:327px !important;}
.datagridWidth332 textarea{width:328px !important;}
.datagridWidth333 textarea{width:329px !important;}
.datagridWidth334 textarea{width:330px !important;}
.datagridWidth335 textarea{width:331px !important;}
.datagridWidth336 textarea{width:332px !important;}
.datagridWidth337 textarea{width:333px !important;}
.datagridWidth338 textarea{width:334px !important;}
.datagridWidth339 textarea{width:335px !important;}
.datagridWidth340 textarea{width:336px !important;}
.datagridWidth341 textarea{width:337px !important;}
.datagridWidth342 textarea{width:338px !important;}
.datagridWidth343 textarea{width:339px !important;}
.datagridWidth344 textarea{width:340px !important;}
.datagridWidth345 textarea{width:341px !important;}
.datagridWidth346 textarea{width:342px !important;}
.datagridWidth347 textarea{width:343px !important;}
.datagridWidth348 textarea{width:344px !important;}
.datagridWidth349 textarea{width:345px !important;}
.datagridWidth350 textarea{width:346px !important;}
.datagridWidth351 textarea{width:347px !important;}
.datagridWidth352 textarea{width:348px !important;}
.datagridWidth353 textarea{width:349px !important;}
.datagridWidth354 textarea{width:350px !important;}
.datagridWidth355 textarea{width:351px !important;}
.datagridWidth356 textarea{width:352px !important;}
.datagridWidth357 textarea{width:353px !important;}
.datagridWidth358 textarea{width:354px !important;}
.datagridWidth359 textarea{width:355px !important;}
.datagridWidth360 textarea{width:356px !important;}
.datagridWidth361 textarea{width:357px !important;}
.datagridWidth362 textarea{width:358px !important;}
.datagridWidth363 textarea{width:359px !important;}
.datagridWidth364 textarea{width:360px !important;}
.datagridWidth365 textarea{width:361px !important;}
.datagridWidth366 textarea{width:362px !important;}
.datagridWidth367 textarea{width:363px !important;}
.datagridWidth368 textarea{width:364px !important;}
.datagridWidth369 textarea{width:365px !important;}
.datagridWidth370 textarea{width:366px !important;}
.datagridWidth371 textarea{width:367px !important;}
.datagridWidth372 textarea{width:368px !important;}
.datagridWidth373 textarea{width:369px !important;}
.datagridWidth374 textarea{width:370px !important;}
.datagridWidth375 textarea{width:371px !important;}
.datagridWidth376 textarea{width:372px !important;}
.datagridWidth377 textarea{width:373px !important;}
.datagridWidth378 textarea{width:374px !important;}
.datagridWidth379 textarea{width:375px !important;}
.datagridWidth380 textarea{width:376px !important;}
.datagridWidth381 textarea{width:377px !important;}
.datagridWidth382 textarea{width:378px !important;}
.datagridWidth383 textarea{width:379px !important;}
.datagridWidth384 textarea{width:380px !important;}
.datagridWidth385 textarea{width:381px !important;}
.datagridWidth386 textarea{width:382px !important;}
.datagridWidth387 textarea{width:383px !important;}
.datagridWidth388 textarea{width:384px !important;}
.datagridWidth389 textarea{width:385px !important;}
.datagridWidth390 textarea{width:386px !important;}
.datagridWidth391 textarea{width:387px !important;}
.datagridWidth392 textarea{width:388px !important;}
.datagridWidth393 textarea{width:389px !important;}
.datagridWidth394 textarea{width:390px !important;}
.datagridWidth395 textarea{width:391px !important;}
.datagridWidth396 textarea{width:392px !important;}
.datagridWidth397 textarea{width:393px !important;}
.datagridWidth398 textarea{width:394px !important;}
.datagridWidth399 textarea{width:395px !important;}
.datagridWidth400 textarea{width:396px !important;}
.datagridWidth401 textarea{width:397px !important;}
.datagridWidth402 textarea{width:398px !important;}
.datagridWidth403 textarea{width:399px !important;}
.datagridWidth404 textarea{width:400px !important;}
.datagridWidth405 textarea{width:401px !important;}
.datagridWidth406 textarea{width:402px !important;}
.datagridWidth407 textarea{width:403px !important;}
.datagridWidth408 textarea{width:404px !important;}
.datagridWidth409 textarea{width:405px !important;}
.datagridWidth410 textarea{width:406px !important;}
.datagridWidth411 textarea{width:407px !important;}
.datagridWidth412 textarea{width:408px !important;}
.datagridWidth413 textarea{width:409px !important;}
.datagridWidth414 textarea{width:410px !important;}
.datagridWidth415 textarea{width:411px !important;}
.datagridWidth416 textarea{width:412px !important;}
.datagridWidth417 textarea{width:413px !important;}
.datagridWidth418 textarea{width:414px !important;}
.datagridWidth419 textarea{width:415px !important;}
.datagridWidth420 textarea{width:416px !important;}
.datagridWidth421 textarea{width:417px !important;}
.datagridWidth422 textarea{width:418px !important;}
.datagridWidth423 textarea{width:419px !important;}
.datagridWidth424 textarea{width:420px !important;}
.datagridWidth425 textarea{width:421px !important;}
.datagridWidth426 textarea{width:422px !important;}
.datagridWidth427 textarea{width:423px !important;}
.datagridWidth428 textarea{width:424px !important;}
.datagridWidth429 textarea{width:425px !important;}
.datagridWidth430 textarea{width:426px !important;}
.datagridWidth431 textarea{width:427px !important;}
.datagridWidth432 textarea{width:428px !important;}
.datagridWidth433 textarea{width:429px !important;}
.datagridWidth434 textarea{width:430px !important;}
.datagridWidth435 textarea{width:431px !important;}
.datagridWidth436 textarea{width:432px !important;}
.datagridWidth437 textarea{width:433px !important;}
.datagridWidth438 textarea{width:434px !important;}
.datagridWidth439 textarea{width:435px !important;}
.datagridWidth440 textarea{width:436px !important;}
.datagridWidth441 textarea{width:437px !important;}
.datagridWidth442 textarea{width:438px !important;}
.datagridWidth443 textarea{width:439px !important;}
.datagridWidth444 textarea{width:440px !important;}
.datagridWidth445 textarea{width:441px !important;}
.datagridWidth446 textarea{width:442px !important;}
.datagridWidth447 textarea{width:443px !important;}
.datagridWidth448 textarea{width:444px !important;}
.datagridWidth449 textarea{width:445px !important;}
.datagridWidth450 textarea{width:446px !important;}
.datagridWidth451 textarea{width:447px !important;}
.datagridWidth452 textarea{width:448px !important;}
.datagridWidth453 textarea{width:449px !important;}
.datagridWidth454 textarea{width:450px !important;}
.datagridWidth455 textarea{width:451px !important;}
.datagridWidth456 textarea{width:452px !important;}
.datagridWidth457 textarea{width:453px !important;}
.datagridWidth458 textarea{width:454px !important;}
.datagridWidth459 textarea{width:455px !important;}
.datagridWidth460 textarea{width:456px !important;}
.datagridWidth461 textarea{width:457px !important;}
.datagridWidth462 textarea{width:458px !important;}
.datagridWidth463 textarea{width:459px !important;}
.datagridWidth464 textarea{width:460px !important;}
.datagridWidth465 textarea{width:461px !important;}
.datagridWidth466 textarea{width:462px !important;}
.datagridWidth467 textarea{width:463px !important;}
.datagridWidth468 textarea{width:464px !important;}
.datagridWidth469 textarea{width:465px !important;}
.datagridWidth470 textarea{width:466px !important;}
.datagridWidth471 textarea{width:467px !important;}
.datagridWidth472 textarea{width:468px !important;}
.datagridWidth473 textarea{width:469px !important;}
.datagridWidth474 textarea{width:470px !important;}
.datagridWidth475 textarea{width:471px !important;}
.datagridWidth476 textarea{width:472px !important;}
.datagridWidth477 textarea{width:473px !important;}
.datagridWidth478 textarea{width:474px !important;}
.datagridWidth479 textarea{width:475px !important;}
.datagridWidth480 textarea{width:476px !important;}
.datagridWidth481 textarea{width:477px !important;}
.datagridWidth482 textarea{width:478px !important;}
.datagridWidth483 textarea{width:479px !important;}
.datagridWidth484 textarea{width:480px !important;}
.datagridWidth485 textarea{width:481px !important;}
.datagridWidth486 textarea{width:482px !important;}
.datagridWidth487 textarea{width:483px !important;}
.datagridWidth488 textarea{width:484px !important;}
.datagridWidth489 textarea{width:485px !important;}
.datagridWidth490 textarea{width:486px !important;}
.datagridWidth491 textarea{width:487px !important;}
.datagridWidth492 textarea{width:488px !important;}
.datagridWidth493 textarea{width:489px !important;}
.datagridWidth494 textarea{width:490px !important;}
.datagridWidth495 textarea{width:491px !important;}
.datagridWidth496 textarea{width:492px !important;}
.datagridWidth497 textarea{width:493px !important;}
.datagridWidth498 textarea{width:494px !important;}
.datagridWidth499 textarea{width:495px !important;}
.datagridWidth500 textarea{width:496px !important;}
.datagridWidth501 textarea{width:497px !important;}
.datagridWidth502 textarea{width:498px !important;}
.datagridWidth503 textarea{width:499px !important;}
.datagridWidth504 textarea{width:500px !important;}
.datagridWidth505 textarea{width:501px !important;}
.datagridWidth506 textarea{width:502px !important;}
.datagridWidth507 textarea{width:503px !important;}
.datagridWidth508 textarea{width:504px !important;}
.datagridWidth509 textarea{width:505px !important;}
.datagridWidth510 textarea{width:506px !important;}
.datagridWidth511 textarea{width:507px !important;}
.datagridWidth512 textarea{width:508px !important;}
.datagridWidth513 textarea{width:509px !important;}
.datagridWidth514 textarea{width:510px !important;}
.datagridWidth515 textarea{width:511px !important;}
.datagridWidth516 textarea{width:512px !important;}
.datagridWidth517 textarea{width:513px !important;}
.datagridWidth518 textarea{width:514px !important;}
.datagridWidth519 textarea{width:515px !important;}
.datagridWidth520 textarea{width:516px !important;}
.datagridWidth521 textarea{width:517px !important;}
.datagridWidth522 textarea{width:518px !important;}
.datagridWidth523 textarea{width:519px !important;}
.datagridWidth524 textarea{width:520px !important;}
.datagridWidth525 textarea{width:521px !important;}
.datagridWidth526 textarea{width:522px !important;}
.datagridWidth527 textarea{width:523px !important;}
.datagridWidth528 textarea{width:524px !important;}
.datagridWidth529 textarea{width:525px !important;}
.datagridWidth530 textarea{width:526px !important;}
.datagridWidth531 textarea{width:527px !important;}
.datagridWidth532 textarea{width:528px !important;}
.datagridWidth533 textarea{width:529px !important;}
.datagridWidth534 textarea{width:530px !important;}
.datagridWidth535 textarea{width:531px !important;}
.datagridWidth536 textarea{width:532px !important;}
.datagridWidth537 textarea{width:533px !important;}
.datagridWidth538 textarea{width:534px !important;}
.datagridWidth539 textarea{width:535px !important;}
.datagridWidth540 textarea{width:536px !important;}
.datagridWidth541 textarea{width:537px !important;}
.datagridWidth542 textarea{width:538px !important;}
.datagridWidth543 textarea{width:539px !important;}
.datagridWidth544 textarea{width:540px !important;}
.datagridWidth545 textarea{width:541px !important;}
.datagridWidth546 textarea{width:542px !important;}
.datagridWidth547 textarea{width:543px !important;}
.datagridWidth548 textarea{width:544px !important;}
.datagridWidth549 textarea{width:545px !important;}
.datagridWidth550 textarea{width:546px !important;}
.datagridWidth551 textarea{width:547px !important;}
.datagridWidth552 textarea{width:548px !important;}
.datagridWidth553 textarea{width:549px !important;}
.datagridWidth554 textarea{width:550px !important;}
.datagridWidth555 textarea{width:551px !important;}
.datagridWidth556 textarea{width:552px !important;}
.datagridWidth557 textarea{width:553px !important;}
.datagridWidth558 textarea{width:554px !important;}
.datagridWidth559 textarea{width:555px !important;}
.datagridWidth560 textarea{width:556px !important;}
.datagridWidth561 textarea{width:557px !important;}
.datagridWidth562 textarea{width:558px !important;}
.datagridWidth563 textarea{width:559px !important;}
.datagridWidth564 textarea{width:560px !important;}
.datagridWidth565 textarea{width:561px !important;}
.datagridWidth566 textarea{width:562px !important;}
.datagridWidth567 textarea{width:563px !important;}
.datagridWidth568 textarea{width:564px !important;}
.datagridWidth569 textarea{width:565px !important;}
.datagridWidth570 textarea{width:566px !important;}
.datagridWidth571 textarea{width:567px !important;}
.datagridWidth572 textarea{width:568px !important;}
.datagridWidth573 textarea{width:569px !important;}
.datagridWidth574 textarea{width:570px !important;}
.datagridWidth575 textarea{width:571px !important;}
.datagridWidth576 textarea{width:572px !important;}
.datagridWidth577 textarea{width:573px !important;}
.datagridWidth578 textarea{width:574px !important;}
.datagridWidth579 textarea{width:575px !important;}
.datagridWidth580 textarea{width:576px !important;}
.datagridWidth581 textarea{width:577px !important;}
.datagridWidth582 textarea{width:578px !important;}
.datagridWidth583 textarea{width:579px !important;}
.datagridWidth584 textarea{width:580px !important;}
.datagridWidth585 textarea{width:581px !important;}
.datagridWidth586 textarea{width:582px !important;}
.datagridWidth587 textarea{width:583px !important;}
.datagridWidth588 textarea{width:584px !important;}
.datagridWidth589 textarea{width:585px !important;}
.datagridWidth590 textarea{width:586px !important;}





.labelWidth10 .firstCol{width:10px !important;}
.labelWidth11 .firstCol{width:11px !important;}
.labelWidth12 .firstCol{width:12px !important;}
.labelWidth13 .firstCol{width:13px !important;}
.labelWidth14 .firstCol{width:14px !important;}
.labelWidth15 .firstCol{width:15px !important;}
.labelWidth16 .firstCol{width:16px !important;}
.labelWidth17 .firstCol{width:17px !important;}
.labelWidth18 .firstCol{width:18px !important;}
.labelWidth19 .firstCol{width:19px !important;}
.labelWidth20 .firstCol{width:20px !important;}
.labelWidth21 .firstCol{width:21px !important;}
.labelWidth22 .firstCol{width:22px !important;}
.labelWidth23 .firstCol{width:23px !important;}
.labelWidth24 .firstCol{width:24px !important;}
.labelWidth25 .firstCol{width:25px !important;}
.labelWidth26 .firstCol{width:26px !important;}
.labelWidth27 .firstCol{width:27px !important;}
.labelWidth28 .firstCol{width:28px !important;}
.labelWidth29 .firstCol{width:29px !important;}
.labelWidth30 .firstCol{width:30px !important;}
.labelWidth31 .firstCol{width:31px !important;}
.labelWidth32 .firstCol{width:32px !important;}
.labelWidth33 .firstCol{width:33px !important;}
.labelWidth34 .firstCol{width:34px !important;}
.labelWidth35 .firstCol{width:35px !important;}
.labelWidth36 .firstCol{width:36px !important;}
.labelWidth37 .firstCol{width:37px !important;}
.labelWidth38 .firstCol{width:38px !important;}
.labelWidth39 .firstCol{width:39px !important;}
.labelWidth40 .firstCol{width:40px !important;}
.labelWidth41 .firstCol{width:41px !important;}
.labelWidth42 .firstCol{width:42px !important;}
.labelWidth43 .firstCol{width:43px !important;}
.labelWidth44 .firstCol{width:44px !important;}
.labelWidth45 .firstCol{width:45px !important;}
.labelWidth46 .firstCol{width:46px !important;}
.labelWidth47 .firstCol{width:47px !important;}
.labelWidth48 .firstCol{width:48px !important;}
.labelWidth49 .firstCol{width:49px !important;}
.labelWidth50 .firstCol{width:50px !important;}
.labelWidth51 .firstCol{width:51px !important;}
.labelWidth52 .firstCol{width:52px !important;}
.labelWidth53 .firstCol{width:53px !important;}
.labelWidth54 .firstCol{width:54px !important;}
.labelWidth55 .firstCol{width:55px !important;}
.labelWidth56 .firstCol{width:56px !important;}
.labelWidth57 .firstCol{width:57px !important;}
.labelWidth58 .firstCol{width:58px !important;}
.labelWidth59 .firstCol{width:59px !important;}
.labelWidth60 .firstCol{width:60px !important;}
.labelWidth61 .firstCol{width:61px !important;}
.labelWidth62 .firstCol{width:62px !important;}
.labelWidth63 .firstCol{width:63px !important;}
.labelWidth64 .firstCol{width:64px !important;}
.labelWidth65 .firstCol{width:65px !important;}
.labelWidth66 .firstCol{width:66px !important;}
.labelWidth67 .firstCol{width:67px !important;}
.labelWidth68 .firstCol{width:68px !important;}
.labelWidth69 .firstCol{width:69px !important;}
.labelWidth70 .firstCol{width:70px !important;}
.labelWidth71 .firstCol{width:71px !important;}
.labelWidth72 .firstCol{width:72px !important;}
.labelWidth73 .firstCol{width:73px !important;}
.labelWidth74 .firstCol{width:74px !important;}
.labelWidth75 .firstCol{width:75px !important;}
.labelWidth76 .firstCol{width:76px !important;}
.labelWidth77 .firstCol{width:77px !important;}
.labelWidth78 .firstCol{width:78px !important;}
.labelWidth79 .firstCol{width:79px !important;}
.labelWidth80 .firstCol{width:80px !important;}
.labelWidth81 .firstCol{width:81px !important;}
.labelWidth82 .firstCol{width:82px !important;}
.labelWidth83 .firstCol{width:83px !important;}
.labelWidth84 .firstCol{width:84px !important;}
.labelWidth85 .firstCol{width:85px !important;}
.labelWidth86 .firstCol{width:86px !important;}
.labelWidth87 .firstCol{width:87px !important;}
.labelWidth88 .firstCol{width:88px !important;}
.labelWidth89 .firstCol{width:89px !important;}
.labelWidth90 .firstCol{width:90px !important;}
.labelWidth91 .firstCol{width:91px !important;}
.labelWidth92 .firstCol{width:92px !important;}
.labelWidth93 .firstCol{width:93px !important;}
.labelWidth94 .firstCol{width:94px !important;}
.labelWidth95 .firstCol{width:95px !important;}
.labelWidth96 .firstCol{width:96px !important;}
.labelWidth97 .firstCol{width:97px !important;}
.labelWidth98 .firstCol{width:98px !important;}
.labelWidth99 .firstCol{width:99px !important;}
.labelWidth100 .firstCol{width:100px !important;}
.labelWidth101 .firstCol{width:101px !important;}
.labelWidth102 .firstCol{width:102px !important;}
.labelWidth103 .firstCol{width:103px !important;}
.labelWidth104 .firstCol{width:104px !important;}
.labelWidth105 .firstCol{width:105px !important;}
.labelWidth106 .firstCol{width:106px !important;}
.labelWidth107 .firstCol{width:107px !important;}
.labelWidth108 .firstCol{width:108px !important;}
.labelWidth109 .firstCol{width:109px !important;}
.labelWidth110 .firstCol{width:110px !important;}
.labelWidth111 .firstCol{width:111px !important;}
.labelWidth112 .firstCol{width:112px !important;}
.labelWidth113 .firstCol{width:113px !important;}
.labelWidth114 .firstCol{width:114px !important;}
.labelWidth115 .firstCol{width:115px !important;}
.labelWidth116 .firstCol{width:116px !important;}
.labelWidth117 .firstCol{width:117px !important;}
.labelWidth118 .firstCol{width:118px !important;}
.labelWidth119 .firstCol{width:119px !important;}
.labelWidth120 .firstCol{width:120px !important;}
.labelWidth121 .firstCol{width:121px !important;}
.labelWidth122 .firstCol{width:122px !important;}
.labelWidth123 .firstCol{width:123px !important;}
.labelWidth124 .firstCol{width:124px !important;}
.labelWidth125 .firstCol{width:125px !important;}
.labelWidth126 .firstCol{width:126px !important;}
.labelWidth127 .firstCol{width:127px !important;}
.labelWidth128 .firstCol{width:128px !important;}
.labelWidth129 .firstCol{width:129px !important;}
.labelWidth130 .firstCol{width:130px !important;}
.labelWidth131 .firstCol{width:131px !important;}
.labelWidth132 .firstCol{width:132px !important;}
.labelWidth133 .firstCol{width:133px !important;}
.labelWidth134 .firstCol{width:134px !important;}
.labelWidth135 .firstCol{width:135px !important;}
.labelWidth136 .firstCol{width:136px !important;}
.labelWidth137 .firstCol{width:137px !important;}
.labelWidth138 .firstCol{width:138px !important;}
.labelWidth139 .firstCol{width:139px !important;}
.labelWidth140 .firstCol{width:140px !important;}
.labelWidth141 .firstCol{width:141px !important;}
.labelWidth142 .firstCol{width:142px !important;}
.labelWidth143 .firstCol{width:143px !important;}
.labelWidth144 .firstCol{width:144px !important;}
.labelWidth145 .firstCol{width:145px !important;}
.labelWidth146 .firstCol{width:146px !important;}
.labelWidth147 .firstCol{width:147px !important;}
.labelWidth148 .firstCol{width:148px !important;}
.labelWidth149 .firstCol{width:149px !important;}
.labelWidth150 .firstCol{width:150px !important;}
.labelWidth151 .firstCol{width:151px !important;}
.labelWidth152 .firstCol{width:152px !important;}
.labelWidth153 .firstCol{width:153px !important;}
.labelWidth154 .firstCol{width:154px !important;}
.labelWidth155 .firstCol{width:155px !important;}
.labelWidth156 .firstCol{width:156px !important;}
.labelWidth157 .firstCol{width:157px !important;}
.labelWidth158 .firstCol{width:158px !important;}
.labelWidth159 .firstCol{width:159px !important;}
.labelWidth160 .firstCol{width:160px !important;}
.labelWidth161 .firstCol{width:161px !important;}
.labelWidth162 .firstCol{width:162px !important;}
.labelWidth163 .firstCol{width:163px !important;}
.labelWidth164 .firstCol{width:164px !important;}
.labelWidth165 .firstCol{width:165px !important;}
.labelWidth166 .firstCol{width:166px !important;}
.labelWidth167 .firstCol{width:167px !important;}
.labelWidth168 .firstCol{width:168px !important;}
.labelWidth169 .firstCol{width:169px !important;}
.labelWidth170 .firstCol{width:170px !important;}
.labelWidth171 .firstCol{width:171px !important;}
.labelWidth172 .firstCol{width:172px !important;}
.labelWidth173 .firstCol{width:173px !important;}
.labelWidth174 .firstCol{width:174px !important;}
.labelWidth175 .firstCol{width:175px !important;}
.labelWidth176 .firstCol{width:176px !important;}
.labelWidth177 .firstCol{width:177px !important;}
.labelWidth178 .firstCol{width:178px !important;}
.labelWidth179 .firstCol{width:179px !important;}
.labelWidth180 .firstCol{width:180px !important;}
.labelWidth181 .firstCol{width:181px !important;}
.labelWidth182 .firstCol{width:182px !important;}
.labelWidth183 .firstCol{width:183px !important;}
.labelWidth184 .firstCol{width:184px !important;}
.labelWidth185 .firstCol{width:185px !important;}
.labelWidth186 .firstCol{width:186px !important;}
.labelWidth187 .firstCol{width:187px !important;}
.labelWidth188 .firstCol{width:188px !important;}
.labelWidth189 .firstCol{width:189px !important;}
.labelWidth190 .firstCol{width:190px !important;}
.labelWidth191 .firstCol{width:191px !important;}
.labelWidth192 .firstCol{width:192px !important;}
.labelWidth193 .firstCol{width:193px !important;}
.labelWidth194 .firstCol{width:194px !important;}
.labelWidth195 .firstCol{width:195px !important;}
.labelWidth196 .firstCol{width:196px !important;}
.labelWidth197 .firstCol{width:197px !important;}
.labelWidth198 .firstCol{width:198px !important;}
.labelWidth199 .firstCol{width:199px !important;}
.labelWidth200 .firstCol{width:200px !important;}
.labelWidth201 .firstCol{width:201px !important;}
.labelWidth202 .firstCol{width:202px !important;}
.labelWidth203 .firstCol{width:203px !important;}
.labelWidth204 .firstCol{width:204px !important;}
.labelWidth205 .firstCol{width:205px !important;}
.labelWidth206 .firstCol{width:206px !important;}
.labelWidth207 .firstCol{width:207px !important;}
.labelWidth208 .firstCol{width:208px !important;}
.labelWidth209 .firstCol{width:209px !important;}
.labelWidth210 .firstCol{width:210px !important;}
.labelWidth211 .firstCol{width:211px !important;}
.labelWidth212 .firstCol{width:212px !important;}
.labelWidth213 .firstCol{width:213px !important;}
.labelWidth214 .firstCol{width:214px !important;}
.labelWidth215 .firstCol{width:215px !important;}
.labelWidth216 .firstCol{width:216px !important;}
.labelWidth217 .firstCol{width:217px !important;}
.labelWidth218 .firstCol{width:218px !important;}
.labelWidth219 .firstCol{width:219px !important;}
.labelWidth220 .firstCol{width:220px !important;}
.labelWidth221 .firstCol{width:221px !important;}
.labelWidth222 .firstCol{width:222px !important;}
.labelWidth223 .firstCol{width:223px !important;}
.labelWidth224 .firstCol{width:224px !important;}
.labelWidth225 .firstCol{width:225px !important;}
.labelWidth226 .firstCol{width:226px !important;}
.labelWidth227 .firstCol{width:227px !important;}
.labelWidth228 .firstCol{width:228px !important;}
.labelWidth229 .firstCol{width:229px !important;}
.labelWidth230 .firstCol{width:230px !important;}
.labelWidth231 .firstCol{width:231px !important;}
.labelWidth232 .firstCol{width:232px !important;}
.labelWidth233 .firstCol{width:233px !important;}
.labelWidth234 .firstCol{width:234px !important;}
.labelWidth235 .firstCol{width:235px !important;}
.labelWidth236 .firstCol{width:236px !important;}
.labelWidth237 .firstCol{width:237px !important;}
.labelWidth238 .firstCol{width:238px !important;}
.labelWidth239 .firstCol{width:239px !important;}
.labelWidth240 .firstCol{width:240px !important;}
.labelWidth241 .firstCol{width:241px !important;}
.labelWidth242 .firstCol{width:242px !important;}
.labelWidth243 .firstCol{width:243px !important;}
.labelWidth244 .firstCol{width:244px !important;}
.labelWidth245 .firstCol{width:245px !important;}
.labelWidth246 .firstCol{width:246px !important;}
.labelWidth247 .firstCol{width:247px !important;}
.labelWidth248 .firstCol{width:248px !important;}
.labelWidth249 .firstCol{width:249px !important;}
.labelWidth250 .firstCol{width:250px !important;}
.labelWidth251 .firstCol{width:251px !important;}
.labelWidth252 .firstCol{width:252px !important;}
.labelWidth253 .firstCol{width:253px !important;}
.labelWidth254 .firstCol{width:254px !important;}
.labelWidth255 .firstCol{width:255px !important;}
.labelWidth256 .firstCol{width:256px !important;}
.labelWidth257 .firstCol{width:257px !important;}
.labelWidth258 .firstCol{width:258px !important;}
.labelWidth259 .firstCol{width:259px !important;}
.labelWidth260 .firstCol{width:260px !important;}
.labelWidth261 .firstCol{width:261px !important;}
.labelWidth262 .firstCol{width:262px !important;}
.labelWidth263 .firstCol{width:263px !important;}
.labelWidth264 .firstCol{width:264px !important;}
.labelWidth265 .firstCol{width:265px !important;}
.labelWidth266 .firstCol{width:266px !important;}
.labelWidth267 .firstCol{width:267px !important;}
.labelWidth268 .firstCol{width:268px !important;}
.labelWidth269 .firstCol{width:269px !important;}
.labelWidth270 .firstCol{width:270px !important;}
.labelWidth271 .firstCol{width:271px !important;}
.labelWidth272 .firstCol{width:272px !important;}
.labelWidth273 .firstCol{width:273px !important;}
.labelWidth274 .firstCol{width:274px !important;}
.labelWidth275 .firstCol{width:275px !important;}
.labelWidth276 .firstCol{width:276px !important;}
.labelWidth277 .firstCol{width:277px !important;}
.labelWidth278 .firstCol{width:278px !important;}
.labelWidth279 .firstCol{width:279px !important;}
.labelWidth280 .firstCol{width:280px !important;}
.labelWidth281 .firstCol{width:281px !important;}
.labelWidth282 .firstCol{width:282px !important;}
.labelWidth283 .firstCol{width:283px !important;}
.labelWidth284 .firstCol{width:284px !important;}
.labelWidth285 .firstCol{width:285px !important;}
.labelWidth286 .firstCol{width:286px !important;}
.labelWidth287 .firstCol{width:287px !important;}
.labelWidth288 .firstCol{width:288px !important;}
.labelWidth289 .firstCol{width:289px !important;}
.labelWidth290 .firstCol{width:290px !important;}
.labelWidth291 .firstCol{width:291px !important;}
.labelWidth292 .firstCol{width:292px !important;}
.labelWidth293 .firstCol{width:293px !important;}
.labelWidth294 .firstCol{width:294px !important;}
.labelWidth295 .firstCol{width:295px !important;}
.labelWidth296 .firstCol{width:296px !important;}
.labelWidth297 .firstCol{width:297px !important;}
.labelWidth298 .firstCol{width:298px !important;}
.labelWidth299 .firstCol{width:299px !important;}
.labelWidth300 .firstCol{width:300px !important;}
.labelWidth301 .firstCol{width:301px !important;}
.labelWidth302 .firstCol{width:302px !important;}
.labelWidth303 .firstCol{width:303px !important;}
.labelWidth304 .firstCol{width:304px !important;}
.labelWidth305 .firstCol{width:305px !important;}
.labelWidth306 .firstCol{width:306px !important;}
.labelWidth307 .firstCol{width:307px !important;}
.labelWidth308 .firstCol{width:308px !important;}
.labelWidth309 .firstCol{width:309px !important;}
.labelWidth310 .firstCol{width:310px !important;}
.labelWidth311 .firstCol{width:311px !important;}
.labelWidth312 .firstCol{width:312px !important;}
.labelWidth313 .firstCol{width:313px !important;}
.labelWidth314 .firstCol{width:314px !important;}
.labelWidth315 .firstCol{width:315px !important;}
.labelWidth316 .firstCol{width:316px !important;}
.labelWidth317 .firstCol{width:317px !important;}
.labelWidth318 .firstCol{width:318px !important;}
.labelWidth319 .firstCol{width:319px !important;}
.labelWidth320 .firstCol{width:320px !important;}
.labelWidth321 .firstCol{width:321px !important;}
.labelWidth322 .firstCol{width:322px !important;}
.labelWidth323 .firstCol{width:323px !important;}
.labelWidth324 .firstCol{width:324px !important;}
.labelWidth325 .firstCol{width:325px !important;}
.labelWidth326 .firstCol{width:326px !important;}
.labelWidth327 .firstCol{width:327px !important;}
.labelWidth328 .firstCol{width:328px !important;}
.labelWidth329 .firstCol{width:329px !important;}
.labelWidth330 .firstCol{width:330px !important;}
.labelWidth331 .firstCol{width:331px !important;}
.labelWidth332 .firstCol{width:332px !important;}
.labelWidth333 .firstCol{width:333px !important;}
.labelWidth334 .firstCol{width:334px !important;}
.labelWidth335 .firstCol{width:335px !important;}
.labelWidth336 .firstCol{width:336px !important;}
.labelWidth337 .firstCol{width:337px !important;}
.labelWidth338 .firstCol{width:338px !important;}
.labelWidth339 .firstCol{width:339px !important;}
.labelWidth340 .firstCol{width:340px !important;}
.labelWidth341 .firstCol{width:341px !important;}
.labelWidth342 .firstCol{width:342px !important;}
.labelWidth343 .firstCol{width:343px !important;}
.labelWidth344 .firstCol{width:344px !important;}
.labelWidth345 .firstCol{width:345px !important;}
.labelWidth346 .firstCol{width:346px !important;}
.labelWidth347 .firstCol{width:347px !important;}
.labelWidth348 .firstCol{width:348px !important;}
.labelWidth349 .firstCol{width:349px !important;}
.labelWidth350 .firstCol{width:350px !important;}
.labelWidth351 .firstCol{width:351px !important;}
.labelWidth352 .firstCol{width:352px !important;}
.labelWidth353 .firstCol{width:353px !important;}
.labelWidth354 .firstCol{width:354px !important;}
.labelWidth355 .firstCol{width:355px !important;}
.labelWidth356 .firstCol{width:356px !important;}
.labelWidth357 .firstCol{width:357px !important;}
.labelWidth358 .firstCol{width:358px !important;}
.labelWidth359 .firstCol{width:359px !important;}
.labelWidth360 .firstCol{width:360px !important;}
.labelWidth361 .firstCol{width:361px !important;}
.labelWidth362 .firstCol{width:362px !important;}
.labelWidth363 .firstCol{width:363px !important;}
.labelWidth364 .firstCol{width:364px !important;}
.labelWidth365 .firstCol{width:365px !important;}
.labelWidth366 .firstCol{width:366px !important;}
.labelWidth367 .firstCol{width:367px !important;}
.labelWidth368 .firstCol{width:368px !important;}
.labelWidth369 .firstCol{width:369px !important;}
.labelWidth370 .firstCol{width:370px !important;}
.labelWidth371 .firstCol{width:371px !important;}
.labelWidth372 .firstCol{width:372px !important;}
.labelWidth373 .firstCol{width:373px !important;}
.labelWidth374 .firstCol{width:374px !important;}
.labelWidth375 .firstCol{width:375px !important;}
.labelWidth376 .firstCol{width:376px !important;}
.labelWidth377 .firstCol{width:377px !important;}
.labelWidth378 .firstCol{width:378px !important;}
.labelWidth379 .firstCol{width:379px !important;}
.labelWidth380 .firstCol{width:380px !important;}
.labelWidth381 .firstCol{width:381px !important;}
.labelWidth382 .firstCol{width:382px !important;}
.labelWidth383 .firstCol{width:383px !important;}
.labelWidth384 .firstCol{width:384px !important;}
.labelWidth385 .firstCol{width:385px !important;}
.labelWidth386 .firstCol{width:386px !important;}
.labelWidth387 .firstCol{width:387px !important;}
.labelWidth388 .firstCol{width:388px !important;}
.labelWidth389 .firstCol{width:389px !important;}
.labelWidth390 .firstCol{width:390px !important;}
.labelWidth391 .firstCol{width:391px !important;}
.labelWidth392 .firstCol{width:392px !important;}
.labelWidth393 .firstCol{width:393px !important;}
.labelWidth394 .firstCol{width:394px !important;}
.labelWidth395 .firstCol{width:395px !important;}
.labelWidth396 .firstCol{width:396px !important;}
.labelWidth397 .firstCol{width:397px !important;}
.labelWidth398 .firstCol{width:398px !important;}
.labelWidth399 .firstCol{width:399px !important;}
.labelWidth400 .firstCol{width:400px !important;}
.labelWidth401 .firstCol{width:401px !important;}
.labelWidth402 .firstCol{width:402px !important;}
.labelWidth403 .firstCol{width:403px !important;}
.labelWidth404 .firstCol{width:404px !important;}
.labelWidth405 .firstCol{width:405px !important;}
.labelWidth406 .firstCol{width:406px !important;}
.labelWidth407 .firstCol{width:407px !important;}
.labelWidth408 .firstCol{width:408px !important;}
.labelWidth409 .firstCol{width:409px !important;}
.labelWidth410 .firstCol{width:410px !important;}
.labelWidth411 .firstCol{width:411px !important;}
.labelWidth412 .firstCol{width:412px !important;}
.labelWidth413 .firstCol{width:413px !important;}
.labelWidth414 .firstCol{width:414px !important;}
.labelWidth415 .firstCol{width:415px !important;}
.labelWidth416 .firstCol{width:416px !important;}
.labelWidth417 .firstCol{width:417px !important;}
.labelWidth418 .firstCol{width:418px !important;}
.labelWidth419 .firstCol{width:419px !important;}
.labelWidth420 .firstCol{width:420px !important;}
.labelWidth421 .firstCol{width:421px !important;}
.labelWidth422 .firstCol{width:422px !important;}
.labelWidth423 .firstCol{width:423px !important;}
.labelWidth424 .firstCol{width:424px !important;}
.labelWidth425 .firstCol{width:425px !important;}
.labelWidth426 .firstCol{width:426px !important;}
.labelWidth427 .firstCol{width:427px !important;}
.labelWidth428 .firstCol{width:428px !important;}
.labelWidth429 .firstCol{width:429px !important;}
.labelWidth430 .firstCol{width:430px !important;}
.labelWidth431 .firstCol{width:431px !important;}
.labelWidth432 .firstCol{width:432px !important;}
.labelWidth433 .firstCol{width:433px !important;}
.labelWidth434 .firstCol{width:434px !important;}
.labelWidth435 .firstCol{width:435px !important;}
.labelWidth436 .firstCol{width:436px !important;}
.labelWidth437 .firstCol{width:437px !important;}
.labelWidth438 .firstCol{width:438px !important;}
.labelWidth439 .firstCol{width:439px !important;}
.labelWidth440 .firstCol{width:440px !important;}
.labelWidth441 .firstCol{width:441px !important;}
.labelWidth442 .firstCol{width:442px !important;}
.labelWidth443 .firstCol{width:443px !important;}
.labelWidth444 .firstCol{width:444px !important;}
.labelWidth445 .firstCol{width:445px !important;}
.labelWidth446 .firstCol{width:446px !important;}
.labelWidth447 .firstCol{width:447px !important;}
.labelWidth448 .firstCol{width:448px !important;}
.labelWidth449 .firstCol{width:449px !important;}
.labelWidth450 .firstCol{width:450px !important;}
.labelWidth451 .firstCol{width:451px !important;}
.labelWidth452 .firstCol{width:452px !important;}
.labelWidth453 .firstCol{width:453px !important;}
.labelWidth454 .firstCol{width:454px !important;}
.labelWidth455 .firstCol{width:455px !important;}
.labelWidth456 .firstCol{width:456px !important;}
.labelWidth457 .firstCol{width:457px !important;}
.labelWidth458 .firstCol{width:458px !important;}
.labelWidth459 .firstCol{width:459px !important;}
.labelWidth460 .firstCol{width:460px !important;}
.labelWidth461 .firstCol{width:461px !important;}
.labelWidth462 .firstCol{width:462px !important;}
.labelWidth463 .firstCol{width:463px !important;}
.labelWidth464 .firstCol{width:464px !important;}
.labelWidth465 .firstCol{width:465px !important;}
.labelWidth466 .firstCol{width:466px !important;}
.labelWidth467 .firstCol{width:467px !important;}
.labelWidth468 .firstCol{width:468px !important;}
.labelWidth469 .firstCol{width:469px !important;}
.labelWidth470 .firstCol{width:470px !important;}
.labelWidth471 .firstCol{width:471px !important;}
.labelWidth472 .firstCol{width:472px !important;}
.labelWidth473 .firstCol{width:473px !important;}
.labelWidth474 .firstCol{width:474px !important;}
.labelWidth475 .firstCol{width:475px !important;}
.labelWidth476 .firstCol{width:476px !important;}
.labelWidth477 .firstCol{width:477px !important;}
.labelWidth478 .firstCol{width:478px !important;}
.labelWidth479 .firstCol{width:479px !important;}
.labelWidth480 .firstCol{width:480px !important;}
.labelWidth481 .firstCol{width:481px !important;}
.labelWidth482 .firstCol{width:482px !important;}
.labelWidth483 .firstCol{width:483px !important;}
.labelWidth484 .firstCol{width:484px !important;}
.labelWidth485 .firstCol{width:485px !important;}
.labelWidth486 .firstCol{width:486px !important;}
.labelWidth487 .firstCol{width:487px !important;}
.labelWidth488 .firstCol{width:488px !important;}
.labelWidth489 .firstCol{width:489px !important;}
.labelWidth490 .firstCol{width:490px !important;}
.labelWidth491 .firstCol{width:491px !important;}
.labelWidth492 .firstCol{width:492px !important;}
.labelWidth493 .firstCol{width:493px !important;}
.labelWidth494 .firstCol{width:494px !important;}
.labelWidth495 .firstCol{width:495px !important;}
.labelWidth496 .firstCol{width:496px !important;}
.labelWidth497 .firstCol{width:497px !important;}
.labelWidth498 .firstCol{width:498px !important;}
.labelWidth499 .firstCol{width:499px !important;}
.labelWidth500 .firstCol{width:500px !important;}
.labelWidth501 .firstCol{width:501px !important;}
.labelWidth502 .firstCol{width:502px !important;}
.labelWidth503 .firstCol{width:503px !important;}
.labelWidth504 .firstCol{width:504px !important;}
.labelWidth505 .firstCol{width:505px !important;}
.labelWidth506 .firstCol{width:506px !important;}
.labelWidth507 .firstCol{width:507px !important;}
.labelWidth508 .firstCol{width:508px !important;}
.labelWidth509 .firstCol{width:509px !important;}
.labelWidth510 .firstCol{width:510px !important;}
.labelWidth511 .firstCol{width:511px !important;}
.labelWidth512 .firstCol{width:512px !important;}
.labelWidth513 .firstCol{width:513px !important;}
.labelWidth514 .firstCol{width:514px !important;}
.labelWidth515 .firstCol{width:515px !important;}
.labelWidth516 .firstCol{width:516px !important;}
.labelWidth517 .firstCol{width:517px !important;}
.labelWidth518 .firstCol{width:518px !important;}
.labelWidth519 .firstCol{width:519px !important;}
.labelWidth520 .firstCol{width:520px !important;}
.labelWidth521 .firstCol{width:521px !important;}
.labelWidth522 .firstCol{width:522px !important;}
.labelWidth523 .firstCol{width:523px !important;}
.labelWidth524 .firstCol{width:524px !important;}
.labelWidth525 .firstCol{width:525px !important;}
.labelWidth526 .firstCol{width:526px !important;}
.labelWidth527 .firstCol{width:527px !important;}
.labelWidth528 .firstCol{width:528px !important;}
.labelWidth529 .firstCol{width:529px !important;}
.labelWidth530 .firstCol{width:530px !important;}
.labelWidth531 .firstCol{width:531px !important;}
.labelWidth532 .firstCol{width:532px !important;}
.labelWidth533 .firstCol{width:533px !important;}
.labelWidth534 .firstCol{width:534px !important;}
.labelWidth535 .firstCol{width:535px !important;}
.labelWidth536 .firstCol{width:536px !important;}
.labelWidth537 .firstCol{width:537px !important;}
.labelWidth538 .firstCol{width:538px !important;}
.labelWidth539 .firstCol{width:539px !important;}
.labelWidth540 .firstCol{width:540px !important;}
.labelWidth541 .firstCol{width:541px !important;}
.labelWidth542 .firstCol{width:542px !important;}
.labelWidth543 .firstCol{width:543px !important;}
.labelWidth544 .firstCol{width:544px !important;}
.labelWidth545 .firstCol{width:545px !important;}
.labelWidth546 .firstCol{width:546px !important;}
.labelWidth547 .firstCol{width:547px !important;}
.labelWidth548 .firstCol{width:548px !important;}
.labelWidth549 .firstCol{width:549px !important;}
.labelWidth550 .firstCol{width:550px !important;}
.labelWidth551 .firstCol{width:551px !important;}
.labelWidth552 .firstCol{width:552px !important;}
.labelWidth553 .firstCol{width:553px !important;}
.labelWidth554 .firstCol{width:554px !important;}
.labelWidth555 .firstCol{width:555px !important;}
.labelWidth556 .firstCol{width:556px !important;}
.labelWidth557 .firstCol{width:557px !important;}
.labelWidth558 .firstCol{width:558px !important;}
.labelWidth559 .firstCol{width:559px !important;}
.labelWidth560 .firstCol{width:560px !important;}
.labelWidth561 .firstCol{width:561px !important;}
.labelWidth562 .firstCol{width:562px !important;}
.labelWidth563 .firstCol{width:563px !important;}
.labelWidth564 .firstCol{width:564px !important;}
.labelWidth565 .firstCol{width:565px !important;}
.labelWidth566 .firstCol{width:566px !important;}
.labelWidth567 .firstCol{width:567px !important;}
.labelWidth568 .firstCol{width:568px !important;}
.labelWidth569 .firstCol{width:569px !important;}
.labelWidth570 .firstCol{width:570px !important;}
.labelWidth571 .firstCol{width:571px !important;}
.labelWidth572 .firstCol{width:572px !important;}
.labelWidth573 .firstCol{width:573px !important;}
.labelWidth574 .firstCol{width:574px !important;}
.labelWidth575 .firstCol{width:575px !important;}
.labelWidth576 .firstCol{width:576px !important;}
.labelWidth577 .firstCol{width:577px !important;}
.labelWidth578 .firstCol{width:578px !important;}
.labelWidth579 .firstCol{width:579px !important;}
.labelWidth580 .firstCol{width:580px !important;}
.labelWidth581 .firstCol{width:581px !important;}
.labelWidth582 .firstCol{width:582px !important;}
.labelWidth583 .firstCol{width:583px !important;}
.labelWidth584 .firstCol{width:584px !important;}
.labelWidth585 .firstCol{width:585px !important;}
.labelWidth586 .firstCol{width:586px !important;}
.labelWidth587 .firstCol{width:587px !important;}
.labelWidth588 .firstCol{width:588px !important;}
.labelWidth589 .firstCol{width:589px !important;}
.labelWidth590 .firstCol{width:590px !important;}

