@charset "utf-8";
/*
 * <pre>
 * Aircraft Dispatching and Scheduling System
 * Approved for use by Purdue University Aviation Technology
 * Last Updated: $Date: 2014-05-04 13:53:05 -0400 (Sun, 04 May 2014) $
 * </pre>
 *
 * @author 		$Author: bsperduto $
 * @copyright	(c) 2012-2013 Brian M. Sperduto, Anna M. Bobrowski
 * @license		See license.txt included with package
 * @package		ADSS
 * @version		$Rev: 4425 $
 *
 */
div #single-column-content-container
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
}
div #single-column-content-container.holiday
{
	background-image:url(../images/holidaybg.png);
	background-repeat:no-repeat;
	background-position:center;
}
ul.aircraftsort
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 60%;
	height:600px;
}
ul.aircraftsort li
{
	border-width:2px; 
	border-color:#FFCC33; 
	border-style:solid;
	width:75px;
	height:20px;
	text-align:center;
	font-size:12px;
	vertical-align:middle;
	font-weight:bold;
	border-radius: 15px;
	list-style:none;
}
table.aircraftboard
{
	text-align:center; 
	font-size:11pt;
}
table.aircraftboard tr
{
	padding-bottom:20px; 
	border-bottom-style:solid; 
	border-bottom-color:#000; 
	border-bottom-width: 2px;
}
table.aircraftboard tr.header
{
	background-color:#C0C0C0; 
	font-size: 12pt;
	padding-bottom: 0px;
}
table.aircraftboard td
{
	border-left-style: solid; 
	border-left-color:#000; 
	border-left-width: 2px;
}
table.aircraftboard td.ac
{
	background-color:#C0C0C0; 
	padding-right:15px;
	text-align:left;
	font-size:16pt;
	border-left:none;
	padding-left:5px;
}
table.aircraftboard td.ac span
{
	font-size:8pt; 
	text-align:right; 
	float:right;
}
table.aircraftboard tr.typebound
{
	border-top:solid;
	border-top-width:4px;
	border-top-color:#000;
}
option.groundedac
{
	color:#F00;
	text-decoration:line-through;
}
table.flightlist td
{
	border-style:solid;
	border-color:#000;
	border-width:1px;
	padding:2px;
	font-size:14px;
	vertical-align:middle;
}
table.flightlist tr.datechange
{
	font-size:16px;
	font-weight:bold;
}
table.flightlist tr.datechange th
{
	padding-top:10px;
	padding-bottom:10px;
}
table.flightlist tr.even, tr.even
{
	background-color:#E3AE24;
}
table.flightlist tr.odd, tr.odd
{
	background-color:transparent;
}
table.flightlist tr.lowpriority
{
	color:#63C;
}
table.flightlist tr.highpriority
{
	color:#F00;
}
table.flightlist tr.normalpriority
{
	color:#000;
}
tr.even select
{
	background-color:#E3AE24;
}
table.flightlist td.actions
{
	/*padding-left:10px;
	padding-right:10px;*/
	width:150px;
}
table.flightlist td.actions img
{
	padding-right:3px;
}
input[readonly], input[disabled]
{
	background-color:#E9EAEB;
}
table.payreport
{
	width:100%;
	font-size:10px;
}
table.payreport th
{
	text-align:left;
}
table.payreport tr.even
{
	background-color:#CCCCCC;
}
table.payreport th, table.payreport td
{
	border-left:solid;
	border-left-width:1px;
	border-left-color:#000000;
}
table.dailysheet
{
	height:100%;
	border-collapse:collapse;
	/*table-layout:fixed;*/
}
table.dailysheet tr
{
	border-right-width:2px;
	border-right-color:#000;
	border-right:solid;
}
table.dailysheet td
{
	border-width: 1px;
	border-color:#000;
	border-right-style:solid;
	border-bottom-style:solid;
	font-size:8pt;
	font-family:"Times New Roman", Times, serif;
	padding-left:5px;
	padding-right:5px;
	height:18px;
	vertical-align:bottom;
	overflow:hidden;
}
table.dailysheet table.header td, table.dailysheet tr.header td
{
	font-size:12pt;
	font-family:"Times New Roman", Times, serif;
	border-right-style: none;
	border-left-style:none;
}
table.dailysheet table.header tr td
{
	border-bottom-style:none;
	border-right-style:none;
	max-width:250px;
}
table.dailysheet table.header tr, table.dailysheet tr.header
{
	border-right-style:none;
}
table.dailysheet table.header b
{
	font-size:13pt;
}
table.dailysheet table.header tr td, table.dailysheet tr.header td
{
	border-style:none;
	border-right: none;
}
table.dailysheet tr.header
{
	text-align:center;
}
table.dailysheet tr, table.dailysheet td
{
	border-spacing:0px;
}
table.dailysheet td.block
{
	max-width:130px;
	min-width:100px;
}
table.dailysheet td.aircraft, table.dailysheet td.aircraftsmall
{
	font-size:18pt;
	font-weight:bold;
	border-right-width:2px;
	border-left-width:2px;
	border-left-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
	margin-bottom:10px;
	vertical-align:middle;
	text-align:left;
	width:30px;
	min-width:30px;
	max-width:30px;
}
table.dailysheet td.aircraft div
{
    writing-mode:tb-rl;
     filter: flipv fliph;
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    white-space:nowrap;
    font-size:18px;
    font-weight:bold;
	float:left;
	height:20px;
	width:20px;
	text-align:center;
}
table.dailysheet td.aircraftsmall
{
	font-size:9pt;
}
table.dailysheet tr.smallrow td
{
	border-top-style:none;
	border-top-width:0px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-style:none;
	border-right-style:none;
	height:5px;
	font-size:2px;
}
table.dailysheet tr.smallrow
{
	border-right-width:0px;
}
table.dailysheet tr.endrow td
{
	border-bottom-style:solid;
	border-bottom-width:2px;
}
table.dailysheet td.priority1, table.dailysheet td.priority0, table.dailysheet td.priority2, table.dailysheet td.priority3
{
	width:100px;
	overflow:visible;
	max-width:130px;
}
table.dailysheet td.priority3 span
{
	background-color:#FF0;
	font-weight:bold;
	font-size:7pt;
	font-family:"Courier New", Courier, monospace;
	border-width:2px;
	border-style:solid;
	border-color:#F00;	
}
table.dailysheet td.priority2 span
{
	background-color:#FF0;
	font-weight:bold;
	font-size:7pt;
	font-family:"Courier New", Courier, monospace;
	
}
table.dailysheet td.priority1 span
{
	font-family:Arial, Helvetica, sans-serif;
}
table.dailysheet td.priority0 span
{
	font-style:italic;
	font-weight:200;
	font-size:7pt;
	font-family:"Times New Roman", Times, serif;
}
table.dailysheet td.blackout
{
	background-color:#666;
}
table.dailysheet td.standbyslot
{
	background-color:#CCC;
}
ul.lotterylist li.slot, ul.lotterylist li.dummyslot
{
	background-color:#CC9900;
	border-width:1px;
	border-color:#000;
	border-style:solid;
	list-style:none;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	background-image:url('../images/bglottery.png');
	background-repeat:repeat-x;
}
ul#selectedslots.lotterylist li.slot
{
	background-color:#00FF00;
}
ul.lotterylist li.dummyslot
{
	background-color:transparent;
	border-style:none;
	background-image:none;
}
ul.lotterylist .ui-state-highlight
{
	background-image:url('../images/bgtrans.png');
	background-repeat:repeat-x;
}
li.right
{
	float:right;
}
ul.clearedslots li
{
	margin-top:6px;
	padding:5px;
	margin-left:10px;
	background-color:rgba(0, 255, 0, 0.2);
	width:100%;
	list-style:none;
	font-weight:bold;
}
ul.clearedslots li span
{
	text-align:right;
	font-weight:normal;
	float:right;
	margin-right:30px;
}
ul.standbyslots li
{
	margin-top:6px;
	padding:5px;
	margin-left:10px;
	background-color:rgba(255, 255, 128, 0.4);
	width:100%;
	list-style:none;
	font-weight:bold;
}
ul.standbyslots li span
{
	text-align:right;
	font-weight:normal;
	float:right;
	margin-right:30px;
}
table.hourssummary td, table.hourssummary th
{
	padding:5px;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	overflow:hidden;
	text-overflow:clip;
}
table.hourssumary
{
	border-collapse:collapse;
	
}
table.maneuvers
{
	border-collapse:collapse;
	width:80%;
}
table.maneuvers th
{
	text-align:right;
	padding-right:10px;
}
table.maneuvers td
{
	text-align:left;
}
table.maneuvers_print th, table.maneuvers_print td
{
	text-align:left;
	border-bottom:dashed;
	border-bottom-width:1px;
	border-bottom-color:#000;
	font-size:12px;
}
table.maneuvers_print th
{
	border-right:solid;
	border-right-width:1px;
	border-right-color:#000;
}
table.maneuvers_print th.maneuver
{
	padding-left:5px;
}
table.maneuvers_print td
{
	padding-left:5px;
}
span.suggestedman
{
	background:#ffda6b;
}
table.lesson_sum td
{
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	border-color:#000;
}
table.lesson_sum tr.not_started
{
	background-color:transparent;
}
table.lesson_sum tr.started
{
	background-color:#ffda6b;
}
table.lesson_sum tr.complete
{
	background-color:#a6d36a;
}
table.lesson_sum th
{
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
	border-color:#000;
}
div.logbook_entry
{
	page-break-inside:avoid;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	padding-bottom:20px;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#000;
}