#onlinelist{
	border: 1px dashed #800080 ;
}
#onlinelist{
	border: dashed 3px #800080; 
	border:5px solid #000033;
}
#chatinhalt{
	border: dashed 3px #800080; 
	border:5px solid #000033
}
#modalb {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
    opacity: 1;
    transition: opacity 0.15s linear 0s;
}
.modals .input {
    border: 1px solid #eeeeee;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.75);
    font-family: tahoma;
    margin-left: -26px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
    width: 75%;
}
.modals .input:focus {
    border: 1px solid rgba(0, 184, 235, 0.3);
    box-shadow: 0 0 8px -5px #00b8eb inset;
}

.modals div.okreg {
    font-size: 13px;
}

.modals span {
    display: block;
    float: right;
    text-align: right;
    width: 25%;
	margin-top: 8px;
    font-size: 13px;
}
.modals label {
    display: block;
    margin: 10px 0;
}
.modals .input:disabled {
    background: #eeeeee;
    border: 1px solid #dddddd;
}
.modals div {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 3px;
    color: #888888;
    font-size: 15px;
    font-weight: bold;
    margin: -15px -25px 0;
    padding: 10px;
}

.modals .submit {
    background: #00b6eb none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: -11px;
    margin-top: 12px;
    transition: all 0.17s ease 0s;
    width: 120px;
}

.modals {
    background: #fff none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 5px;
    font-family: B Yekan;
    overflow: hidden;
    padding: 20px 30px 10px;
    position: relative;
    text-align: center;
    width: 370px;
	margin: 100px auto;
	direction: rtl;
}

#postslist img.avatar {
    height: 50px;
    margin: 0 6px 0 0;
    vertical-align: top;
}

#postslist {
    float: right;
    font-size: 12px;
    font-style: normal;
    height: 450px;
    line-height: 190%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 5px 16px;
    text-align: center;
    width: 260px;
}
#postslist {
    border: 5px solid #000033;
}

#postslist > div {
    border-bottom: 1px solid #cccccc;
	padding:5px 0;
}
#postslist .details {
    direction: rtl;
    float: right;
    margin-right: 2px;
    text-align: right;
}
#postslist .useri {
    color: #fc0505;
    cursor: pointer;
    font-weight: bold;
    vertical-align: top;
}

#changemod {
    background: #fafafa;
    border: 3px solid #555555;
    border-radius: 10px;
    font-size: 14px;
    height: 30px;
    margin: 0 0 5px;
    padding: 5px;
	display: none;
}
#changemod a {
    background: #56c433;
    border-radius: 5px;
    box-shadow: 0 1px 0 1px #68cc34;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
	font-size: 13px;
}
#changemod a.selected {
    background: #dcdcdc;
    box-shadow: 0 -1px 0 1px #9c9d9c;
    color: #9c9d9c;
	margin-top: 2px;
}
#changemod a.reload {
    background: #e15f5f none repeat scroll 0 0;
    box-shadow: 0 1px 0 1px #c54343;
    color: #fefefe;
}
#friends {
    float: left;
    font-size: 12px;
    font-style: normal;
    height: 100%;
    line-height: 190%;
	margin-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 5px 16px;
    text-align: center;
    width: 260px;
}

#friends {
    border: 5px solid #000033;
}

#friends img.avatar {
    height: 50px;
    margin: 0 6px 0 0;
    vertical-align: top;
}


#friends .details {
    direction: rtl;
    float: right;
    margin-right: 2px;
    text-align: right;
}

#friends .useri {
    cursor: pointer;
    font-weight: bold;
    vertical-align: top;
}

#myposts {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    line-height: 190%;
    overflow: auto;
    padding: 5px 5px 16px;
    position: relative;
}

#myposts {
    border: 5px solid #000033;
}
#social {
    height: 450px;
}
#clear {
    clear: both;
}
#friends > div > div {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0;
}
#friends > span {
    border: 1px solid transparent;
    border-radius: 15px;
    box-shadow: 0 2px 2px #c8c8c8;
    display: block;
    margin: 10px 0;
    padding: 5px;
}
#friends > span.fon {
    background: #56c433;
    border-color: #208200;
    color: #fff;
}
#friends > span.fof {
    background: #888888;
    border-color: #555555;
    color: #fff;
}


#myposts > div {
    background: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 2px #a3a3a3;
    direction: rtl;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    margin: 5px 6px 18px;
}
#myposts > div .mpuser {
    background: #eeeeee;
    margin: 1px;
    padding: 10px;
	border-bottom: 2px solid transparent;
	color: #555555;
}
#myposts > div .mpuser a {
	color: #000000;
}
#myposts > div .content {
    color: #333333;
    padding: 10px;
}

#myposts > div.more,#myposts > div.desc  {
    padding: 10px 0;
    text-align: center;
}

.mpuser img {
    border-radius: 17px;
    float: right;
    height: 33px;
    margin: -5px 0 0 5px;
}
#myposts > div .op {
    color: #777777;
    overflow: hidden;
    padding: 15px 10px 5px;
}
#myposts > div .op {
    color: #777777;
    overflow: hidden;
    padding: 15px 10px 5px;
}
#myposts > div .op a {
    background: #e6e6e6;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #c6c6c6;
    color: #555555;
    display: block;
    overflow: hidden;
    padding: 0 10px 2px;
}