﻿.ArchiveHeaderTabs { }

.ArchiveHeaderTab {
	height:25px;
	background-color:#e5e1e2;
	color:#000;
	float:left;	
}

.ArchiveHeaderTab.Selected1,
.ArchiveHeaderTab.Selected2,
.ArchiveHeaderTab.Selected {
	background-color:#333333;
}

.ArchiveHeaderTab.Selected1 .ArchiveHeaderTabLeft a,
.ArchiveHeaderTab.Selected2 .ArchiveHeaderTabLeft a,
.ArchiveHeaderTab.Selected .ArchiveHeaderTabLeft a {
	color:#ffffff;
}

.ArchiveHeaderTab a img {
	border:none;
}

.ArchiveHeaderTabLeft {
	float:left;		
	text-align:center;
	line-height:25px;	
	position:relative;
}

.ArchiveHeaderTabLeft a {
	color:#000000;
	text-decoration:none;
	font-size:.7em;
	height:100%;
	display:block;
	outline:none;	
	padding:0px 0px 0px 10px;
}

.ArchiveHeaderTabRight {
	float:left;
	height:100%;
	position:relative;	
}

.ArchiveHeaderTabRight a {
	height:100%;
	display:block;
	outline:none;
	padding:0px 17px 0px 0px;
	background:url('../Images/Icons/ArchiveDropDownArrow.png') no-repeat;
	background-position: center center;
}

.ArchiveHeaderTabRight .ArchiveHeaderTabPlaceholder {
	height:100%;
	display:block;
	padding:0px 5px 0px 0px;	
}

.ArchiveHeaderTab.Selected .ArchiveHeaderTabRight a,
.ArchiveHeaderTabRight a:hover {
	background:url('../Images/Icons/ArchiveDropDownArrowHover.png') no-repeat;
	background-position: center center;
}

.ArchiveHeaderTab.Selected .ArchiveHeaderTabRight a.Selected,
.ArchiveHeaderTabRight a.Selected {
	background:url('../Images/Icons/ArchiveDropDownArrowHoverUp.png') no-repeat;
	background-position: center center;
}

.MenuDropDown {
	clear:both;
	position:absolute;
	width:325px;
	z-index: 1000;
	background-color: #cccccc;
	top:60px;
	font-size:.7em;
}

.MenuDropDown .MenuDropDownContainerContainer {
	background-color:#666666;
}

.MenuDropDown .MenuDropDownContainer {
	float:left;
	width:49%;
}

.MenuDropDown .MenuDropDownHeader {
	width:100%;
	height:25px;
	background-color:#000;
	color:#fff;
	text-align:left;
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
}

.MenuDropDown .MenuDropDownHeader span {
	padding-left:10px;
}

.MenuDropDown a {
	color: #fdfdfd;
	display: block;
	padding:5px 10px 2px 10px;
	text-decoration: none;	
	font-weight:normal;
}

.MenuDropDown a:hover {
	text-decoration: underline;
}

.ModuleBox.ArchiveDescriptions {
	background-color: #e5e1e2;
}

.ModuleBox.ArchiveContent {
	background-color: #e5e1e2;
	min-height: 100px;
}

.ArchiveHeader {
	padding: 0px 0px 0px 10px;
}

.ArchiveHeader h4 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 35px;
	color: #010000;
	padding: 0px;
	margin: 0px;
}

.ArchiveHeader .RssFeed {
	float:right;
	position: relative;
	margin-top: 8px;
	margin-right: 10px;
	height:20px;
	width:20px;
}

.ArchiveHeader .RssFeed img {
	border:none;
	display:block;
}

.TabBottom {
	background-color: #333333;
	height:5px;
	clear:both;
}

.ArchiveDescriptionContent {
	background-color:#fff;
	min-height: 525px;
	margin: 0px auto;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding:0px;
}

.ArchiveControlsTop {
	height: 23px;
	width: 100%;
	background-color: #333333;
	clear:both;
}

.ArchiveControlsBottom {
	height: 25px;
	width: 100%;
	background-color: #5a5a5a;
	line-height: 25px;
	color: #fff;
	font-size: .75em;
}

.ArchiveControlsBottom .Label {
	float: left;
	line-height: 25px;
	padding: 0px 0px 0px 5px;
}

.ArchiveControlsBottom .Label img {
	vertical-align: middle;	
}

.ArchiveControlsBottom .Paging {
	text-align: right;
	line-height: 25px;
	padding: 0px 5px 0px 5px;
	float: right;
}

.ArchiveControlsTop.PagingContainer {
	height: 36px;
	border-bottom: 1px solid #fff;
}

.ArchiveControlsTop .Paging {
	text-align: right;
	font-size: .75em;
	line-height: 36px;
	padding: 0px 5px 0px 5px;
	color: #fff;
}

.ArchiveControlsBottom .Paging a, .ArchiveControlsTop .Paging a {
	color: #fff;
	text-decoration: underline;
}

.ArchiveControlsBottom .Paging a.Selected, .ArchiveControlsTop .Paging a.Selected {
	font-weight: bold;
}

.ArchiveListingTable {
	background-color: #fff;
	width: 100%;
}

.ArchiveListingTable table {
	width: 100%;
}

.ArchiveListingTable table th {
	height: 23px;
	background-color: #333333;
	color: #fff;
	font-size: .75em;
	padding: 0px 0px 0px 5px;
}

.ArchiveListingTable table th a {
	color: #fff;
	text-decoration: none;
}

.ArchiveListingTable table th a:hover {
	text-decoration:underline;
}

.ArchiveListingTable table th a.Selected {
	text-decoration: underline;
}

.ArchiveListingTable table .AlternatingRow td {
	background-color: #cccccc;
}

.ArchiveListingTable table td {
	height: 27px;
	font-size: .75em;
	padding: 2px 0px 2px 5px;
}

.ArchiveListingTable table td.ZeroItemsArchiveCell {
	width: 100%;
}
