@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background-color: #ffffff;
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;

}

body,td {
	color: #000000;
	font-family: 'Helvetica';
	font-weight: ;
	font-style: ;
	font-size: 11px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	4px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #;
	filter:alpha(opacity=0);
	background:;
}
.container {
	color: #000000;
	position:relative;
	border: px  #;
	padding:	4px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 4px;
	background-color: #ccccff;
	color: #;
	font-family: 'Helvetica';
	font-weight: ;
	font-style: ;
	font-size: 11px;
}

.content {
	padding:4px;
}

#navigation {
position: fixed;
top: 0;
width: 100%;
color: #ffffff;
height: 35px;
text-align: center;
font-family: Happy Monkey, arial;
font-size: 1.5em;
font-weight: bold;
padding-top: 15px;
/ Adds shadow to the bottom of the bar /
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-moz-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
/ Adds the transparent background /
background-color: rgba(147, 149, 151, 0.9);
color: rgba(1, 1, 1, 0.9);
}
#navigation a {
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
color: white;
text-decoration: none;
}

#navigation a:hover, a:visited {
color: black;
}
