﻿html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	background-image: url(resources/images/layout/MainBG.jpg);
	background-attachment: fixed;
}

.PageContainer 
{
	position: absolute;
	width: 100%;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	z-index: 1;
}

.Carriers
{
	float: left;
	padding-right: 10px;
}

.ContentContainer 
{
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	z-index: 5;
}

.Content
{
	border: 1px solid #000080;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image: url(resources/images/layout/ContentTransparency.png);
	background-repeat: repeat-y;
	z-index: 15;
}

.Head, .Navigation, .ContentMain
{
	margin: 20px;
}

img 
{
	border: none;
}

.DropDown 
{
	width: 190px;
}

.Input 
{
	width: 184px;
}

.PageTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #CC6600;
}
