body {
    font: 10pt arial, sans-serif;
    background-color: #fff;
}

p, ul, ol, h1, h2, h3, h4, h5, h6, table {
    margin-top: 0;
    margin-bottom: 1em;
    /*border: 1px solid red;*/
    font: inherit;
}

ul, ol {
   margin-left: 1em;
}

h1 {
    font-size: 1.4em;
    color: #27603D;
    font-weight: bold;
}

h2 {
    font-size: 1.2em;
    color: #27603D;
    font-weight: bold;
} 

.agenda_h2 {
    font-size: 2em;
    color: #27603D;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 1.1em; 
    color: #27603D;
    font-weight: bold;
    
}

h4 {
    font-size: 1.0em; 
    color: #27603D;
    font-weight: bold;
    
}

table table {
 margin-bottom: 0;

}

.highlight {
    color: #c84399;
    font-weight: bold;
}

hr {  text-align: center; border: 0; color: #27603D; background-color: #27603D; height: 1px; }

:link, :visited {
    color: #009D00;
    text-decoration: underline;
}

:link:hover, :visited:hover {
    color: #000;
    text-decoration: none;
}



#page {
    margin: 15px auto;
    padding: 0;
    width: 980px;
    position: relative;
}

#header {
    margin-bottom: 1em;
    text-align: center;
}


/* main content cell of the table*/

#maincontent {
    margin-top: 2em;
}

td.maincontent {
    padding-left: 10px;

}


/*--------------------------------------*/

#rsscontent{
    /* margin-top: 1em; */
    /* margin-left: 150px; */
    position: relative;
    float: right;
    /* border: 1px solid black; */
    width: 850px;
    padding: 5px 8px 5px 5px;
}


#rsscontent table {
    border-collapse: collapse;
    border: 0;
}


/*--------------------------------------*/


#navcontainer {
    background-color: #DEC592;
    margin: 0 auto 1em auto;
    padding: 6px 0px;
    border: 1px solid black;
    font-weight: bold;
    color: #fff;
}

#navcontainer :link, #navcontainer :visited {
    color: #fff;
    text-decoration: none;
}

#navcontainer :link:hover, #navcontainer :visited:hover {
    color: #000;
}

#nav {
	position: relative; 
    margin: 0 auto;
    width: 800px;
    line-height: 1em;
    z-index: 2;
}

#nav li {
    display: inline;
    position: relative;
    margin: 0 2px; 
}

#nav ul {
    display: none;
    position: absolute;
    top: 1.2em;
    left: 0px;
    background: #DEC592;
    width: 12em;
    border: 1px solid #000;
    line-height: 1em;
    padding: 3px 0px;
}

#nav ul li {
    display: block;
    padding: 3px 2px 3px 1em;
}

#nav li:hover ul, #nav li.sfhover ul { 
    display: block;
}

li > ul {
    top: auto;
    left: auto;
}

#nav img {
   vertical-align: text-bottom;
}

    
/*--------------------------------------------*/

#sponsorcolumn {
    border-right: 1px solid black;
    
}

/*--------------------------------------------*/

#bottomnav {
    background: #009933;
    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: #ccc;
}


/*--------------------------------------------*/

#ticker {
    /* border-bottom: 1px dashed #c84399; */
    background-color: #fff;
    /* padding: 10px; */
    font-weight: bold;
    font-size: 14px;
    color: #c84399;
}

.lastestnews {
    color: #c84399;
    font-size: 14px;
    font-weight: bold;
}

/*--------------------------------------------*/

#copyright {
    font-size: .8em;
    padding: 10px 5px 5px 5px;
    background: #fff;
}

/*--------------------------------------------*/
/*---------------MYEVENT STUFF----------------*/
#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: #27603D; font-weight: bold;}
#navbarnoborder li a:visited {color: #000;}

#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 black; }
#leftcontent a { font-size:11px; }
#rightcontent { float: right; width: 45%; padding: 0; margin-top: 15px; }
#rightcontent a { font-size:11px; }

/* MY INFO */
#my_info_left { float: left; width: 55%; padding: 0; margin-top: 15px; }
#my_info_right { float: right; width: 44%; padding: 0; margin-top: 15px; }

/* DASHBOARD */
#dashboard_left { float: left; width: 60%; padding: 0; margin-top: 15px; }
#dashboard_right { float: right; width: 39%; padding: 0; margin-top: 15px; }

/* MY INTERESTS */
#my_interests_left { float: left; width: 60%; padding: 0; margin-top: 15px; }
#my_interests_right { float: right; width: 39%; padding: 0; margin-top: 15px; }

/* SEARCH DELEGATES */
#search_delegates_left { float: left; width: 50%; 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_header_personal_info { width: 517px; }

.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; padding: 0 5px 15px 0; text-align: center; }
div.floatleft img { border: 1px solid #999; }   

/* BOX */

#footer { background:#e6e6e6; clear: both; }
.box { background: #e6e6e6; padding: 10px; border: 1px solid #000;}
.welcome h3 { color: #fc0000; }

/* tabbed navigation bar for myevent pages */
/*#container { width: 620px; } */

#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: #fff;
    background: #DEC592;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: 1px solid #DEC592;
    padding: 0.35em 0.5em; 
    margin: 0;
    text-decoration: none; 
}

#tabmenu a.active {
    color: #000;
    font-weight: bold;
    background: #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}

#tabmenu a:hover {
    color: #000;
}

#tabmenu a.active:hover {
    color: #000;
}


.session_expand {
    margin-bottom: 1em;
    font-size: .8em;
}


/*-----AGENDA-----*/

.gridtable {border-collapse: collapse; border-bottom: 1px solid #000; border-right: 1px solid #000;}
.gridheader {text-align: center; border-top: 1px solid black; border-left: 1px solid black; font-size: 7pt; font-weight: bold; padding: 5px;}

.gridtimecell {border-top: 1px solid black; border-left: 1px solid black; font-size: 7pt; padding: 5px;}
.gridcell {border-top: 1px solid black; border-left: 1px solid black; font-size: 8pt; padding: 5px; background-color: #fff;}
.gridcell a {font-size: 8pt;}
.ssgridcell {background: #fff;}
.hsgridcell {background: #fff;}
.workshopgridcell {background: #FFF;}

.gridmulticell {border-top: 1px solid black; border-left: 1px solid black; font-size: 8pt; color: grey; padding: 5px;}
.breaksmulticell {border-top: 1px solid black; border-left: 1px solid black; background: #DEC592; font-weight: bold; color: #fff;}

.bgcolorgridcell { border-top: 1px solid black; border-left: 1px solid black; font-size: 8pt; background: #fce4ef; padding: 5px;}
.bgcolorgridcellforsponsor { border-top: 1px solid black; border-left: 1px solid black; font-size: 8pt; background: #8DD8FC; }
.hardsessiongridmulticell {border-top: 1px solid black; border-left: 1px solid black; padding: 5px;}
.hardsessiongridcell {border-top: 1px solid black; border-left: 1px solid black; font-size: 8pt;}

#searchbox {
    text-align:right;
    border: 1px solid #DEC592;
    padding: 2px;
    margin-bottom: 10px;
}

#dialog_box{background-color:#DEC592; 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");}

/* for agenda grid */

.centeredImage { text-align:center; display:block; cursor: pointer;}
.fullImage { cursor: default;}

/* session signup page styles */

#ssu ul.plain, #ssu ul.plain li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ssu ul.plain {
    margin-bottom: 1em;
}

#ssu ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0;
}

#ssu ul li {
    margin-left: 1em;
    padding: 0;
}


#ssu ol {
    list-style: decimal;
    margin-left: 1em;
    padding: 0;
}

#ssu ol li {
    margin-left: 1em;
    padding: 0;
}

#ssu h1 {
    color: #ed145a;
}

#ssu h4 {
    margin-bottom: 1em;
    margin-top: 0;
    text-decoration: underline;
}

.highlight_box {
    border: 2px solid black;
    background-color: #ff0;
    padding: .5em;
}

.highlight_box h2 {
    margin: 0 0 1em 0;
}

#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: #FEF9B1;}
.personal_gridcell {background: #DEC592;}

.myagendalinkstyle { color: #009D00; cursor: default; }

.message { width: 100%; }
.message textarea { width: 100%; }
.message input { }

.blog {

    width:50%;
    border-left: 1px solid #c84399;
    padding: .5em;
}

.blog_date_header {

    margin:0 0 .75em;
    padding-bottom:.35em;
    border-bottom:1px dotted #c84399;
    font:1.0em Verdana,Serif;
    font-weight: bold;
    text-transform:uppercase;
    letter-spacing:.3em;
    color:#000;     

}

.blog_post {
    font: 8pt Verdana, Serif;
}

.blog_separator {
    color: #c84399;
}

.blog_comment {
    background: #afafaf;
    padding: 0.3em;
    margin-bottom: 1.5em;
}
.content {
    border-left: 1px dotted #DEC592;
    border-right: 1px dotted #DEC592;
    padding-left: 12px;
    padding-right: 12px;
    }
/* two-column, equal lengths layout */
#blog_leftcontent { float: left; width: 60%; padding: 0; margin-right: 10px;}
#blog_rightcontent { float: right; width: 35%; padding: 0; }
#footer { clear: both; }

a.diff_link_style { color: #c84399; }

img.portrait    {
    float: left;
    margin: 3px;
}

#content ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: 1em;
    padding: 0;
}

#content ul li {
    margin-left: 1em;
    padding: 0;
}



/* wordpress stuff */

.blogBar {
    padding: 4px 8px;
    border-top: 1px solid #dec592;
    border-bottom: 1px solid #dec592;
    background-color: #f5e7cb;
    color: #000;
}

.blogBar :link, .blogBar :visited {
    color: #000;
}


/* register pages */

.register input.button {
       color:#fff;
       font-family:'trebuchet ms',helvetica,sans-serif;
       font-weight:bold;
       background-color:#DEC592;
       border:1px solid #000;
}

.register input.buttonhover {
       color:#000;
}

.register_content {
	width: 750px;
	margin: 5px 0;
	padding: 10px;
	border: 1px solid #D1D1D1;	
}

.register_content td { padding-bottom: 2px; }

#found_attendee {
	margin: 0 auto;
	padding: 10px 50px;
	background: #F5F5F5;
	border: 1px solid #EAEAEA;	
}

#bleh {
	text-align: center;
}

#privacy_policy, #cancellation_policy, #confirmation {
	width: 730px;
	margin: 0 auto;
	background: #EAEAEA;
	border: 1px solid #000;
	padding: 10px;
}

#privacy_policy_invite_others {
	width: 680px;
	margin: 0 auto;
	background: #EAEAEA;
	border: 1px solid #000;
	padding: 10px;
}

#register_nav { width: 750px; }
