/* Default CSS Stylesheet for a new Web Application project */
 
BODY
{
	font-weight: normal;
	font-size: 9pt;
	word-spacing: normal;
	text-transform: none;
	font-family: 'Times New Roman' , Courier, Serif;
	letter-spacing: normal;
	background-color: white;
}
.mnu
{
	font-size:9pt;
	text-align:Left;
	margin-left:1px;
	background-color:#DDDDEE;
}
.mnuHeader
{
	border-right: activeborder 1px outset;
	border-top: activeborder 1px outset;
	font-size: 9pt;
	border-left: activeborder 1px outset;
	color: buttontext;
	border-bottom: activeborder 1px outset;
	background-color: buttonface;
	text-align:left;
	margin: 2px;
	margin-left:5px;
	}
.mnuItem
{
	text-align:left;
	padding-left:25px;
	}
.mnuPager{}
.data
{
	font-size:9pt;
	background-color:#ffffff;
}
.MenuLabelTall{ font-weight:bold;font-size:10pt;padding-left:0px;margin-top:25px;}
.MenuLabel{ font-weight:bold;font-size:10pt;padding-left:0px;}
.MenuText{ font-style:italic;font-size:10pt;padding-left:3px;}
.ReportTitle{font-size:24pt;}
.ReportSubTitle{font-size:18pt;}
.ReportSubTitleLabel{font-size:12pt;}
.ReportHeader
{
	border-right: windowframe 1px solid;
	border-top: windowframe 1px solid;
	font-weight: bold;
	font-size: 10pt;
	border-left: windowframe 1px solid;
	border-bottom: windowframe 1px solid;
	font-variant: small-caps;
}
.LoginLabel{font-weight:normal;}
.LoginBox
{
	font-weight:bold;
	border-right: activeborder 1px outset;
	border-top: activeborder 1px outset;
	border-left: activeborder 1px outset;
	border-bottom: activeborder 1px outset;
	background-color:#B0C4DE;
}
.LoginInput
{
	font-weight: normal;
	background-color: buttonhighlight;
}
.ErrorMessage{font-weight:normal;color:Red;}
.Title
{
	text-align:center;
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 24pt;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: buttonhighlight;
	background-color:#B0C4DE;
}
.SearchBox
{
	border-right:solid 1px silver;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-bottom: solid 1px silver;
}
.ReportFooter{font-size:9pt;}
.Message{font-size:10pt;font-weight:bold;color:#4682B4;text-align:center;padding:100px;}
.Viewed
{
	background-color: #CCCCCC;
}
A:visited
{
	color:Blue;
}
.HelpGroup
{
	background-color:#DDA0DD;
	}
.MenuButton
{
	border-right: activeborder 1px outset;
	padding-right: 2px;
	border-top: activeborder 1px outset;
	padding-left: 2px;
	font-size: 9pt;
	padding-bottom: 2px;
	margin: 2px;
	border-left: activeborder 1px outset;
	color: buttontext;
	padding-top: 2px;
	border-bottom: activeborder 1px outset;
	background-color: buttonface;
	text-align:center;
}
.MenuInput
{
	border-right: 1px inset;
	border-top: 1px inset;
	margin: 3px;
	border-left: 1px inset;
	border-bottom: 1px inset;
	background-color: #B0C4DE;
	padding:4px;
	margin-bottom:5px;
}
.LogoutButton
{
	padding:4px;
	margin:3px;
	font-weight:bold;
	color:Blue;
	margin-bottom:7px;
	margin-left:25px;
	}
#searchControls
{
	margin:0px;
	padding:0px;
	background-color:#DDDDEE;
	}
	/**************************/
#SideBar
{
	width:210px;
	}
.SideBar{width:210px;}
	/**************************/
.fakeGrid
{
	background-color: ButtonFace;
	margin: 1px;
	border: solid 1px #EEEEEE;
	text-align: left;
	padding-left: 25px;
	background-image: none;
}	
.ViewAllButton
{
	padding:4px;
	margin:3px;
	font-weight:bold;
	}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/*pulled the last 3 from the web, don't know if they work.  the filter() is for IE. the others are for different browsers.*/
	
.sortArrow
{
	margin-left:4px;
	}	
.spacedCell
{
	padding-right:15px;
	}
.showAllButton{margin-left:15px;}	

.UsernameLabel{font-size:12pt;margin-left:26px;}
.FilterHeader{font-size:12pt;font-weight:bold;margin:10px;}
	
	
	
	
	
	
	
	
	
	
	