﻿@charset "utf-8";
/* CSS Document */

/* #eventsArea */
#eventsBox {
	padding: 0px;
	clear: both;
	width: 649px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
	.eventsItem {
		width: 649px;
		margin-top: 8px;
		margin-right: 0px;
		margin-bottom: 12px;
		margin-left: 0px;
		background-image: url(../../../events/images/tBg.jpg);
		background-repeat: repeat-x;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #CCCCCC;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 8px;
	}
	.eventsItem:after {
		content : "";
		height : 0;
		display : block;
		clear : both;
	}
		.eventsItem .eventsItemT {
				width: 644px;
				margin-bottom: 4px;
				height : 2.5em;
			}
			.eventsItem .eventsItemT .title {
					display:inline;
					float:left;
					line-height: 138%;
					font-weight: bold;
					padding-top: 4px;
					padding-right: 0px;
					padding-bottom: 4px;
					padding-left: 26px;
					font-size: 114%;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 4px;
					margin-left: 0px;
					background-image: url(/images/eventPoint.jpg);
					background-repeat: no-repeat;
					background-position: 0.5em 0.6em;
					color: #333333;
				}
				.eventsItem .goBack{	
					background-image: url(/images/examplesBackBg.jpg);
					background-repeat: no-repeat;
					padding-left: 28px;
					padding-top: 0.3em;
					margin:2px 0px 0px 0px;
					width:74px;
					height:24px;
					background-position: 0px 0.1em;
					float:right;
				}
				
		
			.eventsItem .date {
					display:inline;
					background-repeat: no-repeat;
					height: 17px;
					padding-top: 0px;
					padding-right: 0px;
					padding-bottom: 0px;
					padding-left: 65px;
					font-weight: bold;
					color: #666666;
					margin-top: 5px;
					margin-right: 10px;
					margin-bottom: 4px;
					margin-left: 0px;
					letter-spacing: 0.1em;
					float:right;
					font-size:75%;
				}
			
		.eventsItem .eventsItemDay {
			background-image: url(../../../events/images/day.gif);
			background-repeat: no-repeat;
			height: 17px;
			padding-top: 2px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 154px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 4px;
			margin-left: 0px;
			letter-spacing: 0.1em;
			font-weight:bold;
			color:#ee0000;
		}
		.eventsItem img {
			float: left;
			padding-top: 2px;
			margin-right: 10px;
			margin-bottom: 2px;
			margin-left: 0px;
		}
		
		.eventsItem .eventsText {
			padding-right: 2px;
			margin:0px 0px 0px 26px;
		}
		
		.eventsItem .eventsText a {
			background-image:url(/images/go2any.gif);
			background-repeat:no-repeat;
			background-position:0px 0.1em;
			padding:0px 0px 0px 14px;
		}
		
		.eventsItem .eventsText a:hover {
				background-image:url(/images/go2any_f2.gif);
		}
		
	.eventsItem hr{
		border-bottom:#000066 1px solid;
	}
		.eventsItem .theDate{
			display:inline;
			color:#333333;
			font-weight: bold;
		}
		.eventsItem .goDetail{
			color:#cccccc;
			display:inline;
			background-image: url(/images/examplesMoreBg.jpg);
			background-repeat: no-repeat;
			padding-left: 28px;
			padding-top: 0.3em;
			margin:2px 0px 0px 0px;
			width:74px;
			height:24px;
			background-position: 0px 0.1em;
			float:right;
		}
		
		
	
		
		
		
		
		
		
		