	BODY, TD, DIV {
		margin: 0;
		font-family: Verdana, Arial, sans-serif;
		color: #000000;
		vertical-align: top;
        font-size: 11px;
	}

    TH {
        text-align: left;
        border-bottom: 1px solid black;
        padding: 5px;
    }

	A:link, a:visited, a:active { text-decoration: none; color: rgb(192,0,0); }

	A:hover { text-decoration: none; font-weight: normal; color: rgb(192,0,0); border-bottom: 1px dotted rgb(192,0,0) }
	
	div.header, div.container, div.footer {
		position: relative;
		width: 960px;
		margin: 0px auto 0px;
	}
	
	div.header {
		padding: 0 0 0 0;
		border-bottom: 1px solid black;
		text-align: right;
		margin: 20px auto 0;
		font-size: 36px; 
		background: url(/appsched/img/proevents.png) top left no-repeat;
		height: 100px
	}
	
	div.footer {
		padding-top: 10px;
		text-align: center; 
		border-top: 1px solid black; 
		margin: 30px auto 50px; 
		font-size: 11px; 
		font-family: Verdana, Georgia, serif; 
	}
	
	h1.thin {
		height: 1px;
		width: 800px;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #c0c0c0;
		display: block;
	}

    div.errors {
        width: 100%;
        margin: 10px auto;
        color: rgb(192,0,0);
    }

    /* navigation tabs */

    #navigation {
        font-family: Verdana, Arial, serif;
        font-size: 11px;
        text-align: center;
        margin-bottom: 30px;
        border-bottom: 1px solid black;
    }

    #navigation ul {
        margin: 0;
        padding: 0;
        display: block;
    	list-style: none;
    }

    #navigation ul li {
        display: inline-block;
        margin: 0;
        float: left;
    }

    #navigation ul li:hover {
        background-color: black;
        color: white;
    }

    #navigation:after {
        content: ".";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden;
        height: 0;
	}
	
	#navigation ul li a {
		float: left; 
		padding: 10px 0 10px 0;
		text-decoration: none;
		display: inline;
		border: 0px;
		width: 100px;
	}
	
	#navigation li a {
		text-align: center;
		vertical-align: middle;
		display: inline;
	}
	
	#navigation ul li a:hover {
		background-color: black;
	}
    
/* profile fields */

    div.profile_display_list {    }
    div.profile_display_list table { width: 100%; }
	div.profile_display_list table tr td { vertical-align: middle; padding: 5px; border-bottom: 1px dotted #6e6e6e; }
    div.profile_display_list table tr td.profile_list_img {margin: 0 auto 0; height: 50px; width: 50px; padding: 5px 10px; }
	div.profile_display_list table tr td.profile_list_option { text-align: center; width: 50px; }
    div.profile_display_list table tr td.profile_list_option:hover { background-color: rgb(150, 150, 150); cursor: pointer; }
    div.profile_display_list table tr:hover { background-color: #eaeaea; cursor: pointer; }

/* profile display main */
	
    div.profile_display {
        width: 600px;
		margin: 0 auto 20px;
		min-height: 100px;
	}
	
	div.profile_display table {
		margin-left: 10px;
		padding: 0;
	}
	
	div.profile_display:after {		
		content: ".";
		display: block;
		overflow: hidden;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	
	td.profile_name {
        font-size: 36px;
		font-weight: bold;
	}
	
	td.profile_field_value {
		
	}

/* contact display */

    #contacts {
        margin: 0;
        width: 590px;
        text-align: left;
    }

/* schedule overview */

    #companyTools {
        width: 52%;
        display: inline-table;
    }

    #guestTools {
        text-align: left;
        display: inline-table;
        width: 280px;
    }

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

/* guest search + autocomplete */

    #nameSearch { font-family: Verdana, Georgia, serif; font-size: 12px; height: 18px; width: 200px; }
    ul.styleOverride { font-family: Verdana, Georgia, serif; font-size: 1em !important; }

/* company schedule */

    #timetable {
        display: inline;
        width: 500px;
    }
    #timetable table {
        width: 320px;
        display: inline-table;
        margin-right: 10px;
    }

    #timetable td.timeslot {
        padding: 10px 0px;
        border-bottom: 1px dashed #AEAEAE;
        width: 252px;
    }

    #timetable td.time {
        text-align: center;
        padding: 10px 5px 10px 0;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        color: #999999;
        width: 60px;
        overflow: visible;
    }

    #timetable_select, #scheduleGuestMenu {
        text-align: left;
        display: inline-table;
        width: 280px;
    }

    #timetable_select:after, #scheduleGuestMenu:after {
        content: ".";
        display: block;
        overflow: hidden;
        clear: both;
        visibility: hidden;
        height: 0;
    }

    #timetable_select  {    }

    #company_search table tr td {
        vertical-align: middle;
        padding: 5px;
        border-bottom: 1px dotted #6e6e6e;
    }

    #company_search ul li {
        margin: 0;
        padding: 0;
        display: block;
        list-style: none;
    }

    #guest_list_container {
        background: #eee;
        min-height: 20px;
        border: 1px solid #ccc;
        margin-bottom: 20px;
    }

    #guest_list { display: none; }
    #guest_list_container .toolbox { padding: 5px 5px 0; display: inline-block; }
    #guest_list_container .toolbox:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

    .menuContainer { margin-bottom: 20px; max-width: 290px; overflow: hidden }
    .menuBoxed { background: #eee; min-height: 20px; border: 1px solid #ccc; padding: 5px }

    .sortable, .not_sortable {
        list-style-type: none;
        margin: 0 auto 0;
        padding: 3px;
        min-height: 23px;
        background-color: #eee;
    }

    .guestDraggable {
        margin: 5px auto;
        padding: 5px;
        width: 230px;
        list-style: none;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        line-height: 1.5em;
        cursor: move;
        background: #f8f8f8 !important;
        border: 1px solid #ccc;
    }

    .guestDraggable span.guest_name { font-weight: bold; font-style: none; }
    .guestDraggable span.company_name { font-weight: normal; font-style: italic; }
    .guestDraggable button { float: right; margin-top: 2px }
    .vip span.guest_name { color: #cc0000 }

    .blackout { padding: 5px; background-color: #eee; border-width: 1px; border-style: solid; border-color: #ccc; margin-bottom: 20px; }
    #blackoutStart { }
    #blackoutEnd { display: none }
    #timetable_select .blackout #blackoutSlotsSelected { margin-bottom: 0 }
    li.blackoutPlaceholder { width: 100%; text-align: center; vertical-align: middle; padding: 5px; }

    .bigButton { margin: 0; width: 268px; height: 30px; }

    .alert_cache {
        position: fixed;
        bottom: 20px;
        left: 30px;
    }

    .alert {
        width: 250px;
        padding: 10px;
        background-color: #EEEEEE;
        border: 1px solid black;
        display: none;
        font-family: Verdana, Arial, sans-serif;
        font-size: 11px;
        line-height: 1.5em;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    .alert span { float: left; margin-right: .3em; }

    /* CSS3 Gradient Button */

    .button {
        display: inline-block;
        outline: none;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        font: 14px/100% Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding: .5em 2em .55em;
        text-shadow: 0 1px 1px rgba(0,0,0,.3);
        -webkit-border-radius: .5em;
        -moz-border-radius: .5em;
        border-radius: .5em;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        margin-bottom: 20px;
    }

    .orange { color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20'); }
    .orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top,  #f88e11,  #f06015); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015'); }
    .orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top,  #f47a20,  #faa51a); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a'); }

    .button:hover { text-decoration: none; }
    .button:active { position: relative; top: 1px; }

/* FORM */

    #form { padding: 10px; }
    #form  label { display: block; float: left; font-weight: bold; margin-right:10px; text-align: right; width: 160px; line-height: 35px; font-size:12px; cursor: pointer; }
    #form .field { margin-bottom: 15px; }
    #form .checkbox { margin-top:10px; }
    #form .input { -moz-border-radius: 7px; -webkit-border-radius: 7px; background-color: #eaeaea; background: -moz-linear-gradient(top, #ffffff, #f2f2f2); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff), color-stop(1.0, #f2f2f2)); border: 1px solid #cacaca; font-family: inherit; color: #797979; font-size: 15px; padding: 8px 10px; width: 300px; font-weight: bold; }
    #form .state { border: 1px solid #b9bdc1; padding: 5px; font-size: 15px; font-family: inherit; font-weight: bold; color: #797979; }
    #form :focus { -webkit-box-shadow: 0px 0px 4px #aaa; -moz-box-shadow: 0px 0px 4px #aaa; box-shadow: 0px 0px 4px #aaa; }
    #form .gender-fields { padding-top:10px; }
    #form  span.error { color:red; padding-left:10px; }
    #form .info { margin-left:130px; font-size: 12px; font-style:italic; color: #999; }
    #form .submit{
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        font-family: arial,verdana,sans-serif;
        background-color: #dedede;
        background: -moz-linear-gradient(top, #ffffff, #eaeaea);
        background: -webkit-gradient(linear, left top, left bottom,
        color-stop(0.0, #ffffff), color-stop(1.0, #eaeaea));
        border: 1px solid #dedede;
        color: #484848;
        font-size:14px;
        font-weight: bold;
        padding: 8px 10px;
        cursor: pointer;
        margin-left:220px;
    }
/* EMAIL */

    div.emailMenu  { width: 960px; margin: 20px 0; }
    div.emailMenu table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div.emailMenu table td, div.emailMenu table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; vertical-align: middle; }

    div.emailMenu table td.checkbox, div.emailMenu table th.checkbox { width: 20px; }
    div#guestEmails.emailMenu table tr:hover { background-color: #eaeaea; cursor: pointer; }
    div#guestEmails.emailMenu table tr.selected td { background-color: #c0c0c0; }
    div#guestEmails.emailMenu table td.manualSend { text-align: center; }

    div#guestEmails div.emailButtons { text-align: center ; width: 100% }