﻿/***** PAGE ELEMENTS *****/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin-right: 5px;
}


textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/********** CALC ************/
p {
	padding: .5em;
}
.caps {
	text-transform: uppercase;
}
.priceinput {
	width: 6em;
}

#s_titlecharges, #s_endorsements {
	list-style: none;
}
#s_titlecharges STRONG {
	font-weight: 400;
}
#s_titlecharges LI, #s_endorsements LI {
	margin-left: 1em;
	padding-bottom: .4em;
}
#s_endorsements I {
	margin-left: .5em;
	/*font-size: .75em;*/
}
#s_endorsements {
	font-size: .8em;
}

#s_opt1 {
	margin-top: .75em;
	margin-bottom: .75em;
}

#btnCalc {
	border: 1px solid #006600; /* CHANGE */
	background-color: #CDE3CE; /* CHANGE */
	cursor: pointer;
//	float: right;
	font-weight: bold;
}
#btnPrint {
	border: 1px solid #006600; /* CHANGE */
	background-color: #CDE3CE; /* CHANGE */
	cursor: pointer;
//	float: right;
	font-weight: bold;
}

.total {
	float: right;
	font-weight: bold;
}

.total_gfe {
	float: right;
	margin-right: 1em;
	/*font-style: italic;*/
	font-size: 0.9em;
	/*color: #000;*/
}

.title {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #11674A;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 50px;
	background-color: #025939;
	width: 520px;
	text-align:left;
	margin:10px auto 0 auto;
	color: #FFFFFF;
}
#wrapper {
	border: 1px solid #11674A; /* CHANGE */
	padding: 15px;
	width: 500px;
	background-color: #E8F2E9; /* CHANGE */
	margin:0 auto;
	text-align:left;
}

.tHeader {
	color: #11674A; /* CHANGE */
	font-weight: bolder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #11674A; /* CHANGE */
}

.tHeader2{
	color: #11674A; /* CHANGE */
	font-weight: bolder;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #11674A; /* CHANGE */
}


.tHeaderTotal {
	border-top: 2px #11674A solid; /* CHANGE */
	border-bottom: 4px #11674A double;
}

.smText {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

#s_all DIV {
	margin-bottom: .5em;
}
