﻿body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

del 
{
    text-decoration: line-through;
    color: red;
}

.HeaderMenuItem 
{
	font-size: 15px;
	cursor: pointer;
	color: #3B2415;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
.HeaderMenuItemMouseOver 
{
	color: #3B2415;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
.HeaderMenuItem A
{
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	color: #3B2415;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
.HeaderDropDownMenu
{	
	background-color: #B6D5E7;
	color: #3B2415;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
}
.SelectedMenuItem
{
	background-color: #B6D5E7;
	font-size: 15px;
	cursor: pointer;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
.SelectedMenuItemMouseOver
{	
	background-color: #B6D5E7;
	font-size: 15px;
	cursor: pointer;
	color: #3B2415;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}
.HeaderDropDownMenuItemMouseOver
{	
	color: #FFF;	
}
td img.decoration
{
	display:block;
}
.SubMenu
{
	height: 2px;
	padding-top:4px; 
	padding-bottom:4px; 
	vertical-align:middle;
}
.SubMenuItem
{
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	cursor: pointer;
	color: white;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
}
.SubMenuItemMouseOver
{	
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	cursor: pointer;
	color: #FFF;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
}
.Titles
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}
.OddLines
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana;
    HEIGHT: 20px;
    white-space: nowrap;
    border-spacing: 3px;
}
.EvenLines
{
    FONT-SIZE: 10px;
    FONT-FAMILY: Verdana;
    HEIGHT: 20px;
    BACKGROUND-COLOR: #efefef;
    white-space: nowrap;
    border-spacing: 3px;
}
.TreeViewNode
{
	background-color: #C8E8F5;
	color: #3B2415;
	font-family: verdana;
	font-size: 10px;
	padding: 5px;
}
.TreeViewNodeMouseOver
{
	background-color: #C8E8F5;
	color: #FFF;
	font-family: verdana;
	font-size: 10px;
	padding: 5px;
}
.TreeViewParent
{
	font-size: 10px;
	font-family: verdana;
	color: #3B2415;
	cursor: pointer;
	background-color: #C8E8F5;
}
.TreeViewParentMouseOver
{
	background-color: #C8E8F5;
	color: #FFF;
	cursor: pointer;
	font-family: verdana;
	font-size: 10px;
}
.TreeExpandedArea
{
	font-size: 10px;
	margin-left: 2px;
	width: 16px;
	cursor: pointer;
	color: #3B2415;
	margin-right: 2px;
	font-family: verdana;
	position:static;
	background-color: #C8E8F5;
}
.TreeExpandedArea:hover
{
	color: #FFF;
}
.TreeViewChild
{
	cursor: pointer;
	color: #3B2415;
	font-family: verdana;
	text-decoration: none;
	font-size: 10px;
	padding-top:2px; 
	padding-bottom:2px; 
	background-color: #C8E8F5;
}
.TreeViewChildMouseOver
{
	cursor: pointer;
	color: #FFF;
	font-family: verdana;
	text-decoration: none;
	font-size: 10px;
	padding-top:2px; 
	padding-bottom:2px; 
	background-color: #C8E8F5;
}
.Tab
{
	cursor: pointer;
	font-family: verdana;
	font-size: 10pt;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	background-color: buttonshadow;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.SelectedTab
{
	cursor: pointer;
	font-family: verdana;
	font-size: 10pt;
	border-right: black 3px solid;
	border-top: black 3px solid;
	border-left: black 3px solid;
	background-color: buttonface;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.UserTreeMenu
{
	overflow: auto;
}

.aspNetDisabled
{
	cursor: default;
	color: #888;
}

.row.button
{
	text-align: left;
}

.decoration
{
	display:block;
	width:100%;
	height: 200px; 
	background-repeat:no-repeat; 
	background-position:center;
	background-image:url('../Images/pw_hub_banner.gif');
}

span.CustomerDropDownName 
{
    color: #3B2415;
    font-family: Calibri, Verdana;
}

.FloatLeft 
{
    float: left;
}

.FloatRight 
{
    float: right;
}

.Clear 
{
    clear: both;
}

.RightPadding 
{
    padding-right: 30px;
}

.LeftPadding 
{
    padding-right: 30px;
}
