@charset "utf-8";
/* CSS Document */

body,td,th {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:20px;
	color:#696969;

}


.bodytext {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #696969;
	line-height:18px;

	}
	
	A {
		COLOR: #016681
	}
	A:active {
		COLOR: #ABAB34
	}




h1.greenheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #86BB24;
}

h2.orangeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}

.aborder {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	border: 1px solid #DDD;
}

.actpad {
	padding-right: 2px;
}

.push_button {
	position: relative;
	width:130px;
	height:30px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	line-height:33px;
	font-family:'Oswald', Helvetica;
	display: block;
	margin: 10px;
}
.push_button:before {
	background:#f0f0f0;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
	box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
	
	position: absolute;
	content: "";
	left: -6px; right: -6px;
	top: -6px; bottom: -10px;
	z-index: -1;
}

.push_button:active {
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
	top:5px;
}
.push_button:active:before{
	top: -11px;
	bottom: -5px;
	content: "";
}

.blue {
	text-shadow:-1px -1px 0 #166478;
	background: #188ba9;
	border:1px solid #077e9e;
	
	background-image:-webkit-linear-gradient(top, #1ea9ce, #188ba9);
	background-image:-moz-linear-gradient(top, #1ea9ce, #188ba9);
	background-image:-ms-linear-gradient(top, #1ea9ce, #188ba9);
	background-image:-o-linear-gradient(top, #1ea9ce, #188ba9);
	background-image:linear-gradient(to bottom, #1ea9ce, #188ba9);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #126c83, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #126c83, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #126c83, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
	background: #1ea9ce;
	background-image:-webkit-linear-gradient(top, #188ba9, #1ea9ce);
	background-image:-moz-linear-gradient(top, #188ba9, #1ea9ce);
	background-image:-ms-linear-gradient(top, #188ba9, #1ea9ce);
	background-image:-o-linear-gradient(top, #188ba9, #1ea9ce);
	background-image:linear-gradient(top, #188ba9, #1ea9ce);
}

.green {
	text-shadow:-1px -1px 0 #648918;
	background: #81af24;
	border:1px solid #6b911e;
	background-image:-webkit-linear-gradient(top, #6f9325, #81af24);
	background-image:-moz-linear-gradient(top, #6f9325, #81af24);
	background-image:-ms-linear-gradient(top, #6f9325, #81af24);
	background-image:-o-linear-gradient(top, #6f9325, #81af24);
	background-image:linear-gradient(top, #6f9325, #81af24);
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #5d8017, 0 4px 2px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #5d8017, 0 4px 2px rgba(0, 0, 0, .5);
	box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #5d8017, 0 4px 2px rgba(0, 0, 0, .5);
}

.green:hover {
	background: #6f9325;
	background-image:-webkit-linear-gradient(top, #81af24, #6f9325);
	background-image:-moz-linear-gradient(top, #81af24, #6f9325);
	background-image:-ms-linear-gradient(top, #81af24, #6f9325);
	background-image:-o-linear-gradient(top, #81af24, #6f9325);
	background-image:linear-gradient(top, #81af24, #6f9325);
}