@charset "ISO-8859-1";
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
    font-size: 12px;
}

ol p.text{
font: 100%  Arial, Helvetica, sans-serif;
padding: 0; 
margin: 0;
color: #000;
}

p.sponsors{
    text-align: center;
    background-color:#CCC;
    padding: 5px;
    margin:0px;
    color: #000;
}

p.day-heading{
    text-align: center;
	font-weight:bold;
	font-family: Tahoma,Arial;
}

p.sectionheading{
  color:#FFFFFF;
  background-color:#063881;
  border: 2px solid;
  border-color: #063881;
  padding: 4px;
  font-weight:bold;
  font-size:10pt;
  text-align: center;
  margin-top: 3px;
}

p.error2{
		font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #C00;
    background-color:#FFE4E1;
}

p.nav-links{
    text-align: center;
    background-color: #EEE;
    padding:5px;
    font-weight: bold;
    font-family: Tahoma,Arial;
}

.sponsors{
    background-position: center;
    text-align: center;
}
.twoColFixLtHdr #container { 
	width: 728px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #EEE;
	text-align: left; /* this overrides the text-align: center on the body element. */
    margin-top:10px;
} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD; 
	padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:126px;
    background-image: url('../../images/FTA10/fta7-10meetingbanner.gif');
    background-repeat: no-repeat;
    background-position: left;
    margin-bottom : 3px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 189px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
    margin-top: 0px;
    padding-top: 1px;
    background-color : #FFF;
    border: none;
}
/* Start Navigation List*/
#sidebar1 ul{
margin-left: 0;
padding-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
font-family: Verdana,Arial, Helvetica, sans-serif;;
font-size: 11px;
}


#sidebar1 a{
display: block;
padding: 4px;
width: 179px;
background-color: #FFF;
color: #B31E17;
border: 1px solid #eee;
}

#navlist a:link, #navlist a:visited
{
color: #063881;
text-decoration: none;
}

#navlist a:hover
{
background-color:#063881;
color: #fff;
}

#active a:link, #active a:visited, #active a:hover{
    background-color:#063881;
    color: #fff;
}

#navlist{
    margin-top: 0;
    padding-top: 0;
}
/*End Navigation List*/

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
  color:#0049AE;
  text-decoration:underline;
}

a:visited {
  color:#000033;
  text-decoration:underline;
} 
a:hover {
  color:#000033;
  text-decoration:none;
}


span.session-time{
   
}
span.session-room{
    float:right;
}

span.session-moderator,span.session-moderator-concurrent{
    font-style: italic;
}

div.session-name{
    font-weight: bold;
    color:#003C7C;
    font-family: Tahoma;
    padding-right: 40px;
}

div.session-name-concurrent{
    color:#B0171F;    
    font-weight: bold;
    font-family: Tahoma;
    padding-right: 40px;
}

div.session-description,div.session-description-concurrent{
    padding-left: 25px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: normal;
}


div.session-name-concurrent,span.session-moderator-concurrent,div.session-title,div.session-presenter,div.session-title-odd,div.session-presenter-odd{
    padding-left: 25px;
}


div.session-presenter{
    font-style: italic;
    padding-bottom: 10px;
    background-color: #E8EEFA;
}

div.session-presenter-odd{
    font-style: italic;
    padding-bottom: 10px;
    background-color: #E8EEFA;
}

div.session-title-odd,div.session-title{
    background-color: #E8EEFA;
}

div.session-details{
    /*background-color: #EEE;*/
    margin-bottom: 10px;
    /*border:2px solid #CCC;*/
}

div.session-presentation-details{
    background-color: #E8EEFA;
}

span.pptspan{
    color:#003C7C;
    font-weight: bold;
    padding-left: 25px;
}

ol.list-ppt{
    padding-left: 25px;
    margin: 0;
    font-family: Georgia, Times, serif;
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
    list-style-type: decimal;
}

ol.list-ppt li{
    padding-bottom: 5px;
 /*
    background: url('PDF_icon.jpg') no-repeat right top;
    padding-right: 60px;
    margin-right: 5px;
    */
    padding-right: 40px;
 }

ol.list-ppt p{
font-family : Arial, Helvetica, sans-serif;
padding: 0; 
color: #000;
font-size: 12px;
}


a.sess-pres[href$=".ppt"],a.sess-pres[href$=".pdf"],a.sess-pres[href$=".jpg"],a.sess-pres[href$=".doc"]{
    float: right;
    width: 16px;
    height: 16px;
    padding-right: 5px;
    padding-top:5px;
}

a.sess-pres[href$=".ppt"]{
    background: url('../../images/TRB18/PowerPoint_icon.jpg') no-repeat right center;
}

a.sess-pres[href$=".pdf"]{
    background: url('../../images/TRB18/PDF_icon.jpg') no-repeat right center;
}

a.sess-pres[href$=".jpg"]{
    background: url('../../images/TRB18/JPEG_icon.jpg') no-repeat right center;
}

a.sess-pres[href$=".doc"]{
    background: url('../../images/TRB18/WORD_icon.jpg') no-repeat right center;
}


/*Agenda Table*/


.table_agenda{
    border-collapse: collapse; /* removes unwanted
cellspacing garbage */
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin-bottom: 20px;
}

.table_agenda thead {
    background: #ccc;
}

.table_agenda thead th {
    border-bottom: 2px solid #333;
}

.table_agenda thead th, .table_agenda tbody td {
    padding: 4px 10px;
    border-right: 1px solid #999;
}

.table_agenda tbody td {
    border-bottom: 1px solid #999;
}

.table_agenda{
	width:525px;
	border:2px solid #CCC;
}

.table_agenda .td-time{
	width:150px;
	border-right:2px solid #CCC;
}
.table_agenda .even{
	background-color:#FFF;
}
.table_agenda .odd{
	background-color:#edf5ff;
}





