

/* main layout */

html {
	text-align: center;
}
body {
	margin: 0px;
	text-align: center;
        background-color:  #ffffff;
}


#main_container {
	width: 740px;
	margin: auto;
	text-align: left;
}
#header_container {
	display: none;
}
#content_container {
        width: 740px;
}

#main_content {
	width: 576px;
	min-height: 480px;
	
	padding: 5px 27px 0px 27px;
}
* html #main_content{
    height: 480px;
}

#main_lcol {
	width: 424px;
	float: left;
	margin-top: -1em;
}
#main_rcol {
	margin-left: 450px;
}
.light_green_box {
	width: 225px;
	background: url(../img/bullet_on_lgreen.gif) top right no-repeat #f4f5e7;
	border: 1px solid #97a012;
	padding: 0px 5px 0px 5px;
}
.light_green_box_nobg {
	width: 100%;
	background: #f4f5e7;
	border: 1px solid #97a012;
	padding: 5px;
}
#footer_container {
    display: none;
}

.time {
	font-style: italic;
}
.place {
	font-weight: bold;
}
.personname {
	font-style: italic;
}
.progtime {  
	font-style: normal; 
	font-weight: normal; 
}
.progactivity {  
	font-style: italic; 
	font-weight: normal; 
}
.progsessiontitle { 
	font-style: normal; 
	font-weight: bold; 
}
/* main layout */
.light_green_box_regular {
	background: url(../images/bullet_on_lgreen.gif) top right no-repeat #f4f5e7;
	border: 1px solid #97a012;
	padding: 0px 5px 0px 5px;
}
.light_green_box_pinched {
	background: url(../images/bullet_on_lgreen.gif) top right no-repeat #f4f5e7;
	border: 1px solid #97a012;
	padding: 0px 5px 0px 5px;
	margin: 0px 30px 0px 30px;
}
.pinched_content_rcol, 
.pinched_content_lcol 
{
 width: 50px;
 padding: 15px 5px 15px 5px;
 float: left;
}
.pinched_content_rcol {
 margin-left: 55px;
}
/* tables */

.timetable_display td {
    font-size: 13px;
    vertical-align: top;
    padding: 6px 2px 6px 2px;
}

/* left nav */
#leftnav {
    display: none;
    
    
}



.leftnav {
margin-left: 7px;
	padding: 6px 4px 6px 4px;
}

/* tables */
.data_table thead tr td {
	text-align: center;
        
}
.shaded {
	background-color: #f4f5e7;
}
.data_table td {
	border-top: 1px solid #97a012;
	border-left: 1px solid #97a012;
        font-size: 12px;
        padding: 5px 2px 5px 2px;
        vertical-align: middle;
}
.data_table table {
	border-bottom: 1px solid #97a012;
	border-right: 1px solid #97a012;
}

/* spot styles */
.committee_photo {
	padding: 0px 8px 8px 0px;
}
	

/* typography */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666600;
}
body h2 {
	font-size: 13px;
	font-weight: bold;
}
body h3 {
	font-size: 11px;
	font-weight: normal;
	color: #666600;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.supnav, .leftnav, #footer_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
#footer_container  {
	color: #a7a9ac;
}
#footer_left {
	color: #80817b;
}
thead tr td {
	font-size: 11px;
	font-weight: bold;
}
.light_green_box p {
	font-family: Arial, Helvetica, sans-serif;
}


/* link styles */


#main_content a {
	color: #666600;
}
h3 a {
	text-decoration: none;
}
.space {
    margin-bottom: 10px;
}

 
/***EVENTS***/
.event_title {
    background-color: #f4f5e7;
    padding: 3px;
    margin-bottom: 10px;
    height: 16px;
    font-weight: bolder;
}
.event_title img {
    vertical-align: middle;
}
.event_picture {
    border: 1px solid #97a012;
    margin: 5px;
    height: 32px;
    width: 32px;
    background: #f4f5e7;
    float: left;
    padding: 4px;
}
.event_box {
    float: left;
    border: 1px solid #97a012;
    margin: 5px 0px 5px 0px;
    padding: 5px 5px 10px 5px;
    width: 375px;
}
.event_details {
    padding: 3px;
    font-size: 10px;
    margin-left: 10px;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.event_box .event_details h2 {
    margin-top: 0px;
    padding-top: 0px;
}
.bigger {
    width: 450px;
}
.bigger .event_details {
    font-size: 12px;
}

.clear {
    clear: both;
}

.form_width {
    width: 170px;
    margin-left: 20px;
}
.form_button {
    float: right;
    margin-right: 190px;
}

td {
vertical-align:top;
}


.invoiceline_table {
    border: 1px solid #666600;
    width: 100%;
}

.invoiceline_1 {
    background-color: #dddddd;
}
.invoiceline_2 {
}

.invoiceline {
    width: 100%;
}
.invoiceline_date {
    display: inline;
    width: 50px;
}
.invoiceline_name {
    display: inline;
}
.invoiceline_amount {
    display: inline;
    text-align: right;
}

.check {
    margin: 2px;
    padding: 2px;
    width: 15px;
}


#error_box {
    margin: 10px 0px 10px 0px;
    width: 400px;
    border: 1px dashed #ff0000;
}
#error_title {
    line-height: 12px;
    border-bottom: 1px dashed #ff0000;
}
#error_contents {
    color: #000000;
}
.error_text {
    color: #ff0000;
}
.error_input {
    border: 1px solid #ff0000;
    background-color: #ffc1c3;
    width: 170px;
    margin-left: 20px;
}
.error_check {
    border: 1px solid #ff0000;
    background-color: #ffc1c3;
    width: 17px;
    float: left;
    padding-right: 2px;
}
.error_img {
    vertical-align: middle;
    margin-left: 2px;
}
.required {
    clear: both; 
    font-size: 10px;
}

.tips_box {
    float: left;
    width: 165px;
    background: url(../img/bullet_on_lgreen.gif) top right no-repeat #f4f5e7;
    border: 1px solid #97A012;
    padding: 0px;
    margin: 5px 0px 0px 10px;
}
.tips_box p {
    margin: 0px;
    padding: 18px 5px 8px 5px;
    font-size: 11px
}

.contact_hr {
    width: 50%;
    color: #F4F5E7;
    height: 1px;
    background-color: #F4F5E7;
}

/* Pop-up styles */
.popStyle {
    position: absolute;
    visibility: hidden;
    width: 325px;
    background-color: #FFFFFF;
    border: 1px solid #5C5D59;
    left: 0px;
    top: 0px;
}

.pop_banner {
    width: 325px;
    height: 25px;
    background-color: #A7A9AC;
}
.pop_title {
    line-height: 25px;
    padding: 0px 0px 0px 5px;
    float: left;
}

.pop_close {
    float:right;
    padding:4px;
}
.pop_cont {
    clear: both;
    padding: 15px;
    text-align: left;
}
.pop_cont h2 {
    color: #666600;
    margin: 0px;
    padding: 2px;
}
.pop_histCont {
    clear: both;
    text-align: left;
    padding: 15px;
}
.pop_histCont h2 {
    color: #666600;
    margin: 0px;
}
.pop_histTable {
    text-align: left;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.pop_histTable th {
    font-size: 11px;
    padding-right: 20px;
}
.pop_histTable td {
    font-size: 11px;
    padding-right: 20px;
}

.news_headline {
    padding: 10px 5px 3px 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.news_body {
    padding: 3px 5px 5px 5px;
}

.note_banner {
    float: right; 
    color: #FF0000; 
    width: 16px;
}
.note_title {
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.note_date {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    padding: 4px 0px 0px 5px;
    float: left;
}
.note_content {
}


div.ts_dynamicpages_breadcrumbs_smallGrey_menu {
   display: none;
    
}