div.fixed-position {
border: none;
position: fixed ;
text-align: left ;
width: 1px ;
z-index: 1000 ;
}
 

div.fixed-n {
left: 50% ;
margin-left: -75px ;
top: 0px ;
}
 

div.fixed-n-e {
right: 0px ;
top: 0px ;
}
 

div.fixed-e {
margin-top: -25px ;
right: 0px ;
top: 50% ;
}
 

div.fixed-s-e {
bottom: 0px ;
right: 0px ;
}
 

div.fixed-s {
bottom: 0px ;
left: 50% ;
margin-left: -75px ;
}
 

div.fixed-s-w {
bottom: 0px ;
left: 0px ;
}
 

div.fixed-w {
margin-top: -25px ;
left: 0px ;
top: 50% ;
}
 

div.fixed-n-w {
left: 0px ;
top: 0px ;
}
 

 

/* -------------------------------------------------- */
/* -- IE 6 FIXED POSITION HACK ---------------------- */
/* -------------------------------------------------- */
 

html,
body,
#site-body-container {
_height: 100% ;
_overflow: hidden ;
_width: 100% ;
}
 

#site-body-container {
_overflow-y: scroll ;
_overflow-x: hidden ;
_position: relative ;
}
 

div.fixed-position {
_position: absolute ;
}
 

/* For the scrollbar. */
div.fixed-n-e,
div.fixed-e,
div.fixed-s-e {
_margin-right: 16px ;
}
 

/* For the scrollbar. */
div.fixed-n,
div.fixed-s {
_margin-left: -83px ;
}

#damaanSheh {
background-color: #FFFF80; 
border: 2px solid #FFFF00;
padding: 2px 2px 5px 5px;
font-family: verdana;
font-size: 11px;
color: #400000;
}

#damaanSheh #header {
	text-align: right;
}

#damaanSheh #header input {
	background-image: url('/eng/res/img/shehClose.gif');
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-collapse: collapse;
	background-position: right;
}

#damaanSheh #header input:hover {
	background-image: url('/eng/res/img/shehCloseOv.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}
 
#swShehDiv table {
	width: 300px;
}

.opacity60
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}




/* CHAT SPECIFIC STYLES UNDER THIS */

#onlineUsersDiv {
	background-color: #DDDDDD;
	width: 150px;
}
#activeChatsDiv {
	position: fixed;
	bottom: 0px;
	right: 160px;
	height: 1px;
	width: 800px;
}
.chatFrame {
	margin-left: 5px; 
	width: 250px; 
	background-color: #FFFFFF;
	padding: 0px; 
	border: 1px solid #666666;
	position: fixed;
	bottom: 0;
	float: right;
} 
.chatFrameMin {
	margin-left: 5px; 
	width: 250px; 
	padding: 0px; 
	background-color: #CCCCCC;
	border: 1px solid #666666;
	position: fixed;
	bottom: 0;
}
.chatMessageViewer {
	overflow-y : scroll; 
	overflow-x : hidden; 
	height: 250px; 
	padding: 3px;
	border: 1px solid #444444;
	scrollbar-width: thin;
}
.chatMessageTable {
	font-size: 10px;
	width: 100%;
}
.chatimage { max-width: 180px; margin-top: 5px; margin-bottom: 5px; box-shadow: 0px 0px 3px 3px #999999; border-radius: 3px;}
#activeChatsDiv textarea {  
	width: 244px; height: 45px;
	margin: 0px;
	border: 1px solid #999999;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none; }
#activeChatsDiv textarea::placeholder {
	font-weight: bold;
	opacity: 0.5;
	color: red;
  }

#activeChatsDiv .dragbinnormal { background-color: #FFFFFF;}	
#activeChatsDiv .dragbinnormal:focus-within {background-color:  #EEFFEE;}
#activeChatsDiv .dragbinover {background-color:  #BBEEEE;}
#activeChatsDiv form { margin: 0px; }
/* CHAT SPECIFIC STYLES WERE UP TO THIS */