.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; }

.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; }

.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-ActiveNoShadow {
  border: 1px solid #42B31E;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px; }

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 {
  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; }

.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: #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-Blue:hover, .button-Blue: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-Purple {
  background: #C873F2;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #C873F2, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #C873F2, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #C873F2, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #C873F2, #FFF);
  /* Standard syntax */
  border: 1px solid #D400FF;
  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-Purple:hover, .button-Purple:focus {
  border: 1px solid #D400FF;
  box-shadow: 0px 0px 10px #D400FF;
  -moz-box-shadow: 0px 0px 10px #D400FF;
  -ms-box-shadow: 0px 0px 10px #D400FF;
  -o-box-shadow: 0px 0px 10px #D400FF;
  -webkit-box-shadow: 0px 0px 10px #D400FF; }

.button-Pink {
  background: #FF55AA;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #FF55AA, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #FF55AA, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #FF55AA, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #FF55AA, #FFF);
  /* Standard syntax */
  border: 1px solid #FF2AAA;
  font-weight: bold;
  font-size: 11px;
  cursor: hand;
  font-family: Arial;
  width: 130px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  height: 25px; }

.button-Pink:hover, .button-Pink:focus {
  border: 1px solid #FF55AA;
  box-shadow: 0px 0px 10px #FF55AA;
  -moz-box-shadow: 0px 0px 10px #FF55AA;
  -ms-box-shadow: 0px 0px 10px #FF55AA;
  -o-box-shadow: 0px 0px 10px #FF55AA;
  -webkit-box-shadow: 0px 0px 10px #FF55AA; }

.button-Green {
  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:hover, .button-Green: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-Red {
  background: #FA5454;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #FA5454, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #FA5454, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #FA5454, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #FA5454, #FFF);
  /* Standard syntax */
  border: 1px solid #FF0000;
  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-Red:hover, .button-Red:focus {
  border: 1px solid #FA5454;
  box-shadow: 0px 0px 10px #FA5454;
  -moz-box-shadow: 0px 0px 10px #FA5454;
  -ms-box-shadow: 0px 0px 10px #FA5454;
  -o-box-shadow: 0px 0px 10px #FA5454;
  -webkit-box-shadow: 0px 0px 10px #FA5454; }

.button-Yellow {
  background: #FFFF7F;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #FFFF7F, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #FFFF7F, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #FFFF7F, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #FFFF7F, #FFF);
  /* Standard syntax */
  border: 1px solid #FFD400;
  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-Yellow:hover, .button-Yellow:focus {
  border: 1px solid #FFD400;
  box-shadow: 0px 0px 10px #FFD400;
  -moz-box-shadow: 0px 0px 10px #FFD400;
  -ms-box-shadow: 0px 0px 10px #FFD400;
  -o-box-shadow: 0px 0px 10px #FFD400;
  -webkit-box-shadow: 0px 0px 10px #FFD400; }

.button-Grey {
  background: #A0A0A0;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #A0A0A0, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #A0A0A0, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #A0A0A0, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #A0A0A0, #FFF);
  /* Standard syntax */
  border: 1px solid #696969;
  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-Grey:hover, .button-Grey:focus {
  border: 1px solid #696969;
  box-shadow: 0px 0px 10px #A0A0A0;
  -moz-box-shadow: 0px 0px 10px #A0A0A0;
  -ms-box-shadow: 0px 0px 10px #A0A0A0;
  -o-box-shadow: 0px 0px 10px #A0A0A0;
  -webkit-box-shadow: 0px 0px 10px #A0A0A0; }

.button-Orange {
  background: #FFAA00;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(bottom, #FFAA00, #FFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #FFAA00, #FFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #FFAA00, #FFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(bottom, #FFAA00, #FFF);
  /* Standard syntax */
  border: 1px solid #FD8300;
  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-Orange:hover, .button-Orange:focus {
  border: 1px solid #FD8300;
  box-shadow: 0px 0px 10px #FD8300;
  -moz-box-shadow: 0px 0px 10px #FD8300;
  -ms-box-shadow: 0px 0px 10px #FD8300;
  -o-box-shadow: 0px 0px 10px #FD8300;
  -webkit-box-shadow: 0px 0px 10px #FD8300; }

.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; }
