﻿body
{
	text-align: center;
	margin: 10px;
	background: #D6D3D3 url(/static/images/bg.jpg) repeat-x;
	background-color: #EFEFEF;
	font: 9pt sans-serif;
	font-family:Arial;
}
.ShellMain
{	
	margin: 0 auto;
	text-align: left;
	width: 850px;
	height:600px;
}
/*MASTER PAGE*/
.ShellSideBar
{
	height: 100%;
	border-right: solid #CCCCCC 1px;
	width: 149px;
	clear:both;
	float: left;
}
.LeftBarTitle
{
	padding: 2px;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	font-size: 13pt;
	font-weight:bold;
	float:left;
	width:145px;
}
.LeftBarTitle a
{
	text-decoration: none;
	color: #404D60;
	padding:2px 5px;
}
.LeftBarTitle a:hover
{
	color: #A32439;
}
.ShellColumns
{
	width: 100%;
	background: #FFFFFF;
	float: left;
}
.ShellMainContent
{
	float: left;
	width:615px;
	padding: 15px 15px 10px 15px;
}
/*************************************************************************************** Slide Out Menu */
.ShellSideBar ul.topnav 
{
	padding: 2px 2px;
	margin: 0px;
	list-style-type: none;
}
.ShellSideBar ul.topnav li 
{
	float: left;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	width:100%;
	margin-bottom: 2px;
	border-bottom: 1px solid #D7D7D7;
	border-top:1px solid #EEEFF0;
	background-color: #EEEFF0;
	padding: 1px;
}
.ShellSideBar ul.topnav li a
{
	width: 135px;
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 0 3px 0 5px;
	float: left;
}
.ShellSideBar ul.topnav li a:hover
{
	background-color: #DDDDDD;
}
.ShellSideBar ul.subnav 
{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 149px; 
	background-color: #EEEFF0;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 164px;
	border: 1px solid #AAAAAA;
	top:-3px;
	z-index:1;
}
.ShellSideBar ul.subnav li
{
	margin: 0; 
	padding: 0;
	border-top: 1px solid #777880; /*--Create bevel effect--*/
	border-bottom: 1px solid #DDDEE0; /*--Create bevel effect--*/
	clear: both;
	width: 154px;
	background-color:#EEEFF0;
	padding:3px 5px;
}
.ShellSideBar ul.subnav li a:hover
{
	background-color:#DDDDDD;
}

.ShellSideBar ul
{
	padding: 2px 2px;
	margin: 0px;
	list-style-type: none;
}
.ShellSideBar li
{
	margin-bottom: 2px;
	border-bottom: 1px solid #D7D7D7;
	border-top:1px solid #EEEFF0;
	padding: 1px;
}
div.ShellSearch
{
	padding:5px 0 0 7px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin:5px 0;
}
