/*
 * CometChat 
 * Copyright (c) 2009 Inscripts - support@diwanchat.com | http://www.diwanchat.com | http://www.inscripts.com
*/

/*
 * CometChat 
 * Copyright (c) 2009 Inscripts - support@diwanchat.com | http://www.diwanchat.com | http://www.inscripts.com
*/

html {
     overflow-y: -moz-scrollbars-vertical;
}

body {
	padding-bottom: 30px;
}
 
#diwanchat_base {
	z-index:1000000;
	position:fixed;
	bottom: 2px;
	display: block;
	height: 28px;
	left: 15px;
	background-image: url(/images/toolbar_bg.png);
	border-left: 1px solid #b5b5b5;
	font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
    text-align:right;
    direction:rtl;
}

#diwanchat_chatboxes {
	height: 28px;
	overflow: hidden;
	float:right;
    text-align:right;
    direction:rtl;
}

#diwanchat_chatboxes_wide {
	height: 28px;
	width: 0px;
    text-align:right;
    direction:rtl;
}
 
#diwanchat_chatbox_left {
	float:right;
	cursor: pointer;
	width: 10px;
	height: 21px;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 3px -350px;
	padding-left:11px;
	padding-top:6px;
	color: #333333;
	border-left:1px solid #cccccc;
	margin-top:1px;
    text-align:right;
    direction:rtl;
}

#diwanchat_chatbox_right {
	float:right;
	cursor: pointer;
	width: 17px;
	height: 21px;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 11px -572px;
	padding-left:3px;
	padding-top:6px;
	color: #333333;
	border-left:1px solid #cccccc;
	margin-top:1px;
	text-align:right;
direction:rtl;
}

.diwanchat_chatbox_right_last {
	background-position: 11px -611px !important;
	cursor: default !important;
	color: #a7a7a7 !important;
	text-align:right;
direction:rtl;
}

.diwanchat_chatbox_left_last {
	background-position: 3px -389px !important;
	cursor: default !important;
	color: #a7a7a7 !important;
	text-align:right;
direction:rtl;
}

.diwanchat_chatbox_lr {
	display:none !important;
	text-align:right;
direction:rtl;
}

.diwanchat_chatbox_lr_mouseover {
	background-color: #ffffff !important;
	text-align:right;
     direction:rtl;
     
}
                            
#diwanchat_optionsbutton {
	width:24px;
    text-align:right;
    direction:rtl;
    border-right: 2px solid #525252;
}

#diwanchat_userstab {
	width:176px;
	padding-left:9px;
	text-align:right;
    direction:rtl;
}

.diwanchat_userstabclick {
	background-position: 5px 3px !important;
	padding-left: 8px !important;
	width: 176px !important;
	text-align:right;
direction:rtl;
}

.diwanchat_closebox {
	width:21px;
	height:12px;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 4px -934px;
	float:right;
	text-align:right;
    direction:rtl;
}


.diwanchat_closebox_bottom {
	width:16px;
	height:12px;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 1px -1010px;
	float:left;
	text-align:right;
    direction:rtl;
}

.diwanchat_closebox_bottom_click {
	background-position: 0px -1010px !important;
	text-align:right;
direction:rtl;
}

.diwanchat_closebox_bottomhover {
	background-position: 1px -1047px !important;
	text-align:right;
direction:rtl;
}

.diwanchat_chatboxmouseoverclose {
	background-position: 4px -973px !important; 
	text-align:right;
direction:rtl;
}


.diwanchat_name {
	float:right;
    padding-right:10px;
	text-align:right;
    direction:rtl;
}

#diwanchat_chatbox_buttons {
	float:right;
	text-align:right;
direction:rtl;
}



.diwanchat_tabmouseover {

	text-align:right;
    direction:rtl;
}

.diwanchat_tabmouseovertext {
	text-decoration: underline;
	text-align:right;
    direction:rtl;
}


.diwanchat_tab {
	margin-top:0px;
	height:20px;
	border-left:1px solid #cccccc;
	float:right;
	padding-left:10px;
	padding-top:8px;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	line-height: 1.2em;
	width:141px;
	text-align:right;

}

.diwanchat_tabclick {
	background-color:white !important;
	border-left:1px solid #333333 !important;
	border-right:1px solid #333333 !important;
	border-bottom:1px solid #333333 !important;
	padding-top: 4px !important;
	text-decoration: underline;
	color: #111111 !important;
	text-align:right;

}  
                  
.diwanchat_usertabclick {
	width: 141px !important;
	padding-left: 9px !important;
	text-align:right;
    direction:rtl;
    background-color: #dbd9d9 !important;
}

.diwanchat_tabpopup {
	background-color: #ffffff;
	z-index:1000;
position:fixed;
	width: 230px;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	text-align:right;
direction:rtl;
}

#diwanchat_userstab_popup {
	width: 222px;

	text-align:right;
direction:rtl;
}                            

#diwanchat_optionsbutton_popup {
	width: 224px;
	text-align:right;
direction:rtl;
}

.diwanchat_tabopen {
	display: block !important;
	text-align:right;
direction:rtl;
    z-index:100000;

}

.diwanchat_tabtitle {

	
	color: #ffffff;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 10px -424px;
	padding-right:0px;
	text-align:right;
     direction:rtl;
}
.diwanchat_tabtitles {
    border-right: 1px solid #4a7038;
    border-left: 1px solid #4a7038;
    border-bottom: 1px solid #4a7038;
    background-color: #72955f !important;
    background-image: url(/images/toolbar_bg.png) !important;  
    padding-right:0px;
    text-align:right;
     direction:rtl;
}
.diwanchat_userstabtitle {
	color: #ffffff;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 10px -424px;
	text-align:right;
     direction:rtl;
}

.diwanchat_chatboxtabtitlemouseover {
	background-position: 10px -457px !important; 
	text-align:right;
direction:rtl;
}

.diwanchat_chatboxtabtitlemouseover2 {
	background-position: 10px -457px !important; 
	text-align:right;
direction:rtl;
}

.diwanchat_tabsubtitle {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #ccc;
	background-color: #dbd9d9;
	padding: 2px;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 9px;
	color: #666666;
	line-height:1.3em !important;
	text-align:right;
direction:rtl;
}

.diwanchat_plugins {
	padding-right: 5px;
	padding-top: 2px;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 9px;
	color: #666666;
	text-align:right;
direction:rtl;
}
                                
.diwanchat_pluginsicon {
	cursor:pointer;
    padding:5px;
	text-align:right;
    direction:rtl;
}

.diwanchat_pluginsicon_divider {
	margin-right:5px;
	text-align:right;
direction:rtl;
}

.diwanchat_tabcontent {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #ffffff;
	background-image: url(themes/default/images/tabbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 1px; 
	color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 1.3em !important;
	text-align:right;
direction:rtl;
}

.diwanchat_tabcontenttext {
	height: 200px;
	border-bottom:1px solid #f6f6f6;
	padding: 5px;
	width: 217px;
	overflow-x: hidden;
	overflow-y: auto;

	text-align:right;
direction:rtl;
}

 

#diwanchat_userscontent {
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	line-height: 100% !important;
	text-align:right;
direction:rtl;
}

.diwanchat_tabcontentinput {

	padding:4px 5px 0px 28px;
	border:0px;
	border-top: 1px solid #cccccc;
	background: #dbd9d9 url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 5px -25px;
	outline:none;
	text-align:right;
direction:rtl;
}

.diwanchat_textarea {
       width: 195px;
    border: 0px;
    z-index:1000001; 
    height: 23px;
    border: 1px solid #c7c6c6;
    overflow: hidden;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 10pt;
    color: #4a4747;
    background-color: #ebe7b8;
    outline:none;
    margin-bottom:10px;
    text-align:right;
}

.diwanchat_userlist_hover {
	background-color: #bcd0af !important;
	color: #000000;
	text-align:right;
    direction:rtl;
}

.diwanchat_tooltip_content {
	background-color: #333333;
	color: #ffffff;
	padding: 5px;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	white-space: nowrap;
	text-align:right;
direction:rtl;
}


.diwanchat_userlist {
	cursor: pointer;
	height: 20px;
	text-align:right;
    direction:rtl;
    font-size:10pt;
    font-weight:bold;
	line-height: 100%;
    direction:rtl;
}

.diwanchat_userscontentname {
	float:right;
 	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align:right;
direction:rtl;
}

.diwanchat_userscontentdot {
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	width:20px;
	height:16px;
	text-align:right;
direction:rtl;
}                          

.diwanchat_available {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0 -129px !important; 
	text-align:right;
     direction:rtl;
}

.diwanchat_away {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0 -175px !important; 
	text-align:right;
direction:rtl;
}

.diwanchat_busy {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0 -221px !important; 
	text-align:right;
direction:rtl; 
}

.diwanchat_offline {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0 -1088px !important; 
	text-align:right;
direction:rtl; 
}

#diwanchat_tooltip {
	background-image: url(themes/default/images/pointer.png);
	background-repeat: no-repeat;
	background-position: right bottom; 
	z-index:1001;
	position:fixed;
	display: none;
	padding-bottom: 4px;
	text-align:right;
direction:rtl;
}

.diwanchat_tooltip_left {
	background-position: left bottom !important; 
	text-align:right;
direction:rtl;
}

.diwanchat_closebox_bottom_status {
	float: right;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 -1px;
	text-align:right;
    direction:rtl;
}

.diwanchat_tabalert {
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0 -537px;
	color: white;
	font-size: 8px;
	padding-top: 1px;
	text-align: center;
	text-decoration:none !important;
	line-height: 100%;
}

.diwanchat_tabalertlr {
	width: 16px;
	height: 16px;
	position: absolute;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0 -537px;
	color: white;
	font-size: 8px;
	padding-top: 1px;
	text-align: center;
}

.diwanchat_chatboxmessage {

	text-align:right;
    direction:rtl;
    font-size:9pt;
    
}

.diwanchat_chatboxmessagefrom {
	
	font-weight: bold;
    text-align:right;
    direction:rtl;
    float:right;
    color: #db0303;
    font-size:9pt;
}
.diwanchat_message{
font-weight:bold;
font-size: 10pt;
margin-right:5px;
color: #4a6b48;    
}
.diwanchat_statustextarea {
	border:1px solid #cccccc;
	width:200px;
	padding:4px;
	margin-top:3px;
	margin-bottom:3px;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	color:#444444;
	overflow-x:hidden;
	overflow-y:auto;
	height:42px;
	outline:none;
	text-align:right;
direction:rtl;
}

.diwanchat_optionsstatus {
	padding-left:2px;
	float:left;
	padding-top:1px;
	cursor: pointer;
	text-align:right;
direction:rtl;
}

.diwanchat_optionsstatus2 {
	padding-left:10px;
	float:left;
	text-align:right;
direction:rtl;
}

.diwanchat_friendtextbox {
	border:1px solid #cccccc;
	width:200px;
	padding:2px;
	margin-top:4px;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	color:#444444;
	font-weight:normal;
	text-align:right;
direction:rtl;
}

.diwanchat_tabsubtitle a {
	color: #000000;
	text-align:right;
direction:rtl;
}

.diwanchat_tabcontent a {
	color: #287197;
	text-align:right;
direction:rtl;
}

.diwanchat_gooffline {
	color: #3f68b8;
	text-decoration: none;
    font-size:10pt;
    margin:4px; 
	cursor: pointer;
	text-align:right;
    direction:rtl;

}

.diwanchat_user_invisible {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -890px !important;
	width:16px;
	height:16px;
	text-align:right;
direction:rtl;
float:right; 
}

.diwanchat_user_available {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -752px !important;
	width:16px;
	height:16px;
	text-align:right;
direction:rtl;
float:right;
}
.available {
float:right;
padding-right:3px;
}
.busy {
float:right;
padding-right:3px;   
}
.invisible {
float:right;
padding-right:3px;   
}
.diwanchat_user_busy {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -798px !important;
	width:16px;
	height:16px;
    float:right; 
	text-align:right;
direction:rtl;
}

#diwanchat_userstab_icon {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -753px;
	width: 16px;
	height: 16px;
	float:left;
	padding-right: 5px;
	text-align:right;
direction:rtl;
}


.diwanchat_user_invisible2 {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -891px !important;
	text-align:right;
direction:rtl;
float:right; 
}

.diwanchat_user_available2 {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -753px !important;
	text-align:right;
direction:rtl;
float:right; 
}

.diwanchat_user_busy2 {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -799px !important;
	text-align:right;
direction:rtl;
float:right; 
}

.diwanchat_user_away2 {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 0px -845px !important;
	text-align:right;
direction:rtl;
float:right; 
}




.diwanchat_optionsimages {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 10px -309px !important;
	text-align:right;
direction:rtl;
}

.diwanchat_optionsimages_click {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 10px -310px !important;
	text-align:right;
direction:rtl;
}

.diwanchat_optionsimages_exclamation {
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 10px -263px !important;
	text-align:right;
direction:rtl;
}

.diwanchat_trayicon {
	float:left;
	padding-left:7px;
	padding-right:7px;
	margin-left:1px;
	margin-top:1px;
	padding-top:5px;
	height:21px;     
	cursor: pointer;
	text-align:right;
direction:rtl;
}
#diwanchat_trayicon_0 {
    position:relative;
    top: -6px;
    left: -17px;
    border:0px; 

} 
#diwanchat_trayicon_2 {
    position:relative;
    top: -7px;

    border:0px; 

} 
#diwanchat_trayicon_0 a:hover {
    position:relative;
    top: -6px;
    left: -5px;
    border:0px;
    background:none; 

}
.diwanchat_smiley {
	vertical-align: -3px;
	text-align:right;
direction:rtl;
}

.diwanchat_nofriends {
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	padding:5px;
	line-height:1.3em;
	text-align:right;
direction:rtl;
}

.diwanchat_traypopup {
	background-color: #ffffff;
	z-index:10000;
	position:fixed;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	text-align:right;
direction:rtl;
}

.diwanchat_traytitle {
	border-right: 1px solid #4a7038;
	border-left: 1px solid #4a7038;
	border-bottom: 1px solid #4a7038;
	background-color: #72955f !important;
    background-image: url(/images/toolbar_bg.png) !important;  
	color: #ffffff;
    font-family: Tahoma, "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
	padding-right:0px;
	text-align:right;
direction:rtl;
}

.diwanchat_traycontent {
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #ffffff;
	background-image: url(themes/default/images/tabbottom_tray.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 1px;
	color: #333333;
	overflow-x: hidden;
	overflow-y: auto;
	text-align:right;
direction:rtl;
}

.diwanchat_traycontenttext {
	border-bottom:1px solid #f6f6f6;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align:right;
direction:rtl;
}

.diwanchat_trayclick {
	background-color:white !important;
	border-left:1px solid #333333 !important;
	border-right:1px solid #333333 !important;
	border-bottom:1px solid #333333 !important;
	padding-top: 4px !important;
	text-decoration: underline;
	color: #111111 !important;
	margin-left: 0px;
	text-align:right;
direction:rtl;
}

.diwanchat_minimizebox {
	width:21px;
	height:12px;
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;
	background-position: 4px -430px;
	float:left;
	text-align:right;
direction:rtl;
}


.diwanchat_chatboxtraytitlemouseover {
	background-position: 4px -463px !important; 
	text-align:right;
direction:rtl;
}


.diwanchat_star {	
	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left; 
	background-position: 4px -1068px; 
	height:16px;
	width:16px;
	text-align:right;
direction:rtl;
}

.diwanchat_star_empty { 	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;background-position: 0 -1150px; height:16px;width:16px;	text-align:right;
direction:rtl;
} 
.diwanchat_star_half { 	background: url(themes/default/images/diwanchat.png) no-repeat top left;
	_background: url(themes/default/images/diwanchat.gif) no-repeat top left;background-position: 0 -1196px; height:16px;width:16px;	text-align:right;
direction:rtl;
} 


.diwanchat_name a {
	color: white;
	text-decoration: underline;
	text-align:right;
direction:rtl;
}

.diwanchat_name a:hover {
	color: white;
	text-decoration: none;
	text-align:right;
direction:rtl;
}

.diwanchat_avatar {
	border: 1px dashed #4a6b48;
	height: 40px;
	width: 40px;
}

.diwanchat_avatarbox {
	float:left;
	padding-right: 5px;

}

.diwanchat_ts {
	color:#ccc;font-size:10px;padding-top:2px;padding-left:5px;
	cursor: default;
	display: none;
	text-align:right;
direction:rtl;
}

.diwanchat_ts:hover {
	color:#333;font-size:10px;padding-top:2px;padding-left:5px;
	cursor: default;
	text-align:right;
direction:rtl;
}

.diwanchat_ts_date {
	display: none;
	text-align:right;
direction:rtl;
}

.diwanchat_optionstyle {
	background-image: url(themes/default/images/tabbottomoptions.gif);
	padding:5px;
	padding-bottom:10px;
	text-align:right;
direction:rtl;
}

.diwanchat_tabstyle {
	background-image: url(themes/default/images/tabbottomwhosonline.gif);
	height:200px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
direction:rtl;
}

.diwanchat_self {
    font-size:9pt;
	color: #666666 !important;
	text-align:right;
   direction:rtl;
}
