/*
	New aviation classes

	Date		Version		Name		Comment
	Aug 24, 2006	V1.0.GMS.0.0	Greg Stark	Written
	Sep 05, 2006	V1.0.AMJ.0.1	Aaron Johnson	changes for W27191
	Sep 21, 2006	V1.0.GSM.0.2	Greg Stark	Add ActionBar values and td values.
	Oct 19, 2006	V1.0.GMS.0.3	Greg Stark	Fixed name of SectionTitle a.
							Change main backgrounds to white.
        Dec 04, 2006    V1.0.SAF.0.4    Shane Floden    Added PlainContent classes
	Dec 20, 2006	V1.0.GMS.0.5	Greg Stark	Added PopupSelect class
	Feb 06, 2007	V1.0.GMS.0.6	Greg Stark	W65998 - Added PlainRecord class.
	Oct 20, 2008	V1.0.GMS.0.7	Greg Stark	W15196 - Added SubmitButtons class.

*/

.BodyArea {
	width: 920px;
	text-align: center;
	vertical-align: top;
}

.BodyArea li {
	padding-left: 5px;
}

.PageHeader {
	position: absolute;
	left: 0px;
	top: 0px;
}

.SitNavBar {
}

.SideBarMenu {
}

.UserInfoBar {
	background-color: #D6D6E0;
	color: black;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	white-space: nowrap;
}

.UserInfoBar td {
	padding-left: 5px;
}

.Label {
	color: black;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	white-space: nowrap;
}

.TopBar {
	background-color: #0C2074;
	color: white;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
}

.TopBar tr {
	padding: 2px 2px;
}

.TopBar td {
	text-decoration: none;
	padding-left: 10px;
}

.TopBar a {
	color: white;
	padding-right: 10px;
}

.HeaderBar {
	background-color: #0C2074;
	color: white;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
}

.SectionTitle {
	background-color: #0C2074;
	color: white;
	font-family: arial,verdana,helvetica;
	font-size: 11px;
}

.SectionTitle tr {
	padding: 0px 0px;
}

.SectionTitle td {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

.SectionTitle a {
	text-decoration: none;
	color: white;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.PageFooter {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	padding: 2px;
	width: 99%;
}

.SingleRecord {
	background-color: white;
	border: 1px solid black;
	border-spacing: 0px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px auto;
}

.SingleRecord td {
	padding-left: 5px;
	text-align: left;
}

.MultiRecord {
	background-color: white;
	border: 1px solid black;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

.PlainRecord {
	background-color: white;
	border: 0;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.PlainRecord td{
	vertical-align: top;
}

.PlainRecord h1{
	font-size: 12px;
	font-weight: bold;
}

.MessageBox {
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	color: white;
	background-color: #0C2074;
	border: 1px solid black;
	padding: .15cm .25cm;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.ErrorBox {
	font-family: arial,verdana,helvetica;
	font-size: 12px;
	color: red;
	background-color: black;
	border: 1px solid red;
	padding: .15cm .25cm;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.SubmitButtons {
	background-color: white;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.ActionBar {
	background-color: white;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.ActionBar td {
	text-align: right;
}

.LineOne {
	background-color: #F4F4F4;
	vertical-align: top;
}

.LineTwo {
	background-color: white;
	vertical-align: top;
}

.PlainContent {
        font-family: arial, verdana, helvetica;
        font-size: 11px;
        color: black;
        background-color: white;
        border: 0;
        padding: 10px;
}

.PlainContent .Heading {
        font-weight: bold;
        font-size: 12px;
}

.PlainContent .Label {
        font-weight: bold;
        text-align: right;
}

.PlainContent .FootNote {
        font-size: 10px;
}

.PopupSelect {
	background-color: white;
	border: 0;
	border-spacing: 0px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.PopupSelect tr {
	padding: 0px 0px;
}

.PopupSelect td {
	padding-right: 5px;
	text-align: left;
}


.GLink {
	background-image: url("/graphics/link_background.jpg");
	background-repeat: no-repeat;
        font-family: arial, verdana, helvetica;
        font-size: 9px;
        color: white;
        border: 0;
        padding: 0;
	width: 178px;
	height: 45px;
}

.GLink a {
	text-decoration: none;
        color: white;
}

.GLink td {
	padding: 3px 3px;
}

.GLink2 {
	background-image: url("/graphics/link_bg.jpg");
	background-repeat: repeat;
        font-family: arial, verdana, helvetica;
        font-size: 9px;
        color: white;
        border: 0;
        padding: 0;
	height: 45px;
}

.GLink2 a {
	text-decoration: none;
        color: white;
}

/*
	Added for old functions to use.
	DON'T USE IN NEW POGRAMS
*/
.DataSubHeaderBar {
	background-color: #D1D1D1;
	height: 20px;
	padding: 0px 0px;
}

.DataSubHeader {
	background-color: #E1E1E1;
	height: 20px;
	padding: 0px 0px;
}

