﻿/*	Standardize Elements	*/
body, div, span, p, table, td, tr, ul, ol, li, a, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

p 
{
	padding: 5px 0 20px 0;
}

ol, ul 
{
	margin-left: 0.5em;
}

li 
{
	margin-left: 1.0em;
}

div, p 
{
	display: block;
}

/*	Standard Element Styles	*/

h1 
{
	font-size: 1.8em; 
	line-height: 2.0em; 
	font-family: 'Georgia', 'Times New Roman', Verdana, Arial;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.4em; 
	line-height: 1.6em; 
	font-family: 'Georgia', 'Times New Roman', Verdana, Arial;
	margin-bottom: 0.5em;
}

h3 
{
	font-size: 1.2em; 
	line-height: 1.4em; 
	font-family: 'Georgia', 'Times New Roman', Verdana, Arial;
	margin-bottom: 0.5em;
}

/*  Body & Global Styles    */

body
{
	position: relative;
	display: block;
	padding: 0;
	margin: 12px auto;
	font-family: Helvetica, Verdana, Arial;
	font-size: 0.9em;
	line-height: 1.6em;
	text-decoration: none;
	background-color: #e2e2e2;
}

/*  Generic DIV Styles */

div.centered
{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
}

div.paragraph
{
	margin: 0px;
	padding: 16px;
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #dbdbdb;
}

div.small_paragraph
{
	position: relative;
	display: block;
	margin: 0;
	padding: 16px;
	text-align: left;
	vertical-align: top;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.2em;
	background-color: #f5f5f5;
	border: 1px dashed #dbdbdb;
}

/*		Hyperlink Styles	*/

a:link
{
	color: #379CB3;
	font-style: normal;
	text-decoration: none;
}
a:hover
{
	color: #375D81;
	text-decoration: underline;
}
a:active
{
	color: #ABC8E2;
	font-style: normal;
	text-decoration: none;
}
a:visited
{
	color: #379CB3;
	font-style: normal;
	text-decoration: none;
}

/*      Container Styles    */

div.container
{
	position: relative;
	display: block;
	width: 800px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #fbfbfb;
	border: 1px solid #6c6c6c;
}

/*	Header styles	*/

div.perdiem_header
{
	position: relative;
	display: block;
	background: #fbfbfb url('../images/perdiem_header.jpg') top left no-repeat;
	width: 800px;
	height: 154px;
	padding: 0;
	margin: 0;
}

div.plane_header
{
	position: relative;
	display: block;
	background: #fbfbfb url('../images/plane_header.jpg') top left no-repeat;
	width: 800px;
	height: 154px;
	padding: 0;
	margin: 0;
}

div.ship_header
{
	position: relative;
	display: block;
	background: #fbfbfb url('../images/ship_header.jpg') top left no-repeat;
	width: 800px;
	height: 154px;
	padding: 0;
	margin: 0;
}

div.truck_header
{
	position: relative;
	display: block;
	background: #fbfbfb url('../images/truck_header.jpg') top left no-repeat;
	width: 800px;
	height: 154px;
	padding: 0;
	margin: 0;
}

/*	Header styles	*/

div.nav
{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 32px;
	background-color: #fbfbfb;
}

/*  Body Styles */

div.body
{
	position: relative;
	display: block;
	margin: 12px 26px;
	width: 748px;
	min-height: 400px;
	background-color: #fbfbfb;
}

div.body_content
{
	position: relative;
	display: block;
	width: 100%;
}

div.body_content_left
{
	position: absolute;
	display: block;
	top: 0;
	left: 10;
	width: 160px;
}


div.body_content_center
{
	position: relative;
	display: block;
	left: 180px;
	width: 566px;
	min-height: 500px;
}

/*  Footer Styles */

div.footer
{
	position: relative;
	display: block;
	margin: 24px 0 12px 0;
	width: 800px;
	text-align: center;
}

/*  Navigation Styles   */

ul.nav
{
	position: absolute;
	display: block;
	top: 0;
	left: 8px;
	margin: 0;
	padding: 0 8px;
	list-style: none;
}

ul.nav li
{
	position: relative;
	display: inline;
	float: left;
	width: 190px;	/* TODO:	Fix this sizing issue in IE6 */
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
}

ul.nav li.nav_break
{
	width: 1px;
	height: 30px; /* TODO:  just testing */
	margin-top: 2px;
	padding: 0;
	background: transparent url('../images/nav_break.jpg') bottom left no-repeat;
}

ul.nav li.left
{
	width: 190px;
	background: transparent url('../images/left_nav.jpg') top left no-repeat;
}

ul.nav li.left_sel
{
	width: 190px;
	background: transparent url('../images/left_nav_sel.jpg') top left no-repeat;
}

ul.nav li.middle
{
	width: 180px;
	background: transparent url('../images/middle_nav.jpg') top left repeat-x;
}

ul.nav li.middle_sel
{
	width: 180px;
	background: transparent url('../images/middle_nav_sel.jpg') top left repeat-x;
}

ul.nav li.right
{
	width: 190px;
	background: transparent url('../images/right_nav.jpg') top right no-repeat;
}

ul.nav li.right_sel
{
	width: 190px;
	background: transparent url('../images/right_nav_sel.jpg') top right no-repeat;
}

ul.nav a
{
	display: block;
	width: 100%;
	text-align: center;
}

ul.nav li a:link
{
	color: #183152;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
ul.nav li a:hover
{
	color: #375D81;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
ul.nav li a:active
{
	color: #ABC8E2;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
ul.nav li a:visited
{
	color: #183152;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

/*  Mini Navigation Styles   */

ul.mini_nav
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0 8px;
	font-size: 0.8em;
	line-height: 1.0em;
	list-style: none;
}

ul.mini_nav li
{
	position: relative;
	display: inline;
	margin: 0;
	padding: 8px 4px;
}

ul.mini_nav li.nav_break
{
	padding: 8px 8px;
}

ul.mini_nav a
{
	margin: 0;
}

ul.mini_nav li a:link
{
	color: #183152;
	font-weight: bold;
	text-decoration: none;
}
ul.mini_nav li a:hover
{
	color: #375D81;
	font-weight: bold;
	text-decoration: none;
}
ul.mini_nav li a:active
{
	color: #ABC8E2;
	font-weight: bold;
	text-decoration: none;
}
ul.mini_nav li a:visited
{
	color: #183152;
	font-weight: bold;
	text-decoration: none;
}

/*	Span Styles	*/

span.copyright
{
	font-size: 0.8em;
	line-height: 1.0em;
}

.error_message 
{
	padding: 12px;
	color: #D40D12;	
}

.fineprint 
{
	padding: 6px 12px;
	font-size: 9px;
	font-style: italic;
	color: #555;
}

.missingdata 
{
	color: #ff0000;
}

/*	Table Styles	*/

td.label
{
	padding-right: 4px;
	text-align: right;
}

td.input
{
	text-align: left;
}

/*	Data Entry Form Styles	*/


.data_entry 
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	background: #fafafa;
	border: 1px solid #e8e8e8;
}

.data_entry_header 
{
	width: 548px;
	padding: 8px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.data_entry_footer 
{
	width: 548px;
	padding: 8px;
	margin-top: 10px;
	background-color: #efefef;
	border-top: 1px solid #ddd;
}


#login 
{
	position: absolute;
	top: 0;
	left: 468px;
	width: 264px;
}

#new_user
{
	margin: 0 auto;
	width: 264px;
}


#change_password
{
	margin: 0 auto;
	width: 320px;
}

/*	General Styles	*/

.help 
{
	position: relative;
	display: block;
	margin: 6px auto;
	padding: 6px;
	background: #FFF8D6;
	border: 1px solid #d5d5d5;
	font-size: 11px;
}