/* - - - - - - - - -  Miscellaneous  - - - - - - - - */




/* - - - - - - - - - - - - EVENTS - - - - - - - - - - - - */

.event_headline {
	font-size : 13px;
	font-weight : bold;
	background-color: #416A9C;
	color: #ffffff;
}
.event_subhead {
	font-size : 13px;
	font-weight : bold;
	background-color: #416A9C;
	color: #ffffff;
}

.event_fieldset{
        border:1px solid #666;
        padding:5px;
        margin:5px;
}
.event_legend {
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#039;
        font-weight: bold;
        padding: 3px;
}
.event_sidebox2{
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size:10px;
}
.event_invite {
        font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #039;
        margin:12px 0 5px 0;
}


/* - - - - - - - -  HORIZONTAL RULES - - - - - - - - - - - - - - - - - - - - */

hr { 
	color: #CCCCCC; 
	background-color: #CCCCCC; 
	border: 0; 
	height: 1px; 
	width=95%; 
}

.bluerule { 
	color: #CCCCCC; 
	background-color: #CCCCCC; 
	border: 0; 
	height: 1px; 
	width=95%; 
}



/* - - - - - - - - - - - - - -  LEFT COLUMN - EMAIL SIGNUP  - - - - - - - - - - - - - - */


div#col1 div.signup {
	padding: 0px;
	border: 1px solid #385735;
	background-color: #f2f2f2;
	margin-bottom: 14px;
}

div#col1 div.signup h3 {
	margin: 0;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	border: 0;
	background-color: #012547;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

div#col1 div.signup .quick_register_side_email {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 11px;
	width: 85%;
}

div#col1 div.signup .quick_register_side_zipcode {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #cccccc;
	padding: 4px;
	font-size: 11px;
	width: 65%;
}

div#col1 div.signup .butn_submit{
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;

}

div#col1 div.signup h3 a {
	color: #416A9C;
	text-align: center;
	font-size: 11px;
	font-weight: bold;	
}

div#col1 div.signup h3 a:hover {
	text-decoration: none;
}


div#col1 div.signup p.reg {
	font-size: 9px;
	}
	
div#col1 div.signup p.formText {
	margin: 0;
	margin-bottom: .2em;
	padding: 6px 2px 0 2px;
	font-size: 9px;
	text-align: center;
}
div#col1 div.signup p.formData {
	clear: both;
	margin: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 9px;
	border: 0px #000 solid;
}

/* - - - - - - - - - - - - QUICK REGISTER QUICK TOP - - - - - - - - - - - - */

div#regquick_top {
	float:right;
	padding-top:75px;
	padding-right:20px;
}

/* - - - - - - - - - - - - - -  QUICK REGISTER FIELD STYLES  - - - - - - - - - - - - - - */

.quick_register_field_style {
	font-size: 11px;
	color: #1B1698;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 2px;
	width:97%;
}

.quick_register_field_style_top {
	font-size: 11px;
	color: #1B1698;
}

.quick_register_field_style_zipcode {
	font-size: 11px;
	color: #1B1698;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 2px;
	width:40%;
}

