ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

P {
    margin: 5px 0;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  background-color: #fff;
  text-align: center;
}

#wrapper {
    width: 830px;
    border: 1px solid #f00;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
}

#portal_wrapper {
    width: 740px;
    border: 1px solid #999;
    margin: 0 auto;
    text-align: left;
}

#sched_wrapper {
    width: 545px;
    border: 1px solid #999;
    margin: 0 auto;
    text-align: left;
}

#message {
    border-bottom: 1px solid #666;
    padding: 5px;
    margin: 0 0 5px 0;
}

#header {
    width: 810px;
    height: 30px;
    margin: 0 0 10px 0;
    clear: both;
    border: 1px solid #333;
}

#sessionList {
    float: left;
    padding: 10px;
    width: 380px;
    min-height: 380px;
    max-height: 650px;
    overflow: auto;
    border: 1px solid #666;
}
.speakerName {
    width: 200px;
}

.delete {
    float: right;
    margin: 0 5px;
}

#sessionInfo {
    width: 380px;
    min-height: 380px;
    padding: 10px;
    margin: 0 0 0 410px;
    border: 1px solid #999;
}

#header UL {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header LI {
    float: left;
    margin: 0 5px;
}

#footer {
    width: 810px;
    height: 30px;
    margin: 10px 0 0 0;
    clear: both;
    border: 1px solid #eee;
}

#sessionList UL {
    list-style: none;
    padding: 0;
}

#sessionList LI {
    display: block;
    padding: 3px;
    margin: 0 0 1px 0;
    height: 20px;
    background-color: #ddd;
}

#sessionList LI A {
  
}

#speakerList {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

#webcast_wrap {
    width: 740px;
    height: 310px;
}

/* navigation tabs for individual modules */

.modulenav {
    display: block;
    padding: 0;
    list-style: none;
    height: 20px;
    position: relative;
    margin: -10px -10px 10px -10px;
    padding: 3px 0 0 0;
    background-image: url("http://ao2007.remote-event.com/images/headers_bg.png");
    background-repeat: x;
}

.modulenav LI {
    display: inline;
    margin: 1px 2px 0 0;
    font-family: verdana, sans-serif;
    color: #999999;
    font-weight: lighter;
    font-size: 11px;
    padding: 2px 10px;
}

.modulenav A {
   color: #666666;
}

.modulenav A.active {
    color: #666666;
    font-weight: bold;
}


#schedule {
    background-image: url("http://ao2007.remote-event.com/images/trans_white.png");
	position: relative;
	width: 730px;
	border: 1px solid #c0c0c0;	
	padding: 0;
	margin: 0 4px 4px 4px;
}

#schedule P {
	margin: 5px 0;
}

#schedule H3 {
	margin: 1px 0 5px 0;
}

#schedule UL {
    list-style: none;
    margin: 5px 0;
}

#schedule .date TD {
    background-color: #0f6fa2;
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 20px;
    padding: 0; 
}

#schedule .description {
    padding: 2px 10px 2px 0;
    vertical-align: top;
    text-align: left;
}

#full_schedule {
    font-size: 13px;
    margin: 10px;
    padding: 0;
    width: 525px;
    
}

#todays_schedule {
     background-color: transparent;
     margin: 10px;
     padding: 0;
     width: 700px;
}

#todays_schedule A, #full_schedule A {
    color: #0f6fa2;
}

#todays_schedule P, #full_schedule P {
	padding: 0 0 5px 0;
	
}

#todays_schedule .location {
    text-align: right;
    vertical-align: top;
}

#todays_schedule TD {
     background-color: transparent;
     padding: 5px 0 15px 0;
     margin: 0;
     border-top: 1px solid #015885;
}

#full_schedule TD {
     background-color: transparent;
     padding: 5px 0 15px 0;
     margin: 0;
}

#todays_schedule TD.agendaNoTime {
    border-top: none;
    
}

#todays_schedule TD.description  {
    padding: 5px 0 10px 0;
}

#todays_schedule .agendaTime, #full_schedule .agendaTime {
	vertical-align: top;
}

#full_schedule .date TD {
    font-size: 15px;
    text-decoration: underline;
    font-weight: bold;
}

#full_schedule UL {
    list-style: none;
    padding: 5px 0 5px 10px;
}


#todays_schedule .schedule_header TD {
    border: none;
    padding: 0;
    font-weight: bold;
}

.description STRONG 
{
    font-size: 13px;
}

