/* Watermelon (coined by sunshinegirl)
   ... dark green background with pale-green username, redish text, canary links - use the Green smilies with it  */
      
   
/* Background & scrollbar properties */
body	{
	background-color: #012B01;
	scrollbar-arrow-color: #FFFFEE;
	scrollbar-face-color: #000033;
	scrollbar-base-color: #000033;
	}

/* Style of usernames (and more) */
.nick 	{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FF6347;
	}

/* The message/comments (and more) style */
.say	{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: lightgreen;
    }

/* The comments (and more) with font same as background */
.sekret	{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #012B01;
    }
    
/* Link properties - 99CCFF */
A:link	{
	color: #FFFAA3;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	}

A:visited {
	color: #FFFAA3;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	}

A:active {
	color: #FFFF66;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
	}

A:hover {
	color: #FFFF66;
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
	}

/* Input-fields and buttons */
input {
	color: #FFFFEE;
	background: #000000;
	border: 1px solid #FFFFEE;
	font-size: 9pt;
	font-family: Verdana;
	}

.saybtn	{
	background: #000000;
	border: 1px solid;
	color:#FFFFEE;
	font-size: 9pt;
	font-family: Verdana;
	}

/* View-frames body */
.view	{
	margin-top: 0cm;
	margin-left: 0.2cm;
	margin-right: 0.2cm;
	background-color: #012B01;
	}

/* Input-frames body */
.input	{
	margin-top: 0.1cm;
	margin-left: 0.1cm;
	margin-right: 0.1cm;
	}

.clock	{

	margin-top: 0.0cm;
	margin-left: 0.15cm;
	margin-right: 0.0cm;
   	background-color: #000044;
    }


/* The heading-style in available smilies popup */
.heading {
	font-family: Verdana;
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFEE;
	}

/* a plain white text for smilies popup */
.plainwhite {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFEE;
	}

/* Centers whatever needs to be centered */
.center {
    text-align: center;
	}

/* Hides some input-fields in the input-frame */
.usrn	{
	visibility: hidden;
	}
	

	