@charset "UTF-8";

a,a:link,a:active,a:hover { 
	color:#006699;
}

a:visited   {
	color:#006699;
}

body {
	background: url(https://img.mfcimg.com/photos2/922/9227386/648-851-201-463-3205154.jpg);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
        line-height: 25px;
}

body,td {
	color: #000033;
	font-family: 'Helvetica';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

td .clock	{	font-size:9px;	}

.container_padding {
        padding: 10px;
	height:	100%;
        position: realtive;
}

.container_transparency {
	height:100%;
	width:100%;
	background: url(https://img.mfcimg.com/photos2/922/9227386/428-784-551-591-3208424.jpg);
        background-color: transparent;
        float: left;
        opacity: 0.8
}
.container {
	color: #000033;
	position:relative;
	border: 4px groove #cc99ff;
	padding: 10px;
	height: 100%;
	background-color: transparent;
        min-height: 175px;
}

.container .heading {
	margin: 10px;
	background-color: #;
	color: #000033;
	font-family: 'Comic Sans MS';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
}

.content {
	padding:10px;
}

.wall_options #comment {
	background-color: transparent;
}
.wall_options input {  
        height: 25px;
        background-color: transparent;
}

.status_key,
.status_value,
.blurb_key,
.blurb_value {
	font-size: 18px;
	padding-left: 10px;
}