#chat_board {
    position: absolute;
    top: -31px;
    right: 50px;
    min-width: 100px;
	#left: 50px;
    height: 30px;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.chat_description {
	float: left;
	margin:3px;
	height:24px;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}

.chat_tab {
    height : 24px;
    min-width: 24px;
	max-width:280px;
    overflow: hidden;
    line-height: 24px;
	border:solid 1px #FFFFFF;
    vertical-align: middle !important;
    float: right;
    position: relative;
	margin:2px;
}

.chat_tab a {
	text-decoration: none;
}

.chat_tab img {
    vertical-align: middle !important;
    height: 24px;
    width: 24px;
}

.chat_alert {
    font-size : 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 12px !important;
    width : 12px;
    height : 12px;
    position : absolute;
    background : red;
    border : solid 1px #454545;
    bottom : 0;
    right : 0;
    z-index : 100001;
}

.chat_button {
    position: relative;
    margin:0;
    display: block;
    text-align: center;
}

.chat_button:hover {
    text-decoration: none !important;
}

.chat_house {
    position:absolute;
    bottom: 30px;
    width : 276px;
	right: -1px;
    display: none;
    z-index: 10000;
    max-height : 600px;
    overflow-x : hidden;
    overflow-y : auto;
	padding: 2px !important;
}

#list_of_chatrooms li , .list_of_users li {
    vertical-align : middle;
    overflow : hidden;
}

#list_of_chatrooms li:hover {
	background:#9FCFEF;
}

#list_of_chatrooms li a , .list_of_users li a {
    font-weight : bold;
    display :block;
    overflow : hidden;
    line-height : 50px;
    overflow: hidden;
    height: 50px;
	text-decoration:none;
	text-align:left;
}

#list_of_chatrooms li a:hover , .list_of_users li a:hover {
    text-decoration: none !important;
}

#list_of_chatrooms li a img , .list_of_users li a img {
    vertical-align : middle;
    margin: 5px;
}

.list_of_users, .chat_roll {
    z-index: 9999;
}

.chat_rool {
    height : 303px;
	margin-bottom: 3px;
    overflow: hidden;
    overflow-y : scroll;
}

.chat_submit {
    position: relative;
    text-align: center;
}

.chat_submit textarea {
    width : 268px;
    height: 40px;
}

.action_panel {
    height : 400px;
    position: relative;
    overflow: hidden;
}

.action_tab {
    position: relative;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	text-align: left;
}

.action_tab_medium {
    display: inline-block;
    height: 30px;
    border: none;
    text-decoration: none !important;
    width: 120px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 -1px 0 !important;
	margin-left: 3px !important;
    padding: 0 !important;
}

.action_tab a:hover {
    text-decoration: none !important;
}

.list_of_users, .chat_panel {
    position: absolute;
    height: 358px;
    width: 100%;
    top: 40px;
}

.list_of_users {
    overflow : hidden;
    overflow-y : scroll;
    left : 280px;
}

.chat_panel {
    left : 0;
}

.chatline {
    line-height : 15px;
    overflow : hidden;
    overflow-y : auto;
}

.chatlinedate {
    display:block;
    color : #666666;
    padding : 2px;
    text-align : left;
    font-size: 8px;
}

.chatlineuser {
    display:block;
    font-size : 10px;
    color : #333333;
    padding : 2px;
    text-align : left;
    font-weight : bold;
    font-size : 11px;
}

.chatlinetext {
    display:block;
    padding : 2px;
    color : #333333;
}

.chatlineimg {
    margin : 2px;
}

.chat_rool .odd_2 .chatlineuser {
	text-align:left;
}

.chat_rool .odd_2 .chatlinedate {
    text-align: left;
}
.chat_rool .odd_2 .chatlinetext {
	text-align:left;
}

.chat_rool .odd_2 .chatlineimg {
	float: right;
}

.chat_rool .even_2 .chatlineuser {
	text-align: right;
}

.chat_rool .even_2 .chatlinedate {
    text-align: right;
}
.chat_rool .even_2 .chatlinetext {
	text-align: right;
}

.chat_rool .even_2 .chatlineimg {
	float: left;
}