@font-face {
    font-family: tektron;
	src: url('fonts/tektron.ttf');
}

@font-face {
    font-family: misa;
    src: url('fonts/13_Misa.ttf');
}

body {
    background-color: black;
    font-family: Verdana; 
    color: #59c6fe;
    padding: 0px;
    margin: 0px;
}

#userlist {
    display: none;
    position: absolute;
    left: 25px;
    top: 25px;
    width: 548px;
    height: 348px;
    overflow: auto;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    border: 1px solid #596C83;
    
    background: rgb(5,38,61); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(5,38,61,1) 0%, rgba(1,18,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,38,61,1)), color-stop(100%,rgba(1,18,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05263d', endColorstr='#01121e',GradientType=0 ); /* IE6-9 */
 
}

#userTable {
    width: 100%;
    height: 100%;            
}

#userTable thead {
    text-align: left;
    font-family: Arial;
    text-shadow: 0px 0px 2px rgba(128, 128, 255, 1);
    color: white;
    background-color: #01121E;
}

#userTable thead th, #userTable tbody td{
    padding: 1px 4px;
}

#userTable tbody {
    font-size: 0.8em;
    
}

.statePlaying, .stateWaiting {
    text-align: center;   
    margin: 0px 10px;
    padding: 3px 10px;    
}

.stateWaiting {
    color: white;
    font-weight: bold;
    cursor: pointer;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    background: rgb(79,133,187); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(79,133,187,1)), color-stop(100%,rgba(79,133,187,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=0 ); /* IE6-9 */

    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8);
}

.stateWaiting:hover {
    background: #84c3ed;
}

.statePlaying {
    font-style: italic;
}

.divCountry {
    width: 20px;
    padding: 2px 0px 0px 4px;
}

.playerName {
    font-family: Arial Black;
}

#html5logo {
    margin: 2px 6px;   
    width: 50px;
    float: left;
}

#credits {
    margin-top: 6px;
    float: left;  
    color: #315C89;
    font-size: 0.7em;
    width: 500px;
}

#credits a {
    color: #315C89;
}

#like {
    margin-left: 14px;
    margin-top: 70px;
    clear:both;
}

#hotkeys {
    margin-top: 6px;
    float: left;  
    color: #315C89;
    font-size: 0.7em;
}

#chatwindow {
    display: none;
    position: absolute;
    
    width: 175px;
    top: 160px;
    left: 610px;
    height: 215px;
    overflow: hidden;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
    border: 1px solid #596C83;
    
    background: rgb(5,38,61); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(5,38,61,1) 0%, rgba(1,18,30,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,38,61,1)), color-stop(100%,rgba(1,18,30,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(5,38,61,1) 0%,rgba(1,18,30,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05263d', endColorstr='#01121e',GradientType=0 ); /* IE6-9 */
 
}

#chatWindowContent {
    font-size: 13px;
	color: #333;
	/*overflow-y: auto;
	overflow-x: auto;*/
    overflow: hidden;
	line-height: 1.3em;

	height: 182px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left: 4px;
	margin-top: 2px;
    
    color: #DDF7FF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;    
}

#chatWindowInput textarea {
    background-color: #192B38;
    color: #DDF7FF;
    font-family: Arial, Helvetica, sans-serif;
    
    border-color: #93A2C1 !important;
    border-style: solid !important;
	border-width: 1px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	

    width: 170px;
	height: 18px;    
}

.chatWindowMessage {
    margin-left: 1em;
	text-align: left !important;
	min-height: 19px;
}

.chatWindowMessageTS {
	font-size: 10px;
	font-weight: normal;
	padding-right: 2px;
}

.chatWindowMessageFrom {
    margin-left:-1em;
    font-weight: bold;
	padding-right: 4px;
    
    color: #AFCDD6;
}

.chatWindowMessageContent {
    font-weight: normal;
    color: White;

}
