@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#087D90;
}

a:visited   {
	color:#0CB1CA;
}

body {
	background: #000000;
	background-position: top right;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

body,td {
	color: #0CB1CA;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:10px;	}

.container_padding {
	padding:	10px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #;
	filter:alpha(opacity=5);
}
.container {
	color: #0CB1CA;
	position:relative;
	border: 1px solid #;
	padding:	10px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 2px;
	background-color: transparent;
	color: #0CB1CA;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
}

.content {
        width:420px;
	padding:19px;
}
