/* CSS Document */

/***********************************************/
/* HTML Styles                                    */
/**********************************************/

body, li, p {
	font-family: "trebuchet ms", arial, tahoma, sans-serif;
	font-size: small;
	color: #474747;
	line-height: 1.4em;
	}
	
a {
	color: #458EBF;
	text-decoration: none;
	}

a:link {
	color: #458EBF;
	text-decoration: none;
	}

a:visited {
	color: #458EBF;
	text-decoration: none;
	}

a:hover {
	color: #82bFEA;
	text-decoration: underline;
	}	
	
ul li {
	list-style-type: square;
	color: #90cc4b;
	}
	
li .copy {
	font-size: 100%;
	color: #474747;
	line-height: 1.4em;
	}	
	
img.floatLeft {
	position: relative;
	float: left;
	margin: 0px 15px 5px 0px;
	border: 1px solid #61BF1A;
	padding: 2px;
	}

/***********************************************/
/* roadshowRMATION TABLES                          */
/***********************************************/

#roadshowTable {
	border-top: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	}

#roadshowTable td {
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	}

#roadshowTable td.header1 {
	width:100px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}
	
#roadshowTable td.header2 {
	width:40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}
	
#roadshowTable td.header3 {
	width:60px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}	
	
#roadshowTable td.header4 {
	width:130px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}		
	
#roadshowTable td.header5 {
	width:130px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}		
	
#roadshowTable td.header6 {
	width:90px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #69b0db;
	padding: 5px;
	}		

tr.gray {
	background-color: #e6e6e6;
	background-image: url("../../images/background-infoTableGray.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
tr.white {
	background-color: #FFFFFF;
	}
	
#roadshowTable td {
	padding: 10px;
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #474747;
	vertical-align: top;
	}
	
#roadshowTable a {
	font-family: trebuchet ms, arial, tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
	}	


