/*Eric Meyer's CSS reset. See http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/*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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Trebuchet MS", Verdana, Arial;	
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/
ol,li{ margin-left:0px;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #D2CABA;
	font-family: "Trebuchet MS", Verdana, Arial, sans;	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*******************************************************
End Reset
*/

body{margin:0em; color:#002753}
h1{margin:0.6em 0em 0.2em 0em;
color:#002753;font-family:"Trebuchet MS",Verdana,Arial;font-size:22px;font-weight:bold;
}
h2{
color:#002753;
font-family:"Trebuchet MS",Verdana,Arial;
font-size:18px;
font-weight:bold;
margin:0.5em 0em 0.2em 0em;}
h3{margin:0.4em 0em 0.2em 0em;
color:#002753;
font-family:"Trebuchet MS",Verdana,Arial;
font-size:16px;
font-weight:bold;}
h4{font-size:1.0em;margin:0.3em 0em 0.2em 0em;}
div, p{
 margin:1em 0em 1em 0em;
 padding:0em;
}
div#header {
 text-align:center;
}
fieldset{
 margin-top:1em;
 border:2px outset black;
 padding:1em;
 padding-top:.5em;
}

fieldset legend{
 color:#002753;
 font-family:"Trebuchet MS",Verdana,Arial;
 font-size:18px;
 font-weight:bold;
}
fieldset fieldset{
 padding:1em;
 padding-top:0.5em;
 margin-top:1em;
}
fieldset fieldset legend{
 font-size:1.5em;
}
label, td label, span.label{
  cursor:pointer;
}
label.below, td label.below, span.below{
 display:block;
 font-size:0.9em;
 color:#666; 
 margin-top:1px;
 color:#005080;
}
label.standalone{
 font-weight:bold;
 text-decoration:underline;
}
div.row{
  margin-top:1em;
}
ol{
  list-style-type:decimal;
}
ol li{
  margin-bottom:.5em;
  _margin-left:10px;
}
table.formTable td{
  padding-right:.4em;
}
table.addressTable{
  padding:0.5em;

}
table#charges{
 width:30em;
}
table#charges td{
 border:1px solid black;
 padding:.5em;
}
table#charges th{
 color:#FFF;
 background-color:#000;
 text-align:center;
 font-family: "Trebuchet MS", Verdana, Arial;	
 font-weight:bold;
 padding:.5em;
 font-size:1.2em;
}
div.note{
 background-color:#EEE;
 border:1px solid black;
 padding:.2em;
 margin:0em;
}
div.note em{
 font-weight:bold;
}
tr.row_odd td{
 background:#EDF3FE none repeat scroll 0%;
}
table#memberlist{
 border:1px solid #CCC;
}
table#memberlist td{
 border-bottom:1px solid #FFFFFF;
 border-top:1px solid #CCCCCC;
 padding:.4em;
}
label.error{
 color:#F00;
}
ol.receipt_1 li{
 border-bottom:1px solid black;
 width:200px;
}

body.receipt_1 div.note{
 display:none;
}
span.output{
 font-size:1.2em;
 font-weight:bold;
}
table#charges{
 position:relative;
 height:400px;
 width:500px;
 }
