/*PURE BUTTON*/
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.pure-button {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: 0 rgba(0,0,0,0);
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}
.pure-button:hover, .pure-button:focus {
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}
.pure-button-primary {
	background-color: #0078e7;
    color: #fff;
}

div#warning {
	border-radius: 2px;
	color: #fff;
	background-color: #d00;
	padding: 7px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}
body {
	background-color: white;
	margin: 0px;
	overflow-x: hidden;
}
.Online {
	color: #54a5c4;
}
.InGame {
	color: #90BA3C;
}
.OnlineStateC {
	color: #54a5c4;
}
.OnlineStateC1 {
	color: #54a5c4;
}
.MessageC {
	color: #cfcfcf;
}
.usermessageC {
	color: #A8A8A8;
}
.MSGTimeStampC {
	color: #54a5c4;
}
div#preloader {
	display: none;
}
div#all {
	position: absolute;
	font-family: Arial;
	padding: 10px;
}
div#overlay {
	
}
div#ChatStuff {
	font-family: Arial;
	background-color: white;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
div#chatwindow {
	font-family: Arial;
	width: 396px;
	height: 351px;
	background-color: white;
	background-image: url("Images/Template3.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
div#chat {
	font-family: Arial;
	position: absolute;
	top: 100px;
	left: 22px;
	font-size: 13px;
	line-height: 140%;
	width: 335px;
	height: 175px;
	overflow: hidden;
    word-wrap: break-word;
}
div#settings {
	font-family: Arial;
	display: inline-block;
	vertical-align: top;
}
div#AllSettings {
	background-color: #FaFaFa;
	border: 10px solid #FaFaFa;
}
div#UserSettingsMain {
	background-color: #cccccc;
	border: 10px solid #cccccc;
	display: none;
}
div#TimeSettingsMain {
	background-color: #B3B3B3;
	border: 10px solid #B3B3B3;
	display: none;
}
div#MetaSettingsMain {
	background-color: #909090;
	border: 10px solid #909090;
	display: none;
}
div#ChatAdd {
	font-family: Arial;
	width: 25em;
	position: relative;
}
div#ChatResizeDrag {
	cursor: ns-resize;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
p {
	font-size: 1.2em;
	margin-bottom: .5em;
}
span#Username1 {
	
}
span#Username2 {
	
}
span#message {
	
}
span#usermessage {
	
}
span#colon {
	color: #cfcfcf;
}
span#TabName {
	color: #cfcfcf;
	font-size: 11px;
	position: absolute;
	top: 17px;
	left: 32px;
}
span#ProfileText {
	position: absolute;
	top: 46px;
	left: 64px;
	color: #54a5c4;
	font-size: 11px;
}
span#Nickname {
	color: #A8A8A8;
}
span#GameName {
	position: absolute;
	top: 71px;
	left: 64px;
	color: #90BA3C;
	font-size: 11px;
}
span#MStateTime {
	position: absolute;
	top: 331px;
	left: 15px;
	color: #A8A8A8;
	font-size: 11px;
	white-space: nowrap;
	display: block;
}
span#MSGStartDate {
	white-space: nowrap;
}
span#SettingsCat {
	font-weight: bold;
	font-size: 20px;
}
span#MSGTimeStamp {

}
span#MSGTimeStamp2 {

}
footer {
	position: relative;
	top: 20px;
}
button {
	font-weight: bold;
	font-size: 1.2em;
}
button#Send1 {
	width: 30px;
	height: 30px;
}
button#Send2 {
	width: 30px;
	height: 30px;
}
button#CAUndo {
	font-weight: bold;
}
button#SendSpecialMSG {
	font-weight: bold;
}
button#SetTime {
	position: relative;
	font-weight: bold;
}
img#ProfileIMG {
	position: absolute;
	top: 49px;
	left: 20px;
}
img#Tabx {
	position: absolute;
	left: 95px;
}
img#TBB {
	position: absolute;
	left: 336px;
	z-index: 2;
}
img#Arrow {
	position: absolute;
	top: 46px;
	left: 126px;
}
img#Emoticon {
	position: absolute;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: #54a5c4;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #54a5c4;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}