﻿/*
    This style sheet is used for style definition of the Live Data Grid used on the airport pages
*/

.liveRadGrid
{
	background-color: white;
	color: WindowText;
	font-size: 11px;
	font-family:Tahoma;
}

.liveMasterTable
{
	background-color: Window;
	color: WindowText;
}
.liveGridHeader
{
	background-color: #0099cc;
	color: blue;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: ButtonFace;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: White;
	border-bottom: 3px solid ButtonShadow;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
}

.liveGridHeader a
{
	font-weight:normal;
	text-decoration: none;
	padding-left: 3px;
	color: WindowText;
}

.liveGridHeader span
{
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
	cursor: default;
	background-color: #0099cc;
}
.liveGridRow td
{
	border-bottom: 1px solid #EAE9E1;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
}
.liveAlternateGridRow td
{
	border-bottom: 1px solid #EAE9E1;
	background-color: whitesmoke;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
}
.liveGroupHeaderItem td
{
	border-bottom: 2px solid #7BA4E0;
	font-size: 11px;
	color:#3366CC;
	font-weight:bold;
	vertical-align:bottom;
}
.livePanelItemsStyle
{
	color: white;
	white-space:nowrap;
}

.livePanelStyle
{
    background-image: url(../../../App_Themes/Default/RadGrid/Img/topBg.gif);
    background-repeat: repeat-x;
    width: 100%;
}


