/* 
STYLE SHEET FOR SOLAIRUS AVIATION
*/

body {font-family: Tahoma, Verdana, Arial;}

/*DEBUG*/
/*table, td {border: 1px solid}*/

table.header {width: 100%;}
/*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}

td.header_user {background-color: #0D335B; text-align: right; color: white;}

td.addtask_label {background-color: #E1E1E1; border-collapse:collapse}
td.addtask_label_center {background-color: #E1E1E1; text-align: center; border-collapse:collapse}

table.addtask {border-collapse:collapse; width: 100%;}

table.bubble_box {background-color: #E1E1E1; padding: 2px 8px; margin: 1px; border-radius: 10px;}
td.task_options {width:50%; vertical-align: top;}
td.task_options_label {text-align: center; color: #0D335B; font-weight: bold;}

table.task {width: 977px}
td.task_category {background-color: #E1E1E1; text-align: left; color: #0D335B; font-weight: bold; letter-spacing: 3px; font-variant: small-caps; font-size: 1em; border-radius: 4px; padding: 0px 10px;}
td.task_title {width: 80%; padding: 4px 25px;}
td.task_status {width: 20%; text-align: right;}
td.edittask_buttons {text-align: center;}
a:link, a:visited {text-decoration: none; color: #3c3c3c}
a:hover, a:active {color: red;}

input.hidden {display: none;}
input[type=text], input[type=password], input[type=date], select, textarea {-webkit-transition: 1.0s; transition: 1.0s;}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, select:focus, textarea:focus {background-color: #fbeece;}
input.task_title {width: 50%; padding: 1px 5px;}
input.task_btn {background-color: #0D335B; color: white; padding: 4px 40px; margin: 2px 8px; cursor: pointer; border-radius: 5px; border: none; transition-duration: 0.5s; -webkit-transition-duration: 0.5s;}
input.task_btn:hover {background-color: #155499; color: white; padding: 4px 40px; margin: 2px 8px; cursor: pointer; border-radius: 5px; border: none;}


table.login {background-color: #E1E1E1; padding: 5px 30px; margin: 1px; border-radius: 10px;}
input.login {padding: 8px; margin: 5px; border-radius: 5px; border: 1px solid;}
input.login_btn {background-color: #0D335B; color: white; padding: 10px 40px; cursor: pointer; border-radius: 5px; border: none; transition-duration: 0.5s; -webkit-transition-duration: 0.5s;}
input.login_btn:hover {background-color: #155499; color: white; padding: 10px 40px; cursor: pointer; border-radius: 5px; border: none;}

p.red {font-size: 9pt; color: 'red'; text-align: center}

/*
	COLORS
	
	#EEB821 - Solairus Yellow
	#0D335B - Solairus Blue
	#155499 - Solairus Blue Light -> Hover buttons
	
	#fbeece - Input Box w/ Focus



	
	#162C6E - Dark Blue
	#DAD9E8 - Light Blue
	#2A2A2A - Dark Grey Black
	#C7C7C7 - Grey
	#E1E1E1 - Light Grey (Background)
	#ACACAC - Light Grey (Links)
	
*/