/*
html{
	overflow-y: scroll;
}
*/


html, body{
	height: 100%;
	min-height: 100%;

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.wrapper{
	position: relative;
	min-height: 100%;
	overflow: hidden;
}


:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}


img:not([src]){
	visibility: hidden;
}





.cannot_select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


a:focus {
	outline: none;
}


button:focus {
	outline: none;
}



@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
	img:-moz-broken {
		-moz-force-broken-image-icon: 0;
	}
}


.halfWidth{
	width: 50%;
	float: left;
}

.clear{
	clear: both;
}


.floatedRight{
	float: right;
}


.piLinkButton{
	display: inline-block;
	background: url(../images/btns.png) 0 0 repeat-x;
	background-position: 0 -22px;
	font-size: 13px;
	text-decoration: none;
	color: white;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 9px;
	height: 21px;
	box-shadow: 0 0 3px #9e9d9d;

}


.piLinkButton:hover{
	color: white;
	background-position: 0 -45px;
}


.textColor1{
	color: red;
}

.textColor2{
	color: #008000;
}

.textColor3{
	color: #FF5F23;
}

.textColor4{
	color: #d3987e;
}

.textColor5{
	color: #DB0100;
}

.textColor6{
	color: #434343;
}

.textColor7{
	color: yellow;
}

.textColor8{
	color: #c9fa36;
}

.textColor9{
	color: white;
}



.uppercase{
	text-transform: uppercase;
}



.button2{
	background: #6796DD;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
	border-radius: 4px;
	line-height: 14px;
	padding: 7px 24px;
	/*box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
}


.button4{
	background: #ffad71;
	color: white;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	border-radius: 4px;
	line-height: 14px;
	padding: 5px 20px;
	/*box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
}

.button4:hover{
	color: white;
}



.button3{
	color: #515151;
	display: inline-block;

	border: 1px solid #a8a8a8;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	border-radius: 11px;
	line-height: 14px;
	padding: 3px 10px;

}

.button3:hover{
	color: #6796DD;
	background: #e4f1ff;
	border: 1px solid #6796DD;
}





.button2:hover{
	color: white;
	text-decoration: none;
}









.chat-messages ul li.messageToMe {
    background: #c3e4ff;
}