body {
	font-family: verdana, arial, sans-serif;
}
#recent_batches {
	border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
	border: 1px solid #ffffff;
	float: right;
	margin: 5px 4px 5px 0;
	text-align: left;
	width: 610px;
}

#recent_batches h1 {
	text-align: center;
}

.alternate_li {
	background-color: #2045A9;
}

#recent_batches li {
	padding: 2px 3px;
}

#recent_batches li:last-child {
	margin-bottom: 0;
}

#recent_batches a {
	display: block;
	font-weight: normal;
	line-height: 1.5em;
}

#recent_days {
	border-radius:7px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
	border: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	margin: 5px 5px 10px 5px;
	padding: 5px;
	//width: 155px;
}

.pic_calendar {
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 5px;
}

.pic_calendar:last-child {
	border:0;
}

.pic_calendar a {
	display: block;
}

.pic_calendar td {
	color: #5479DD;
	font-weight: bold;
	padding: 2px;
}


.thumb {
	background-color: #003080;
	border: 1px solid #ffffff;
	margin: 1px 2px 0 2px;
	vertical-align: top;
	width: 250px;
}

.thumb img {
	border: 0;
}

h1 {
	margin: 4px 0;
}

ul {
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
}

.previousBatch {
	float: left;
	margin-left: 24px;
}

.nextBatch {
	float: right;
	margin-right: 24px;
}


