
@import "speaker_page.css";


body {
    font: 13px Helvetica, sans-serif;
    background: #c5c4c4 url("/2009/images/Background.gif") center top no-repeat;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, table {
    margin-bottom: 1em;
    /*border: 1px solid red;*/
    font: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
    color: #f00;
    font-size: 34px;
    margin:0;
    padding:0 0 10px 0;
    
}

h2 {
    color: #f00;
    font-size: 24px;
    
} 

h3, h4 {
    font-size: 1.1em; 
    color: #f00;
    font-weight: bold;
}

table table {
 margin-bottom: 0;
}

.highlight {
    color: #f00;
    font-weight: bold;
}

.divider {  
	text-align: center; 
	border: 0; 
	width:100%;
	background: white url('/2009/images/Divider.jpg') center no-repeat; 
	height: 1px; 
	margin:20px auto;
}

a:link, a:visited {
    text-decoration: none;
    color: #f00;
}

a:hover {
    text-decoration:none;
}

#page {
    margin: 0px auto;
    padding: 0;
    width: 758px;
    border: 1px solid #4b4b4b; 
    background-color:white;
    overflow:hidden;
}

.page_content {
	margin: 0 auto;
	background-color: #f00; 
	border: 4px solid #f00;
}

#header {
    margin-bottom: 0;
    height:187px;
    text-align: center;
    overflow:hidden;
}
#header img {
text-align:center;
margin-left:-1px;
}
/*--------------------------------------*/

#main_content{
    margin:0;
    padding: 20px 10px 5px 20px;
    width:558px;
}

#main_content ul li ul {
    margin: 0 0 1em 1em;
}

#main_content li {
    list-style: disc;
}

#main_content table {
    border-collapse: collapse;
    border: 0;
}

#main_content ul, #main_content ol {
   margin-left: 1.5em;
}


/*--------------------------------------*/

#navigation { 
    padding: 0 0 0 35px !important;
    list-style: none;
    font-weight: bold;
    margin: 0 0 14px 0;
    width:100%;
}

#navigation li { 
    float: left;
    color: #fff;
    padding:0 !important;
    margin:0 !important;
}

#navigation li a {
    display: block;
    text-align:center;
    width:90px;
    padding:0 !important;
    margin:0 !important;
}

#navigation a:link, #navigation a:visited {
    text-decoration: none;
    background-color:#f00;
    color: #fff;
}

#navigation a:hover {
    background-color:#fff;
    color: #f00;
}


#navigation table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#navigation table td {
    vertical-align: top;
}

#navigation td.bull{
    padding-right: 5px;
}    

#navigation li.bull {
    color: #f00;
}

    
/*--------------------------------------------*/

#sponsorcolumn {
    padding-top: 20px; 
    width:160px;
    text-align:center;
}

/*--------------------------------------------*/

#bottomnav {
    background: #f00;
    margin: 4px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: .8em;
    color: #fff;
    clear: both;
}

#bottomnav p {
    margin: 0;
}

#bottomnav a:link, #bottomnav a:visited {
    text-decoration: none;
    color: #fff;
}

#bottomnav a:hover {
    color: #f00;
}


/*--------------------------------------------*/

#copyright {
    font-size: .8em;
    padding: 10px 5px 5px 5px;
    background: #fff;
}


.nm {
    margin: 0 !important;
}

.highlightbox {
    padding: 4px; 
    border: 2px solid #f0f1f3; 
    background: #f0f1f3; 
    margin-bottom: 1em;
    overflow: auto;
    width: 99%;
}

.highlightbox img.headshot {
    float: left;
    border: 1px solid black;
}

.highlightbox .details {
    margin-left: 110px;
}

.small {
    font-size: .8em;
}


.advisorypanel img {
    border: 1px solid black;
}

#searchbox {
    text-align: right;
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 1em;
}


/*--------------------------------------------*/
/* agenda */

.gridagenda {border-top: 1px solid black; border-left: 1px solid black; font-size: 10pt; padding: 5px;}

.gridtimecell {border-top: 1px solid black; border-left: 1px solid black; font-size: 7pt; padding: 5px;}
.gridtable {border-bottom: 1px solid black; border-right: 1px solid black}
.gridcell {border-top: 1px solid black; border-left: 1px solid black; font-size: 10pt; padding: 0.5em 0.5em;}
.gridheader {border-top: 1px solid black; border-left: 1px solid black; font-size: 10pt; padding: 5px; text-align: center; background: #ffffff; color: #25408f;}
.gridmulticell {border-top: 1px solid black; border-left: 1px solid black; font-size: 10pt; padding: 5px;}
.hardsessiongridmulticell {border-top: 1px solid black; border-left: 1px solid black; font-size: 12pt; padding: 5px;}
.hardsessiongridcell {border-top: 1px solid black; border-left: 1px solid black; font-size: 8pt;}


td {
    vertical-align: top;
}



/*---------------MYEVENT STUFF----------------*/
#zebra_table { border-collapse: collapse; border: 1px solid #ccc; font: 8pt arial, sans-serif; }
#zebra_table * tr td { font-size: inherit; vertical-align: top; padding: 5px 5px; }
#zebra_table thead tr td { font: bold 8pt arial, sans-serif; border: 1px solid #ccc; background-color: #afafaf; color: #000; }
#zebra_table tbody tr td { border-right: 1px solid #ccc; }
#zebra_table tbody tr.top td { border-right: 1px solid #ccc; background-color: #ff9; }
#zebra_table tbody tr.notable td { border-right: 1px solid #ccc; background-color: #cfc; }

.rt_table { border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; }

/* personal agenda grid */
#personal_agenda { border-collapse: collapse; border: 1px solid #000; font: 8pt arial, sans-serif; background: #fff;}
#personal_agenda td { font-size: inherit; vertical-align: top; padding: 5px 5px;}
#personal_agenda td div { padding: 5px 0 5px 0; cursor: pointer }
#personal_agenda th { background: #ccc; }
.personal_agenda_gridcell { border-top: 1px solid #ccc; border-right: 1px solid #000; text-align:center;}
.personal_agenda_gridcelltop { border-top: 1px solid #000; border-right: 1px solid #000; text-align:center;}

.personal_agenda_timecell { border-right: 1px solid #000; border-top: 1px solid #000; text-align:center;}
.personal_agenda_timeintervaled_cell { border-right: 1px solid #000; text-align:center;}

.meeting_gridcell {background: #f00;}
.personal_gridcell {background: #f00;}

.myagendalinkstyle { font-weight: bold; color: #f00; cursor: default; }

.message { border: 1px solid #6A6459; width: 100%; }
.message td  border: 1px solid #6A6459; width: 100%; }
.message textarea { width: 100%; }
.message input { }

#navbarnoborder { margin: 10px 0 0 5px; }
#navbarnoborder ul {margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: small; white-space: nowrap;}
#navbarnoborder li {list-style-type: none; display: inline; font-size: 11px; padding-right: 15px;}
#navbarnoborder li a {text-decoration: none;font-size: 11px;}
#navbarnoborder li a:hover {background: #fff;}
#navbarnoborder li a.active {font-size: 1.1em; color: #f00; font-weight: bold;}

#abovenavbar { width: 100%; font-size: 8pt; margin-bottom: 10px; margin-top: 5px; }
#abovenavbar a { text-decoration: none; }

/* two-column, equal lengths layout */
#leftcontent { float: left; width: 45%; padding: 0; margin-top: 15px; padding-right: 30px; border-right: 1px solid #f00; }
#leftcontent a { font-size:11px; }
#rightcontent { float: right; width: 45%; padding: 0; margin-top: 15px; }
#rightcontent a { font-size:11px; }
div.floatleft { float: left; padding: 0 5px 15px 0; text-align: center; }
div.floatleft img { border: 1px solid #999; }   

/* BOX */

#footer { background:#fff; clear: both; }
.box { background: #fff; padding: 10px; border: 1px solid #000;}
.welcome h3 { color: #fc0000; }

/* DASHBOARD */
#dashboard_left { float: left; width: 60%; padding: 0; margin-top: 15px; }
#dashboard_right { float: right; width: 39%; padding: 0; margin-top: 15px; }

/* SEARCH DELEGATES */
#search_delegates_left { float: left; width: 100%; padding: 0; margin-top: 15px; }
#search_delegates_right { float: right; width: 50%; padding: 0; margin-top: 15px; }

/* NEW MYEVENT */
.flake_box { border: 1px solid #CCCCCC; margin-bottom: 10px; }
.flake_box_agenda { width: 300px; margin-top: 10px; }

.flake_header { 
	background: url(/2009/images/flake_header.jpg); 
	border-bottom: 1px solid #b3b3b3;
	height: 22px;
	overflow:hidden; 
}

.flake_header_text { padding: 4px 8px; font: 8pt Tahoma, Arial, Helvetica; }
.flake_header_text a { text-decoration: none; }

.flake_content { background: #ffffff;padding: 8px;font: 8pt Tahoma, Arial, Helvetica;line-height: 150%;overflow: visible; }
.flake_content a { text-decoration: none; }
.flake_content_more { padding-left: 12px; }
.flake_content_personal_info { width: 500px; }
.flake_content_search { background: none; border-bottom: none;}

.flake_message { border-bottom: 1px solid #b3b3b3; margin-bottom: 5px; padding-bottom: 5px; }
.flake_message_subject { color: #BEBEBE; }

.flake_bullet { background: url(/2009/images/bullet.gif) no-repeat center center; width:12px;height:16px;margin-left:0px;float:left}

/* FOR PHOTOS */

div.floatleft { float: left; margin: 0 5px 15px 0; }
div.floatleft img { border: 1px solid #999; }   

/* tabbed navigation bar for myevent pages */

#tabmenu ul {
    color: #000;
    margin: 10px 0 5px 0;
    z-index: 1;
    padding: 0px;
    position: relative;
}

#tabmenu li {
    display: inline;
    overflow: hidden;   
    list-style-type: none; 
    font-size: 9pt;
}

#tabmenu li a {
    color: #000;
    background: #f00;
    font-weight: bold;
    border: 1px solid #000;
    padding: 0.35em 0.5em; 
    margin: 0;
    text-decoration: none; 
}

#tabmenu a.active {
    color: #000;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px solid #fff;
}

#tabmenu a:hover {
    color: #fff;
}

#tabmenu a.active:hover {
    color: #000;
}

.session_expand {
    margin-bottom: 1em;
    font-size: .8em;
}

#dialog_box{background-color:#fff; padding:5px; border:2px outset #000;}
#ol{background-image: url(/gimages/overlay.png);}
.dialog {display:none;}

* html #ol{background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/gimages/overlay.png", sizingMethod="scale");}

#hover_picture {
	margin-top:50px;
	position:relative;
	z-index:200;
}

.past_speakers {
background-color:#f00; width:140px; float:right;margin: 0 0 10px 10px;
}

.authenticity {
	text-transform: uppercase;
	font:bold 17px Helvetica, sans-serif;
	text-align:right;
	width:160px;
	padding-right:10px;
}

.speaker_info {
	font: 17px Helvetica, sans-serif;
}