
@font-face {
    font-family: Hanzel-Extended-Bold;
    src: url(HanzelExtendedBold.ttf);
    font-display: block;
}

body{

}

.UItext{
    font-weight: bold;
    font-size: 14px;
}

.UIbutton{
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}

#uiTextBox{
	margin-top: 10px;
	margin-left: 15px;
	font-weight: bold;
}

#chatDiv{ 
	width: 400px;
	height: 100%;
	/*border-right: 1px solid #666633;*/
	background-color: #dddda6;
}

#chatStream{
	overflow-y: scroll;
	padding-top: 10px;
	padding-bottom: 10px;
	height: calc(100% - 30px);
}

.chat-message{
	font-family: Arial;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#chatInput{
	border-radius: 10px;
    color: #CCDDDD;
    background-color: #332222;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 30px;
    outline: none;
    font-weight: bold;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}

#chatInputArea{
	height: 30px;
}

.chat-announcement{
    font-weight: bold;
    font-size: 15px;
}

.chat-own-message{
    /*text-align: right;
    padding-left: 20px;*/
    color: #0000ff;
    font-weight: bold;
}


.fullScreenContainer{
    width: 100%;
    height: 100%;
}

#preloaderContainer{
    background-color: rgb(11, 52, 131);
}

#preloaderTable{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 36px;
    font-family: Hanzel-Extended-Bold;
}
