/**
 * Global style sheet
 */
 
 *
 {
 	padding	: 0px;
 	margin	: 0px;
 }
 
 a:link
 {
 	color			: #999999;
 	text-decoration	: none;
 }
 
 a:visited
 {
 	color			: #999999;
 	text-decoration	: none;
 }
 
 a:hover
 {
 	color			: #000000;
 	text-decoration	: underline;
 }
 
/**
  * The head for the entire page
  */
 .PageHeader
 {
 	border-bottom		: 1px solid #999999;
 	background-color	: #EEEEEE;
 	height				: 50px;
 }
 
 .TabStrip
 {
 	position			: absolute;
 	top					: 22px;
 	margin-left			: 10px;
 }
 
 .TabStrip .TabButton
 {
 	width			: 100px;
 	position		: relative;
 	padding			: 4px;
 	border			: 1px solid #999999;
 	color			: #999999;
 	text-decoration	: none;
 
 	top				: 4px;
 }
 
 .TabStrip .TabButton input
 {
 	font-size		: 9pt;
 }
 
 .TabStrip a:link
 {
 	width			: 100px;
 	position		: relative;
 	padding			: 4px;
 	border			: 1px solid #999999;
 	color			: #999999;
 	text-decoration	: none;
 	
 	top				: 4px;
 }
 
 .TabStrip a:visited
 {
 	width			: 100px;
 	position		: relative;
 	padding			: 4px;
 	border			: 1px solid #999999;
 	color			: #999999;
 	text-decoration	: none;
 	
 	top				: 4px;
 }
 
 .TabStrip a:hover
 {
 	width			: 100px;
 	position		: relative;
 	padding			: 4px;
 	color			: #999999;
 	
 	top				: 4px;
 	border-bottom	: 1px solid white;
 	color			: #000000;
 	text-decoration	: underline;
 }
 
 .MidInfo
 {
 	background-image	: url(../images/middle_mid.png);
 	background-repeat	: repeat-x;
 	margin				: 20px;
	text-align			: center;
	font-size			: 24pt;
	vertical-align		: center;
 }
 
 
 	.BBListRow a:link, .BBListRow a:visited
 	{
 		color				: black;
 		display				: block;
 		padding				: 0px 2px;
 		cursor				: default;
 	}
 	
 	.BBListRow a:hover
 	{
/* 		background-color	: #4785b0;
 		color				: #ffffff;
*/
 	}
 
 	.BBListRow
 	{
 		margin			: 2px 0px;
 		border-bottom	: 1px solid black;
 	}
 	
 	.BBListDate
 	{
 		font-size		: 9pt;
 		color			: #555555;
  	}
  	
  	.FloatingTip
  	{
  		display				: none;
  		position			: absolute;
  		background-color	: #4785b0;
  		color				: #ffffff;
  		padding				: 10px;
  		margin-top			: 10px;
  		margin-left			: 10px;
  		border				: 1px solid black;
  		
  	}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 