/* CSS Document */body,td,th {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #666666;}body {	background-color: #CC9900;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}a:link {	color: #CC6600;}a:visited {	color: #CC6600;}a:hover {	color: #CC9900;}a:active {	color: #CC9900;}a.cat:link {	color: #999;	text-decoration: none;}a.cat:visited {	color: #999;	text-decoration: none;}a.cat:hover {	color: #CC9900;	text-decoration: none;}a.cat:active {	color: #CC9900;	text-decoration: none;}a.ft:link {	color: #333333;	text-decoration: none;}a.ft:visited {	color: #333;	text-decoration: none;}a.ft:hover {	color: #000;	text-decoration: none;}a.ft:active {	color: #000;	text-decoration: none;}h1,h2,h3,h4,h5,h6 {	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;	font-weight: bold;}h1 {	font-size: 24px;	color: #999999;	padding: 5px 15px 5px 10px;	margin-right: 5px;	margin-left: 5px;	margin-top: 5px;	margin-bottom: 5px;}h2 {	font-size: 14px;	color: #CC9900;}h3 {	font-size: 14px;	color: #666666;}h4 {	font-size: 16px;	color: #666666;}.whtbg {	background-color: #FFFFFF;}.topbg {	background-color: #FFFFFF;	background-image: url(img/topbg.gif);	background-repeat: repeat-x;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #666666;}.brdsx {	background-image: url(img/bg_sx.jpg);	background-repeat: repeat-y;	background-position: right;}.brddx {	background-image: url(img/bg_dx.jpg);	background-repeat: repeat-y;	background-position: left;}.greybg {	background-color: #E5E5E5;	background-image: url(img/tabbot.gif);	background-repeat: no-repeat;	background-position: bottom;}.s15 {	margin: 5px;	padding: 5px 15px;}.footer {	background-color: #FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #999999;	line-height: 15px;	padding: 15px;}.botbg {	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;	font-size: 12px;	color: #666666;	padding: 10px;	background-image: url(img/botbg.gif);	background-repeat: repeat-x;	background-color: #FFFFFF;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #666666;}.frame {	border: 10px solid #FFFFFF;}#dhtmltooltip{position: absolute;left: -300px;width: 150px;border: 1px solid black;padding: 2px;background-color: lightyellow;visibility: hidden;z-index: 100;/*Remove below line to remove shadow. Below line should always appear last within this CSS*/filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);}#dhtmlpointer{position:absolute;left: -300px;z-index: 101;visibility: hidden;}.quadro {	margin: 10px;	padding: 5px;	border: 1px solid #CC9900;}.introbg {	background-color: #FFFFFF;	background-image: url(img/introbg.gif);	background-repeat: repeat-x;}/* - - - - - - - - - - - - - - - - - - - - -Title : Lightbox CSSAuthor : Kevin HaleURL : http://particletree.com/features/lightbox-gone-wild/Created : January 13, 2006Modified : February 1, 2006- - - - - - - - - - - - - - - - - - - - - */#lightbox{	display:none;	position: absolute;	top:50%;	left:50%;	z-index:9999;	width:600px;	height:480px;	margin:-220px 0 0 -300px;	border:10px solid #fff;	background:#FDFCE9;	text-align:left;}#lightbox[id]{	position:fixed;}#overlay{	display:none;	position:absolute;	top:0;	left:0;	width:100%;	height:100%;	z-index:5000;	background-color:#000;	-moz-opacity: 0.85;	opacity:.85;	filter: alpha(opacity=85);}#overlay[id]{	position:fixed;}#lightbox.done #lbLoadMessage{	display:none;}#lightbox.done #lbContent{	display:block;}#lightbox.loading #lbContent{	display:none;}#lightbox.loading #lbLoadMessage{	display:block;}#lightbox.done img{	width:100%;	height:100%;}                 				 #mbox{background-color:#eee; padding:8px; border:2px outset #666;}#mbm{font-family:sans-serif;font-weight:bold;float:right;padding-bottom:5px;}#ol{background-image: url(overlay.png);}.dialog {display:none}* html #ol{background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");}