body {
	background: #d0d9db url(images/background.jpg) repeat-x;
	font-family: "Trebucht MS", Myriad,Arial,sans-serif;
	color: #424242;
}

/* logo & utility menu */
#header {
	padding: 0;
	width: 991px;
	margin: 0 auto;
}

#logo {
width: 300px;
padding: 6px 0px 5px 29px;
}

.sponsors {
padding-right: 30px;
}

#utility {
float: right;
padding:15px 10px 0 0;
margin:0;
}

#utility ul{
list-style-type: none;
margin: 0px;
padding:0px 0 0 0;
color: #ffffff;
font-size:12px;
}

#utility li{
display:inline;
}

#utility li a{
background:inherit;
text-decoration: none;
color: #ffffff;
padding:0px 5px 0px 5px;
}

#utility li a:hover{ color:#ffffff; text-decoration: underline; }

#outerlayer {
	background: #ffffff;
	width: 991px;
	padding: 0;
	margin: 0px auto;
}

#top {
	background: #ffffff url(images/page-top.gif) no-repeat;
	width: 991px;
	height: 13px;
	padding: 0;
}

#bottom {
	background: url(images/page-bottom.gif) no-repeat;
	width: 991px;
	height: 21px;
	padding:0;
	margin:0;
}

#wrapper {
	background: #ffffff url(images/content-background.gif) repeat-y;
	width: 991px;
	padding: 0;
	margin: 0;
}

.clear{
	clear:both;
}

/* menu styles */
#menu {
	background: url(images/menu-background.gif) repeat-x;
	height: 36px;
	width: 968px;
	margin-left:10px;
}

#menu ul{
list-style-type: none;
padding:6px 0 0 8px;
color: #ffffff;
margin: 0;
}

#menu li{
display:inline;
}

#menu li a {
background:inherit;
text-decoration: none;
color: #ffffff;
padding:0px 15px 0px 15px;
font-family: arial, sans-serif;
font-size: 14px;
}

#menu li a:hover{ color:#ffffff; text-decoration: underline; }

.splash {
	margin:0 0 0 10px;
	padding: 0;
}

#body #content {
	padding-top: 25px;
}	

#content {
	width: 968px;
	margin: 0 25px;
	padding: 25px 0 0 10px; 
	color: #414242;
	background: transparent;
	font-size: 12px;
	font-family: arial, sans-serif;
}

body.dynamicAgenda #content {
	padding-left: 8px;
}

.headline {
	color: #006b89;
	background: inherit;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.headline2 {
	color: #b8653e;
	background: inherit;
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* footer */
#footer {
	font-family: arial, sans-serif;
	font-size: 9px;
	margin: 0 auto;
	width: 991px;
}	

#footer ul{
list-style-type: none;
padding:6px 0 0 8px;
margin: 0;
}

#footer li{
display:inline;
}

#footer li a {
background:inherit;
text-decoration: none;
color: #424242;
padding:0px 15px 0px 15px;
font-family: arial, sans-serif;
font-size: 12px;
}

#footer li a:hover{text-decoration: underline; } 

#footer p {
	font-size: 9px;
	margin:0 0 0 22px;
	padding: 0;
	font-family: arial, sans-serif;
}

h1 {
	font-size: 18px;
	color: #006b89;
	padding: 0px 0 0 0px;
	margin: 0;
	font-family: Arial,sans-serif;
}

h2 {
	font-size: 14px;
	color:#006b89;
	font-family: arial, sans-serif;
}

#right h1 {
font-size: 15px;
	color: #908a8a;
	text-align: center;
	font-family: "Trebuchet MS", Myriad,Arial,sans-serif;
	padding: 0;
}

#right h2 {
	font-size: 12px;
	color:#454a4c;
	font-family: arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}	

.subhead {
	color: #006b89;
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	font-weight: bold;
	font-family: Arial,sans-serif;
}

p  {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Myriad, sans-serif;
}

ul {	
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 20px;
	font-family: Arial, Myriad, sans-serif;
}

blockquote p {
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Myriad, sans-serif;
}

/* end layout styles; begin presentation styles */
a:link {
	color: #006b89;
	text-decoration: none;	
}

a:visited {
	color: #006b89;
	text-decoration: none;	
}

a:hover {
	color: #006b89;
	text-decoration: underline;	
}

a:active {
	color: #006b89;
	text-decoration: none;	
}

.textbold {
	font-weight: bold;
}

.bluetext {
	color: #006b89;
}

/* styles for home page 3-column table */
div.table-row {
  background: #ffffff; 
  margin:0;
  padding: 0;
  width: 63%;
  float: left;
}

.leftcol {
	border: none; 
	float: left; 
	margin: 0; 
	padding: 15px 20px 20px 10px; 
	width: 180px;
	line-height: 20px;
}

.leftcol p, .centercol p {	
	padding-bottom: 5px;
}

.centercol {
	border: none; 
	float: left; 
	margin: 0; 
	padding: 15px 20px 20px 0; 
	width: 180px;
	line-height: 20px;
}	

.rightcol {
	float: left;
	border: none; 
	margin: 0; 
	padding: 15px 10px 20px 0; 
	width: 180px;
	line-height: 20px;
}

div.tablespace {
  clear: both; 
  margin: 0;
  padding: 0; 
  width: auto;
  height: 25px;
} 

.leftcol p, .centercol p, .rightcol p {
	font-size: 12px;
}

/* end home page 3-column table */

#right2 {
	background: url(images/divider.gif) left no-repeat;
	float: left;
	background-color: #ffffff;
	width: 220px;
	padding: 15px 0 0 15px;
	margin: 0 0 0 3px;
/*	height: 240px;*/
} 

#right2 p {
	padding-left: 25px;
}

/* begin internal layout */
div.table-row2 {
  background: #ffffff; 
  margin:0;
  padding: 0;
  width: 920px;
}

#left {
	float: left;
	background: url(images/column-divider.gif) right repeat-y;
	color: #424242;
	width: 647px;
	padding: 0 20px 0 13px;
	margin: 0;
}

#left p, #left ul li {
	padding: 0 20px 0 0;
	font-family: Arial, Myriad, sans-serif;
}

#right {
	float: left;
	background-color: #ffffff;
	width: 240px;
	padding: 0;
	margin: 0;
} 

#right p {
	padding: 0 10px;
	width: 203px;
}	

#video {
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
	text-align: center;

}

#video a, #video img {
	border: none;
}

#video .caption {
	font-size: 11px;
	color: #006b89;
	font-style: italic;
}

/* agenda table */
table.agenda {
	width: 650px;
	padding: 8px;
}

table.agenda td {
	padding: 8px;
}

table.agenda2 {
	width: 950px;
	padding: 8px;
}

table.agenda2 td {
	padding: 8px;
}

tr.greenbg, tr.greenbg td {
/*	background-color: #197382; */
	background: url(images/greenbg.gif) repeat-x;
	color: #ffffff !important;
	font-weight: bold;
	padding: 4px 8px;
}

tr.row1 {
	background-color: #cecece;
	color: #424242;
}

tr.row2 {
	background-color: #e8e8e8;
	color: #424242;
}

.special {
	font-weight: bold;
	font-style: italic;
	color: #197382;
	background: inherit;
}

a#register {
	display: block;
	background-image: url(images/register-orange.gif);
	width: 104px;
	height: 22px;
	float: right;
}

a#register:hover {
	background-image: url(images/register-darkorange.gif);
}

.callout {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 180px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	color: #2f9fd6;
	border-left: 1px solid #2f9fd6;
}

hr {
	padding: 0;
	margin: 0;
}

table.register { border: 1px solid #ccc; }
table.register td { border: 1px solid #ccc; }

#schedule {
	width: 928px;
	margin: 2px 0px 0px 0px;
}

#schedule .text {
	background: url(images/bg-text.gif) top left repeat-y;
}

#schedule .footer {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/footer.gif) top left no-repeat;
	padding: 10px 0px 20px 6px;
	font-size: 9px;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
	padding: 0px;
	height: 26px;
	background: url(images/tab-bg.gif) bottom left repeat-x;
	margin: 0px 5px;
	margin-right: 6px;
	
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.day .tabs-nav {
	background: none;
	background-color: #4a4f51;
	height: 36px;
}

.tabs-nav li {
    float: left;
	width: 211px;
	height: 26px;
	margin: 0px 4px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.01em;
}

.day .tabs-nav li {
	width: auto;
	height: auto;
	padding: 4px 25px 2px 20px;
	margin: 8px 0px 10px 3px;
	line-height: 12px;
}

.day .tabs-nav li.agenda {
	border-right: 1px #63a7c2 solid;
	margin-left: 7px;
	padding-right: 25px;
}

.tabs-nav a {
    display: block;
	width: 211px;
	height: 22px;
	padding: 4px 0px 0px 0px;
    background: url(images/tabs.jpg) top left no-repeat;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
}

.day .tabs-nav a {
	display: inline;
	background: none;
	height: auto;
	width: auto;
	color: #6699cc;
	text-transform: uppercase;
}

.tabs-nav .tabs-selected a {
    color: #cccccc;
}

.day .tabs-nav .tabs-selected a {
    color: #ffffff;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: bottom left;
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-container {
	background: #ffffff url(images/bg-text.gif) top left repeat-y;
}

.tabs-container .content {
	padding: 17px 10px 20px 10px;
}

#tabs .speaker {
	width: 138px;
	padding-right: 69px;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

#tabs div.iss .speaker {
	float: left;
	margin-left: 20px;
	padding-right: 49px;
	padding-top: 18px;
}

#tabs div.isa {
	padding-left: 20px;
}

#tabs div.isa .speaker {
	float: right;
	padding-top: 24px;
}

#tabs #sundayA div.speaker, #tabs #monday-agenda div.speaker, #tabs #tuesday-agenda div.speaker {
	margin: 0px;
	padding: 0px;
	width: 207px;
}
#sundayA div.speaker p {
	padding-left: 20px;
}

#schedule .calendar {
	width: 681px;
}

#schedule .slot {
	clear: left;
	padding: 9px 0px;
}

#schedule .slot div {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#schedule .slot div.time {
	width: 145px;
	text-align:left;
}	

#schedule .slot div.activity {
	width: 536px;
	line-height: 18px;
}		

.track {
	padding: 5px 0px;
}
