﻿.Clearboth {
	clear: both;
	}

.Color {
	background: url(Images/Template/Search-Background-Color.gif) repeat-y left bottom;
	}

.Body .Color {
	background: url(Images/Template/Search-Background.jpg) no-repeat left bottom;
	}

.Body .ColumnLeft {
	float: left;
	width: 217px;
	}

.Body .ColumnRight {
	float: right;
	width: 515px;
	}

/* Homepage Override */
.Default .Color {
	background: url(Images/Template/Search-Background-Color.gif) repeat-y right bottom;
	}

.Default .Body .Color {
	background: url(Images/Template/Search-Background.jpg) no-repeat right bottom;
	}

.Default .Body .ColumnLeft {
	float: left;
	width: 515px;
	}

.Default .Body .ColumnRight {
	float: right;
	width: 217px;
	}

.Default .Body .Latest hr {
	padding-top: 8px;
	margin-bottom: 8px;
	}

.Default .Body .Latest .Item {
	padding: 5px;
	margin-bottom: 0px;
	float: left;
	width: 161px
	}

.Default .Body .Latest .Item:hover {
	background: #D9D9D9;
	}
/* End Homepage Override */


.Authors {
	clear: both;
	}

.Authors .Item {	
	float: left;
	width: 156px;
	padding: 2px;
	}

.MediaList .Item {
	clear: both;
	padding: 5px;
	}

.MediaList div.Item:hover {
	background: #D9D9D9;
	}

.MediaList .Item .Image {
	float: left;
	width: 161px;
	}

.MediaList .Item .Text {
	float: right;
	width: 330px;
	}

.ContentWrapper .Navigation {
	background: none;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0px;
	padding-left: 15px;
	height: 48px;
	position: relative;
	}

.ContentWrapper .Navigation a, .ContentWrapper .Navigation a:link, .ContentWrapper .Navigation a:visited {
	color: #000000;
	padding: 12px 12px 12px 12px;
	display: inline-block;
	}

.ContentWrapper .Navigation a:hover {
	color: #FFFFFF;
	background: #A5012A;
	text-decoration: none;
	}