div#agenda ul.theader {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 600px;
	}
div#agenda ul.theader li {
	padding: 4px 0;
	margin: 0;
	height: 14px; /* space out your rows */
	}
div#agenda ul.theader li.odd,#agenda tr.odd {
                                                                background-color: #dee59f;
                                                                height: 20px;
                                                                padding-left: 5px;
                                                                }
div#agenda ul.theader li.even,#agenda tr.even {
                                                                background-color: #c7cd9f;
                                                                height: 20px;
                                                                padding-left: 5px;
                                                                }


h3.tabletitle {
	padding: 10px 0 0;
	clear: left;
	}
li.tableheader {
                        color: #fff;
                        font-weight: bold;
                        background-color: #484445;
                        text-align: left;
                        }
table#agenda   {
                        border-spacing:0px;
                        width:600px;
                        border-collapse:collapse;
                        }
#agenda td {
                        text-align:left;
                }
#agenda th {
                color: #fff;
                background-color: #484445;
                height: 20px;
                padding-left: 5px;
                }
#agenda a, .agenda_details a {
                                        color: #738091;
                                        }
#agenda a:hover,.agenda_details a:hover {
                                                        text-decoration: underline;
                                                        }
#agenda th,#agenda td{
                                border-left:1px solid white;
                                padding-right:2px;
                                }
#agenda td form{
                        margin:0px;
                        }
.agenda_inline {
                        font-size: 12px;
                        text-align:
                        left; border: solid 1px #c93;
                        }

.agenda_details{
                        font-size: 12px;
                        line-height: 18px;
                        text-align: left;
                        /*width: 90%;*/
                        margin-top:2px;
                        border: solid 1px #B4B17E;
                        }

.agenda_details p.title {
                                color: white;
                                font-size: 12px;
                                font-weight: 400;
                                background-color: #060;
                                text-align: left;
                              /*  width: 98%;*/
                                margin-top: 0;
                                padding-top: 0;
                                padding-left: 2%;
                                }
.agenda_details ul{
                        padding:0;
                        }                               
.agenda_details li,.agenda_inline li{
                                                list-style: none;
                                                margin-left:10px;
                                                }
.odd td, .even td{
                        padding-left: 5px;
                    }

.form_box {
                width: 650px;
                }
                              
 /* GLOBAL RE-DEFINITIONS */               
#content_right .content{
				width:542px;
                                margin-right:0px;
				/*border-right:1px solid #006622;*/
                                min-height: 480px; 
				height: 480px; 	
                                }	
*>#content_right .content{
                                        height:auto;
                                        }			
#right_display{
			float:right;
			text-align:center;
			padding-top:50px;
                       /* background-color:#fff;*/
			width:185px;
		}