﻿/*------------------------------------------------------------------------
-- Name:		SideNavigationUserControl.css
-- Purpose:		Styles for the side navigation bar
------------------------------------------------------------------------*/
div.SideNavigationUserControl li
{
	margin-left: 6%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5%;
	list-style: none;
}

div.SideNavigationUserControl h2
{
	padding:0;
	margin-left: 6%;
	color: #201d56;
	font-size: 100%;
}

div.SideNavigationUserControl li a
{
	color: #201d56;
	text-decoration: none;
}
div.SideNavigationUserControl li a:hover
{
	text-decoration: underline;
}

div.SideNavigationUserControl div.MenuHeader
{
	margin-top: 10px;
	margin-left: 8px;
	width: 187px;
	background-image: url(images/SideNavigation/SideNavHeader.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.SideNavigationUserControl div.MenuWrapper
{
	margin-left: 8px;
	width: 187px;
	background-image: url(images/SideNavigation/SideNavBackground.gif);
	background-repeat: repeat-y;
}

div.SideNavigationUserControl div.MenuFooter
{
	margin-left: 8px;
	width: 187px;
	height: 6px;
	background-image: url(images/SideNavigation/SideNavRoundedCorners.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	overflow: hidden; /* Avoids scrollbars */
}

div.SideNavigationUserControl div.RICSLogo
{
	padding-top:1%;
	padding-bottom: 1%;
	text-align: center;
/*
	float: left;
*/
}

div.SideNavigationUserControl div.RICSLogo p
{
	padding-bottom: 5px;
	font-size: 80%;
	color: #cccccc;
}
div.SideNavigationUserControl div.RICSLogo img.RICSLogo
{
	height: 41px;
	width: 105px;
}
