@charset "utf-8";
h1, h2, h3, h5  {
	orphans: 3;
	widows: 3;
	color: #7FA829;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-shadow: 0 1px 0 #000000;
}
h4 {
	orphans: 3;
	widows: 3;
	color: #FF9900;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: 0 1px 0 #000000;
}


p   {
	orphans: 3;
	widows: 3;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #CCCCCC;
	clear: both;
}
.page_title {
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #7FA829;
	margin-top: 0px;
	padding-bottom: 5px;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

.content a{
	color: #FFF;
	font-style: italic;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.content a:hover {
	color: #F90;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.footer a {
	color: #FFF;
	font-style: normal;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	text-decoration: none;
}
.footer a:hover {
	color: #F90;
}
.none {
	display: none;
}
.px12 {
	font-size: 12px;
}
.px10 {
	font-size: 10px;
}

.line_through {
	text-decoration: line-through;
}

.line_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7FA829;
}
.red {
	font-size: 1em;
	color: #CC0000;
	margin-left: 10px;
}
.orange {
	color: #FF9900;
}
.redBack {
	color: #FFFFFF;
	background-color: #CC0000;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.greenBack {
	color: #FFFFFF;
	background-color: #339900;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
}



.clearfloat {
    /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#datepicker_7, #datepicker_6 {
	width: 60%;
	height: 30px;
	font-size: 1.2em;
	border: 2px ridge #74B841;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;	
}

#datepicker_7:focus, #datepicker_6:focus {
	color: #333333;
	background-color: #FFFFFF;
}
#order_src {
	width: 60%;
	height: 30px;
	font-size: 1.2em;
	border: 2px ridge #74B841;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;	
}

#order_src:focus {
	color: #333333;
	background-color: #FFFFFF;
	
}

#text_area {
	width: 60%;
	height: 100px;
	font-size: 1.2em;
	border: 2px ridge #74B841;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#text_area:focus {
	color: #333333;
	background-color: #FFFFFF;
}


#input_field {
	width: 70%;
	height: 25px;
	font-size: 1em;
	border: 2px ridge #74B841;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
