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

 	.event-txt {
	font:Arial, Helvetica, sans-serif;
	margin: 3px 10px;
	padding: 3px 10px;
	background-color: #ffffff;
	line-height:18px;
	color:#0B3548;
	font-size:14px
	 }
	 
	 .roundcont {
	 	margin: 0 0 20px 0;
		width: 100%;
	}
	 .odd {
	 	background-color: #E9E9E9;
	}
	 .even {
	 	background-color: #E2E2F1;
	}
	
	p {
		margin:2px 5px;
		padding:3px;
		color: #2B5578;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;

	}
	.even .roundtop { 
		background: url(../images/tr-even.gif) no-repeat top right; 
	}
	.even .roundbottom { 
		background: url(../images/br-even.gif) no-repeat top right; 
	}
	
	.roundtop { 
		background: url(../images/tr-odd.gif) no-repeat top right; 
	}
	
	.roundbottom {
		background: url(../images/br-odd.gif) no-repeat top right; 
	}
	
	img.corner {
	   width: 15px;
	   height: 15px;
	   border: none;
	   display: block !important;
	}
	
/* ODD = Grey box*/
	.odd h1 {
		margin: 5px 10px -10px 8px;
		padding:5px;
		color: #cc0000;
		font: 16px Trebuchet MS;
		background: url(/grey_bg.gif) repeat;
		/* background-color: #ffffff;*/
	}
/* EVEN = purplish box*/
	.even h1 {
		margin: 5px 10px -10px 8px;
		padding:5px;
		color: #cc0000;
		font: 16px Trebuchet MS;
		background: url(/purple_bg.gif) repeat; 
/*		background-color: #ffffff;*/

	}
	
	.even h1 span {
		margin: 3px 5px 3px -8px;
		padding: 5px 5px;
		font-weight: bold;
		background-color: #E2E2F1; /* grey bg*/
		text-transform: uppercase;
	}
	.odd h1 span {
		margin: 3px 5px 3px -8px;
		padding: 5px 5px;
		font-weight: bold;
		background-color: #E9E9E9; /* purplish bg*/
		text-transform: uppercase;
	}
	span.description {
		margin: 0;
		padding: 0;
		font-weight: bold;
      /* background-color: #E9E9E9; */
		/* color: #cc0000;*/
		color: #2B5578;
		text-transform: uppercase;
	}
	
	span.description-label {
		margin: 0 5px 0 5px;
		padding: 0 5px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000000;
		font-size:12px;
		/* background-color:#f8f8f8;*/
	}				
	
	hr {
	border: none 0;
	border-top: 1px solid #37691A;/*the border*/
	width: 98%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}	
