﻿/***********************************************
Project:Retail Air	
File:	Default.css
Author:	Matthew Killebrew
Date:	19 May 2006
Desc:	This stylesheet controls the default style
		values for the site.  It also controls the 
		basic layout.	

************************************************/


body 
{
	font-family: Arial;
	margin: 0px;
	font-size: 11px;
	background-color: #325170;
	margin: 0px;
}

#MainDiv 
{
	margin-right:auto;
	margin-left:auto;
	width: 800px;
}

a 
{
	font-weight: bold;
	color: #000000;
}

a:hover 
{
	text-decoration: none;
}

form 
{
    background-color: #FFFFFF;
}

h2 
{
    margin: 0px;
    font-size: 16px;
}

input 
{
    font-family: Arial;
	font-size: 11px;
}

select 
{
    font-family: Arial;
	font-size: 11px;
}

#Container 
{
	min-width: 800px;
}

#Header 
{	
	border-bottom: 5px solid #000000;
}

#Footer
{
	clear: both;
	border-top: 5px solid #000000;
}

#Nav 
{
	float: left;
	width: 200px;
	padding: 10px 0px 4px 3px;
	background-color: #666666;
	color: #FFFFFF;
}

#Nav a 
{
	color: white;	
}

#Main 
{
    background-color: #666666;
}

#MainContent 
{
	border-left: 5px solid #000000;
	padding: 10px;
	margin-left: 205px;
	background-color: #FFFFFF;
}


.FormItem 
{
	
}

.FormItemCollapsed 
{
	visibility: hidden;
}

.FormItemTitle 
{
	float: left; 
	width: 100px;
}

.FormItemOption 
{
}

.SelectedRow 
{
	background-color: Red;
}


