/* events */


body {
	background-color: #00CC33;
}

/* font sizing */



/* header elements */

div#header_left a {
	width: 181px;
	height: 79px;
	position: absolute;
	background-image: url(../about/images/SLF_aboutpage_logo.png);
	left: -18px;
	top: -13px;
}

/* layout elements */

div#title {
	padding: 100px 0 0 0;
	overflow: hidden;
	background: url(../about/images/SLF_aboutpage_banner.png) no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:100px; /* for IE5.5's bad box model */
}

div#full-column {
float: left;
width: 760px;
margin: 20px 0 0 20px;
display: inline;
}

div.product_row {
float: left;
width: 760px;
height: auto;
margin: 20px 0 0 0px;
display: inline;
}

img.border {
	border: 2px solid #009933;
	margin-bottom: 10px;
}

div#border_bottom {
	float: left;
	width: 800px;
	padding: 20px 0 0px 0;
	overflow: hidden;
	background: url(../about/images/SLF_aboutpage_bottom.png) no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:20px; /* for IE5.5's bad box model */
}

/* header elements */



/* Table Rules
----------------------------------------------- */
td.rank { }

#events { 
	border-collapse:collapse;
	width:340px;
	margin: 0;
	color: #00a0af;
}

#events tbody { margin: 0; }

#events th {
	background-color: #ffffff;
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 90% ;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: solid 1px #c2e8ee;
	cursor: pointer;
}

#events td, #events th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}

#events tr.titlerow { background: none; }

#events tr td.eventNameTD {
    background-color: #f0f9fb;
    width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr td.locationTD {
    background-color: #f0f9fb;
    width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.eventNameTD {
    background-color: #d0eef4;
	 width: 200px;
	 border-bottom: solid 1px #c2e8ee;
}

#events tr.rowSelected td.locationTD {
    background-color: #d0eef4;
	 width: 140px;
	 border-bottom: solid 1px #c2e8ee;
}

#apDiv1 {
	position:absolute;
	left:572px;
	top:299px;
	width:360px;
	height:160px;
	z-index:1;
}

#imgwrapper { height: 175px; }

.eventname {
	font-weight: bold;
	font-size: 12px;
}

.date {
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

.location {
	color: #000;
	font-size: 10px;
}

.rowHover {
	color: #000;
	cursor: pointer;
}

#content1, #sidebar {
	float: left;
	text-align: left;
}

#content1 {	
	width: 340px;	
	margin: 0px;
}
#sidebar {
	width:400px;
	margin-top: 0;
	margin-left: 20px;
	background: url('../i/bg_events_detail.gif') no-repeat;
}

#sidebar_brace {
	float: left;
	width:360px;
	height:340px;
	margin: 20px 10px 20px 20px;
	display: inline;
}

.SpryHiddenRegion {
   visibility: hidden;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelOpen .AccordionPanelTab {
	background-color: #a6dee6;
}

.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #a6dee6;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #a6dee6;
}

.AccordionPanelTab {
	color: #ccc;
	cursor: pointer;
	background: #a6dee6;	
	
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../i/arrow_events_open.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 110px;
	font-size: 110%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 {
	background: url('../i/arrow_events_closed.gif') no-repeat left 50%; 
	border-bottom: solid 1px #d0eef4;
}
.AccordionPanelContent div { margin: 6px 8px; }
#sidemenu {
}
.founder {
	border: 0px none #333333;
	margin: 10px;
}
.photo {
	padding: 10px;
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
}
