* {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	text-align: right;
    font-size: 18px;
    line-height: 150%;
}
body{
	background-color: #eaf1f9;
}
table{
	direction: ltr;
	margin: auto;
}
td{
	direction: rtl;
}
div{
	float: right;
}
span{
	direction: rtl;
}
img{
	border: 0px;
}
.allDivs{
	width: 100%;
	height: auto;
	margin: auto;
	float: none;
}
.space{
	height: 10px;
	width: 100%;
}
.spanDel{
	color: #c01e00;
	cursor: pointer;
}
.title{
	font-size: 20px;
	color: #1e347b;
	font-weight: bold;
	width: 100%;
	margin: 5px 10px;
}
.link{
	width: 170px;
	padding-right: 10px;
}
.link a{
	font-size: 16px;
	color: #626262;
	font-weight: bold;
	text-decoration: none;
}
.link a:hover{
	text-decoration: underline;
	color: red;
}
.catR { 
	height : 23px;
	width : 5px;
	background : #FFFFFF url('../images/admin/cat_r.gif') repeat-x top right;
} 
.catL { 
	height : 23px;
	width : 5px;
	background : #FFFFFF url('../images/admin/cat_l.gif') repeat-x top left;
} 
.cat { 
	height : 23px;
	color : #151594;
	text-align : center;
	background : #FFFFFF url('../images/admin/cat.gif');
} 
.cat h2{
	text-align: center;
}
.content { 
	border : 1px solid #d6d4cd;
	padding : 5px;
	/*background-color : #f7f5ef;*/
	background-color : #ffffff;
} 
.bold{
	font-weight: bold;
}
.memPics{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.memPics img{
	 height: 150px;
	cursor: pointer;
}
.addMsgShort{
	width: 200px;
}
.addMsgLong{
	width: 400px;
}
.addMsgLongLink{
	width: 400px;
	text-align: left;
	direction: ltr;
}
#content{
	width: 402px;
	height: 100px;
}
.addMsgForum{
	margin-top: 10px;
}
.addMsgForum td{
	font-weight: bold;
}
.addMsgForum img{
	cursor: pointer;
}
.sideText{
	width: 100px;
	height: 30px;
}
.sideTextSmall{
	height: 20px;
}
.forumTextsButtons{
	height: 30px;
	width: 760px;
}
.center{
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.center input{

	text-align: center;
}

.messageContentInfo{
	width: 522px;
	height: auto;
	padding: 4px;
	margin-top: 5px;
}
.messageContentInfo span{
	cursor: pointer;
}
.messageContentInfoIn{
	margin-left: 15px;
}