<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
#cursmdcursBox
	{
		font-family: Arial, Helvetica, FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
		font-size: 12px;
	}
#cursmdcursBox img
	{
		border: 0;
	}
#cursmdcursBox h1
	{
		font-size: 13px;
		font-weight: bold;
		margin: 0;
	}
#cursmdcursBox
	{
		margin: 0;
		height: 200px;
		background: #ffffff;
		text-align: center;
		position: relative;
	}

#cursmdcursBox table
	{
		padding-left: 10px;
		margin-top: 10px;
	}
#cursmdcursBox td
	{
		text-align: right;
		font-size: 12px;
		font-weight: bold;
		padding:0 7px 7px 0;
	}
* html #cursmdcursBox td {
        padding-right: 8px; /* IE 6 and below */
}

#cursmdcursBox .top 
	{
		height: 39px;
		padding-top: 8px;
		background: #FFF;
		background: url(../images/widget_bg_up.gif) top repeat-x;
	}
#cursmdcursBox .subtitle
	{
		color: #646162;
		font-size: 11px;
	}
#cursmdcursBox .bottom 
	{
		height: 42px;
		background: #FFF;
		color: #F2A200;
		background: url(../images/widget_bg_down.gif) bottom repeat-x;
		position: absolute;
		bottom: 0;
		right:0;
		width: 100%;
		text-align: center; 
	}
#cursmdcursBox .poweredBy
	{
		text-align: right;
		padding-right: 8px;
		padding-top: 8px;
	}
#cursmdcursBox .bottom a, a:visited
	{
		text-decoration: none;
		color: #F2A200;
	}
#cursmdcursBox .bottom a:hover
	{
		text-decoration: underline;
	}
</pre></body></html>