@charset "UTF-8";

a:link,a:active { 
	color:#3A6F81;
}

a:visited, a:hover   {
	color:#3A6F81;
        text-decoration: none;
}

body {
	background-color: #363B3F;
	background-position: ;
	background-attachment: ;
	background-repeat: ;
}

body,td {
	color: #9AAC94;
	font-family: 'Arial';
	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-color: #363B3F;
	filter:alpha(opacity=10);
}
.container {
	color: #9AAC94;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
        filter:alpha(opacity=90);
}

.container .heading {
	padding: 5px;
	background-color: #B01F2E;
	color: #363B3F;
	font-family: 'Arial';
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

}

.content {
	padding:5px;
}

.interests_info {
        color: #9AAC94;
	font-family: 'Arial';
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        box-shadow: 0 0 5px rgba(81, 203, 238, 0);
        -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
        -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}

.wall_options textarea {
        background: #363B3F;
        color:#9AAC94;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border:#9AAC94 1px solid;
        padding: 8px;
        margin-top: 5px;
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        box-shadow: 0 0 5px rgba(81, 203, 238, 0);
        -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
        -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 0);
}
.wall_options textarea:focus {
        outline:none;
        border:#B01F2E 1px solid;
        box-shadow: 0 0 5px rgba(176, 31, 46, 1);
        -webkit-box-shadow: 0 0 5px rgba(176, 31, 46, 1);
        -moz-box-shadow: 0 0 5px rgba(176, 31, 46, 1);
}

.wall_options input[type='submit']{
        margin-top: 30px;
        padding: 5px;
	text-align: center;
	color: #363b3f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid #9aac94;
	background-color: #9aac94;
        box-shadow: 0 0 5px #b01f2e;
        -webkit-box-shadow: 0 0 5px #b01f2e;
        -moz-box-shadow: 0 0 5px #b01f2e;
}

.wall_options input[type='submit']:hover{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 5px #9aac94;
	-moz-box-shadow: 0 0 5px #9aac94;
	box-shadow: 0 0 5px #9aac94;
}

.wall_options input[type='submit']:active{
	-webkit-box-shadow: inset 0 0 3px #363b3f;
	-moz-box-shadow: inset 0 0 3px #363b3f;
	box-shadow: inset 0 0 3px #363b3f;
        border: 1px solid #363b3f;
}