@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

.title { font-size:24px !important; } 

body {
	background-color: #9AC956;
	background-position: ;
	background-attachment: ;
	background-repeat: ;
}

body,td {
	color: #666666;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

img { border:3px solid #49b3c6; } 

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	10px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color:#ffffff;
	filter:alpha(opacity=100);

}
.container {
	color: #666666;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;


}

.container .heading {
	padding: 10px;
	background-color: #49b3c6;
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	-moz-border-radius: 45px;
-webkit-border-radius: 45px;
border-radius: 45px;

margin:15px 10px 10px 10px;
}

.content {
	padding:5px;
}

.container_transparency { -webkit-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25); -moz-box-shadow: inset 0 0 8px rgba(0,0,0, 0.25);
border: 1px dashed #ffffff;
} 
