﻿/*************************************/
/* Gridview styles					  */
/*************************************/
.DataWebControlStyle
{
	border: solid 1px #999999;
	font-family: Arial;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
}
.DataWebControlStyle a,
.DataWebControlStyle a:active, 
.DataWebControlStyle a:visited, 
.DataWebControlStyle a:link
{
	color: #48489C;
	text-decoration: underline;
	font-weight: normal;
}
.HeaderStyle
{
    background-color: #003893;
    color: White;
}
.HeaderStyle th
{
	border-bottom: solid 1px #999999;
	border-right: solid 1px #CCCCCC;
	padding: 5px;
}
.RowStyle td, 
.AlternatingRowStyle td, 
.EditRowStyle td, 
.SelectedRowStyle td, 
.FooterStyle td
{
	border-right: solid 1px #CCCCCC;
	padding: 2px 5px 2px 5px;
}
/* Reset the style for embedded calendars */
.RowStyle td table tr td,
.AlternatingRowStyle td table tr td,
.EditRowStyle td table tr td,
.SelectedRowStyle td table tr td,
.FooterStyle td table tr td 
{ border-right: none;padding: 0px;}

.RowStyle td
{
	background-color: #F7F6F3;
}

.AlternatingRowStyle td
{
	background-color: #E0E0E0;
}

.EditRowStyle td, .SelectedRowStyle
{
	background-color: #FF4F00;
}
.FooterStyle
{
background-color: #8AA4CE;
}
/* Reset the style for embedded calendars */
.EditRowStyle td table tr td
{
	background-color: #FF4F00;
}

.FooterStyle td
{
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	vertical-align:top;
}
/* Reset the style for embedded calendars */
.FooterStyle td table tr td
{
	border-top: none;
	border-bottom: none;
}

.EmptyDataRowStyle td
{
}

.PagerStyle
{
	font-size: 11px;
	color: #FFFFFF;
    background: url("GridHeaderLine.gif") repeat-x top;
}
.PagerStyle td
{
	background-color: #E3E6EF;
}

/**************************
/Validator controls		*
/*************************/
.RequiredFieldValidator, .RangeValidator, .RegularExpressionValidator
{
font-family: Arial;
font-size: xx-small;
color: Red;	
}

/***********************
/DetailsView			*
/***********************/
.DetailsView
{
font-family:Arial;
font-size: 11px;
color: Black;
}
.HeaderStyleDV
{
	text-align: right;
}
.ItemStyleDV
{
	text-align: left;
}

.FlightWarningYellow
{
	color: Orange;
}
.FlightWarningRed
{
	color: Red;
}

	

