@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background: #a923c4;
background: -moz-linear-gradient(left, #a923c4 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a923c4), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(left, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(left, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(left, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(left, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a923c4', endColorstr='#7db9e8',GradientType=1 );
}

body,td {
	color: #000000;
	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: -moz-linear-gradient(-45deg, #a923c4 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a923c4), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a923c4', endColorstr='#7db9e8',GradientType=1 );
	filter:alpha(opacity=100);
}
.container {
	color: #000000;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background: -moz-linear-gradient(-45deg, #a923c4 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a923c4), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
background: -webkit-linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -o-linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: -ms-linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
background: linear-gradient(-45deg, #a923c4 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a923c4', endColorstr='#7db9e8',GradientType=1 );
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}
