﻿body, * 
{
	padding:0px;
	margin:0px;
	font-size: 8.5pt;
	font-family:Tahoma;
}

.White
{
	background-color:White;
}
.Dark
{
	background-color: rgb(240,240,240);
}

.RightLink
{
	color: Brown;
	text-decoration:none;
}
.RightLink:hover
{
	text-decoration:underline;
}
.WaterMark
{
	padding-left: 5px;
	color: #a9a9a9;
}
.Hidden
{
	display: none;
}
.HiddenWithSpace
{
	visibility: hidden;
}
.Orange
{
	font-weight: bold;
	color: rgb(253,160,91);
	text-decoration:none;
}
.Orange:hover
{
	color: rgb(253,160,91);
	text-decoration: underline;
}
.AppTitle
{
	padding-left:5px;
	font-size: 2.25em;
}
/*		End General Formating	*/


.SidePanel
{
	margin-top: -1px;
	float:left;
	width: 15em;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}

.SidePanel .TitlePanel
{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:5px;
	border-top: solid 1px black;
	font-weight: bold;
	cursor: pointer;
}
.SidePanel dl
{
	padding-left: 10px;
	padding-bottom: 10px;
}
.SidePanel dt
{
	font-weight:bold;
	padding-top:10px;
}
.SidePanel dd
{
	padding-left: 10px;
	padding-top:5px;
	padding-bottom:5px;
}

.SidePanel fieldset
{
	border:none;
	padding-left:10px;
	padding-bottom:10px;
}

.SidePanel input, select
{
	font-size: 8.5pt;
	width:12em;
}
.SidePanel input.Normal
{
	padding-left:5px;
	width: 5em;
}
.SidePanel HR
{
	margin-right: 10px;
	height:1px;
	color: Black;
	border-bottom: solid 1px black;
	border-top: none;
	border-left:none;
	border-right:none;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SidePanel .LeftPadded
{
	padding-left: 17.5px;
}
.SidePanel .FiltersList
{
	padding-left: 0px;
	padding-bottom: 10px;
}
.SidePanel .FiltersList dd
{
	padding-left: 0px;
	padding-right:5px;
}
.SidePanel .PopupInfoPanel
{
	background-color:White;

	border: solid 1px black;
}
.SidePanel .SideMenuCheckBox input
{
	margin-top: -32px;
	margin-left:30px;
	width: 20px;
}

.SidePanel .RememberMeCheckBox input
{
	width:20px;
}

/*		End Side Panel Formating	*/

.PopupBackground
{
	background-color:Black;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.Popup
{
	border: solid 1px black;
	background-color:White;
}
.Popup .PopupTitleBar
{
	background-color: rgb(100,135,220);
	height: 18px;
}
.Popup .PopupTitleBar .Title
{
	float:left;
	clear: right;
	padding-top: 2px;
	padding-left:10px;
	color:White;
	font-weight:bold;
}
.Popup .PopupTitleBar a.PopupCloseButton
{
	float: right;
	color:White;
	background-color:Red;
	padding-right:10px;
	text-decoration:none;
}

.Popup .PopupContent
{
	padding: 10px;
}
/*		Popup Styles		*/
.Content
{
	margin-top: 10px;
	margin-left: 16em;
}

