﻿/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 5;
	border: 0;
	outline: 0;
	
	/*font-size: 100%;*/
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}
td, th {
	padding: 2px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	FONT-SIZE: 12px;
	text-align:center;
}
ol, ul {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
x:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
insx {
	text-decoration: none;
}
delx {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
tablex {
}
/* END CSS RESET */
/***** PAGE ELEMENTS *****/
BODYx {
	/*FONT-WEIGHT: 600;*/
    FONT-SIZE: 12px;
	MARGIN: 0;
}
TABLEx {
	FONT-WEIGHT: 500;
	FONT-SIZE: 11px;
}
Ax {
	COLOR: #336699;
	TEXT-DECORATION: none;
}
Ax:hover {
	TEXT-DECORATION: underline;
}

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;
}/****** MEDIA PRINT *******/
@media print
{
#tech_header, #alertContainer, #headerdiv, #navdiv, #subnavdiv, #footerdiv, .noprint {
	display: none;
}
TEXTAREA {
	display: block;
	overflow: visible;
	white-space: nowrap;
	height: auto;
}
}
/********** RTE CALC ************/
p {
	padding: .5em;
}
.caps {
	text-transform: uppercase;
}
.priceinput {
	width: 6em;
}
#wrapper {
	border: 1px solid #92C292;
	padding: 12px;
	width: 450px;
	background-color: #E2EFE2;
}
#s_titlecharges, #s_endorsements {
	list-style: none;
}
#s_titlecharges STRONG {
	font-weight: 400;
}
#s_titlecharges LI, #s_endorsements LI {
	margin-left: 1em;
}
#s_endorsements I {
	margin-left: .5em;
	font-size: .75em;
}
#btnCalc {
	border: 1px solid #006600;
	background-color: #92c292;
	cursor: pointer;
	float: right;
	font-weight: bold;
}
#btnPrint {
	border: 1px solid #006600;
	background-color: #92c292;
	cursor: pointer;
	float: right;
	font-weight: bold;
}

.total {
	float: right;
	font-weight: bold;
}
.title {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #92c292;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 50px;
	background-color: #FFFFFF;
	width: 470px;
	text-align:left;
	margin:10px auto 0 auto;
}
#wrapper {
	border: 1px solid #92C292;
	padding: 15px;
	width: 450px;
	background-color: #E2EFE2;
	margin:0 auto;
	text-align:left;
}

.tHeader {
	color: #025939;
	font-weight: bolder;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #025939;
}

.tHeaderTotal {
	border-top: 2px #025939 solid;
	border-bottom: 4px #025939 double;
}

.smText {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}
