@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:hover {
        text-decoration:underline;
}

a:visited   {
	color:#;
}

a {
        text-decoration:none;
        font-weight:bold;
}

body {
	background-color: #31A2A8;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #003300;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #96FAFF;
	filter:alpha(opacity=100);
        border-radius:7px;
}
.container {
	color: #003300;
	position:relative;
	border: px groove #9933cc;
	padding: 5px;
        margin: 5px;
	height: 100%;
	background-color:#96FAFF;
        border-radius: 7px
}

.container .heading {
	padding: 5px;
	background-color: #C4FCFF;
        border-radius: 5px;
	color: #003300;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}
