﻿body
{
}

/* ProgressBar classes */

.ProgressDone
{
	background-image: url(/SwingLine/Contract/HEVD/Images/ProgressDone.gif);
}

.ProgressCurrent
{
	background-image: url(/SwingLine/Contract/HEVD/Images/ProgressCurrent.gif);
}

.ProgressTodo
{
	background-image: url(/SwingLine/Contract/HEVD/Images/ProgressTodo.gif);
}

/* SLDataGrid classes */

.SLDataGridHeaderStyle
{
	background-color: #A6F027;
	color: White;
}

.SLDataGridItemStyle
{
	background-color: #A6CB59;
}

.SLDataGridAlternatingItemStyle
{
	background-color: white;
}

.SLDataGridFooterStyle
{
	background-color: white;
}

.SLDataGridItemMouseOver
{
	background-color: #FF9919;
	color: white;
}

/* SLDataGrid custom classes */

.SLDataGridItemStyle_Products
{
	background-color: #A6F027;
}

.SLDataGridAlternatingItemStyle_Products
{
	background-color: #A6F027;
}

.SLDataGridItemStyle_Rooms
{
	background-color: #A6F027;
}

.SLDataGridAlternatingItemStyle_Rooms
{
	background-color: #A6F027;
}

.SLDataGridItemStyle_SearchGroup
{
	background-color: #A6F027;
}

.SLDataGridAlternatingItemStyle_SearchGroup
{
	background-color: #A6F027;
}

/* Misc classes */

.BookingHeader
{
	border-bottom: none;
	background-color: #FF9919;
	color: white;
}
