.TabSelected{
	background-color:#DCDAD4;
	font-weight: bold;
	font-family: tahoma;
	font-size: 12px;
}
.TabNotSelected{
	font-family: tahoma;
	font-size: 12px;
	border-left:#DCDAD4 1px solid;
	border-top:#DCDAD4 1px solid;
	border-right:#DCDAD4 1px solid;
}
.MemberRow{
	border-bottom:#FFFFFF 1px solid;
	font-family: tahoma;
	font-size: 11px;
}
.TextLogin {
	background-color: #913714;
	height: 16px;
	width: 150px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	direction:rtl;
}
.TextSubject {
	background-color: #913714;
	height: 16px;
	width: 350px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	direction:rtl;
}
.TextAreaMsg {
	background-color: #913714;
	height: 100px;
	width: 350px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	direction:rtl;
}
.dragme{
	position:absolute;
	top:277px;
	left:400px;
	z-index:2;
}
.dragmeIndex{
	position:absolute;
	top:277px;
	left:483px;
	z-index:2;
}
.dragme1{
	position:absolute;
	top:277px;
	left:400px;
	z-index:2;
}
.Tahoma12gdark {
	font-family: Tahoma;
	font-size: 12px;
	color:6B3A27;
	
}
.Tahoma12gnon {
	font-family: Tahoma;
	font-size: 12px;
	color:#A58474;
}

.Tahoma11gdark {
	font-family: Tahoma;
	font-size: 11px;
	color:6B3A27;
	
}
.Tahoma11gnon {
	font-family: Tahoma;
	font-size: 11px;
	color:#A58474;
}

.Tahoma12 {
	font-family: Tahoma;
	font-size: 12px;
}

.Tahoma11 {
	font-family: Tahoma;
	font-size: 11px;
}
.Tahoma10 {
	font-family: Tahoma;
	font-size: 10px;
}
.Tahoma14{
	font-family: Tahoma;
	font-size: 14px;
}
.Tahoma18 {
	font-family: Tahoma;
	font-size: 18px;
}

.TextFieldG {
	height: 16px;
	width: 126px;
	background-color:#FFFFFF;
	border-width: 0px;
	border-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	color:#666666;
	direction:rtl;
}
.Tahoma13 {
	font-family: Tahoma;
	font-size: 13px;
}
.Tahoma15 {
	font-family: Tahoma;
	font-size: 15px;
}
.TextField11 {
	background-color: #14506C;
	height: 16px;
	width: 224px;
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	direction:rtl;
	border: 1px solid #FFFFFF;
}
.BulletsTxt{
/*	list-style-image: url(images/bulletsText1.jpg);*/	
    padding: 0;
	margin: 0;
	margin-top:0;
	margin-bottom:0;
	list-style-position: outside;
	list-style-image: url(images/bullets.gif)
}
.BulletsTxt1{
/*	list-style-image: url(images/bulletsText1.jpg);*/	
	margin: 0;
	margin-top:0;
	margin-bottom:0;
	list-style-position:inside;
	list-style-image: url(images/bullets2.gif);
    padding: 0;
}

a {
	text-decoration: none;
	color: #C6B7B2;
}
li {
	list-style-image: url(images/bulletsF.gif);
	margin-right: -25px;
}
.HorInput {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B4968B;
	font-family: Tahoma;
	font-size: 11px;
}
/*   photos horizontal scroll    */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    width:663px; height:110px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:relative; 
    width:663px; height:16px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  }

div#track { 
    position:absolute; left:15px; top:0;
    width:633px; height:16px; 
    background: #813A27;
  }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:12px;
	border:1px solid #DECCC7; 
    background-color:#813A27;
	
  }  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 

