﻿/* Overall Site Layout */
body
{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: black;
}

h1
{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	color: #040C13;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2
{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #040C13;
	margin-top: 10px;
	margin-bottom: 10px;
}

a
{
	text-decoration: underline;
	color: black;
}

a:hover
{
	color: blue;
}

/* Breadcrumbs */
a.breadcrumbsStep
{
	text-decoration: none;
	color: black;
}

a:hover.breadcrumbsStep
{
	color: blue;
}

a.selectedBreadcrumbsStep
{
	text-decoration: none;
	color: gray;
}

.breadcrumbsBox
{
	padding: 5px;
	border: #C6CDC7 1px solid;
}

/* Top Banner */
.topBannerNavigationCell
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: white 1px solid;
	font-size: 10px;
	color: white;
	background-color: black;
}

a.topBannerNavigationLink
{
	color: black;
	text-decoration: none;
}

a:hover.topBannerNavigationLink
{
	text-decoration: underline;
}

.bottomCopyrightNotice
{
	color: #718193;
	font-size: 10px;
}

/* Search Pages */
.searchLabel
{
	font-size: 12px;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

.searchTable
{
	padding: 5px;
	border: #C6CDC7 1px solid;
	margin-top: 20px;
	margin-bottom: 20px;
}

.containingObjectDetailsTable
{
}

.topTaskLink
{
	margin-bottom: 10px;
}

.searchResultsRestrictedMessage
{
	color: #718193;
	margin-bottom: 10px;
}

.searchNumberOfResultsMessage
{
	color: #718193;
	text-align: center;
	margin-bottom: 10px;
}

.searchLettersCell
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: white;
	background-color: black;
	text-align: center;
}

a.searchLetter
{
	text-decoration: none;
	color: white;
}

a:hover.searchLetter
{
	text-decoration: underline;
}

a.selectedSearchLetter
{
	text-decoration: none;
	color: gray;
}

.searchPageSizesCell
{
	padding-left: 10px;
	color: black;
	background-color: #E8EBE9;
	text-align: left;
}

a.searchPageSize
{
	text-decoration: none;
	color: black;
}

a:hover.searchPageSize
{
	text-decoration: underline;
}

a.selectedSearchPageSize
{
	text-decoration: none;
	color: gray;
}

.searchHeaderRow
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #0D0D0D;
	color: white;
	text-align: left;
}

.searchResultRow, .searchResultAlternatingRow, .searchResultSelectedRow
{
}

.searchResultRow
{
	background-color: #E8EBE9;
}

.searchResultAlternatingRow
{
	background-color: #F9F9F9;
}

.searchResultSelectedRow
{
	background-color: #F9F9F9;
}

.searchResultAdvancedDetails
{
	background-color: #E8EBE9;
}

.searchResultCell
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.searchPager
{
	margin-left: auto;
	margin-right: auto;
}

.searchPager-currentPageCell, .searchPager-pageCell
{
	padding: 5px;
	border: #C6CDC7 1px solid;
}

.searchPager-currentPageCell
{
	background-color: white;
}

.searchPager-pageCell
{
	background-color: Black;
}

a.searchPager-currentPageLink, a.searchPager-pageLink
{
	text-decoration: none;
}

a:hover.searchPager-pageLink
{
	text-decoration: underline;
}

a.searchPager-currentPageLink
{
	color: Black;
}

a.searchPager-pageLink
{
	color: white;
}

/* Wizards */
.wizardStepsTable
{
	padding: 10px;
	border: #C6CDC7 1px solid;
}

.wizardStepsHeaderBox
{
	padding: 10px;
	border: #C6CDC7 1px solid;
}

.wizardButtonsBox
{
	padding: 10px;
	border: #C6CDC7 1px solid;
}

/* Forms */
.itemDetailsForm
{
	padding: 20px;
	border: #C6CDC7 1px solid;
}
 
/* Validation */
.validationLabel
{
	color: red;
}

/* Characters Left Counters */
.charactersLeftCounter
{
}

/* Text Boxes */
.textBoxSmall, .textBoxDatePicker, .textBoxMedium, .textBoxLarge, .textBoxHuge, .textAreaLarge, .textAreaHuge
{
	font-family: Trebuchet MS;
	font-size: 11px;
	border: #666666 1px solid;
	padding: 1px 1px 1px 3px;
	overflow: hidden;
}

.textBoxSmall
{
	width: 75px;
}

.textBoxDatePicker
{
	width: 110px;
}

.textBoxMedium
{
	width: 150px;
}

.textBoxLarge
{
	width: 275px;
}

.textBoxHuge
{
	width: 400px;
}

.textAreaLarge, .textAreaHuge
{
	height: 75px;
}

.textAreaLarge
{
	width: 275px;
}

.textAreaHuge
{
	width: 400px;
}

/* Drop Down Lists */
select
{
	font-family: Trebuchet MS;
	font-size: 11px;
	border: #666666 1px solid;
	padding: 1px 1px 1px 3px;
	overflow: hidden;
}

/* Buttons */
input
{
	font-family: Trebuchet MS;
	font-size: 11px;
}