.logincontainer label {
    font-size:15px;
}

.font-GreyDark {
    color: #1E1E1E;
}

.font-Black {
  color: #000000; }

.font-Grey {
  color: #797979; }

.font-White {
  color: #FFFFFF; }

.font-Orange {
  color: #FD8300; }

.font-Value {
  color: #000000;
  font-size: 12px; }

.font-Label {
  color: #797979;
  font-size: 11px; }

.border-BottomGrey {
  border-bottom: 1px solid #D2D2D2; }

.border-TopGrey {
  border-top: 1px solid #D2D2D2; }

.border-LeftGrey {
  border-left: 1px solid #D2D2D2; }

.border-RightGrey {
  border-right: 1px solid #D2D2D2; }

.border-BottomGreen {
  border-bottom: 1px solid #42B31E; }

.border-TopGreen td, .border-TopGreen {
  border-top: 1px solid #42B31E; }

.border-LeftGreen {
  border-left: 1px solid #42B31E; }

.border-RightGreen {
  border-right: 1px solid #42B31E; }

.background-Green {
  background-color: #ADDE9E; }

.background-Grey {
  background-color: #BBBBBB; }

.input-Disabled {
  background-color: #EEEEEE; }

.input-Enabled {
  background-color: #FFFFFF; }

.row-ActiveHeading td, .row-ActiveHeading {
  color: #000000;
  border-bottom: 1px solid #42B31E;
  background-color: #ADDE9E;
  font-size: 11px;
  font-weight: bold; }


.row-ActiveHeadingOrange td, .row-ActiveHeadingOrange {
    color: #000000;
    border-bottom: 1px solid #FFA500;
    background-color: #FFA500;
    font-size: 11px;
    font-weight: bold;
}



.border-Active {
  border: 1px solid #42B31E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 5px #42B31E;
  -moz-box-shadow: 0px 0px 5px #42B31E;
  -ms-box-shadow: 0px 0px 5px #42B31E;
  -o-box-shadow: 0px 0px 5px #42B31E;
  -webkit-box-shadow: 0px 0px 5px #42B31E; }

.border-Inactive {
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 5px #BBBBBB;
  -moz-box-shadow: 0px 0px 5px #BBBBBB;
  -ms-box-shadow: 0px 0px 5px #BBBBBB;
  -o-box-shadow: 0px 0px 5px #BBBBBB;
  -webkit-box-shadow: 0px 0px 5px #BBBBBB; }

.border-ActiveNoShadow {
  border: 1px solid #42B31E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px; }
/* DELETE
input, textarea, select {
  padding: 3px;
  border: 1px solid #A5A5A5;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial;
  font-size: 12px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px; }

input {
  height: 18px; }
     */

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
  /* DELETE border: 1px solid #66afe9;*/
  box-shadow: 0px 0px 10px #66afe9;
  -moz-box-shadow: 0px 0px 10px #66afe9;
  -ms-box-shadow: 0px 0px 10px #66afe9;
  -o-box-shadow: 0px 0px 10px #66afe9;
  -webkit-box-shadow: 0px 0px 10px #66afe9; }

.button-Search, .button-Update {
  background: #A0C1F0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #A0C1F0, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #A0C1F0, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #A0C1F0, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #A0C1F0, #FFF);
  /* Standard syntax */
  border: 1px solid #3668BF;
  font-weight: bold;
  font-size: 11px;
  cursor: hand;
  font-family: Arial;
  width: 150px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 25px; }

[class^="button-"]:hover {cursor:pointer}

.button-Search:hover, .button-Search:focus, .button-Update:hover, .button-Update:focus {
  border: 1px solid #3668BF;
  box-shadow: 0px 0px 10px #3668BF;
  -moz-box-shadow: 0px 0px 10px #3668BF;
  -ms-box-shadow: 0px 0px 10px #3668BF;
  -o-box-shadow: 0px 0px 10px #3668BF;
  -webkit-box-shadow: 0px 0px 10px #3668BF; }

.button-Add {
  background: #A0C1F0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #A0C1F0, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #A0C1F0, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #A0C1F0, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #A0C1F0, #FFF);
  /* Standard syntax */
  border: 1px solid #3668BF;
  font-weight: bold;
  font-size: 11px;
  cursor: hand;
  font-family: Arial;
  width: 150px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 25px; }

.button-Add:hover, .button-Add:focus {
  border: 1px solid #3668BF;
  box-shadow: 0px 0px 10px #3668BF;
  -moz-box-shadow: 0px 0px 10px #3668BF;
  -ms-box-shadow: 0px 0px 10px #3668BF;
  -o-box-shadow: 0px 0px 10px #3668BF;
  -webkit-box-shadow: 0px 0px 10px #3668BF; }

.button-Blue {
    background-color: #3668BF;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Blue:hover, .button-Blue:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow:none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
.button-Blue-Outline {
    background-color: #FFFFFF;
    color: #3668BF;
    border: 1px solid #3668BF;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

    .button-Blue-Outline:hover, .button-Blue-Outline:focus {
        background-color: #3668BF;
        color: #fff;
        border: 1px solid #3668BF;
        border-radius: 5px;
        padding: 10px;
        height: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
    }


.button-Purple {
    background-color: #C873F2;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Purple:hover, .button-Purple:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
.button-Pink {
    background-color: #FF55AA;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Pink:hover, .button-Pink:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-Green {
    border: 1px solid #42B31E;
    background-color: #42B31E;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Green:hover, .button-Green:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-Green-Outline {
    background-color: #FFFFFF;
    color: #42B31E;
    border: 1px solid #42B31E;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Green-Outline:hover, .button-Green-Outline:focus {
    background-color: #42B31E;
    color: #fff;
    border: 1px solid #42B31E;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-Red {
    background-color: #FA5454;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Red:hover, .button-Red:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-Yellow {
    background-color: #FFD400;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Yellow:hover, .button-Yellow:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-Grey {
    background-color: #A0A0A0;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Grey:hover, .button-Grey:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

.button-Orange {
    background-color: #FFAA00;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

.button-Orange:hover, .button-Orange:focus {
    opacity: 0.7;
    border: none;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}
.button-Orange-Outline {
    background-color: #FFFFFF;
    color: #FFAA00;
    border: 1px solid #FFAA00;
    border-radius: 5px;
    padding: 10px;
    height: auto;
    width: 150px;
}

    .button-Orange-Outline:hover, .button-Orange-Outline:focus {
        background-color: #FFAA00;
        color: #fff;
        border: 1px solid #FFAA00;
        border-radius: 5px;
        padding: 10px;
        height: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
    }

.float-Clear {
  clear: both; }

.font-30 {
  font-size: 30px; }

.font-20 {
  font-size: 20px; }

.font-18 {
  font-size: 18px; }

.font-17 {
  font-size: 17px; }

.font-16 {
  font-size: 16px; }

.font-15 {
  font-size: 15px; }

.font-14 {
  font-size: 14px; }

.font-13 {
  font-size: 13px; }

.font-12 {
  font-size: 12px; }

.font-11 {
  font-size: 11px; }

.font-10 {
  font-size: 10px; }

.font-9 {
  font-size: 9px; }

.padding-1 {
  padding: 1px; }

.padding-2 {
  padding: 2px; }

.padding-3 {
  padding: 3px; }

.padding-4 {
  padding: 4px; }

.padding-5 {
  padding: 5px; }

.border-Status {
  padding: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0px solid #BBBBBB;
  box-shadow: 0px 0px 5px #696969;
  -moz-box-shadow: 0px 0px 5px #696969;
  -ms-box-shadow: 0px 0px 5px #696969;
  -o-box-shadow: 0px 0px 5px #696969;
  -webkit-box-shadow: 0px 0px 5px #696969; }

.ResultsGrouped {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px 2px 7px 2px;
  border: 1px solid #BBBBBB; }

.ResultsGroupedPopped {
  box-shadow: inset 0px 0px 15px #42B31E;
  -moz-box-shadow: inset 0px 0px 15px #42B31E;
  -ms-box-shadow: inset 0px 0px 15px #42B31E;
  -o-box-shadow: inset 0px 0px 15px #42B31E;
  -webkit-box-shadow: inset 0px 0px 15px #42B31E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px 2px 7px 2px;
  border: 2px solid #42B31E; }

.ResultRow {
  height: 20px; }

.ResultsGrouped:hover {
  /*background-color: #ADDE9E;*/ 

}

.addSectorTable {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  background-color: #E1E1E1;
  background-image: -webkit-linear-gradient(#E1E1E1, #FFFFFF, #E1E1E1); }

.NavAddSectionTabs {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  overflow: auto;
  width: 100%;
  padding: 0px 5px 0px 5px;
  text-align: center; }

.NavAddSectionTabs a {
  display: block;
  text-decoration: none;
  float: left;
  font-weight: bold;
  font-size: 11px;
  width: 88px; }

.NavAddSectionTabs a:hover {
  background-color: #adde9e;
  color: #000000; }

.a:link{color: black;}

.button-Green-Old {
    background: #ADDE9E; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #ADDE9E, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ADDE9E, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ADDE9E, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(bottom, #ADDE9E, #FFF); /* Standard syntax */
    border: 1px solid #42B31E;
    font-weight: bold;
    font-size: 11px;
    cursor: hand;
    font-family: Arial;
    width: 150px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 25px;
}

    .button-Green-Old:hover, .button-Green-Old:focus {
        border: 1px solid #42B31E;
        box-shadow: 0px 0px 10px #42B31E;
        -moz-box-shadow: 0px 0px 10px #42B31E;
        -ms-box-shadow: 0px 0px 10px #42B31E;
        -o-box-shadow: 0px 0px 10px #42B31E;
        -webkit-box-shadow: 0px 0px 10px #42B31E;
    }

.button-small{
    width:120px;
}