.btn {
  color: #435a68;
  background-color: #ECEEF0;
  *background-color: #C7CED2;
  background-image: -moz-linear-gradient(top, #ECEEF0, #C7CED2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ECEEF0), to(#C7CED2));
  background-image: -webkit-linear-gradient(top, #ECEEF0, #C7CED2);
  background-image: -o-linear-gradient(top, #ECEEF0, #C7CED2);
  background-image: linear-gradient(to bottom, #ECEEF0, #C7CED2);
  background-repeat: repeat-x;
}

a.btn {
  text-decoration: none;
  color: white;
  font-weight: normal;
}
a.btn:hover {
  text-decoration: none;
  color: white;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #435a68;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}


.btn:hover {
  color: #435a68;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}




/* Buttons */
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #00325b; 
}
.btn-primary:hover, .btn-primary:active,{
	color: #ffffff;
	background: #00325b;
 *background: #00325b;
}



.btn-navigation {
	display: inline-block;
 *display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	color: #435a68;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: transparent;
 *background-color: transparent;
	background-image: url(../img/screens/white80.png);/* -- FADE - current click section-- */
	background-repeat: repeat;
	border: 1px solid #bbbbbb;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

	
	
	

	
	
	


 

.btn-headergroup {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #617282;
}
.btn-center {
	text-align: center;
}






