﻿TD
{
	font-family: Tahoma;
	font-size: 8pt;
	color: whitesmoke;
}
P
{
	font-family: Tahoma;
	font-size: 8pt;
	color: whitesmoke;
}
a:link
{
	text-decoration: none;
	color: #ff6633;
}
a:visited
{
	text-decoration: none;
	color: #ff6633;
}
a:hover
{
	text-decoration: none;
	color: #ff3300;
}
a:active
{
	text-decoration: none;
	color: #ff6633;
}
.HomeIndexTreeView
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
}
.HomeIndexTreeView A
{
	text-decoration: none;
	color: #000000;
}
.HomeIndexTreeView A:Hover
{
	text-decoration: none;
	color: #ff6633;
}
.HomeIndexTreeView A:Visited
{
	text-decoration: none;
	color: #000000;
}
.TreeView
{
	font-family: Tahoma;
	font-size: 8pt;
	color: whitesmoke;
}
.TreeView A
{
	text-decoration: none;
	color: #ffffff;
}
.TreeView A:Hover
{
	text-decoration: none;
	color: #ff6633;
}
.TreeView A:Visited
{
	text-decoration: none;
	color: #ffffff;
}
.TextBox
{
	height: 16px;
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	width: 153px;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: lightgrey;
}
.TextArea
{
	height: 16px;
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	width: 180px;
	height: 50px;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: lightgrey;
}
.SmallTextBox
{
	height: 16px;
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	width: 80px;
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	background-color: lightgrey;
}
.searchTextBox
{
	height: 18px;
	width: 100%;
	font-family: Tahoma;
	font-size: 8pt;
	border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 1px solid;
	background-color: #ffffef;
}
.Grid
{
	border-color: #cbc8c0;
	border-style: none;
	border-width: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding: 2px;
	width: 100%;
}
.Grid A
{
	padding: 0;
	font-family: Tahoma;
	font-size: 8pt;
	color: #ff6633;
	text-decoration: none;
}
.Grid A:Hover
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #ff3300;
	text-decoration: none;
}
.GridRow TD
{
	font-family: Tahoma;
	font-size: 8pt;
	border-style: none;
	color: #ffffcc;
	padding: 2px;
	vertical-align: top;
}

.GridAlterRow TD
{
	border-style: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #ffffff;
	border-left-width: 1px;
	border-right-width: 1px;
	padding: 2px;
	vertical-align: top;
}
.GridSelectedRow TD
{
	border-style: none;
	border-style: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #ffffcc;
	background-color: dimgray;
	vertical-align: top;
}
.GridHeader
{
	background-image: url(Images/Grid/headerBg.gif);
	background-repeat: repeat-x;
	border-style: none;
	font-family: Tahoma;
	font-size: 8pt;
	color: #425642;
	background-color: #cbd6bf;
	height: 26px;
}
.DropDown
{
	height: 16px;
	width: 153px;
	font-family: Tahoma;
	font-size: 8pt;
	border-right: #ff9933 1px solid;
	border-top: #ff9933 1px solid;
	border-left: #ff9933 1px solid;
	border-bottom: #ff9933 1px solid;
	background-color: #ffffef;
}
