BODY {
	background-color: white;
	text: black;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #e7e7f7;
	scrollbar-highlight-color: e7e7f7;
	scrollbar-3dlight-color: #e7e7f7;
	scrollbar-darkshadow-color: #e7e7f7;
	scrollbar-track-color: #e7e7f7;
	scrollbar-arrow-color: #000080
}

.box {
	border: 1px solid #000080;
}

TR.dark {
	background: #000080;
}

TR.light {
	background: #a0a0e0;
}

TR.small, TD.small {
	font-size: 10pt;
}

TR.smalls, TD.smalls {
	font-size: 10pt;
	border-top: 1px solid #000080;
	margin-top: 10px;
}

TR.smallr, TD.smallr {
	font-size: 10pt;
	border-top: 1px solid red;
	background: #fdd;
}

TR.smallp, TD.smallp {
	font-size: 10pt;
	border-bottom: 1px solid green;
	background: #dfd;
}

TD {
	color: #000080;
	font-size: 10pt;
}

TD.th, TR.th {
	font-weight: bold;
}

TD.title, TR.title, P.title {
	color: red;
	font-weight: bold;
	font-size: 14pt;
}

TD.links {
	color: white;
	font-size: 10pt;
}

A.links:link {
	color: white;
	font-size: 10pt;
	text-decoration: none;
}

A.links:visited {
	color: white;
	font-size: 10pt;
	text-decoration: none;
}

A.links:hover {
	color: #000080;
	background: white;
	font-size: 10pt;
	text-decoration: none;
}

A:link {
	color: blue;
	text-decoration: none;
}

A:visited {
	color: #800080;
	text-decoration: none;
}

A:hover {
	color: white;
	background: #000080;
	text-decoration: none;
}


div.popUp {
	position:absolute;
	top:0;
	left:0;
	background:white;
	z-index:9999;
	padding:4px;
	border:1px solid #000080;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;	
	}
	
div.popUpTitle {
	position:relative;
	padding:4px;
	}
	
div.popUp h3 {
	color:#000080;
	font-size:18px;
	font-weight:normal;
	margin:0;
	}

div.popUpTitle a {
	position:absolute;
	top:2px;
	right:8px;
	height:20px;
	line-height:20px;
/*	width:20px; */
	}

div.popUpTitle a:hover {
	background-position:20px 0;
	}
	
div.popUpContent {
	background:white;
	padding:5px 5px 2px 5px;
	clear:both;
	margin-top:5px;
	}
	
#frmFL {
	display:none;
	}

#blanket {
	background-color: #223;
	opacity: 0.65;
	-moz-opacity:0.65;
	filter: alpha(opacity=65);
//	-moz-opacity:0.0;
//	filter:alpha(opacity=0);
//	opacity: 0;
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	}

/* fixtures live stuff */
#fl .fbreadcrumbs, #fl .fcontent .fl_ad_468 a img, #fl .fcontent .fl_ad_234 a img, #fl .fcontent .page_name {
	margin-top: 0px;
	margin-bottom: 0px;
	display: none;
}

#fl .fcontent {
	width: 100%;
}

#fl .fcontent .fl_layout_header table, #fl .fcontent .fl_layout_header td {
	border: solid 0px white;
}

#fl .fcontent .fl_layout_body table, #fl .fcontent .fl_layout_body td {
	border: solid 0px white;
}
	
#fl .fcontent .fl_layout_header td img, #fl .fcontent .fl_layout_body td img {
	padding: 0px;
	margin: 0px;
	border: solid 0px white;
}

#fl {
	padding-bottom: 0px;
}

#fl a:hover {
	background: white;
}
	