﻿/*---------------------------------------------------
                Chat Application
---------------------------------------------------*/

/*---------------------------
            Reset
----------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

textarea 
{
	text-wrap: unrestricted;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/*---------------------------
       Generic Styles
----------------------------*/

body {
	/*background-color: #efefef;*/
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
}

span {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;			
}

.clear-fix {
    height: auto !important;
    height: 1%;
}

.clear-fix:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

input.button,
button.button {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	border: 1px solid #565656;
	padding: 1px 10px 2px;
	.padding: 2px 10px 2px 10px;
	font-family: Verdana;
	width: auto;
    overflow: visible;
	cursor: pointer;
}

a.button,
a:link.button,
a:visited.button,
a:hover.button {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/button-bg.gif);
	background-repeat: repeat;
	text-align: center;
	text-decoration: none;
	border: 1px solid #565656;
	margin: 0 auto;
	padding: 2px 10px 3px;
	font-family: Verdana;
}

.button-align {
    vertical-align: top;
    .vertical-align: baseline;
}



/*---------------------------
        Main Header
---------------------------*/

.main-header {
    height: 25px;
    width: auto;
    background-image: url(../images/header-bg.gif);
    padding-left: 10px;
    width: 350px;
}

* html .main-header {
    font-size: 1px;
}

/*---------------------------
        Main containers
---------------------------*/

.main-chat-container {
    width:358px;
    /*padding: 10px;*/
    min-height: 450px;
    height: auto !important;
    height: 450px;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    border-bottom: 1px solid #7d7d7d;
}

.chat-top {
    margin-bottom: 5px;
}

.chat-page-top {
    background-color: #d9e3ed; 
	width: 234px;  
	padding: 10px; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	line-height: 13px;
	float: left;
}

#InThisRoom {
	float: right; 
	width: 80px;  
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 11px; 
	padding-right:3px;
	padding-top: 35px;
}

/* Chat container with grey bg */
#mainChatcontent {
	width:348px; 
	height:608px; 
	.height: 606px;
	background-color: #efefef; 
	padding: 5px;
	position: relative;
}

/*---------------------------
       Chat name Prompt
---------------------------*/

#Conversations {
	background-color: #d9e3ed; 
	width: 318px; 
	margin: 0px auto 20px; 
	padding: 10px; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	line-height: 13px;
}

.name-full-container {
    padding-top: 10px;
}

.names-container {
    width: 318px; 
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.alert-message { 
    margin: 0 auto 20px; 
    padding:10px; 
    background-color: #fffbcc;
    border: 1px solid #cfad66;
    font-size: 12px;
    height: 1% !important;
    width: 296px;
}

.alert-message span {
    font-size: 12px;
    /*float: left;*/
    margin-left: 75px;
    padding-top: 17px;
    line-height: 16px;
    display: block;
}

.name-text-box {
    padding: 0 0 0 2px;
    width: 314px;
    margin-bottom: 10px;
    .padding: 1px 2px;
}

/*-------------------------
     Admin Chat buttons
--------------------------*/

.chat-buttons {
    background-image: url(../images/chat-buttons-bg.gif);
    height: 46px;
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

.chat-buttons ul {
    background-image: url(../images/chat-buttons2.gif);
	background-repeat: no-repeat;
	width: 322px;
	height: 46px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.chat-buttons ul li {
	position: absolute;
	top: 0px;
	display: block;
}

.chat-buttons ul li a,
.chat-buttons ul li a:link,
.chat-buttons ul li a:visited {
	display: block;
	height: 46px;
}

.chat-buttons ul li a span {
	display: none;
}

.chat-settings {
	left: 0px;
	width: 56px;
}

.invite-user {
    left: 56px;
    width: 70px;
}

.clear-chat {
    left: 126px;
    width: 67px;
}

.remove-user {
    left: 193px;
    width: 74px;
}

.chat-log-out {
    left: 267px;
    width: 55px;
}

/*-------------------------
          Pop up
--------------------------*/

.popup {
    background-color: #ffffff;
    position:absolute;
    width:316px; 
    top: 5px; 
    left:20px;
}

.pop-up-header {
    height: 18px;
    padding-top: 4px;
    width: auto;
    background-image: url(../images/popup-header-bg.gif);
    padding-left: 10px;
    font-family: Verdana;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.popup-info-container {
    border-left: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    padding: 10px;
}

/*-------------------------
   Conversation Container
--------------------------*/

#ChatArea {
	float:left; 
	background-color: #fff; 
	width: 252px; 
	border: 1px solid #b3b3b3;
	font-size: 11px;
}

* html #ChatArea {
    width: 250px;
}

#ConversationDiv {
	 text-wrap:suppress;  
	 overflow-y:auto; 
	 word-wrap: break-word; 
	 width: 242px; 
	 padding: 5px 5px 0px 5px;
	 height: 415px;
}

#ChatControlsContainer {
	padding: 2px;
}

img.ChatOptionImage {
	vertical-align: bottom;
	padding-bottom: 1px;
}

#ConversationDiv span {
    display:block;
    padding-bottom:5px;
}

.userMessage {
    padding-bottom: 5px;
    font-size: 11px;
}

span.systemMessage {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 11px;
}

#StatusSpan {
	padding: 0px 4px 0px 0px;
}

/*-------------------------
         User List
--------------------------*/

#UserList {
	border: 1px solid #b3b3b3; 
	width: 81px; 
	height: 415px; 
	/*margin-right: 2px;*/
	float: right; 
	background-color: #fff; 
	font-family: Arial, Verdana, Sans-Serif; 
	font-size: 11px;
	padding-top: 5px; 
	padding-left: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

* html #UserList {
    width: 81px !important;
    overflow: hidden;
}

#UserList span {
    display: block;
    padding-bottom: 5px;
}

/*-------------------------
       Admin popins
--------------------------*/

.RemovableUsersListDiv {
    border: 1px solid #b6b6b6;
    height: 115px;
    overflow-y: auto;
    padding: 10px;
    margin: 5px 10px 10px;
}

.invite-container,
.settings-container {
    padding: 8px 10px 0px 10px;
    .padding-top: 9px;
}

    .invite-container label {
        display: block;
        padding-bottom: 2px;
   } 
         
.small-popup-text {
    font-size: 11px;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 2px;
}

.requiredFieldSpan {
	color:Red;
	font-size: 13px;
}	
   
/*-------------------------
    Chat send text boxes
--------------------------*/  

#UpdateSendContainer {
	background-color: #fff; 
	border: 1px solid #b3b3b3; 
	margin-top: 5px;
	clear: both;
	height: 80px;
	.height: 78px;
}

#UpdatePnl {
	float:left; 
	background-color: #fff; 
	margin-top: 4px; 
	margin-bottom: 5px;
	margin-left: 5px;
}

#UpdatePnl textarea {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
}

#MessageTextBox {
	padding:5px; 
	text-wrap:suppress; 
	overflow-y:auto; 
	width: 246px; 
	max-width: 800px; 
	height: 60px;
} 

#SendBttn {
	/* switched to absolute positioning to fix IE6 issue */
	/*float: right; */
	/*display: inline;*/
	/*margin: 29px 10px 0px 10px; */
	position: absolute;
	top: 545px;
	left: 280px;
	background-color:#fff;
}

#LogOnPanel {
	padding: 15px;
}

/*-------------------------
       
--------------------------*/

#occupantsDiv {
    padding-bottom: 10px;
}

.chat-name {
    padding-bottom: 2px; 
    .padding-bottom: 0;
    text-align: left;
}

#RemoveUsersText {
    font-size: 12px;
}

.occupantName {
    padding-bottom: 5px;
    display: block;
}

