/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/
body
{
	background-color: #f8f8ee;
	color: #039;
}
h1, h2, h3, h4, h5, h6
{
	color: #360;
	margin: .25em;
	margin-left: .75em;
}
h1 { font-size: 300%; margin-left: 0; }
h2 { font-size: 250%; margin-left: .25em; }
h3 { font-size: 200%; margin-left: .5em; }
h1.dark-header, h2.dark-header, h3.dark-header, h4.dark-header, h5.dark-header, h6.dark-header {
    background-color: #039;
    color: #fff;
    padding: .25em;
    vertical-align: middle;
}
p
{
    margin: 1em;
    font-size: 150%;
}
.preserveformat
{
    margin: .25em;
    padding-left: 3em;
    white-space: pre-wrap;
}
ul
{
    font-size: 150%;
}
li
{
    list-style-type: disc;
    margin: .5em 2em;
}
ul ul {
    font-size: 100%;
}
a, a:link, a:visited, a:active
{
	color: #039;
}
a:hover
{
	background-color: #039;
	color: #fff;
}
hr
{
	margin: 0;
}
table
{
    font-size: 165%;
}
#login
{
	background-color: #fff;
	border: 1px solid #360;
	border-radius: 12px;
	text-align: center;
	margin-top: 1em;
	min-height: 2em;
	vertical-align: bottom;
    font-size: 100%;
}
#logo
{
	margin-top: .5em;
}
a#logolink
{
	background-color: transparent;
}
h1#pagetitle
{
	display: inline;
	margin: .5em;
	vertical-align: middle;
}
h2.homesection
{
	text-align: center;	
    margin: 10px;
    padding: 0;
}
div#bottomnav li
{
    list-style-type: none;
    font-size: 175%;
}
div#bottomnav a
{
    text-decoration:none;
}
ul.homesectionnav 
{
    font-size: 100%;
    padding: 0;
}
ul.homesectioncalltoaction
{
    padding: 0;
}
ul.homesectioncalltoaction li
{
	margin: 22px 0;
	list-style-type: none;
}
ul.homesectioncalltoaction li a:hover
{
	background-color: transparent;
}
div#homesectionnews
{
    border: 1px solid #360;
	border-radius: 12px;
	font-weight: bold;
	line-height: 1.1em;
    background-color: #fff;
}
ul.homesectionnav li
{
	background-color: #059;
	margin: .4em;
	border: 1px solid #360;
	border-radius: 12px;
	text-align: center;
}
ul.homesectionnav li a
{
	font-size: 110%;
	color: #fff;
	font-family: GillSansRegular,"Gill Sans MT","Gill Sans", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	padding-top: .75em;
	padding-bottom: .75em;
}
ul.homesectionnav li a:hover
{
	font-size: 110%;
	background-color: #fff;
	border-radius: 12px;
	color: #360;
	font-family: GillSansRegular,"Gill Sans MT","Gill Sans", Arial, Helvetica, Geneva, sans-serif;
}
img.homepagesponsorlogo, img.sponsorlogo, a.homepagesponsorlogo:hover, a.sponsorlogo:hover {
    background-color: transparent;
}
img.homepagesponsorlogo, img.sponsorlogo
{
    width: 150px;
    height: 100px;
}
img.sponsorlogo
{
    vertical-align: middle;
}
img.homepagesponsorlogo{
    margin: 2px;
}
#footer p {
    font-size: 200%;
    text-align: center;
    font-family: monospace;
    margin: 0;
    line-height: 2rem;
}
div.logorow {
    vertical-align:middle;
}
img#homepagelogo {
    text-align: center;
}
img#toplogo
{
    margin: 0.75em;
}
table.officers, table.officers th
{
    text-align: center;
}
img.officer_photo
{
    border: 2px solid black;
    width: 110px;
    height: 125px;
}
.officer_duties
{
    color: #360;
}
.officer_name
{
    color: #000;
    font-weight: bold;
}
fieldset
{
    border: 1px solid #360;
	border-radius: 12px;
	padding: .5em;
	margin: .5em 0;
	padding: 0 .5em;
}
fieldset legend
{
    color: #360;
    font-weight: bold;
    padding-bottom: .5em;
    font-size: larger;
    font-size: 200%;
}
textarea 
{
     width: 100%;
     height: 4em;
}
textarea.bigtextarea
{
    width: 100%;
    height: 10em;
}
input[type="submit"] {
    font-size: 150%;
    padding: .25em;
}
a.calltoaction,
input[type="submit"].calltoaction {
    font-size: 150%;
    padding: .25em;
    border: 3px solid #000;
    background-color: #360;
    color: #fff;
    margin: 1em;
}
hr
{
    margin: 5px;
}
table
{
    width: 100%;
}
th
{
    background-color: #059;
    color: #fff;
    padding: 0.2em 0.5em;
}
th.rowhead
{
    width: 10em;
    text-align: left;
}
table.member_info
{
    margin-bottom: 1em;
    margin-top: 0.25em;
    margin-left: 0.5em;
}
table.member_info td
{
    padding: 0.2em 0.5em;
}
.members_only_marker
{
    background: #fff;
    color: Red;
}
table.attendancesummary
{
    width: 350px;
}
table.attendancesummary td
{
    text-align: right;
    width: 200px;
    border: 1px solid #039;
}
div#registrationoptions label
{
    margin: 0.25em 1.5em;
    width: 450px;
}
strong
{
    font-weight: bold;
}
em
{
    font-style: italic;
}
blockquote
{
    margin: 1em 4em;
    line-height: 1.25em;
}
.currency
{
    text-align: right;
}
label
{
    font-size: 180%;
}
input.shortfield
,input[type="text"].shortfield
,input[type="num"].shortfield
{
    width: 5em;
}
input,textarea
{
    font-size: 150%;
    color:black;
}
input[type="text"] {
    font-size: 150%;
    width: 100%;
}
input[type="radio"] {
    margin-right: .5em;
}
form div.editor {
    clear: left;
}
form li
{
    list-style: none;
}
form div.editor label {
    float: left;
}
form h3
{
    margin: 1em 2em .5em 0;
}
#InvoiceDetailPreview table
{
    width: 100%;
}
form.paypalform  input
{
    margin: .5em 3em;
}
div#speakers, div#schedule
{
    font-family: Trebuchet, Helvetica, Arial, sans-serif;
}
div#schedule .scheduletime
{
    padding: .3em;
    padding: .3em;
}
div#speakers img
{
    width: 250px;
}
div#schedule span.sponsorlink a
{
	color: #360;
    font-weight: bold;
}
div#schedule span.sponsorlink a:hover
{
	color: #FFF;
}
.speakerimg
{
   padding: 1em;
}
.speakername
{
    padding: 0;
    border-top: 1px solid #360;
}
.sponsorinfo {
    font-size: 155%;
    /*margin-left: 1em;*/
}
div.sponsorinfo {
}
a.sponsorinfo:hover {
    background-color: transparent;
}
h2.sponsor-list-header {
    background-color: #039;
    color: #fff;
    padding: .25em;
    vertical-align: middle;
}
div.announcement {
    font-size: 200%;
    text-align: center;
    line-height: 1rem;
    background-color: #fff;
    border: 1px solid #360;
    border-radius: 20px;
    margin: 1em;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 20em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
