@charset "UTF-8";

a         { font-family: Arial; font-size: 14px; }
a:link    { color: #CCCCCC; text-decoration: none; }
a:active  { color: #EFEFEF; text-decoration: none; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover   { color: #FF0E80; text-decoration: none; }


body {
	background-color: #000000;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
font-family: Arial;
font-weight: normal;
font-size: 14px;
}

body,td {
	color: #ffffff;
}


td.clock{	
font-size: 22px;
font-family: Arial;
font-weight: normal;
color: #ffcc00;	
}


.blurb_key, .blurb_value, .status_key{	
font-size:14px;	
color:#ffffff;
}



.container_padding {
	padding:	4px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #transparent;
	filter:alpha(opacity=100%);
}
.container {
	color: #ffffff;
	position:relative;
border-collapse: collapse;
border-style: solid;
border-width: 2px;
border-color: #8C19FF;
	padding:	4px;
	height: 100%;
	background-color:ff00cc;
}

.container .heading {
	padding: 4px;
	background-color: #ff00cc;
	color: #000000;
font-size: 16px;
font-family: Arial;
font-weight: normal;
}

.content {
	padding:4px;
}
