
@import "speaker_page.css";


body {
    font: 10pt arial, sans-serif;
    background-color: #fff;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, table {
    margin-bottom: 1em;
    /*border: 1px solid red;*/
    font: inherit;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
    
} 

h3 {
    font-size: 1.1em; 
    color: #e1017e;
    font-weight: bold;
}

table table {
 margin-bottom: 0;
}

.highlight {
    color: #306e9b;
    font-weight: bold;
}

hr {  text-align: center; border: 0; color: #e1017e; background-color: #e1017e; height: 1px; }

a:link, a:visited {
    text-decoration: underline;
    color: #e1017e;
}

a:hover {
    color: #e1017e;
}

#page {
    margin: 0px auto;
    padding: 0;
    width: 760px;
    /*border: 1px solid #828f97;*/
}

#header {
    margin-bottom: 0em;
    text-align: center;
}

/*--------------------------------------*/

#main_content{
    /* margin-top: 1em; */
    /* margin-left: 150px; */
    position: relative;
    float: right;
    /* border: 1px solid black; */
    width: 600px;
    padding: 10px 10px 5px 5px;
}

#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;
}

/*--------------------------------------*/

#nav, #nav ul { 
    padding: 0;
    margin: 0 0 1em 0;
    list-style: none;
    line-height: 1em;
    font: 10pt arial, sans-serif;
    font-weight: bold;
}

#nav {
    margin-left: 35px;
}

#nav a {
    display: block;
}

#nav li { 
    float: left;
    margin-right: 15px; 
    color: #fff;
}

#nav li a {
    display: block;
}

#nav a:link, #nav a:visited {
    text-decoration: none;
    color: #fff;
}

#nav a:hover {
    color: #e1017e;
}


#nav table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#nav table td {
    vertical-align: top;
}

#nav td.bull{
    padding-right: 5px;
}    

#nav li.bull {
    color: #5a5b5f;
}

    
/*--------------------------------------------*/

#sponsorcolumn {
    /* margin-left: 590px; */
    margin-top: 0px; 
    /* border-right: 1px dashed #c84399; */
    position: relative;
    float: left;
}

/*--------------------------------------------*/

#bottomnav {
    background: #5a5b5f;
    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: #e1017e;
}


/*--------------------------------------------*/

#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; }

/* 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: #e1017e;}
.personal_gridcell {background: #e1017e;}

.myagendalinkstyle { font-weight: bold; color: #e1017e; 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: #ed145a; 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 #ed145a; }
#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(/2008/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(/2008/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: #e1017e;
    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");}

