﻿/*=================================*/
/* Main Styles
/* Feb 2012
/* By Tom Buck
/* http://www.mbaainternational.org
/*=================================*/

body {
	/* [disabled]margin: 0; */
	padding: 0;
	margin:0;
	background: url(images/bg01.jpg);
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555555;
}

h1, h2, h3 {
	margin: 0;
}

h3 {
	margin: 0 0 4px 0;
	font-size:18px;
	color: #D53C02;
	padding:8px 0 0 0;
}
h3 a {color:#d53c02;}
h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
	border-bottom:1px dotted #4f6984;
	padding:6px 0 1px 0;
	margin:6px 0 12px 0;
	color:#4f6984;
}
h4 {
	margin: 0 0 0 0;
	font-size:18px;
	color: #4f6984;
	padding:8px 0 0 0;
	font-variant:small-caps;
}
p, ol, ul, dl {
	margin-top: 0;
	text-align: left;
	line-height: 170%;
}

ul {
	margin-left: 15px;
	padding-left: 0;
	list-style: none;
}
ul li {margin-bottom:6px;}
strong {
	color: #4A3E29;
}

a {
	color: #1A232C;
	text-decoration: underline;
}

a.paper {
	color: #00506C;
  font-style: italic;
}

a.session_name_inc {
	color: #4A3E29;
	font-style: italic;
}

a:hover {
    color:#D53C02;
}

a img {
	border: 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
	margin: 0 27px 0 0;
}

img.alignright {
	margin: 0 0 0 27px;
}

img.border {
	padding: 4px;
	border: 1px solid #E9E4D8;
}

/* Wrapper */

#wrapper {
	background: url(images/bg02_new.jpg) repeat-x;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header {
	height: 141px;
	background: url(images/bg04_new.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 308px;
	height: 141px;
}

#logo h1, #logo p {
	/*text-transform: lowercase;*/
	line-height: 1;
}

#logo h1 {
	padding: 68px 0 0 50px;
	letter-spacing: -2px;
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
}

#logo h1 sup {
	font-size: 18px;
	font-weight: normal;
}

#logo p {
	padding: 0 0 0 50px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
	color:#C5CFDB;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p a {
	color: #F8AB80;
}



/* Banner */

#banner {
	float: left;
	height: 118px;
	padding: 23px 0 0 0;
}

/* Menu */

#menu {
	height: 76px;
	background: url(images/bg04.jpg) no-repeat 0 -211px;
}

#menu2{
	height: 76px;
	background: url(images/bg05.jpg);
	margin: 0 25px;
}

#menu ul {
	height: 67px;
	margin: 0 0px;
	padding: 9px 0 0 14px;
	list-style: none;
	line-height: 1
}

#menu li {
	float: left;
	height: 35px;
	padding: 15px 15px 0 15px;
}

#menu li.active {
	background: url(images/bg06.jpg) no-repeat;
}

#menu a {
	/*text-transform: lowercase;*/
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(images/bg07.jpg);
}

.bar .text {
	float: right;
	padding: 10px 10px 0 0;
	font-variant: small-caps;
	font-weight: normal;
	font-size: 25px;
	color: #38424d;
}

/* Top Bar */

#top-bar {
	background: url(images/bg04.jpg) no-repeat 0 -287px;
}

/* Search */

#search {
	float: right;
	width: 245px;
	height: 48px;
	background: url(images/bg08.jpg) no-repeat 0 12px;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#search .input-text {
	float: left;
	width: 178px;
	margin: 12px 0 0 0;
	padding: 4px 10px;
	font: inherit;
	line-height: normal;
	border: none;
	background: none;
	color: inherit;
}

#search .input-submit {
	display: none;
}

/* Page */

#page {
	background: url(images/bg03.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 639px;
	padding: 15px 30px 0 35px;
	background: url(images/bg04.jpg) no-repeat 0 -335px;
}
#contentwide {
	float: left;
	width: 930px;
	padding: 0 0 0 35px;
	background: url(images/bg04.jpg) no-repeat 0 -335px;
}
table.program {
	border-collapse: collapse;
}

table.program td{
	padding-left: 1EM;
	padding-right: 1EM;
	padding-top: 0.5EM;
	padding-bottom: 0.5em;
	border-width: 1px;
	border-style: solid;
	margin: 0px;
	text-align: center;
}
	

/* table style */

.table_style {
    margin:0 0 10px 0;
    text-indent:2px;
    border:1px solid #ccc;
    float:left;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
.table_style thead th {
    background-color:#35567D;
    color:#fff;
    padding:4px;
	font-weight:bold;



}
.table_style tr th {padding:4px;}

.table_style tr td {padding:4px;}
.table_style tr:nth-child(odd) {
    background-color:#eee; 
    border:1px solid #ddd;

    }
.table_style tr:nth-child(even) { 
    background-color:#fff; 
    border:1px solid #ddd;

}
.table_style tr td.auto-style1 {
	text-align: center!important;

}
.table_style tr td.auto-style2 {
	text-align: left!important;
}
.table_style tfoot td {
    background-color:#35567D;
    color:#fff;
}

.table_style_2 {
    margin:0 0 10px 0;
    text-indent:2px;
    border:1px solid #ccc;
    float:left;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
.table_style_2 thead th {
    background-color:#35567D;
    color:#fff;
    padding:4px;
	font-weight:bold;
}
.table_style_2 tr th {padding:4px;}

.table_style_2 tr td {padding:4px;}
.table_style_2 tr:nth-child(odd) {
    background-color:#35567D; 
    border:1px solid #ddd;
    color:#fff;

    }
.table_style_2 tr:nth-child(even) { 
    background-color:#eee; 
    border:1px solid #ddd;
    color:#000;

}
.table_style_2 tr td.auto-style1 {
	text-align: center!important;

}
.table_style_2 tr td.auto-style2 {
	text-align: left!important;
}
.table_style_2 tfoot td {
    background-color:#35567D;
    color:#fff;
}

/* msg parts */ 




/* Sidebar */

#sidebar {
	float: right;
	width: 245px;
	padding: 0 30px 0 20px;
	background: url(images/bg04.jpg) no-repeat 100% -335px;
	border-left: 1px solid #DAE1E9;
	margin-top:20px;
}
#sidebar ul {
	padding: 0;
    border: none;
margin-left:0;
}

#sidebar li {
	line-height:170%;
	margin-left:10px;
}
#sidebar .board li {line-height:16px;margin-bottom:13px;}
#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 12px 0 2px 0;
     font-size:19px;
	color: #D53C02;
	border-bottom:none;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	padding: 5px 0 0 5px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #cccccc;
}

.two-cols .col1 {
	text-align:center;
}

div.figure {
	float: left;
	text-align: center;
	height: 40px;
	margin: 0;
	padding: 0;
}
.two-cols .col2 {
	float: right;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 55px 0;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
}
.deadline {
  color: #FF0000;
  font-weight: bold;
}

/* Content */
ul.schedule {
	list-style-type:circle;
	margin-left: 50px;
	font-size: 125%;

}

span.time {
	font-weight: bold;
	color: #38424D;
}
span.red {color:#D53C02;font-weight:bold;}
.sessionchair {font-weight:bold;font-size:15px;margin:4px 0 0 15px;color:#555555;}
p.sessionchair {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.datetime {font-weight:bold;font-size:14px;margin:4px 0 0 0;color:#4f6984;}

a.session_anchor {
text-decoration: underline;
font-weight: bold;
color: #38424D;
font-size: larger;
}
 
a.session_anchor:hover {
text-decoration: underline;
color: #38424D;
}
 
a.session_title {
text-decoration: underline;
font-weight: bold;
font-style: italic;
color: #38424D;
}
 
a.session_title:hover {
text-decoration: none;
color: #38424D;
}

a.author{
	color: #38424D;
	text-decoration: underline;
}

a.author:hover {
	text-decoration: underline;
}
 
.center {
text-align: center;
}
 
h2.eventname{
text-align: center;
}
 
td.col1{
width: 80px;
}
 
td.col2{
border-right: 1px #6699CC dotted;
border-left: 1px #6699CC dotted;
text-align:left;
vertical-align:top;
}
	
td.col3{
border-right: 1px #6699CC dotted;
border-left: 1px #6699CC dotted;
font-style: italic;
text-align:left;
vertical-align:top;
}
 
td.break{
width: 600px;
border-right: 1px #6699CC dotted;
border-left: 1px #6699CC dotted;
text-align: center;
}
  
 
table.session{
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
width: 650px;
margin-bottom: 5em;
}
 
table.session td{
border-bottom: 1px #6699CC dotted;
padding: 0.5em;
}
 
table.schedule5{
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
width: 800px;
margin-bottom: 1.5em;
}
table.schedule5 td{
border-bottom: 1px #6699CC solid;
border-left: 1px #6699CC dotted;
padding: 0.5em;
text-align: left;
}
 table.schedule5 td.col2{
width:60%;
}
 table.schedule5 td.col3{
width:40%;
}
table.schedule5 a{
color: #38424D
}
 
table.schedule6 a{
color: #38424D
}
 
table.schedule6{
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
width: 800px;
margin-bottom: 1.5em;
}
table.schedule6 td{
border-bottom: 1px #6699CC solid;
border-left: 1px #6699CC dotted;
padding: 0.5em;
text-align: center;
width: 127px;
}
 
 
h3.time{
font-size: larger;
}
 
.organizer {
font-size: larger;
}
 

table.schedule2{
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
width: 635px;
margin-bottom: 1.5em;
}
table.schedule2 th, table.schedule5 th , td.t1{
background-color: #577492;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 5em;
text-align:left;
padding:0.5em;
color:#ffffff;
}
table.schedule2 td, table.schedule5 td{
border-bottom: 1px #577492 solid;
border-left: 1px #577492 dotted;
padding: 0.5em;
text-align: left;
vertical-align:top;
line-height:160%;
border-collapse:collapse;
}
table.schedule2 td.times{
padding-left: 6px;
}
table.schedule2 td.chair{
text-align:center;
}
.theroom {display:none;}

table.schedule7{
border: none;
width: 100%;
margin-bottom: 1.5em;
}
table.schedule7 td{
border-bottom: 1px #6699CC dotted;
border-left: 1px #6699CC dotted;
padding: 0.5em;
text-align: left;
}
table.schedule7 td.room, table.schedule7 th.room{
border-left: none;
}
table.schedule7 a{
color: #38424D
}
table.schedule7 th {
background-color: transparent;
color: #577492;
border-bottom: 1px #6699CC dotted;
border-left: 1px #6699CC dotted;
border-top:none;
border-right:none;
border-collapse: collapse;
border-spacing: 0px;
margin-bottom: 5em;
text-align:left;
padding:0.5em;

}
.sponsor-image img {
	display: block;
	float: left;
	margin: 15px;
}
