﻿body
{
	font-family: Arial;
	font-size: 12px;
	margin: 3px;
	background-color:White;
	/*
	background:url(../images/backgrounds/main_bg_red.png);
	background-repeat:repeat-x;
	*/
	/*background-color:#E2BDBD */  /* RED BACKGROUND */
	/*background:url(/kwsqa.org/images/backgrounds/green_dot_bg.png); background-repeat:repeat;*/
	
}

h1
{
	font-family:Arial;
	font-size:24px;
	color:Green;
}

h2
{
	font-size: 20px;
	font-weight: bold;
	color: #8F0000;
}

h3
{
	font-size: 18px;
	font-weight:bold;
	font-weight: bold;
	color: #8F0000;
	margin-top:0;
	margin-bottom:2px;
}

#date h2
{
	font-size:35px;
	font-weight:bold;
	color:Black;
}

h3
{
	font-size: 16px;
	font-weight: bold;
	color: #272346;
}

a
{
		text-decoration:none;
		color:#8F0000;
}

a:hover
{
	text-decoration:underline;
	color:Black;
}

#top_bg
{
	top:0;
	left:0;
	width:100%;
	height:220px;
	position:absolute;
	display:block;
	z-index:-2;
	background:url(../images/backgrounds/main_bg_red.png);
	background-repeat:repeat-x;
	overflow:hidden;
	
	
}

#mainbox
{
	border-width: 1px;
	/*
	border-color: white;
	background-color: White;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	*/
	height:100%;
	overflow:hidden;
	width:950px;
	margin-left: auto ; 
	margin-right: auto ; 
	z-index:-1;
}

#main_area_bg
{
	/*
	background:url(/kwsqa.org/images/backgrounds/main_bg_red.png);
	background-repeat:repeat-x;
	*/
	width:950px;
	top:0;
	overflow:hidden;
	height:220px;
	position:absolute;
	display:block;
	z-index:99;
	
}

#main_area_bg a
{
	text-decoration:none;
	color:#272346;
	font-weight:bold;
}

#main_area_bg a:hover
{
	text-decoration:underline;
	color:White;
}

#footer
{
	display:block;
	position:relative;
	width:950px;
	z-index:1;
	height:35px;
	overflow:hidden;
	margin-left: auto ; 
	margin-right: auto ; 
	font-size:10px;
	border-top:1px solid #E2BDBD;
}

#header
{
	position:relative;
	z-index:99;
	top:10px; 
	margin-left: auto ; 
	margin-right: auto ; 
	width:950px; 
	height:150px; 
/*	overflow:hidden;*/
}

#content 
{
	display:block;
	z-index:1; 
	position:relative; 
	margin-left: auto ;
	margin-right: auto ;
	width:950px; 
	height:100%; 
	top:10px;
	overflow:hidden;
	min-height:400px;
	background-color:inherit;
	background:inherit;
}

#content_main
{
	background-color:inherit;
	background:inherit;
	margin-left:5px;
	font-family:Arial;
	font-size:14px;
	height:100%;
	width:720px;
	display:block;
	overflow:hidden;
}

#toolbar
{
    z-index:99;
    width:100%; 
    /*height:auto;*/
    top:115px;
    left: 225px;
    /*overflow:hidden;*/
    float:right;
    position:absolute;
    /*background-color:#8F0000;*/
    vertical-align:top;
	text-align:right;
}

/*
#toolbar li
{
    display:block;
    list-style:none;
    float:left;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:White;
    padding:3px;
	overflow:hidden;
	height:auto;
}

#toolbar li a
{
    height: 2em;
    line-height: 2em;
    float: left;
    width: 9em;
    display: block;
    color: White;
    text-decoration: none;
    text-align: center;
    border:1px solid #8F0000;
    background-color:#8F0000;
    
}

#toolbar li a:hover
{
	text-decoration:underline;
	color:Black;
	background-color:#F5F3F4;
	border: 1px solid #E4DEE1;
}
*/

.sb_header
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#272346;
    border-bottom:1px solid #E4DEE1;
    width:100%;
    display:block;
}

#sidebar, .sidebar
{
	border: 1px solid #E4DEE1;
	display: block;
	float: right;
	overflow: hidden;
	height: 100%;
	width: 200px;
	padding: 5px;
	background-color: #F5F3F4;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:15px;
	position:relative;
	min-height:460px;
	
}

.sidebar li
{
	list-style:none;
	padding:5px;
	float:left;
	width:100%;
	display:block;
	position:relative;
}

.sidebar li a
{
	text-decoration:none;
}

.sidebar li a:hover
{
	text-decoration:underline;
}


#newsbox
{
	border-left: 1px solid #E4DEE1;
	display: block;
	float: right;
	overflow: hidden;
	height: auto;
	width: inherit;
	/*padding: 5px;
	background-color: #F5F3F4;*/
	/*margin-top:5px;*/
	margin-right:5px;
}

#newsbox ul li
{
    margin-left:-25px;
    list-style:none;
}

#newsbox li.indent
{
    margin-left:5px;
    margin-bottom:5px;
    list-style:none;
}

#newsbox li.date
{
    font-size:8px;
    color:Blue;
    margin-left:-25px;
    list-style:none;
    margin-top:0;
    margin-bottom:10px;
}


.textbox
{
	border:1px solid #8F0000;
	font-size:11px;
}

.button
{
	border:1px solid #8F0000;
	font-size:10px;
	font-weight:bold;
	color:White;
	background:#8F0000;
}
    
.sidebar_box
{
    display:block;
    padding:5px;
    height:auto;
    overflow:hidden;
}

.info_box
	{
		width:225px; 
		display:block; 
		position:relative; 
		float:left; 
		height:175px; 
		border-right:1px dotted black; 
		margin-right:5px;
		overflow:hidden;
		background-color:white;
		z-index:99;
		
	}
	
	.ib_header
	{
		font-family:arial;
		font-size:16px;
		font-weight:bold;
		color:#272346;
		padding:5px;
		width:100%;
		
	}
	
	.ib_text
	{
		font-family:arial;
		font-size:12px;
		color:black;
		z-index:99;
		width:90%;
		padding:5px;
		overflow:auto;
		
	}
	
	.ib_image
	{
		z-index:-1;
		width:150;
		float:right;
		height:inherit;
		position:absolute;
		left:-100;
	}
	
	.bio
	{
		padding-bottom:5px;
		font-size:12px;
		border-bottom:1px dotted #8F0000;
	}
	
	table#trackschedule
		{
			
			border:1px solid #8F0000;
			font-family:arial;
			font-size:11px;
			background-color:#8F0000;
		}
		
		table#trackschedule tr
		{
			min-height:35px;
		}
		
		table#trackschedule tr td.head
		{
			background-color:#8F0000;
			color:white;
			font-weight:bold;
			padding:5px;
			
		}
		
		table#trackschedule tr td
		{
			
			color:black;
			margin:5px;
			padding:5px;
			background-color:white;
			text-align:center;
			width:21%;
		}
		
		
		
		table#trackschedule tr td.alter
		{
			color:black;
			
			background-color:#FFFFD1;
			margin:5px;
		}
		
		table#trackschedule tr td.breaks
		{
			background-color:#D5FFD1;
			padding:5px;
		}
		
		table#trackschedule tr td.keynote
		{
			background-color:#8E3A3A;
			color:white;
			font-weight:bold;
		}
		
		table#trackschedule tr td.time
		{
			width:15%;
		}
		
		/* NEW SPEAKER CSS */
.speakerBox
{
	height:auto;
	display:block;
	font-family:Arial;
	font-size:12px;
	color:black;
	
	margin-right:15px;
	margin-bottom:25px;
	
	background-color:#FFFCFC;
	overflow:hidden;
	
	border:1px solid #8F0000;

}

.speakerImageLeft
{
	width:120px;
	height:135px;
	border:2px solid black;
	float:left;
	margin:5px;
}

.speakerImageRight
{
	width:120px;
	height:135px;
	border:2px solid black;
	float:right;
	margin:5px;
	
}


.speakerName
{
	display:block;
	width:100%;
	border-bottom:1px solid #8F0000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	/*color:#8F0000;*/
	color:white;
	background-color:#8F0000;
}

.speakerBio
{
	font-family:Arial;
	font-size:12px;
	padding-left:5px;
	padding-top:10px;
	margin:5px;
}

/* END NEW SPEAKER CSS */