@charset "utf-8";

* { margin: 0; padding: 0; }
	
/* Generic preferences */
html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
}

body, p, ol, ul, td {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 10pt;
}

/* abbr used in µformats */
abbr {
	border: 0;
}

img {
	border: 0;
}

ul, ol {
	padding-left: 2.5em;
	margin-left: 0;
}

dd {
	padding-left: 2.5em;
	margin-left: 0;
}

hr {
	color: #bbb;
	border: 1px solid #bbb;
}

h1, h2, h3, h4 {
	margin-top: 1.2em;
	margin-bottom: 0.8em;
}

p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h1 {
	line-height: 90%;
	font-size: 1.5em;
}

h2 {
  line-height: 90%;
	font-size: 1.3em;	
}

h3 {
  line-height: 90%;
	font-size: 1.17em;
}

option {
	padding: 1px 2px 1px 2px;
}

span.charcount_warning {
	color: #f00;
}

/* Main layout styles */

div#en_content {
	
}

div#en_header {
	margin: 0;
	margin-left: 8em;
}

div#en_sidebar {
	position: absolute;
	padding: 0;
	margin: 0;
	right: 18px;
	width: 172px;
	z-index: 50;
}

div#en_menubar {
	float: left;
	width: 8em;
}

div#en_main {
	margin-right: 183px;
	margin-left: 8em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

div#en_main h1 {
	margin-top: 0;
}

div#en_footerwrap {
	margin: 2em 0 2em 8em;
}

div#en_footer {
}


/* menubar styles */

ul#en_navbar {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px dotted #888;
}

/* holly hack for IE6 */
* html ul#en_navbar {
	height: 1%;
}

ul#en_navbar li {
	padding-left: 0;
	border-bottom: 1px dotted #888;
}

ul#en_navbar li a {
	text-decoration: none;
	color: black;
	display: block;
	padding-left: 0.2em;
}

ul#en_navbar li:hover {
	background-color: #eee;
}
	
ul#en_navbar li:hover a, ul#en_navbar li a:hover {
	background-color: #eee;
	color: black;
}

ul#en_navbar li.active {
	background: #ddd;
}

ul#en_navbar li.active a {

}


/* feed subs box styles */

div#en_feeds {
	margin-top: 2em;
}

div#en_feedheader {
	
}

img#en_feedicon {
	float: left;
	margin: 4px;
}

div#en_feedlinks {
	padding: 0.5em 0.5em 0 0;
	margin-left: 32px;
}

a#en_atomlink {
	
}

a#en_rsslink {
	
}



/* General form styles */
div.en_form_section {
	margin: 1.5em 0 1.5em 0;
}

div.en_field {
	margin: 0 5px 10px 0;
	font-size: 90%;
}

div.en_field label {
	font-weight: bold;
}

div.en_field label.en_lateral {
	font-weight: normal;
}

span.en_required {
	color: red;
}

span.en_gray {
	background-color: #e7e7e7;
}

div.en_delete_button {
	margin-top: 0.5em;
}


/* flash and error reporting */

div.en_additional_notice {
	background-color: #efefef;
	border: 1px solid #f7f7f7;
	padding: 5px;
	margin-bottom: 15px;
}

div.en_notice {
	background-color: #FFFFCC;
	border: 1px dotted #FFCC33;
	color: #ddaa33;
	padding: 5px;
	margin-bottom: 1em;
}

div.en_error {
	background-color: #FFCCBF;
	border: 1px dotted #FF3300;
	color: #FF3300;
	padding: 5px;
	margin-bottom: 1em;
}

/* clearfix */

.en_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .en_clearfix {height: 1%; display: block;}
/* End hide from IE-mac */

/* pretty table styles */

table.en_list-block {
	border-collapse: collapse;
}

table.en_list-block tr th {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding: 4px;
	text-align:left;
}

table.en_list-block tr td {
	padding: 4px;
}

table.en_list-block tr.en_total {
	border-top: 2px solid #ccc;
}

table.en_list-block tr.en_vat {
	border-top: 2px solid #eee;
}

table.en_list-block tr.en_grand-total {
  background-color: #f7f7f7;
	border-top: 2px solid #FFCC33;
	color: #666;
}

table.en_list-data {
	width: 100%;
  border-collapse: collapse;
}

table.en_list-data tr th {
  font-weight: bold;
  font-size: 12px;
  color: #121212;
  padding: 4px;
  text-align: left;
  border-bottom: 1px dotted #dedede;
  vertical-align: top;
}

table.en_list-data tr td {
  padding: 4px;
  border-bottom: 1px dotted #dedede;
}

table.en_list-data tr.no-border td, table.en_list-data tr.no-border th {
  border-bottom: 0;
}

table.en_list-data tr td.en_list-data-right {
  border-right: 1px dotted #dedede;
}

tr.en_list-inactive td {
  padding: 4px;
  border-bottom: 1px solid #dedede;
	text-decoration: line-through;
}

tr.en_list-inactive td.en_nostrike {
  text-decoration: none;
}

/* an attrib list is one where the headers are down the LHS */
table.en_list-attrib {
	width: auto;
}

table.en_list-attrib th {
	text-align: left;
}

table.sortable th {
	cursor: pointer;
}

table.sortable th:hover {
	text-decoration: underline;
}

/* registration styles */

td.en_order_total_label {
	text-align: right;
	font-weight: bold;
}

table#en_order_basket {
	margin-bottom: 1em;
	width: auto;
}

table#en_order_basket th {
	text-align: center;
}


table#en_order_basket td {
	font-size: 80%;
}

table#en_order_basket tr#en_order_tax {
	border-top: 1px solid black;
	border-bottom: 1px solid #888;
}

table#en_order_basket tr#en_order_tax_footnote td {
	text-align: right;
}

table#en_order_basket tr#en_order_total {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table#en_order_basket tr#en_order_grand_total {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table#en_order_basket tr#en_order_payments {
	border-top: 1px solid black;
	border-bottom: 1px solid #888;
}

table#en_order_basket tr#en_order_total_due {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

td.en_money, table tr th.en_money {
	text-align: right;
}

td.en_numeric, table tr th.en_numeric {
	text-align: right;
}

td.en_subtotal {
	font-weight: bold;
}

td.en_bright {
	border-right: 1px dotted #dedede;
}

td.en_bleft {
	border-left: 1px dotted #dedede;
}

th.en_gray, td.en_gray {
	background-color: #eee;
}


td.en_center {
	text-align: center;
}

td#en_tax_label {
	text-align: right;
	font-weight: bold;
}

table#en_order_basket tr.en_order_basket_warning td {
	color: red;
}

div.en_payment_logo {
	float: right;
	margin-left: 10px;
}

table#en_order_summary {
	width: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table#en_order_summary th {
	padding-right: 8em;
}

table#en_order_summary td {
	font-size: 80%;
}

table#en_order_summary tr#en_order_total {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

table#en_order_summary tr#en_order_total td {
	font-weight: bold;
}

img.en_paypal_logo {
	margin-right: 7px;
}

span.en_paypal_blurb {
	font-size:11px; font-family: Arial, Verdana;
}

table#en_payment_methods {
	border: 0;
}

table#en_payment_methods td {
	padding: 0.25em 0.25em 0.5em 0.25em;
	vertical-align: top;
}

table#en_payment_methods td.en_howpay {
	padding-top: 0.5em;
	padding-right: 0.5em;
}

div.en_online_surcharge {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.en_online_surcharge span.en_surcharge {
	font-weight: bold;
}

div#en_credit_card_details {
	background-color: #e7e7e7;
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-top: 0.5em;
	width: auto;
}

div#en_card_expiry_date {
	float: left;
}

div#en_card_start_date {
	float: left;
	margin-left: 2em;
}

div#en_invoice_preamble {
	margin-top: 1em;
}

div.en_package_components {
	display: none;
}

/* IE holly hack fix \*/
* html div.en_package_components {
	height: 1%;
}
/* sorry to inflict that on you */

div.en_package_component {
	margin-left: 4em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
	background-color: #e7e7e7;
}

div.en_subcomponent {
	width: 100%;
}

div.en_package_component h4 {
	margin-top: 0;
	margin-bottom: 0.25em;
}

div.en_package_component p {
	margin-top: 0.25em;
	font-size: 100%;
}

div.en_package {
}

div.en_component_radio {
	float: left;
	margin-right: 1em;
}

div.en_component_blurb {
	float: left;
	width: 90%;
}

div#en_new_attendee {
	display: none;
}

table#en_order_discounts {
	width: auto;
	margin-bottom: 1em;
}

table#en_order_discounts td {
	vertical-align: top;
}

table#en_order_discounts td.en_token {
	width: 10em;
	margin-right: 2em;
}

span.en_confcode {
	font-family: "Courier New", "Courier", monospace;
	font-size: 110%;
	font-weight: bold;
}

/* account stuff */

div#en_youraccountc {
	margin-bottom: 1em;
	position: relative;
	z-index: 50;
}

div#en_youraccount {
	background-color: #fff;
	border: 1px solid #bbb;
}

div#en_ya_title {
	padding: 2px;
}

div#en_ya_body {
	padding: 4px;
}

div#en_minilogin {
}

div#en_minilogin form {
	margin-bottom: 2px;
	margin-top: 2px;
}

div#en_minilogin div.en_field {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	font-size: 80%;
}

div#en_minilogin div.en_field label {
	font-weight: normal;
}

span#en_mininewuser {
	margin-right: 1em;
	font-size: 80%;
}

span.en_minilogin_switch_email {
	margin-right: 1em;
	font-size: 80%;
}

div#en_minilogin div.en_field input {
	width:  100%;
}

input#openid_url {
   background: url(/images/login-bg.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   color: #000;
   padding-left: 18px;
}

div#en_openid_login, div#en_openid_minilogin, div#en_openid_signup {
	display: none;
}

body#en_account_signup div#en_openid_switch {
	font-size: 90%;
}

img.en_login_openid_logo {
	position: relative;
	top: 2px;
}

img.en_minilogin_openid_logo {
	position: relative;
	top: 4px;
}


div#en_minisubmit, div.en_minisubmit {
	text-align: right;
}

ul#en_ya_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.en_ya_menuitem {
	padding-left: 0;
}

/* dashboard styles */

div.en_dashboard_panel {
	margin-bottom: 0.5em;
}

div.en_proposals_nav {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

div#en_user_tabs {
	padding: 0;
	margin-bottom: 1em;
	border-top: 1px solid #eee;
	overflow: hidden;
}

div#en_user_tabs div#en_user_tab_title {
	font-size: 120%;
	font-weight: bold;
	padding: 8px;
	background: #fff;
	background-image: url('/images/admin/tab-gradient.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

div#en_user_tabs ul#en_user_tab_nav {
	list-style-type: none;
  margin: 0 0 0 0;
	padding: 0px 4px 4px 6px;
}

ul#en_user_tab_nav li {
	list-style-type: none;
	display: block;
	float: left;
	text-align: center;
	padding: 4px 4px 4px 4px;
	margin: 0;
	border: 0;
	margin-right: 4px;
	background: #eee;
}

ul#en_user_tab_nav li.en_inactive a {
	color: #888;
	text-decoration: none;
}

ul#en_user_tab_nav li.en_inactive:hover {
	color: black;
	background: #ddd;
	text-decoration: none;
}

ul#en_user_tab_nav li.en_inactive a:hover {
	color: black;
	text-decoration: none;
}

ul#en_user_tab_nav li.en_active {
	color: black;
	background: #ddd;
}

ul#en_user_tab_nav li.en_active a {
	color: black;
	text-decoration: none;
}

ul#en_user_tab_nav li.en_active a:hover {
	text-decoration: underline;
}

/* proposal reviewing styles */

body.en_c_reviewing div.en_review_proposal {
	margin-bottom: 1em;
}

body.en_c_reviewing div.en_review_proposal_speakers, body.en_c_reviewing div.en_review_proposal_proposer {
	font-style: italic;
	margin-bottom: 0.5em;
}

body.en_c_reviewing div.en_review_proposal_title {
	font-weight: bold;
}

body.en_c_reviewing div.en_review_proposal_description {
	margin-left: 1em;
}

body.en_c_reviewing div.en_review_proposal_grade {
	margin-left: 0.5em;
}

body.en_c_reviewing div#en_review_proposal_box {
	border: 1px solid #ddd;
	padding: 0.5em;
}

body.en_c_reviewing div#en_review_proposal_metadata {
	font-size: 90%;
	margin-bottom: 0.5em;
}

body.en_c_reviewing div#en_review_reviews {
}

body.en_c_reviewing div#en_review_reviews div.en_review_proposal_grade {
	margin-left: 0;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}


body.en_c_reviewing select#call {
	width: 200px;
}

div.en_search_panel {
	border: 1px solid #888;
	background: #e7e7e7;
	padding: 0.5em;
	margin-bottom: 0.5em;
}

div.en_status {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

table.en_details_table th {
	width: 10em;
}

table.en_details_table {
	width: auto;
}

/* article styles */

div#en_articles {
	
}

div.en_article {
	
}

div.en_article_body {
	
}

div.en_article_metadata {
	padding: 2px;
	background-color: #ddd;
	font-size: 90%;
}

div#en_article_archive {
	
}

div#en_article_archive_links {
}

hr.en_divider {
	color: #ddd;
	border: 1px solid #ddd;
}

/* public schedule styles */


div.en_popup_content {
	font-size: 90%;
}

div.en_popup_time {
	
}

div.en_popup_name {
	font-weight: bold;
}

div.en_popup_speaker {
	font-style: italic;
}

div.en_popup_desc {
	
}

div.slot_room_title {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: white;
	background: black;
}

div.slot_room_title div {
	padding-top: 6px;
	font-size: 90%;
}

div.slot_room_tools {
	margin: 0;
	padding: 0;
	color: white;
	background: black;
	display: none;
}

div.slot_room_tools div {
	padding: 2px;
	background: #444;
	font-size: 90%;
}

div.slot_room_tools div.en_field {
	font-size: 85%;
	font-weight: normal;
}

div.slot_room_tools input, div.slot_room_tools select {
	font-size: 85%;
}

div#en_grid_dates {
	font-size: 80%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#en_grid_dates ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

div#en_grid_dates ul li {
	display: inline;
	font-size: 80%;
	margin-top: 4px;
	display: inline;
	font-size: 80%;
	border: 1px solid black;
	padding: 2px;
	margin-left: 0px;	
	margin-right: 4px;
	background-color: white;
}

div#en_grid_dates ul li.active {
	background-color: black;
}

div#en_grid_dates ul li.active a {
	color: white;
}

div#en_grid_dates a {
	text-decoration: none;
	color: black;
	padding-bottom: 2px;
}

div#en_grid_topic_key {
	font-size: 80%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div#en_grid_topic_key ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

div#en_grid_topic_key li {
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline;
	font-size: 80%;
	border: 1px solid black;
	padding: 2px;
	margin-left: 0px;	
	margin-right: 4px;
}

div#en_grid_topic_key a {
	text-decoration: none;
	color: black;
	padding-bottom: 2px;
}


div.en_session {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
} 

body#en_schedule_detail div.en_session {
	margin-top: 0;
}

div.en_session_highlight {
	background-color: #ffffcc;
	border: 1px solid #ffcc99;
	margin-left: -5px;
	margin-right: -5px;
	padding: 4px;
}

div.en_session_time {
font-size: 90%;
}

div.en_session_title {
	font-weight: bold;
	margin-bottom: 0.25em;
}

div.en_session_roominfo {
font-size: 90%;
}

div.en_session_downloads {
font-size: 90%;
}

div.en_session_downloads li {
	margin-top: 0;
	font-size: 90%;
}

div.en_session_downloads ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

span.en_filetype {
	font-size: 90%;
}

div.en_session_speakers {
font-style: italic;
}

div.en_session_description {
margin-top: 0.5em;
margin-left: 1em;
}

body#en_schedule_detail div.en_session_description {
	margin-left: 0;
}

div.en_session_psched {
	float: right;
	font-size: 80%;
	text-align: right;
}

div.en_session_mini_eval {
	float: right;
	font-size: 80%;
	text-align: right;
	clear: right;
}

a.en_evaluated:link, a.en_evaluated:visited  {
	color: black;
}

div.en_schedule_time {
	border-bottom: 1px dotted grey;
	margin-bottom: 1em;
}

div.en_schedule_day {
	margin-bottom: 2em;
}

div.en_schedule_day h2 {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
}

div#en_speakerlist div.en_speaker {
	margin-top: 1em;
	margin-bottom: 1em;
	clear: right;
}

div#en_speakerlist div.en_speaker div.en_session_title {
	font-weight: normal;
	margin-left: 1em;
}

div.en_speaker_details {
	margin-bottom: 0.25em;
}

div.en_speaker_details span.en_speaker_name {
	font-weight: bold;
}

div.en_user_photo {
	float: right;
	margin: 0em 0em 1em 1em;
}

div.en_user_photo img {
	border: 1px solid black;
}

/* stuff for user photo cropper */

div#en_photo_wrapper {
	position: relative;
}

div#en_photo_container {
	position: relative;
}

div#en_crop_area {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 75px;
}

.ui-resizable-knob {
	border: 1px #888 dashed;
}


/* used to wrap speaker details on a proposal detail page */
div.en_schedule_session_speaker {
	margin-bottom: 1em;
	/* clear any preceding photo */
	clear: right;
}

div#slot_grid {	
}

div#en_grid_container {
	width: 100%;
	overflow: auto;
}

div#en_gridpop {
	background: #fff;
	border: 1px solid black;
	position: absolute;
	width: 200px;
	z-index: 100;
	padding: 2px;
}

table#en_proposal_speaker_table {
	width: auto;
}

table#en_proposal_speaker_table td {
	padding-right: 2em;
}

div#en_proposal_speakers_reorder {
	display: none;
}

div.en_sortable {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #ddd;
	padding: 0.5em;
	font-weight: bold;
	cursor: pointer;
}

div.en_sortable_hover {
	border: 1px dotted black;
	background-color: #e7e7e7;
}

/* Styles for proposals in Dashboard */

div.en_proposal_name {
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.en_proposal_details {
	font-size: 85%;
	margin-left: 1em;
}

/* Wiki styles */

div.en_wiki_body {
	margin-bottom: 1em;
}

div.en_wiki_footer {
	background-color: #e7e7e7;
	padding: 0.5em;
}

div.en_wiki_tools {
	margin-bottom: 0.5em;
	font-weight: bold;
}

div.en_wiki_administravia {
	font-size: 80%;
	font-style: italic;
	margin-bottom: 0.5em;
}

div.en_wiki_explain {
	font-size: 80%;
}

pre.en_match { 
   border-left: 3px solid white;
}
pre.en_only_a {
    background-color: #fdd;
    color: red;
    text-decoration: line-through;
    border-left: 3px solid #fdd;
}
pre.en_only_b {
    background-color: #dfd;
    color: green;
    border-left: 3px solid green;
}
div.en_wiki_diff pre {
	padding: 0;
	padding-left: 1em;
	margin: 0;
	font-family: Lucida, Courier, monospaced;
	white-space: pre;
	line-height: 140%;
}

span.en_wiki_tool {
	margin-right: 0.5em;
}

div.en_wiki_diff {
	border: 1px solid #888;
}

div.en_wiki_search {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.en_wiki_result {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

div.en_wiki_result_title {
	font-weight: bold;
}

div.en_wiki_result_summary {
	font-size: 80%;
}

div.en_wiki_preview {
	margin-top: 1.5em;
	margin-bottom: 1em;
	border: 1px solid #888;
	background: #f8f8f8 url(/images/preview.png) no-repeat top right;
	background: ;
	padding: 1em;
}

/* Session eval stuff */

div#en_eval_dialog {
	overflow: auto;
	padding: 0;
}

div#en_eval_dialog_contents {
	margin: 10px;
}

div#en_eval_dialog h1 {
	margin-top: 0;
}

/* eval presentation to proposers */

table.en_eval_survey tbody tr th {
	width: 10em;
	border-bottom: 0px;
}

table.en_eval_survey tbody tr td {
	width: 10em;
	border-bottom: 0px;
}

div.en_evaluation {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
    border-top: 1px dotted #dedede;
}

div.en_evaluation div.eval_show_more {
	float: right;
}

span.en_evaluation_user {
	font-weight: bold;
}

div.en_evaluation_metadata {
	font-size: 80%;
}

div.en_evaluation_comment {
	margin-top: 0.5em;
	margin-left: 2em;
}

div.en_evaluation div.eval_more {
	margin-left: 2em;
	margin-top: 0.5em;
	display: none;
}

/* comment styles */

div.en_commenter_avatar {
	float: right;
	margin-left: 0.5em;
}

div.en_comment_body {
	clear: left;
	padding: 4px;
	border-bottom: 1px dotted #888;
	margin-bottom: 1em;
}

div.en_comment_header {
	padding: 4px;
}

div.en_comment_from {
	font-size: 110%;
	font-weight: bold;
}

div.en_comment_when {
	margin-top: 0.5em;
	font-size: 80%;
}

/* rating styles */

img.en_rating_on {
	padding-right: 1px;
}

img.en_rating_off {
	padding-right: 1px;
}

div#schedule_detail div.en_grade_block {
	float: right;
	width: 10em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

div.en_grade_average_detail {
	font-size: 80%;
}