@charset "utf-8";
/* CSS Document */

table#tickets	{font-size: 13px;}

.eventHeader	{
				float: left; 
				clear: both;
				}

.eventDate_PREV	{
			float: left;
			width: 35px; 
			height: 35px;			
			background-color: #FFB310;			
			background-color: #990000; 
			background-color: #003366;
			text-align: center; 
			color: #fff; 
			font-weight:bold; 
			font-size: 1.5em; 
			font-family: Arial, sans-serif; 
			padding: 5px; 
			border-bottom: 1px solid #003366;
			}
			
.eventDate	{
			width: 35px; 
			height: 35px; 
			background-color: #990000; 
			text-align: center; 
			color: #fff; 
			font-weight:bold; 
			font-size: 1.5em; 
			font-family: Arial; 
			padding: 5px; 
			float: left;
			border-bottom: 1px solid #990000;}			
			
.eventDate_past	{
				float: left;
				width: 35px; 
				height: 35px; 
				background-color: #666; 
				text-align: center; 
				color: #fff; 
				font-weight:bold; 
				font-size: 1.5em; 
				font-family: Arial; 
				padding: 5px;
				border-bottom: 1px solid #666;}			
			
.eventTitle_PREV	{
			float: left; 
			clear: right; 
			height: 35px;
			width: 590px;
			padding: 5px 10px 5px 15px; 
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.5em;
			font-weight: bold;
			color: #003366;
			border-bottom: 1px solid #003366;}


.eventTitle	{
			height: 35px;
			width: 590px;
			float: left; 
			clear: right; 
			padding: 5px 0 0 20px;
			padding: 5px 0 5px 20px;
			font-size: 1.5em;
			font-weight: bold;
			border-bottom: 1px solid #990000;}

.eventTitle_past	{
					float: left; 
					clear: right; 
					height: 35px;
					width: 590px;
					padding: 5px 10px 5px 15px; 
					font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-family: Georgia, "Times New Roman", Times, serif;					
					font-size: 1.5em;
					font-weight: bold;
					color: #000;
					border-bottom: 1px solid #666;}			

	.eventTitle a, .eventTitle a:visited, .eventTitleTickets a, .eventTitleTickets a:visited
					{color: #003366;
					text-decoration: none;}

	.eventTitle_past a, .eventTitle_past a:visited
					{color: #000;
					text-decoration: none;}

	.eventTitle a:hover, .eventTitleTickets a:hover
					{color: #990000;
					text-decoration: none;}	
					
	.eventTitle_past a:hover
					{color: #990000;
					text-decoration: none;}						

.eventTitleTickets	{
			float: left; 
			clear: right; 
			height: 35px;
			width: 590px;
			padding: 5px 10px 5px 15px; 
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.5em;
			font-weight: bold;
			color: #003366;
			border-bottom: 1px solid #003366;
			}

.eventBody	{
			float: left; 
			clear: both; 
			margin: 0 10px 40px 0;
			}
			
.eventDescr	{width: 100%;
			float: left;
			clear: both;}

	.eventImage	{
				float: left;
				width: 150px; 
				clear: left;
				padding: 5px 10px 10px 0; 
				margin: 0; 	 
				margin-bottom: 15px;
				}

	.eventText	{float: left; 
				margin-bottom: 20px; 
				margin-top: 10px;
				clear: right;}

		.locationBrief	{
					  float: left;
					  width: 380px;
					  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
					  font-weight: bold;}
					  
				.eventTicketsInfo {font-weight: normal; font-size: 0.9em; font-style: italic;}
		
		.ticketsBrief	{float: right;
					  width: 125px;
					  clear: right;
					  text-align: left;
					  }
	
	.eventDescrTxt	{display: inline;}


	
	


