/* CSS Document */

/*------------ Global -----------*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, em, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #DDDDDD;
}

h1 {
	color: #000000;
	padding: 0px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	color: #FF6600;
	padding: 0px;
	margin: 0px 10px 15px 0px;
	border-bottom: 1px solid #FF6600;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
h3 {
	color: #0075EA;
	padding: 0px;
	margin: 0px 0px 5px;
	font-size: 1em;
	font-weight: bold;
}
h4 {
	color: #666666;
	font: 0.9em "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 10px 0px 5px;
	padding: 0px;
}
h5 {
	color: #888888;
	margin: 0px;
	padding: 0px;
	font: italic normal 0.8em Arial, Helvetica, sans-serif;
}
em {
	font-style: italic;
}

a {
  color: #3399FF;
	outline: none;
}
a:hover, a:focus {
	color: #FFFF00;
	outline: none;
}
a:hover.session {
    color: #FF9900;
    text-decoration: underline;
}
a:focus.session {
    color: #FF9900;
    text-decoration: underline;
}

ul, ol {
	margin: 0px 0px 15px 3%;
	padding: 0px;
}
ol.conference {
	list-style: lower-alpha;
	font: .9em "Trebuchet MS", Tahoma, Arial, sans-serif;
}

ol li {
	margin: 0px 0px 5px;
	padding: 0px;
}
ul.indent {
	padding: 0px;
	margin-left: 40px;
}
ul li {
	color: #400000;
	text-align: left;
	padding: 0px;
	font: .9em "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 5px;
	list-style: square;
}
li em {
	color: #FF0000;
	font-style: normal;
}
h2 a, h3 a, h4 a, h5 a {
	border-style: none;
	text-decoration: none;
}
.center {
	text-align: center;
}
/*----------------------------------*/

#wrapper {
	padding: 0px;
	min-width: 650px;
	max-width: 1000px;
	margin: 0px auto;
	width: 86%;
}
#search {
	height: 50px;
	width: 100%;
}

#search img {
	padding: 0px;
	margin: 2px 5px;
	height: 45px;
	width: auto;
	text-align: left;
	display: inline;
}

#header {
	background: #000000 no-repeat right top;
	margin: 0px auto;
	padding: 0px;
	height: 120px;
	line-height: 0px;
	width: auto;
	position: relative;
	z-index: 2;
}

#header img {
	margin: 5px;
	padding: 5px;
	float: left;
	width: auto;
}

#header h1 {
	position: relative;
	color: #FF6600;
	padding: 45px 0px 0px 0px;
	text-align: left;
	/* vertical-align: middle; */
	margin: 0px 10px 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
}

#header h2 {
	position: relative;
	color: #FF6600;
	padding: 15px 0px 0px 0px;
	text-align: left;
	/* vertical-align: middle; */
	margin: 10px 10px 0px 0px;
	font-size: 0.8em;
	border-bottom: none;
	/* font-weight: bold; */
}


/* ------------ Main Navigation -------------*/

#navbar {
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background: #000000;
	clear: both;
	min-width: 650px;
}
#nav, #nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav {
	width: 96%;
	margin-right: 0px;
	margin-left: auto;
}
#nav li {
	display: block;
	padding: 0px;
	float: left;
	margin: 0px;
}
#nav li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-right: 2px solid #000000;
	line-height: 2em;
	font-size: 1.1em;
}
#nav li:hover >a, #nav li.current >a {
	color: #FF0000;
	background: #FFE9BB;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover ul, #nav li.current ul {
	left: auto;
	margin-left: -5em;
	width: auto;
	display: block;
	top: auto;
}
#nav li:hover ul {
	z-index: 100;
}
#nav li li {
	display: inline;
	padding-top: 1em;
	padding-bottom: 1em;
}
#nav li li a {
	color: #333333;
	font: normal 1.2em Arial, Helvetica, sans-serif;
	border-right: 1px solid #666666;
	display: block;
}
#nav li li:hover, #nav li li.subcurrent {
	background: url(../img/common/pointer-wt.png) no-repeat center bottom;
}

#nav li li:hover a, #nav li li a:hover, #nav li li a:focus, #nav li li.subcurrent a {
	text-decoration: none;
	color: #FF0000;
}
#submenu {
	clear: both;
	background: #FFE9BB;
	height: 2em;
}


caption {
	font-weight: bold;
	color: #FF6600;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 0px 5px;
}

/* ------ Content: the Tan Hack ------- */

#content {
	padding: 1em 2%;
	text-align: left;
	color: #400000;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	min-width: 500px;
	max-width: 1000px;
	background: #FFFFFF;
}
* html #content { 
	width: 100%; /* for IE5 and IE6 in quirks mode */
	w\idth: 94%; /* for IE6 in standards mode */
}

#content p {
	color: #400000;
	text-decoration: none;
	padding: 0px;
	margin: 0px 10px 1em 0px;
	text-align: left;
	font: 0.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#content p.textindent {
	margin: 5px 20px;
	padding: 0px;
}

#content p.caption {
	color: #0033CC;
	font: 0.8em Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 96%;
	text-align: center;
}
#content p.credits {
	font-size: .8em;
	color: #666666;
	margin: 0px;
	padding: 0px;
}


#content p em {
	font-weight: bold;
	color: #993300;
	font-style: normal;
	font-size: 100%;
}

#content a {
	color:#0099FF;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	outline: none;
}

#content a:hover {
	color: #33CCFF;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	border-bottom: 1px dotted #33CCFF;
	outline: none;
}
#content a.nounderline:link {
	color: #FF9900;
	text-decoration: none;
	border-style: none;
}

#content a.nounderline:hover, #content a.nounderline:focus {
	color: #FF6600;
	text-decoration: none;
	border-bottom: none;
}
#content img a {
	text-decoration: none;
	outline: none;
	border: none;
}
#content a.img:hover {
	text-decoration: none;
	border-style: none;
}


#content #msgbox {
	margin: 0px 20px 10px 10px;
	padding: 0px;
	float: right;
	color: #FF6600;
	font: bold 1em "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#content a.em {
	font-weight: bold;
	color: #00CC99;
	border-bottom: 1px dashed #00CC99;
}
#content a.em:hover {
	font-weight: bold;
	color: #00CC66;
	text-decoration: none;
	border-bottom: 1px dashed #00CC66;
}


#main {
	margin: 0px 295px 0px 0px;
	padding: 0px;
	width: auto;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
#public {
	margin: -5px 10px 0px 0px;
	padding: 0px;
	height: auto;
	width: 380px;
	float: left;
}


div.half {
	margin: 0px 1% 0px 0px;
	padding: 0px;
	width: 49%;
	float: left;
	display: inline;
}
div.thirds {
	margin: 0px 2% 0px 0px;
	padding: 0px;
	float: left;
	width: 30%;
	display: inline;
	height: auto;
}

/*------------ Sideb Bars ------*/
#sidebar {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 1%;
	display: inline;
	font: "Trebuchet MS", Tahoma, Arial, sans-serif;
	width: 400px;
	color: #FFFFFF;
}
#sidebar.fixed {
	width: 280px;
}
#sidebar.fixed img {
	margin: 0px;
	padding: 0px;
	width: 235px;
}
#sidebar h2 {
	color: #FF9900;
	border-bottom: 1px solid #FF9900;
	margin: 0px 0px 5px;
	padding: 0px;
}
#sidebar h2 a {
	color: #FFFF33;
}
#sidebar h3 {
	font-size: .9em;
	color: #FFFF00;
	margin-bottom: 5px;
}
#sidebar h4 {
	font-size: 0.8em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}
#sidebar a:hover {
	border-style: none;
	color: #FFCC00;
}
#sidebar table td {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px 0px;
}
#sidebar img.left {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	height: auto;
	width: 120px;
	float: left;
}
#sidebar img.icon {
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
	vertical-align: bottom;
}

/* -----  Rounded box -----------*/
div.rbox {
	margin: 0px 0px 5px;
	padding: 20px;
	position: relative;
	width: auto;
}


.tl, .bl, .br {
	height: 20px;
	width: 20px;
	position: absolute;
}
.tl {
	left: 0px;
	top: 0px;
	background: no-repeat left top;
}
.bl {
	left: 0px;
	background: no-repeat left bottom;
}
.br {
	right: 0px;
	background: no-repeat right bottom;
}

#blue { background-color: #D0EDF6; }
#blue .tl, #blue .bl, #blue .br {
	background-image: url(../img/common/rounded-corner-blue.gif);
}

#green { background-color: #E5F6DD}
#green .tl, #green .bl, #green .br {
	background-image: url(../img/common/rounded-corner-green.gif);
}

#purple { background-color: #EDE2F0; }
#purple .tl, #purple .bl, #purple .br {
	background-image: url(../img/common/rounded-corner-purple.gif);
}

#yellow { background-color: #FEFEDE; }
#yellow .tl, #yellow .bl, #yellow .br {
	background-image: url(../img/common/rounded-corner-yellow.gif);
}
#teal {
	background-color: #3399CC;
}
#teal .tl, #teal .bl, #teal .br {
	background-image: url(../img/common/rounded-corner-teal.gif);
}
#teal h2 {
	color: #3299CC;
	font-weight: bold;
	border-bottom-style: none;
	background-color: #FFE9BB;
	padding: 4px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
	text-align: center;
}


#teal p {
	color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 0px;
}
#teal a {
	color: #FFFF00;
}
#teal a:hover {
	color: #99FFCC;
	border-style: none;
}
#yellow a {
	color: #3399CC;
}


div.rbox ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;

}
div.rbox li {
	border-bottom: 1px solid #EEEEEE;
	width: auto;
	margin-bottom: 5px;
	padding: 2px;
}

/* --------- end rounded box -------------*/


/* ------------- Tables ------------------*/
table#news {
	margin: 0px;
	padding: 0px;
	font: .85em Arial, Helvetica, sans-serif;
}
table#news h3 {
	font-size: 1.2em;
}

table#news img {
	width: 70px;
	margin: 0px 10px 0px 0px;
	float: left;
	border: 1px solid #999999;
}

table#news td {
	color: #666666;
	text-align: left;
	padding: 5px 0px 15px;
	font-size: 0.9em;
	border-bottom: 1px solid #CCCCCC;
}
table#news em {
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-size: .9em;
}
table#news em a {
	font-weight: normal;
	color: #FF6633;
	border-style: none;
}
table#news em a:hover {
	color: #FF6633;
	text-decoration: underline;
	border-style: none;
}
table#news a {
	text-decoration: none;
	border-style: none;
}
table#news a:hover {
	color: #00CCFF;
	border-bottom: 1px dashed #00CCFF;
}
table#participants, table#data, table#event{
	margin: 0px;
	padding: 0px;
	width: 99%;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}
/*-- E/PO Event Page -- */
table#events {
	background: #CCCCCC;
	font-size: .9em;
	margin: 0px auto 2em;
	width: 98%;
}
table#events th {
	background: #999999;
}
table#events td {
	background: #FFFFFF;
}
table#events a {
	color: #0066FF;
	text-decoration: none;
	border-style: none;
}
/*--- End of E/PO Event Page ---*/
table#data img {
	margin: 0px;
	padding: 0px;
	height: 55px;
}
table#data th {
	color: #990000;
	margin: 0px;
	padding: 5px;
	background: #ECD782;
	text-align: center;
	font: bold 90% "Trebuchet MS", Tahoma, Arial, sans-serif;
}
table#data th.month {
	color: #FFFFFF;
	background: #993300;
	font-size: 110%;
}
table#data tr:nth-child(odd) {
        background: #e2d9d0;
}
table#data td {
        text-decoration: none;
        text-align: right;
        border-style: none;
}
table#data td a {
	text-decoration: none;
	border-style: none;
}
table#data td a:hover {
	text-decoration: none;
	border-style: none;
}

table#data td p {
	margin: 0px;
	padding: 0px;
	float: left;
	color: #FFFFCC;
	font-size: 11px;
}
table#participants a {
	color: #FFFF00;
	text-decoration: none;
	border-style: none;
}
table#participants a:hover, a:focus {
	color: #FFFFFF;
	border-style: none;
}
table#participants {
	background: #FFFFFF;
}

table#participants td {
	padding: 5px 0px;
	text-align: center;
	background: #FFFFFF;
	color: #3333CC;
	font-weight: bold;
	width: 160px;
	vertical-align: top;
	height: 200px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	font-size: .9em;
}
table#participants td p {
	color: #400000;
	text-align: center;
	font-weight: normal;
	margin: 5px 0px 0px;
	padding: 0px;
	font-size: .8em;
}
table#participants td img {
	text-decoration: none;
	border-style: none;
	padding: 0px;
	margin: 1px auto;
	height: 140px;
}
table#participants #team {
	height: 190px;
	margin: 0px auto;
	padding: 0px;
	width: 160px;
}
table#participants #team td, table#participants #team2 td {
	border-style: none;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	text-align: center;
	vertical-align: top;
	width: 80px;
	height: 80px;
}
table#participants #team img {
	width: 70px;
	margin: 0px;
	height: auto;
	float: left;
}
table#participants #team2 img {
	height: 70px;
	margin: 0px;
}

table#workshop {
	margin: 0px;
	padding: 0px;
	width: auto;
	text-align: center;
}
table#workshop td {
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
	text-align: center;
	font-size: .8em;
}
table#workshop img {
	height: 130px;
	margin: auto;
	width: auto;
}
table#workshop img.lg {
	height: 250px;
	width: auto;
	margin: auto;
	padding: 0px;
	text-align: center;
}

table#slideshow th {
	text-align: center;
}
table#slideshow td {
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	line-height: 1.1em;
}
table#media img {
	height: auto;
	width: 150px;
	background: #CCCCCC;
	padding: 2px;
	border: 1px solid #666666;
}
table#media a:hover {
	border: none;
}
table#media p {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
}
table.blk td {
	vertical-align: top;
	color: #DDD;
	background: #555;
	padding: 5px;
	margin: 0px;
	width: 48%;
	font: 80% Arial, Helvetica, sans-serif;
}
table.blk img.left {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	border: 1px solid #333333;
}

/*--------- Footer --------------*/

#footer {
	font-size: 0.8em;
	padding: 5px;
	margin-top: 10px;
	width: 640px;
	border: 1px solid #333333;
}
#footer p {
	font-size: 0.8em;
	color: #222;
	margin: 0px 30em 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
#footer #logo {
	margin: 0px 0px 0px 1em;
	padding: 0px;
	float: right;
	width: auto;
}
#footer #logo img {
	height: 45px;
	margin: 10px;
	padding: 0px;
	width: auto;
}
#footer #logo a {
	text-decoration: none;
	border-style: none;
}
div.left {
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	display: block;
}
div.center {
	text-align: center;
	margin: 5px auto;
	padding: 0px 0px 10px;
	width: auto;
	display: block;
}
div.right {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	float: right;
	width: auto;
	display: block;
}
#content .center a, #content .left a, #content .right a {
	text-decoration: none;
	border-style: none;	
}

#content .center img, #content .left img, #content .right img {
	border: 2px solid #CCCCCC;
}

div.border {
	border-bottom: 1px solid #999999;
}
.inverse {
	background: #CCCCCC;
	margin: 0px;
	padding: 5px;
	display: block;
}


/*-------------- Utilities ----------------*/
.clear {
	clear: both;
	height: 1px;
	margin-bottom: 9px;
}
.clearright {
	clear: right;
}
.indent {
	margin-left: 20px;
}


.spacer {
	margin: 0px;
	padding: 0px;
	height: 5px;
}

.imagecaption {
	color: #800000;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 2px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.hide {
	display: none;
}

.top {
	font-size: 0.8em;
	color: #FF9900;
	text-decoration: none;
	margin: 5px 10px;
	padding: 0px;
	text-align: right;
}
.back {
	color: #666666;
	text-decoration: none;
	margin: 10px 20px 10px 0px;
	padding: 0px;
	border-style: none;
	text-align: right;
	font: bold 0.8em Arial, Helvetica, sans-serif;
}
.right {
	float: right;
	padding: 0px;
	margin: 0px 10px;
}
img.left {
	margin: 0px 15px 10px 0px;
	padding: 0px;
	float: left;
	border: 2px solid #CCCCCC;
}
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	border: 2px solid #CCCCCC;
}
img.center {
	margin: 0px auto 10px;
	height: auto;
	width: 630px;
	border: 2px solid #CCCCCC;
	display: block;
}

img.listen {
	padding: 0px;
	margin: 0px 0px 3px 10px;
	vertical-align: middle;
}
img#hot {
	vertical-align: text-bottom;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

a img.listen {
	border-style: none;
}
object {
	margin: 5px auto;
	padding: 0px;
	display: block;
	text-align: center;
}

.divider {
	background: #CCCCCC;
	margin: 5px auto;
	padding: 0px;
	height: 1px;
	width: 100%;
	clear: both;
}
a.blink {
	font-size: 11px;
	text-decoration: blink;
}
