/* VIEW chatroom */
td.chatroom_tab a {
	background-color: #d8dfea;
	background-position: top left;
	padding: 5px 6px 5px 6px;
	font-weight: bold; 
	display: block;
	margin-right:3px;
}
td.chatroom_tab a:hover {
	background-color:#627aad;
	background-position: top left;
	padding: 5px 6px 5px 6px;
	font-weight: bold; 
	display: block;
	margin-right:3px;
	text-decoration:none;
	color:#fff;
}
td.chatroom_tab2 a {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 5px 7px 5px 7px;
	border: 1px solid #d8dfea; 
	border-bottom: none;
	font-weight: bold; 
	display: block;
	margin-right:3px;
	color:#333333;
}
td.chatroom_tab2 a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 5px 7px 5px 7px;
	border: 1px solid #DDDDDD; 
	border-bottom: none;
	font-weight: bold; 
	display: block;
	margin-right:3px;
	text-decoration:none;
	color:#333333;; 
}
#chatroom_tabs_chatroom { 
	border-left: 0px solid #DDDDDD;
}
td.chatroom_tab_end {
	border-bottom:1px solid #DDDDDD;
}
div.chatroom_content {
	padding: 10px; 
	border:1px solid #DDDDDD;
	border-top: none;
}
div.chatroom_headline, div.chatroom_headline2 {
	font-size: 10pt; 
	margin-bottom: 7px;
	font-weight: bold;
}
div.chatroom_headline2 {
	margin-top: 10px;
}
div.chatroom_officer_title {
	font-size: 7pt;
	color: #777777;
}
div.chatroom_members_result {
	padding: 5px;
	border: 1px solid #DDDDDD;
	background: #eceff5;
}
div.chatroom_members_photo {
	float: left;
}

/* ADD AND EDIT chatroom */
div.chatroom_box {
	padding: 10px; 
	border: 1px solid #DDDDDD; 
	border-top: none;
}
div.chatroom_form_desc {
	padding-top: 2px;
	padding-bottom: 8px;
	width: 400px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}


/* BROWSE chatroomS */
select.chatroom_small {
	font-size: 8pt;
	border: 1px solid #DDDDDD;
}
select.chatroom_select {
	border: 1px solid #DDDDDD;
}
div.chatroom_pages_top {
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-top: 1px solid #CCCCCC;
}
div.chatroom_pages_bottom {
	margin-bottom: 10px; 
	text-align: center; 
	padding: 7px 5px 7px 5px; 
	background: #F3F3F3; 
	border-bottom: 1px solid #CCCCCC;
}
input.chatroom_search {
	border: 1px solid #DDDDDD;
}


/* chatroomS */
td.chatroom_left {
	padding-top: 5px;
	vertical-align: top;

}
td.chatroom_right {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}
div.chatroom_row {
	background: #F3F3F3;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
div.chatroom_row_invite {	
	background: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
	border: 1px dashed #DDDDDD;
}
div.chatroom_row_photo {
	background: #FFFFFF; 
	border: 1px solid #CCCCCC; 
	padding: 10px 5px 10px 5px; 
	text-align: center; 
	vertical-align: middle;
}
div.chatroom_row_date {
	color: #777777;
	font-size: 7pt;
}
div.chatroom_row_title {
	font-size: 10pt; 
	font-weight: bold;
}
div.chatroom_row_buttons {
	margin-top: 10px; 
	border-top: 1px solid #DDDDDD; 
	padding-top: 7px;
}
td.chatroom_row1 {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}
td.chatroom_row2 {
	text-align: right;
	vertical-align: top;
}
td.chatroom_cat {
	padding: 5px 35px 5px 0px;
}
div.chatroom_list {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: 0px;
	padding: 5px 7px 5px 7px;
}
div.chatroom_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.chatroom_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.chatroom_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.chatroom_topic {

	border-top: 1px solid #EAEAEA;
	text-align: left;
	padding: 7px 0px 7px 3px;
}
div.chatroom_topic_end {
	border-top: 1px solid #EAEAEA;
	text-align: left;
	padding: 7px 0px 0px 3px;
}
div.chatroom_viewall {
	margin-top: 7px; 
	border-top: 1px solid #DDDDDD; 
	padding-top: 7px;
}
div.chatroom_topic_date {
	color: #777777;
	font-size: 7pt;
}
div.chatroom_topic_title {
	font-weight: bold;
}

/* BROWSE chatroom MEMBERS */
div.chatroom_member {
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	background: #FFFFFF;
}
div.chatroom_member_info {
	font-size: 7pt; 
	color: #666666;
}
div.chatroom_member_title {
	font-weight: bold; 
	padding-top: 5px;
}

/* chatroom DISCUSSIONS */
td.chatroom_discussion_topic1, td.chatroom_discussion_topic1_end {
	border-top: 1px solid #DDDDDD;
	padding: 10px; 
	background: #F5F5F5;
	vertical-align: top;
        border-right: 1px solid #DDDDDD;
}
td.chatroom_discussion_topic2, td.chatroom_discussion_topic2_end {
	border-top: 1px solid #DDDDDD;
	padding: 10px; 
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
}
td.chatroom_discussion_topic1_end, td.chatroom_discussion_topic2_end {
	border-right: none;
}
div.chatroom_discussion_bar {
	font-size: 1pt;
	border-bottom: 1px solid #DDDDDD;
}
table.chatroom_discussion_table, div.chatroom_discussion_table {
	border: 1px solid #DDDDDD; 
	border-top: none;
}
table.chatroom_discussion_thread {
	border: 1px solid #DDDDDD; 
	border-top: none;
}
td.chatroom_discussion_item1 {
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	padding: 10px; 
	border-right: 1px solid #FFFFFF;
}
td.chatroom_discussion_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
div.invite_friendlist {
	overflow: auto; 
	margin: 4px 0px 4px 0px; 
	height: 130px; 
	text-align: left; 
	padding-left: 4px; 
	border: 1px solid #DDDDDD;
}
div.chatroom_discussion_deleted {
	padding: 10px;
	font-style: italic;
}
div.chatroom_discussion_row1 {
	border-top: 3px solid #DDDDDD; 
	background: #F2F2F2;
}
div.chatroom_discussion_row2 {
	border-top: 3px solid #DDDDDD; 
	background: #FCFCFC;
}
div.chatroom_discussion_daterow {
	padding-top: 6px; 
	border-top: 1px solid #CFCFCF; 
	margin-top: 6px;
}
div.chatroom_discussion_quote {
	margin: 10px; 
	border: 1px dashed #DDDDDD;
	background: #f6fcff;
	padding: 10px;
}

#chat { 
width:100%;
height:100%;
margin: 0; 

background: #F5F5F5;
}

.chat_message {
list-style: none; 
clear: both; 
padding: 1px;
margin: 1px; 
background-color: #ffebff; 
}
.chat_room_myprofile{ 
background-color: #bbccdd; 
}
.chat_room_userprofile{ 
background-color: #ddebdd; 
}

.sys_message {
color:red;
list-style: none; 
clear: both; 
padding: 1px;
 margin: 1px; 
background-color: #aaddbb; 
}

.room_message {
color:red;
list-style: none; 
clear: both; 
padding: 1px;
 margin: 1px; 
background-color: #ccbbaa; 
}


#messagediv{

height: 400px;
width: 100%;
margin: 1px 0 1px 0; 
}

.message_display {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
height: 100%; 
width: 100%; 
overflow: auto; 
word-wrap: break-word;
padding-left:0px; 
padding-top:0px; 
padding-right:0px; 
padding-bottom:0px;
background-color: #FFFFFF;
}

#message_border_public {
border: 1px solid #DDDDDD;
height: 100%;
width: 100%;
margin: 1px 0 1px 0; 
}


#message_border_private {

border: 1px solid #DDDDDD;
height: 0%;
width: 100%;
margin: 1px 0 1px 0; 
}

#message_border_splitter {
border: 1px solid #999;
height: 0px;
width: 100%;

}


#inputdiv{
border: 1px solid #999;
top:0px;
left:0px;
height:95px;
width:100%;
margin: 1px 0 1px 0; 
}

.message_box {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
height: 50px;
width: 100%;
}
 
.message_button {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
padding: 2px;
height: 50px;
width: 80px;
}

#message_input {
background-color: #eceff5;
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
height:100%;
width: 100%; 

}

.input_hidediv
{
background-color: #FFFFFF;
position:absolute;
border: 1px solid #dddddd;
z-index:99;
visibility:hidden;

}

#div_font
{
height:100%;
width: 100%;
visibility:hidden;
}

#message_input>div_font
{

position:absolute;
top:0px;
height:1px;
width: 100%;

}

.buttonnormal
{
	margin: 1px;
	vertical-align: middle;
	padding: 0px;
}
.buttonover
{
	border: #0A246A 1px solid;
	background-color: #B6BDD2;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;

}
.buttondown
{
	border-right: buttonhighlight 1px solid;
	border-top: buttonshadow 1px solid;
	border-left: buttonshadow 1px solid;
	border-bottom: buttonhighlight 1px solid;
	background-color: #B6BDD2;
	margin: 0px;
	vertical-align: middle;
	padding: 0px;

}

.video_content {
font-family: Verdana, Arial;
font-size: 12px;
font-style: normal;
height: 180px;  
width:240px;
background-image: url(../images/nophoto.gif); 
background-position: center;
background-repeat: no-repeat;
}