body {
    font-family: Verdana, Arial, Geneva, Lucida, Helvetica, sans-serif;
    font-size: 11px;
}

a:link {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a:visited {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a:active {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #FFA100;
    cursor: pointer;
}

#Loader
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 3499998;
}

#LoaderInfo
{
	position: relative;
	background-color: #ffffff;
	border: #B2B2B2 solid 2px;
	margin: auto;
	width: 160px;
	height: 100px;
	z-index: 3499999;
	color: #B2B2B2;
	top: 40%;
}

.LoginBox {
    width: 500px;
    height: 168px;
    background-color: #F4F4F4;
    border: 1px solid #E0E0E0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

.Login {
    position: relative;
    float: left;
    margin-left: 90px;
    padding-top: 20px;
    color: #A2A2A2;
}

.test {
    float: left;
    padding: 20px;
    border-right: 1px solid #E0E0E0;
}

.LogOutButton {
    float: right;
    cursor: pointer;
}

.UserOffline {
    display: none;
    height: 54px;
    text-align: center;
    padding-top: 45px;
    background-color: #ffffff;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    color: #A2A2A2;
}

#ChatWith {
    display: none;
}

#ChatBar {
    display: block;
    width: 100%;
    height: 30px;
    margin: 0px;
    z-index: 99998;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #FFFFFF;
    border: 1px solid #F99D39;
}

.ChatLink {
    width: 225px;
    height: 23px;
    float: right;
    margin-right: 25px;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
}

.ChatLinkNew {
    color: #F99D39;
}

.ChatLinkOffline {
    color: #A2A2A2;
}

#ChatBoxesHolder {
    display: block;
    width: 100%;
    margin: 0px;
    z-index: 99999;
    position: fixed;
    bottom: 32px;
    left: 0px;
}

.OnlineBox {
    float: right;
    width: 175px;
    padding-right: 25px;
}

.OnlineHeader {
    background-color: #f99d39;
    padding:7px;
    color: #ffffff;
}

.UsersOnline {
    font-size: 11px;
    height: 300px;
    color: #333333;
    padding:2px 7px 7px 7px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background-color: #ffffff;
    line-height: 1.3em;
}

.LoggaUt {
    text-align: center;
    color: #A2A2A2;
    float: left;
    width: 100px;
    height: 23px;
    margin-left: 10px;
    padding-top: 7px;
}

.NoUsersOnline {
    display: none;
    text-align: center;
    background-color: #ffffff;
    color: #A2A2A2;
    padding-top: 90%;
}

.LinkOnline {
    width: 175px;
    color: #A2A2A2;
    height: 23px;
    float: right;
    margin-right: 25px;
    padding-top: 7px;
    text-align: center;
    cursor: pointer;
}

.ChatBox {
    float: right;
    width: 225px;
    padding-right: 25px;
}

.DisplayNone {
    display: none;
}

.Online {
    padding: 5px;
    border-bottom: 1px solid #CCCCCC;
}

.ChatBoxHeader {
    background-color: #f99d39;
    padding:7px;
    color: #ffffff;
}

.ChatBoxMessageContent {
    font-size: 11px;
    color: #333333;
    height:200px;
    width:209px;
    padding:2px 7px 7px 7px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    background-color: #ffffff;
    line-height: 1.3em;
}

.ChatBoxInput {
    padding: 5px 5px 26px 5px;
    background-color: #ffffff;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
}

.ChatBoxTextArea {
    font-family: Verdana, Arial, Geneva, Lucida, Helvetica, sans-serif;
    font-size: 11px;
    width: 206px;
    height: 58px;
    padding:3px 0pt 3px 3px;
    border: 1px solid #cccccc;
    margin: 1px;
}

.ChatBoxTextAreaSelected {
    margin: 0px;
    border: 2px solid #f99d39;
}

.SendButton {
    border: 0px;
    padding: 3px 1px 3px;
    float: right;
}

.ChatBoxOptions {
    float: right;
    font-size: 9px;
    cursor: pointer;
}

.TimeAndDate {
    padding-top: 5px;
    font-size: 9px;
    font-weight: bold;
    display: block;
}

.ChatBoxMessage {
    display: block;
}