/*
CC - 26-06-13 - added new button style with no fixed width
*/
/*Start Header Block Styles*/
.button {
  width: 68px;  
}

.buttonLong {
  width: 130px;
}

.button, .buttonLong{
  cursor: pointer;
  BORDER-RIGHT: #29519D 1px solid; 
  BORDER-TOP: #29519D 1px solid; 	
  BORDER-LEFT: #29519D 1px solid; 
  BORDER-BOTTOM: #29519D 1px solid; 	
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #29519D;
  font-size: 10pt;
  font-family: Helvetica, Arial, sans-serif;
}

.buttonGreen {
  width: 60px;
}
.buttonGreenLong {
  width: 130px;
}
.RequestHistory{
  width: 110px;
}

.buttonGreen, .buttonGreenLong{
  cursor: pointer;
  BORDER-RIGHT: #29519D 1px solid;
  BORDER-TOP: #29519D 1px solid;
  BORDER-LEFT: #29519D 1px solid;
  BORDER-BOTTOM: #29519D 1px solid;
  COLOR: #90EE90;
  BACKGROUND-COLOR: #29519D;
  font-size: 10pt;
}

.buttonRed {
  width: 60px;
}
.buttonRedLong {
  width: 130px;
}
.buttonRed, .buttonRedLong{
  cursor: pointer;
  BORDER-RIGHT: #29519D 1px solid;
  BORDER-TOP: #29519D 1px solid;
  BORDER-LEFT: #29519D 1px solid;
  BORDER-BOTTOM: #29519D 1px solid;
  COLOR: #FF0000;
  BACKGROUND-COLOR: #29519D;
  font-size: 10pt;
}

.buttonOrange {
  width: 60px;
}
.buttonOrangeLong {
  width: 100px;
}
.buttonOrange, .buttonOrangeLong{
  cursor: pointer;
  BORDER-RIGHT: #29519D 1px solid;
  BORDER-TOP: #29519D 1px solid;
  BORDER-LEFT: #29519D 1px solid;
  BORDER-BOTTOM: #29519D 1px solid;
  COLOR: orange;
  BACKGROUND-COLOR: #29519D;
  font-size: 10pt;
}

.buttonWhite, .buttonWhiteLong{
  cursor: pointer;
  BORDER-RIGHT: #29519D 1px solid;
  BORDER-TOP: #29519D 1px solid;
  BORDER-LEFT: #29519D 1px solid;
  BORDER-BOTTOM: #29519D 1px solid;
  COLOR: #ffffff;
  BACKGROUND-COLOR: #29519D;
  font-size: 10pt;
}

/*Mouse over buttons*/
.buttonMouseOver {    
  width: 110px;
  cursor: pointer;    
  font-size: 10pt;   
  font-family: Helvetica, Arial, sans-serif;
}

.buttonStats {	
    width: 16px;	
    cursor: pointer;
        
    BORDER-RIGHT: #29519D 1px solid;
    BORDER-TOP: #29519D 1px solid;
    BORDER-LEFT: #29519D 1px solid;
    BORDER-BOTTOM: #29519D 1px solid;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #29519D;
    font-size: 10pt;
    padding: 0px;
}

.button {
    display: inline-block;    
    border-radius: 3px;   
    vertical-align: middle;
    text-shadow: none;
   
    transition: all 0.2s;
}