﻿.SubNavPanel
{
    overflow: auto;
}
.SideBarPanel
{
	vertical-align: top;
	background-color: White;
	background-attachment: fixed;
	background-position: bottom left;
	/*background-image: url(images/imis_colorpiece.gif);*/
	background-repeat: no-repeat;
}
.SubNavPanelHead
{
    margin-top: 2px;
    padding: 2px 0px 0px 10px;
    min-height: 30px;
    background-image: url(images/orange_gradient.gif);
    background-repeat: repeat-x;
    background-color: #f8ad00;
    font-weight: bold;
    font-size: 14pt;
    color: White;
}
.SubNavPanelBody
{
    width: 97%;
    height: auto;
	background-color: #FFFFFF;
	filter: alpha(opacity=87);
}
/* I think these are used in the framework.master */
#pagesubnav
{
	width: 157px;
	min-width: 157px;
	height: 100%;
	vertical-align: top;
	margin: 0px 12px 0px 3px;
	background-position: left bottom;
	/*font-size: 8pt;*/
	/*background-image: url(images/imis_colorpiece.gif);*/
	background-repeat: no-repeat;
}
#pagesubnavhead
{
	background-color: #FFCC33;
	height: 40px;
	width: 100%;
}
#pagesubnavbody
{
	width: 100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=87);
}
.navlink hr
{
	height:1px;
	color:#000000;
	width:95%;
	text-align:center;
	padding:0px;
}

.navlink, .navlinkselected, .navlinkhover
{
	font-size: 8pt;
	padding-left: 3px;
	width:100%;
	padding: 2px 1px 1px 3px;
}
.navlinkhover
{
	background-color: #e6e8e7;	
}
.navlinkselected
{
	background-color: #CCCCCC;
}
a.navlink
{
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
	width:100%;
}
span.navlink
{
	text-decoration: none;
	color: #333333;
	font-weight: bolder;
	width:100%;
	cursor: pointer;
}
 