





a
{
/* width:100%; */
text-decoration:none;
/* padding: 0.1CM; */
color:blue;
/* background-color:#D0D0D0; */

}



a:hover{color=white;
	background-color:black;
	/*font-size: 120%;*/
	/*font-weight: bold;*/
}
/* a:hover {background-color:blue} */


body{
background: white; /* #003060; #6699FF; */
/* background-image: url(media/mustang_100dpi_bwphoto_blur2.gif);  */
background-repeat: no-repeat; 
background-position: center center; 
background-attachment: fixed; 
margin:0;
padding:0;
line-height: 1.5em;
font-family: arial; /* frutigerlight; */
font-size: 10pt;
}


#maincontainer{
width: 826px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-top: 5px; 

}


#topsection{
background: black;
background-image: url(media/rlms_cllogo_70pt.jpg);
background-repeat: no-repeat;
padding-top: 20px;

  
 
height: 90px; /*Height of top section*/
}

#topsectionwrapper{
width: 100%;
/* height: 5px; */
margin: 0px;
}

#topsectionproductname{
float: left;
width: 100%;
background: white;
background-repeat: no-repeat;
height: 51px; /*Height of top section*/
color: black;

text-align: center;
}

#topsectionproductname h1{
margin: 0;
padding-top: 15px;
font-family: arial;
padding-left: 15px;
}

#topsectionproductname b{
color:blue;
}





#contentwrapper{

width: 100%;
}


#contentcolumn{
margin: 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
color: white;
background-color: white;
}

#legalsection{
/* clear: left; */
width: 100%;
/* background: white; */
color: #999999;
padding-top: 1px;
padding-left: 0px;
padding-right: 0px;
margin: 0px;
}

#copyright{
float: left;
width: 590px;
font-size: 80%;
}


#packinfo{
float: right;
font-size: 80%; 
color: gray;
padding-right: 5px;
}



b{font-size: 110%;
}
em{color: red;}

#tableheader{
padding-left: 11px;
margin; 0px;
width: 712px;
border: 1px solid black; 
background-color: white; /*#999999; white; */
color: white;

} 

#schedulecontainer{
padding-left: 10px;
width: 577px;
/* border: 1px solid gray;  */
background-color: white;
} 

.month {
float: left;
color: black;
width: 65px;
background-color: white;
padding-left: 2px;
}

.date {
float: left;
color: black;
width: 50px;
background-color: #999999;
padding-left: 2px;
}


.series {
float: left;
color: green;
width: 50px;
background-color: white;
padding-left: 2px;
}


.location {
float: left;
color: black;
width: 100px;
background-color: #999999;
padding-left: 2px;
}

.eventname {
float: left;
color: blue;
width: 300px;
background-color: white;
padding-left: 2px;
}

{ 
	border-collapse: collapse;
	/* margin-left: 15px */
	margin: 15;
	 }
	
th
	{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: .4em;
		width: 8em;
		text-align: center;
	}

td
	{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: .5em;
		width: 7em;
		text-align: center;
	}

.tddescription
{
	
width: 17em;
}

.tdimage
{
	
background: white;
padding: .0em;
float: center;
}

	tr { background: #B0C4D7; }
	
	thead th
	{
		background: #036;
		color: #fff;
	}
	
	tbody th
	{
		font-weight: normal;
		background: #658CB1;
		
	}
	
	tr.alternate { background: #D7E0EA; }
	tr.alternate th { background: #8AA9C7; }