﻿/* for debugging purposes
 * { border: 1px solid #000; }
 */

/*
 * Dynamic Tooltip generation
 */

dynamic-tooltip
{
	background-color: #fff;
	border: solid 2px #000;
	color: #000;
	width: auto;
	height: auto;
}

a
{
	color: #0000ff;
}

a:visited
{
	color: #0000ff;
}

a:hover
{
}

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	margin: 0px;
	padding: 0.4em 0px 0.4em 0px;
}

h1
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0.5em 0px 0em 0px;
}

.highlight
{
	background-color: #ffa;
	border: 2px solid #f7f799;
	padding: 4px;
}

.highlight-text
{
	color: #991b1e;
}

.highlight-text a
{
	color: #991b1e;
}

.highlight-text a:visited
{
	color: #991b1e;
}

.highlight-bg
{
	background: #d1d1d1;
}

.allow-overflow
{
	overflow: auto;
}

.bordered
{
	border: solid 1px #d1d1d1;
}

.area
{
	background-color: #f8f8ed;
	border-right-style: none;
	border-left-style: none;
}

.spaced
{
	margin: 5px;
	padding: 5px;
}

.padded
{
	display: block;
	float: left;
	margin-right: 12px;
	text-align: right;
	width: 6em;
	border: 1px;
}

.beside-area
{
	white-space: nowrap;
	margin: 2px;
}

.warning
{
	background-color: #f8c8bd;
}

.healthy
{
	background-color: #c8f8bd;
}

.muted
{
	background-color: #cdcdcd;
}
.notice
{
	background-color: #f8f8cd;
}

.not-deployed
{
	background-color: #bdc8f8;
}

.valid
{
}

.invalid
{
	color: #cc1b1e;
}

.layout
{
	margin: 25px 0px 5px 0px;
	width: 900px;
	padding: 0px;
	border-collapse: collapse;
}

.layout-wide
{
	margin: 25px 0px 5px 0px;
	width: 100%;
	padding: 0px;
	border-collapse: collapse;
}

table.popup-layout
{
	border-collapse: collapse;
	margin: 0px;
	width: 100%;
}

.popup-title
{
	white-space: nowrap;
}

body
{
	background-color: Transparent;
	color: #000000;
	overflow: hidden;
}

body, td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

form
{
	margin: 0px;
}

td
{
	vertical-align: top;
}

fieldset
{
	margin: 0px;
	padding: 0px;
}

stacked-fieldset
{
	display: block;
	right: -1000px;
}

/*
 * Page Layout
 */

div.page-container
{
	width: 900px;
	padding: 0px;
	margin: auto;
	clear: both;
}

.left-panel
{
	float: left;
	width: 445px;
}

.right-panel
{
	float: right;
	width: 445px;
}

/*
 * Header Banner
 */
div.page-header
{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 102px;
	background-image: url(/Images/header-bg.png);
	background-repeat: repeat-x;
}

div.banner
{
	width: 900px;
	height: 76px;
	margin: auto;
	padding: 0px;
}

div.header-logo
{
	float: left;
	width: 100%;
	height: 26px;
	margin: 10px 0px 0px 0px;
}

div.page-header-bottom
{
	clear: both;
	width: 900px;
	margin: auto;
	padding-top: 3px;
}

div.page-header-bottom *
{
	color: #900;
	font-size: 13px;
}

div.page-header-bottom * a
{
	color: #900;
	font-size: 13px;
}

#clock
{
	float: left;
}

.logout
{
	float: right;
}

.breadcrumbs
{
	position: fixed;
	top: 102px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	clear: both;
}

div.server-error
{
	float: left;
	left: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #f00;
}

div.footer-spacer
{
	width: 100%;
	height: 36px;
}

div.footer
{
	position: absolute;
	bottom: 0px;
	width: 900px;
	margin: auto;
	height: 36px;
	z-index: 2;
}

span.copyright
{
	float: left;
	margin-top: 8px;
}

span.version
{
	float: right;
	margin-top: 10px;
	font-size: 9px;
	color: #acacab;
}

div.footer-background
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 36px;
	background-image: url(/Images/footer-bg.png);
	background-repeat: repeat-x;
	z-index: 1;
}

/*
 * Page Header Menu
 */
div.header-menu-large
{
	float: left;
	clear: both;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	z-index: 100;
	font-weight: bold;
	font-size: 13px;
	width: 900px;
}

div.header-menu-large a
{
	text-decoration: none;
}

div.drop-down-heading
{
	float: left;
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
	height: 18px;
	vertical-align: middle;
	background-color: #f4f4f4;
	border: solid 1px #d1d1d1;
}

div.drop-down-heading img
{
	vertical-align: middle;
}

div.drop-down-inner div:hover
{
	background-color: #d1d1d1;
}

div.drop-down-heading:hover div
{
	display: block;
}

/* to get dropdowns working in IE 6 this + some JavaScript */
div.drop-down-heading.over div
{
	display: block;
}

/* make the menu drop-down the right color & border */
div.drop-down-inner
{
	display: none;
	position: absolute;
	left: inherit;
	margin-left: -11px;
	padding: 0.1em;
	background-color: #f4f4f4;
	z-index: 100;
}

div.drop-down-inner a
{
	display: block;
	padding: 0.1em 0.1em;
}

div.drop-down-inner a:hover
{
	background-color: #d1d1d1;
}

/*
 * Copy to Other channels
 */

.copy-button
{
	vertical-align: middle;
	margin: 0px 0px 0px 20px;
	background: #f4f4f4;
	border: solid 1px #d2d2d2;
	font-size: 11px;
}


/*
 * Filters
 */

.filters-button
{
	vertical-align: middle;
	margin: 0px 0px 0px 20px;
	background: #f4f4f4;
	border: solid 1px #d2d2d2;
	font-size: 11px;
}

legend span.filters-button:hover
{
	background: #d2d2d2;
}

div.filters-list
{
	display: none;
	position: absolute;
	background: #f8f8ed;
	border: outset 2px #b1b1b1;
	margin-left: 10px;
	margin-top: 10px;
}

/*
 * Draggables
 */

div.draggable
{
	padding: 3px;
}

table.draggable
{
	border-collapse: collapse;
	border: solid 1px #d1d1d1;
	background-color: #f4f4f4;
}

table.draggable td
{
	padding: 1px 2px 1px 2px;
	white-space: nowrap;
}

td.draggable-fill
{
	width: 100%;
}

div.nondrag-readonly
{
	padding: 1px 2px 1px 2px;
	margin: 4px;
}

/*
 * Popup window
 */

#ModalOverlayWindow
{
	position: absolute;
	background-color: #ffffff;
	border: outset 2px #b1b1b1;
	display: none;
	z-index: 95;
	padding: 0px;
	margin: 0px;
}

#ModalTitleBar
{
	height: auto;
	width: 100%;
	cursor: move;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	background-color: #dfdfdf;
}

.close-button
{
	float: right;
	cursor: pointer;
}

/*
 * Login Form
 */

table.login-form
{
	border: none;
	margin: auto;
}

fieldset.login-form legend
{
	font-size: 20px;
	margin-bottom: 0.5em;
}

fieldset.login-form div
{
	padding: 0.5em;
}

fieldset.login-form label
{
	color: #666;
	font-size: 20px;
}

fieldset.login-form input
{
	height: 44px;
	font-size: 30px;
	margin-bottom: 8px;
}

fieldset.login-form input.login-form-button
{
	font-size: 18px;
}


/*
 * Simple Object Lists
 */
table.simple-list
{
	width: auto;
	display: block;
}

table.simple-list tr
{
	display: table-row;
}

table.simple-list tr td
{
	vertical-align: top;
	display: table-cell;
	white-space: nowrap;
}

.simple-list-header
{
	font-weight: bold;
	white-space: nowrap;
}

/*
 * Object Editing Forms
 */
.object-edit
{
	width: auto;
	padding: 0px;
	margin: 1px;
}

table.object-edit tr
{
	padding: 0px;
	margin: 0px;
}

table.object-edit tr td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

table.object-edit tr td *
{
	padding: 0px;
	margin: 0px;
}

tr.object-edit-header
{
	font-weight: bold;
	white-space: normal;
}

td.object-edit-right
{
	width: auto;
	text-align: right;
	white-space: nowrap;
}

.nowrap
{
	white-space: nowrap;
}

table.nowrap tr td
{
	white-space: nowrap;
}

select.listing-type-select
{
	margin: 1px 0px 0px 0px;
	display: none;
}

td.cell-checkbox
{
	text-align: center;
}

/*
 * Spot Summary Table
 */
table.schedule-summary
{
	width: auto;
	display: block;
	border-spacing: 0px;
	border-collapse: collapse;
	border: solid 1px #444444;
}

table.schedule-summary tr
{
	display: table-row;
}

table.schedule-summary tr td
{
	vertical-align: top;
	display: table-cell;
	white-space: nowrap;
	padding: 0px 0.1em 0px 0.1em;
}

td.schedule-summary
{
	border-left: solid 1px #444444;
}

tr.schedule-summary-header
{
	font-weight: bold;
	color: #ffffff;
	background: #555555;
}

tr.schedule-summary-header td
{
	text-align: center;
	padding: 0.2em;
}

table.reports tr td
{
	padding-right: 10px;
	white-space: nowrap;
}

div.login-failed
{
	background: #f00;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	border: solid 1px #faa;
	padding: 0.2em;
	margin: 0.4em 2em 0.4em 2em;
}

.clickable
{
	cursor: pointer;
}

.box
{
	float: left;
	border: solid 1px #d1d1d1;
	margin: 3px;
	padding: 2px;
	white-space: nowrap;
}

td.wrong-version, span.wrong-version
{
	color: #ff686d;
}

div.wrong-version
{
	border-color: #ff686d;
}

div.wrong-version-not-deployed
{
	border-color: #777777;
}

.self-selecting-input
{
	background-color: #f8f8ed;
}

/*
 * Reports
 */

table.report
{
	border-collapse: collapse;
	border: solid 1px #acacab;
	margin: auto;
}

.report-header
{
	border: solid 1px #acacab;
	background-color: #dadada;
}

.report-footer
{
	border: solid 1px #acacab;
	background-color: #dadada;
}

.report-pager *
{
	text-decoration: none;
}

tr.report-header th
{
	border: solid 1px #acacab;
	white-space: nowrap;
}

tr.report-row td
{
	padding: 2px;
	border: solid 1px #acacab;
	background-color: #f8f8ed;
}

.report-wrap
{
	white-space: normal;
}

.collapsable
{
	overflow: hidden;
	height: 32px;
}

.report-nowrap
{
	white-space: nowrap;
}

tr.report-alternating-row td
{
	padding: 2px;
	border: solid 1px #acacab;
	background-color: #f8f8bd;
}

tr.report-pager td
{
	text-align: center;
	background-color: #dadada;
	border: none 0px;
	padding: 0px 2px 0px 2px;
}

.report-controls table
{
	border-style: none;
}

.report-controls table tr td
{
	vertical-align: baseline;
}

.player-details
{
	margin: 6px;
}

div.show-hide-button
{
	border: solid 1px #666666;
	background-color: #eeeeee;
	float: left;
	cursor: pointer;
}

div.error-details
{
	float: left;
}


.select-popup-label
{
	border: solid 1px #d8d88d;
	padding: 3px;
}

table.padded-columns tr td
{
	padding: 1px 8px 1px 8px;
}

table.padded-columns tr th
{
	text-align: center;
	border-bottom: solid 1px #b8b89b;
	border-top: solid 1px #b8b89b;
	padding: 1px 10px 1px 10px;
	vertical-align: bottom;
}

.cal td
{
	padding: 0.5ex;
}

.cal a
{
	text-decoration: none;
}

.cal-top
{
	position: absolute; 
	margin-top: 25px; 
	border: solid 1px #999999; 
	text-decoration: none;
}

.cal-side-right
{
	position: absolute;
	left: 125%;
	bottom: 10%;
	border: solid 1px #999999; 
	text-decoration: none;
}

.cal-right-bottom
{
    position: absolute; 
	right: 10px; 
	bottom: 150px; 
	border: solid 1px #999999;
	text-decoration: none;
}