/*
Naming Conventions:
SideNav - Navigation Tree that appears on the left hand side of the site
GlobalNav - Navigation Menu that appears horizontally across the top of the site
Main - Style for the resting state of the items in the menu
Hover - Style for a node item when the mouse hovers over it
Active - Style for the item that currently has focus (last selected by user)
*/

.SideNavMain
{
	color: White;
	font-size: 8pt;
	font-family: Arial, Tahoma, sans-serif;
	cursor: hand;
	background-color: #92AAB9;
	font-weight: bold;
}

.SideNavHover
{
	font-weight: bold;
	color: #D7D5C1;
	cursor: hand;
}

.SideNavActiveNode
{
	font-weight: bold;
	color: #D7D5C1;
	cursor: hand;
}

.GlobalNavMain
{
	background-color: #444444;
	font-family: MS Sans Serif;
	font-size: 7pt;
	cursor: hand;
	color: White;
	font-weight: bold;
	border-style: none;
	border-width: 0px;
	text-align: center;
}

.GlobalNavHover
{
	background-color: #526E80;
	font-family: MS Sans Serif;
	font-weight: bold;
	color: White;
	cursor: hand;
	text-align: center;
}

.GlobalNavActiveItem
{
	background-color: #526E80;
	font-family: MS Sans Serif;
	font-weight: bold;
	color: White;
	cursor: hand;
	text-align: center;
}

.GlobalNavSeparator
{
	background-color: #526E80;
}

.ResRequestMain
{
	border-color: #0056D7;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
}

.ResRequestDefT
{
	border-width: 0px 0px 1px 0px;
	border-color:#0056D7;
	border-style:Solid;
	height:20px;
	padding:0 0 0 5px;
	cursor:Hand;
	/*background:url(/ig_common/images/ig_tab_blueb1.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}

.ResRequestDisT
{
	border-width:0px 0px 1px 0px;
	border-color:#0056D7;
	border-style:Solid;
	height:20px;
	color:Gray;
	padding:0 0 0 5px;
	cursor:Default;
	/*background:url(/ig_common/images/ig_tab_blueb1.gif);*/
	background-repeat: no-repeat;
	background-position: left top;	
}

.ResRequestSelT
{
	background-color: #E1EDFF;
	height:20px;
	padding:0 0 0 5px;
	cursor:Default;
	/*background:url(/ig_common/images/ig_tab_blueb2.gif);*/
	background-repeat: no-repeat;
	background-position: left top;	
}

.ResRequestDefTR
{
	border-width:0px 0px 1px 0px;
	border-color:#0056D7;
	border-style:Solid;
	width:5px;
	cursor:Hand;
	font-size:2px;
	/*background:url(/ig_common/images/ig_tab_blueb1.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}

.ResRequestSelTR
{
	width:5px;
	cursor:Default;
	font-size:2px;
	/*background:url(/ig_common/images/ig_tab_blueb2.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
}

.ResRequestSepT
{
	border-width:0px 0px 1px 0px;
	border-color:#0056D7;
	border-style:Solid;
	height:100%;
	cursor:Default;
}