/* 
STYLE SHEET FOR TWC AVIATION FLIGHT COORDINATION
*/

/*STANDARD LINKS*/
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: 'red'}
a:active {color: #000000}

/*BUTTON STYLE LINKS*/
a.nav:link {border: 1px solid #000000; margin: 0px; padding: 5px; background-color: #FFFFFF; color: #0D335B; text-decoration: none; font: bold; border-radius: 5px;}
a.nav:visited {border: 1px solid #000000; margin: 0px; padding: 5px; background-color: #FFFFFF; color: #0D335B; text-decoration: none; font: bold; border-radius: 5px;}
a.nav:hover {border: 1px solid #000000; margin: 0px; padding: 5px; background-color: #0D335B; color: #FFFFFF; text-decoration: none; font: bold; border-radius: 5px;}
a.nav:active {border: 1px solid #000000; margin: 0px; padding: 5px; background-color: #FFFFFF; color: #0D335B; text-decoration: none; font: bold; border-radius: 5px;}


a.duesoon:link {color: #E68A2E}
a.duesoon:visited {color: #E68A2E}
a.duesoon:hover {color: red}
a.duesoon:active {color: #000000}

a.overdue:link {color: red}
a.overdue:visited {color: red}
a.overdue:hover {color: #E68A2E}
a.overdue:active {color: #000000}


/*
a.red:link {color: #FF0000}
a.red:visited {color: #FF0000}
a.red:hover {color: #000000}

a.yellow:link {color: #FF9900}
a.yellow:visited {color: #FF9900}
a.yellow:hover {color: #000000}
*/


/*
	COLORS
	
	#EEB821 - Solairus Yellow
	#0D335B - Solairus Blue
	
	#017BBE - TWC Blue
	#6A737C - TWC Gray
	
	
	#8B7A68 - Wayfarer Tan
	#F47B20 - Wayfarer Orange
	
	#1B3060 - TEMP Wayfarer Blue
	
	#415A68 - JD Dark Green
	#80A3B7 - JD Light Green
	
	#162C6E - Dark Blue
	#DAD9E8 - Light Blue
	#2A2A2A - Dark Grey Black
	#C7C7C7 - Grey
	#E1E1E1 - Light Grey (Background)
	#ACACAC - Light Grey (Links)
	
*/

body 
{
/*background-color: #E1E1E1;*/
font-family: Tahoma, Verdana, Arial;
/*font-size: 14px;*/
/*text-align: justify;*/
}

/*
GENERAL USE
*/
/*table {border-collapse:collapse}*/
table.header {width: 1200px; border: 1px solid}
table.list {width: 600px}
td.logo {width: 155px}

td.label {color: #5A5A5A; font-weight: bold; padding: 1px 8px 1px 0px}
td.label_red {color: 'red'; font-weight: bold; padding: 1px 8px 1px 0px}


TEMP
/*
table {border: 1px solid}
td {border: 1px solid}
*/

/*
TASK LIST - BY FLEET
*/

table.trip {margin-left: 30px; width: 800px;}
table.tbf_tasklist {width: 100%}
table.due {margin-left: 30px; padding: 5px;}

td.tasklist {width: 900px; vertical-align: top; border: 1px solid}
td.viewsettings {width: 300px; vertical-align: top; border: 1px solid}

/*td.aircraft_reg {background-color: #EEB821; color: white; font-weight: bold; padding: 4px; border-radius: 5px 0px 0px 5px;}*/
td.aircraft_reg {border-bottom: 3px solid #EEB821; background-color: #0D335B; color: white; font-weight: bold; padding: 4px; border-radius: 6px 6px 0px 0px;} 
/*td.aircraft_type {background-color: #0D335B; color: white; padding: 4px; border-radius: 0px 5px 5px 0px;}*/
td.aircraft_type {border-bottom: 3px solid #EEB821; color: #0D335B; padding: 4px;}

td.indent {padding-left: 30px}
td.add_task {text-align: right; font-style:italic; font-size:10px; }

td.dueheader {background-color: #2A2A2A; color: white; border: 1px solid}

/*
TASK LIST - BY DUE DATE
*/

td.date_header {background-color: #0D335B; color: white; width: 800px; text-align: center; vertical-align: middle; letter-spacing: 8px;}
td.date_header_today {background-color: #EEB821; color: #0D335B; width: 800px; text-align: center; vertical-align: center; letter-spacing: 8px}
td.dd_task_label {padding-left: 16px; width: 380px; color: #0D335B; text-decoration: underline; font-variant:small-caps}
td.dd_label {text-align: center; color: #0D335B; text-decoration: underline; font-variant:small-caps}
td.c {text-align: center}
td.duesoon {color: #E68A2E; font-weight: bold;}
td.duesoon-center {color: #E68A2E; font-weight: bold; text-align: center;}
td.overdue {color: red; font-weight: bold;}
td.overdue-center {color: red; font-weight: bold; text-align: center;}
td.dd_vspacer {padding: 10px 0px}
div.dd_add_task {color: red; text-align: right; font-size:10px; letter-spacing: 0px; position: relative; top: -12px; display: none; }

/*
TASK
*/

td.task_column {width: 600px; vertical-align: top}
td.task_info_top {border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; border-radius: 12px 12px 0px 0px; background-color: #E1E1E1; color: #0D335B; text-align: center;}
td.task_info_main {border-left: 1px solid; border-right: 1px solid; border-bottom: 1px solid; border-radius: 0px 0px 12px 12px; padding: 10px 15px 20px 15px}
td.actiontext {width: 350px; padding: 5px}
td.actiontakenpad {padding: 5px}
td.actiontakenpad-label {padding: 5px; color: #5A5A5A; font-weight: bold;}

/*
========================================================================================================================
*/

td.list1 {padding: 0px 0px 0px 25px}

td {font-size: 14px}
td.header {font-size: 18px;}
td.day {font-size: 16px; color: #8B7A68}
td.right {padding-left: 100px}
td.yellow {color: #FF9900}
td.red {color: #FF0000}

tr.yellow {background-color: #FFFF99}
tr.red {background-color: #FF9966}

legend {color: #8B7A68}

input.lastname {
	visibility: hidden;
}

hr {color: #8B7A68; width: 100%}
hr.800 {color: #8B7A68; width: 800px}

/*h1.maintext {font-family: Tahoma, Verdana, Arial; font-size: 12pt}
h2 {font-family: Tahoma, Verdana, Arial; font-size: 12pt; color: #162C6E}*/

p {font-size: 14px}
p.center {text-align: center}
p.links {font-size: 8pt}
p.copyright {font-size: 8pt; font-style: italic; color: #818181}
p.green {font-size: 9pt; color: 'green'; text-align: center}
p.red {font-size: 9pt; color: 'red'; text-align: center}

img {border: 0}