﻿/* -- Bluerail Control Panel 9.8*/
BODY {
	font-size: 12px;
	color: #000;
	font-family: Tahoma, Helvetica, Sans-Serif;
	margin: 0px;
	background: #fff;
}
/* --- Default HTML */
table {
	font-size: 12px;
}
img {
	border: 0px;
}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border-width: 1px;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 10px;
	margin-bottom: 10px;
}
input {
	color: #000080;
	font: 14px Tahoma;
}
textarea {
	color: #000080;
	font: 12px Tahoma;
}
form {
	margin: 0px 0px 0px 0px;
}
select {
	color: green;
	font-size: 14px;
	font-weight: normal;
}
/* --- Default Links */
a {
	font-size: 12px;
	font-weight: normal;
	color: #003774;
}
a:visited {
	color: #000080;
}
a:hover {
	color: maroon;
}
a:active {
	color: blue;
}
/* --- Outside Container */
.BodyArea {
	width: 100%;
	border-top: #000 0px solid;
	border-left: #000 0px solid;
	border-right: #000 0px solid;
	border-bottom: #000 0px solid;
	margin: 0px 0px 0px 0px;
}
/* --- Main Page Container */
.MainArea {
	width: 100%;
	height: 100%;	
}
/* --- Header Table Top of Page */
.AdminHeader {
	width: 100%;
	height: 60px;
	background: #f8f8f8;
	border-top: #000 0 solid;
	border-left: #000 0 solid;
	border-right: #000 0 solid;
	border-bottom: #000 0px solid;
	margin-top: 0px;
	margin-bottom: 0px;
}
#HeaderLogo {
	margin-left: 20px;
}
#HeaderLogo b {
	font-size: 16px;
}
/* --- Page Header -  Top of content pages */
.AdminPageHeader {
	width: 100%;
	color: #01224F;
	text-align: left;
	vertical-align: middle;
	text-indent: 5px;
	line-height: 25px;
	background: #A4A9B3;
}
.AdminPageHeader a {
	font-size: 12px;
	font-weight: bold;	
	color: #fff;
	text-decoration: none;
}
.AdminPageHeader a:visited {
	color: #fff;
}
.AdminPageHeader a:hover {
	color: #000;
	text-decoration: underline;
}
.AdminPageHeader a:active {
	color: blue;
	text-decoration: underline;
}
/* --- Main Page Table */
.MainTable {
	width: 100%;
	height: 100%;	
}
/* --- Main Page Table Cell */
.MainCell {
	background: #D9D8E2;
}
/* --- Page Content Container DIV */
.PageArea {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	background: #fff;
	width: 98%;
}
.PageArea img {
	border: 0px;
}
/* --- Stats Table */
#StatsWrapper {
	width: 700px;	
}
#StatsLeft {
	width: 325px;
	float: left;
}
#StatsLeft table {
	width: 100%;
}
#StatsLeft td {
white-space: nowrap;
}
#StatsRight {
	width: 50%;
	float: right;
}
#StatsRight table {
	width: 100%;
}
#StatsRight td {
white-space: nowrap;
}
.StatsHeader {
	font-size: 14px;
	background: #D9D8E2;
	width: auto;
	text-indent: 2px;
	line-height: 23px;
}
.AltHeader {
	font-size: 12px;
	background: #f0f0f0;
}
#MenuGrid {
	margin-top: 15px;
}
#MenuGrid a {
	font-size: 14px;
}
/* --- Navigation Column */
.NavColumn {
	width: 180px;
	background: #A4A9B3;
}
.NavContent {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #000;
	line-height: 25px;
}
.NavContent a {
	color: navy;
	font-size: 14px;
	text-decoration: none;
}
.NavContent a:visited {
	color: navy;
}
.NavContent a:hover {
	color: #014D4D;
	background: #f0f0f0;
}
.NavContent a:active {
	background: #000;
	color: #ffffff;
	text-decoration: none;
}
#ItemStatusAvailable {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: black;
}
#ItemStatusInactive {
	font-weight: bold;
	font-size: 12px;
	color: black;
	background: white;
}
#InspectThumb {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#InspectThumb a {
	border: 0px #fff solid; 
}
#InspectThumb a:hover {
	border: 0px #fff solid;
	background: transparent;
}
#InspectThumb img {
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}
/* --- Record links list */
.LinkList {
	font-size: 12px;
	margin-bottom: 10px;
}
.LinkList input {
	font-size: 10px;
}
.LinkList a {
	font-size: 14px;
}
/* --- Records line */
.RecordList {
	font-size: 12px;
	margin-bottom: 3px;
}
.RecordList input {
	font-size: 10px;
}
.RecordList a {
	font-size: 12px;
}
/* --- Records with thumbs and features */
.AdminTableRecords {
	font-size: 12px;
	color: #003774;
	font-weight: normal;
	background: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 0px;
}
a.AdminRecLink {
	font-size: 12px;
}
.AdminFooter {
	text-align: center;
	width: 100%;
	background: #f0f0f0;
	line-height: 35px;
	color: #063972;
	margin-top: 0px;
}
#AdminCopyright {
	text-align: center;
	font-size: 10px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#AdminCopyright a {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}
#AdminCopyright a:visited {
	color: #000;
}
#AdminCopyright a:hover {
	color: #000;
	background: #f0f0f0;
}
#AdminCopyright a:active {
	background: #000;
	color: #ffffff;
	text-decoration: none;
}
.BDR {
	font-weight: bold;
	color: #01224F;
	background: #ADAEB0 url("");
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	border-bottom: #000 1px solid;
}
.PRIMARY {
	border-top: #c0c0c0 0 outset;
	border-left: #c0c0c0 0 outset;
	border-right: #c0c0c0 0 outset;
	border-bottom: #c0c0c0 0 outset;
}
.THUMB {
}
.POSTER {
}
.SmallButton {
	font-weight: normal;
	font: 8px Verdana;
	color: #000080;
}
.TinyButton {
	font: 8px Verdana;
	font-weight: normal;
	color: #000080;
}
.BigLink {
	font-size: 14px;
}
#SearchStr {
	height: 20px;
	text-align: left;
	color: #000080;
	font-size: 13px;
	font-weight: normal;
	background: #c0c0c0;
	border-right: #c0c0c0 1px inset;
	border-top: #c0c0c0 1px inset;
	border-left: #c0c0c0 1px inset;
	border-bottom: #c0c0c0 1px inset;
}
.GoButton {
	width: 50px;
	color: #000080;
	font: 12px Verdana;
	font-weight: normal;
}
#Filter {
	font-weight: normal;
	font-size: 10px;
	color: #000080;
}
#Scroller {
	float: right;
	background: #D9D8E2;
	padding: 10px 10px 10px 10px;
}
#ROGUEDATE {
	margin-bottom: 3px;
}
#ROGUEWIRE {
	width: 50%;
}
#ROGUEWIRE a {
	font-size: 14px;
	font-weight: bold;
}
#ROGUEWIRE span {
	font-size: 14px;
	font-weight: bold;
}
#ROGUEWIRE p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
}