@charset "UTF-8";
/* CSS Document */

		 .transformButtonStyle2 {
			/* restyle buttons */
			font-size: 100%;
			border: 2px solid #17242f;
			background-color: #17242f;
			font-weight: bold;
			color: #bfbfbf !important;
			width: auto;
			text-decoration: none;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			margin: 5px;
			padding: 3px 8px;
			white-space: nowrap;
			-webkit-appearance: none;
		}
		 .transformButton,  a.linkButton {
			/* restyle buttons */
			font-size: 115%;
			border: 2px solid #006548;;
			background-color: #006548;;
			font-weight: bold;
			color: #fff !important;
			width: auto;
			text-decoration: none;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
			padding: 3px 15px;
			white-space: nowrap;
			-webkit-appearance: none;
			margin: 5px;
		}
		 .transformButton:hover,  a.linkButton:hover {
			/* restyle form fields/buttons when active */
			border: 2px solid #000;
			background-color: #00ac69;
			color: #000;
			cursor: pointer;
		}
		 .transformButtonStyle2:hover {
			/* restyle form fields/buttons when active */
			border: 2px solid #000;
			background-color: #0a2240;
			cursor: pointer;
		}
		 .disabledButton {
			font-size: 115%;
			border: 2px solid #000;
			background-color: #000;
			font-weight: bold;
			color: #000;
			width: auto;
			margin: 5px;
			padding: 3px 8px;
			text-decoration: none;
			-moz-border-radius: 15px;
			-webkit-border-radius: 15px;
			border-radius: 15px;
		}
		.redbutton {
			background: #CC0000;
			color:white !important;
			border: 2px solid #CC0000;
		}
		.redbutton:hover {
			background: #d94040;
			border: 2px solid #CC0000;
		}
