@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#6666ff;
}

a:visited   {
	color:#0000cc;
}

body {
	background-color: #003300;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

body,td {
	color: #666666;
	font-family: 'Palatino Linotype';
	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: #ccccff;
	filter:alpha(opacity=100);
}
.container {
	color: #666666;
	position:relative;
	border: px  #0066cc;
	padding:	7px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #6699ff;
	color: #000000;
	font-family: 'Palatino Linotype';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

.content {
	padding:5px;
}
