html, body {
	margin:0;
	padding:0;
}

* {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}
#wrapper {
	width:100%;
	margin-top: 36px;
}
.AccordionH {
	height: 900px;
	font-size: 0.8em;
}
.AccordionH .TOG {
	background-color: #fff;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align:center;
	cursor: pointer;
	border-right: 1px solid #fff;
	height:100%;
	float: left;
	width: 57px;
}
.AccordionH .TOG:hover,.AccordionH .TOG.active {
	background-color: #fff;
	background-position: -57px 0;
}
.AccordionH .TOG#proctor {
	background-image: url(../../akasha/img/tab-proctor.png);
}
.AccordionH .TOG#hamilton {
	background-image: url(../../akasha/img/tab-hamilton.png);
}
.AccordionH .TOG#demartini {
	background-image: url(../../akasha/img/tab-demartini.png);
}
.AccordionH .TOG#getrude {
	background-image: url(../../akasha/img/tab-getrude.png);
}
.AccordionH .TOG#howard {
	background-image: url(../../akasha/img/tab-chris.png);
}
.AccordionH .STR {
	float: left;
	width: 501px;
	height: 100%;
	background-image: url(../../akasha/img/speakerBG.jpg);
	background-repeat: no-repeat;
}
.content h2 {
	color: #BC7500;
	font-size: 10pt;
	margin:0;
	padding:0;
}
.content {
	line-height: 18px;
	color: #666;
	padding: 0 6px 9px 6px;
}
.content .Kap {
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	margin-right: 3px;
}
a.more {
	float:right;
	text-decoration:none;
	line-height: 14px;
	color:#999;
	background: url(../img/more.gif) no-repeat right 2px;
	padding-right: 18px;
	margin-top:3px;
	margin-right:9px;
}
a.more2 {
	float:right;
	text-decoration:none;
	line-height: 14px;
	color:#999;
	background: url(../img/more2.gif) no-repeat right 2px;
	padding-right: 18px;
	margin-top:3px;
	margin-right:9px;
}

a.more2:hover {
	color: #ccc;
}

a.more:hover {
	color:#ccc;
}
code {
	display: block;
	font-family: monospace;
	font-size: 12px;
	max-height: 200px;
	overflow: auto;
	white-space: pre;
	background-color: #666;
	color: #fff;
}
code .hilite {
	background-color: #fc0;
	color: #000;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
.content a {
	color: #ccc;
	text-decoration: none;
}
.content a:hover {
	color: #fff;
}
