/* ----------------------------------------------------------------*/
/* Online Subscription Form Styles */
/* body,p,ul,ol,li,div,th,address,blockquote,nobr,b,i,span */
body
{
	font-family: Helvetica,sans-serif;
	color: #003366;
	font-size: 13px;
	height: 1em;
	/* font-size: 11px;  */
	/* background-color: #CCC; */
}

body.subform { width: 55em; }
body.smallsubform { width: 40em; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

a:link
{
	color: #003366;
	background-color: transparent;
	text-decoration: underline;
}

a:visited
{
	color: #003366;
	background-color: transparent;
	text-decoration: underline;
}

a:hover
{
	color: #003366;
	background-color: yellow;
	text-decoration: underline;
}

li.sp1 { margin-top: 0.5em; }
li.sp2 { margin-top: 0.5em; }

table.selected
{
	color: #003366;
	background: #CCCCCC;
	margin-right: 20px;
	border-color: white;
	border-width: 1pt;
	border-style: solid;
	padding: 5px 3px 5px 3px;
}

td.selected
{
	color: #003366;
	background: #CCCCCC;
	margin-right: 20px;
	border-color: white;
	border-width: 1pt;
	border-style: solid;
	padding: 5px 3px 5px 3px;
}

div.terms
{
	color: #003366;
	background: #CCCCCC;
	margin-right: 20px;
	/* border-color: white; */
	/* border-width: 1pt; */
	/* border-style: solid; */
	border-width: thin;
	padding: 5px 3px 5px 3px;
}

div.terms#terms_text
{
	font-size: 1.1em;
	font-weight: bold;
}

div.termsp { padding-bottom: 0.6em; }

div.selected
{
	color: #036;
	background: #CCCCCC;
	margin-right: 20px;
	border-color: #036;
	border-width: medium;
	border-style: solid;
	padding: 5px 3px 5px 3px;
}

.rix
{
	font-size: 1.7em;
	font-weight: bold;
}

.rixbad
{
	font-size: 1.7em;
	font-weight: bold;
	color: red;
}

.spaced { line-height: 1.5em; }
.bold { font-weight: bold; }
.smh { line-height: 0.4em; }

.boldp
{
	font-weight: bold;
	padding-bottom: 0.5em;
}

.p { padding-bottom: 0.5em; }

span.reqd
{
	font-size: 0.9em;
	font-weight: bold;
}

/* Dev */
div.dev_notes
{
	background-color: #FCF;
	border: thin solid;
	margin-top: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-size: 0.9em;
	font-style: italic;
}

/* css for form elements--------------------------------------*/
input.general { font-size: 1em; }

/* input { font-size: 0.8em; } */
select.general { font-size: 1em; }

textarea.general
{
	font-family: Helvetica,sans-serif;
	font-size: 1em;
}
