/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
/*	background: #6FA626;*/
	background: #FFF;
	font: normal small Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

h1, h2, h3 {
	color: #000000;
}
hr {
	border-bottom: 1px dashed #CCCCCC;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 2em;
	padding-left: 1em;
	border-left: 1px solid #EEEEEE;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 10px 10px 0 10px;
}

.post .title {
	margin-bottom: 0px;
	padding: 0px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	color: #243D02;
}
.post .title2 {
	padding: 7px 7px 7px 1em;
	background: url(images/img04.gif) repeat-x left top;
	margin: 0px;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	color: #243D02;
}

.post .date {
	float: left;
	width: 90px;
	padding-left: 20px;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	width: 400px;
	float: left;
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	border-left: 1px solid #EEEEEE;
}

.post .meta2 {
	width: 520px;
	float: left;
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	border-left: 1px solid #EEEEEE;
	font-size: x-small;
}
.post .meta3 {
	width: 540px;
	float: left;
	margin-bottom: 10px;
	padding: 0 10px 0 20px;
	border-left: 1px solid #EEEEEE;
}
.post .meta p {
}

.post .story {
	font-size: 90%;
	clear: both;
	padding: 10px;
	border-top: 1px solid #EEEEEE;
	line-height: 1.5em;
}

.post .story p, .post .story blockquote {
	margin-bottom: 1em;
	line-height: 150%;
}
 .memo dt {
	font-weight: bold;
	color: #243D02;
}
 .memo dd {
	font-size: 0.9em;
	margin: 0px 2em;
	color: #243D02;
}
.dropcap {
	font-size : 150%;
	font-weight: bold;
}

/* Header */

#header {
	width: 900px;
	height: 165px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 100%;
	height: 165px;
	background: url(images/web02.jpg) no-repeat;
}

#logo h1 {
	padding: 130px 0 0 20px;
	font-size: 2em;
}

#logo h2 {
	padding: 0 0 0 20px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Splash */

#splash {
	float: right;
	width: 520px;
	height: 200px;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #FFFFFF;
}

.small_text {
	font-size: 10px;
	text-align: center;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#bluecolor {
	color: #0087AF;
	font-size: 0.7em;
}
#orgcolor {
	color: #FF6600;
	margin: 0.5em 0px;
}
/* Content > Main */

#main {
	float: left;
	width: 590px;
}

#main a {
}

/* Content > Main_admin */

#main_admin {
	float: left;
	width: 900px;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	width: 140px;
	color: #385B88;
}

#inputsubmit1 {
	background: #4F9CEF url(images/img03.gif) repeat-x left bottom;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */

#menu {
	padding: 8px 0;
	margin: 0px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background: url(images/img06.gif) no-repeat left;	
}

#menu a:hover {
	background: #DCEBFC;
	color: #000000;
}

#menu .active a {
	background: #D1F0A6;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content > Sidebar > Updates */

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > banner1 */

#banner1 {
	float: right;
	width: 125px;
}

/* Content > banner_h */

#banner_h {
	height:70px;
}

/* Footer */

#footer {
	clear: both;
	width: 860px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #E7F7D0 url(images/img05.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #066;
}

#footer a {
	color: #86D613;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
/* Sponsors */
.sponsors {
	width: 480px;
	margin: 0 auto;
}
.sponsors #banner {
	width: 160px;
	float: left;
	padding-bottom: 12px;
	text-align: center;
}

#button {
	margin-top: 20px;
	float: left;
	width: 120px;
}

#speaker {
	width: 698px;
	margin: 0 auto;
	margin-bottom: 6px;
	display: block;
	border-right: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
#speaker img {
	padding: 1px;
	margin: 5px 0px;
}
#speaker ul {
	margin: 0;
	list-style: none;
}
#speaker li {
	float: left;
	height: 160px;
	font-size: 9px;
	text-align: center;
	white-space: normal;
	display: block;
	color: #6699CC;
}
#speaker a {
	border-top: 1px solid #EEE;
	border-right: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	border-left: 1px solid #EEE;
}
#speaker a:hover {
	border: 4px solid #F90;
}

#home_title {
	background: url(images/img04.gif) repeat-x left top;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	color: #336699;
	padding: 7px 20px;
}
#extra {
	clear: both;
	width: 900px;
	margin: 0px auto;
}
#extra ul {
	margin: 0;
	list-style: none;
}
#extra li {
	float: left;
/*	width: 140px;*/
	font-size: 9px;
	text-align: center;
	white-space: normal;
	display: block;
	color: #6699CC;
}
#extra li p {
	font-size: 9px;
	color: #0087AF;
	text-align: left;
	background: url(images/logo_brk.jpg) no-repeat left bottom;
	padding: 5px;
	margin: 4px;
	font-weight: bold;
}
.speaker_tip {
	top:20px;
	left:20px;
	width: 516px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #6699CC;
	line-height: 1em;
	position:absolute;
	z-index:100;
	visibility:hidden;
}

.speaker_tip #row_content {
	background: url(tooltip/tip02.gif) repeat-y;
	height: 18px;
	padding: 0px 28px 0px 18px;
}
.speaker_tip #row_content h3 {
	line-height: 2em;
}
