body {
		
	Background-color: #460000;
	color: #000000;
	background-image: url('/Include/background_slice.gif');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-size: 10pt;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
}

.menu {
	font-size: 11px; 
	color: #F6D4D1; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.menu:hover {
	font-size: 11px; 
	color: #F6D4D1; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}
.topmenu {
	font-size: 12px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:none; 
	font-weight:bold;
}
.topmenu:hover {
	font-size: 12px; 
	color: #ffffff; 
	line-height:18px; 
	text-decoration:underline; 
	font-weight:bold;
}

.big3 {
	font-size: 13px; 
	color: #ffffff; 
	line-height:16px; 
	text-decoration:none; 
	font-weight: bold; 
}
/**************************************************/
/* Table Stats ************************************/
table.Stats
{
	border: 1px solid #ccc;
}
table.Stats th
{
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #eee;
}
table.Stats td
{
	border: 1px solid #ccc;
	padding: 4px;
}
/********************************************************/
/* This is for the Time/Note iFrame */

#Layout_Overlay
{
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	display: none;
}

#Layout_Overlay_Background
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	position: fixed; 
	left: 0px; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	background-color: #666666; 
	opacity: 0.6; 
}

#Layout_Overlay_Header
{
	position: fixed; 
	font-size: 12pt;
	top: 225px; 
	height: 21px; 
	left: 30%; 
	width: 40%; 
	border: 2px solid #000; 
	background-color: #000;
	text-align: right;
}

#Layout_Overlay_Header a
{
	font-weight: bold;
	color: #fff;
}

#Layout_Overlay_Header a:hover
{
	color: #ff0;
}

#Layout_Overlay_Container
{
	position: fixed; 
	top: 250px; 
	left: 30%; 
	width: 40%; 
	height: 40%;
	border: 2px solid #000;
	border-top: none;
}

#Layout_Overlay_Frame
{
	width: 100%; 
	height: 100%; 
	background-color: #fff;
	border: 0px;
}
/********************************************************/



