/*
        This file is part of "ZE Chat v1.0".

        "ZE Chat v0.9" is free softwore. Feel free to use and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 3 of the License, or
        (at your option) any later version.

        "ZE Chat v1.0" is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with this program.  If not, see http://www.gnu.org/licenses/.

        Developed by Alexander Pakusch aka Zion, 2010-2015
        You are not allowed to sell this software or remove the Copyrights.

        http://www.zevolutions.de/
        admin@zevolutions.de
*/

/*Header*/
header {
}

.curpoint {
  cursor: pointer;
}
  
div .field {
}

div .field:hover .float-lt {
  text-decoration: underline;
}

.warns {
  color: red;
}

.warnbox {
  background: rgb(110, 30, 30);
  border:1px solid orange;
  border-radius: 4px;
  padding: 4px;
  margin: 4px;
}

.pgheader {
  position: relative;
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px;
  color: rgb(225,225,225);
  padding: 4px;
  height: 30px;
}

.pgheader h1 {
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  float: left;
}

.subhead {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  padding: 3px;
  margin: 3px 0px 3px 0px;
}

.subhead2 {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  padding: 3px;
  margin: 3px 0px 3px 0px;
}

.subhead3 {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 6px;
  font-size: 11px;
  padding: 3px;
  margin: 3px 0px 3px 0px;
}

.subhead4 {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px;
  text-align: center;
  font-size: 9px;
  padding: 3px;
  margin: 10px 0px 3px 0px;
}

.subhead2:hover {
  cursor: pointer;
  background:#346;
  text-decoration: underline;
}

.admtnav {
  cursor: pointer;
  font-weight: bold;
}

.admtnav:hover {
  text-decoration: underline;
}

.cathead {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 4px;
  font-size: 11px;
  padding: 1px;
  margin: 3px 0px 3px 0px;
}

.ovubox {
  border:1px solid #bbb;
  border-radius: 4px;
  font-size: 11px;
  padding: 5px;
  margin: 3px 0px 3px 0px;
}

.acc_overview_info{
  background: #E4D1D9; 
  color: #880000; 
    width: 100%; 
    height: 20px; 
    text-align: center; 
    font-style: italic; 
    font-size: 13px;
}
.acc_view_bn_title{
  color:#ddd;
}
.acc_view_char_Banned{
  border:5px solid #ff0000;
    border-radius:10px;
    cursor:not-allowed;
}
.acc_users_inform{ /* Information | Informationen zum User*/
  color:#000;
    line-height: 1.5;
                padding-left: 10px;
}

.roomlong {
  border:1px solid #bbb;
  border-radius: 4px;
  font-size: 11px;
  padding: 1px;
  margin: 3px 0px 3px 0px;
}

.roomshort {
  border:1px solid #bbb;
  border-radius: 4px;
  font-size: 11px;
  padding: 1px;
  margin: 3px 0px 3px 0px;
}

.roomshort:hover {
  color: rgb(221,221,221);
  background:#346;
  cursor: pointer;
  text-decoration: underline;
}

.room_topic_sm {
  font-size: 9px;
  color: #777;
  padding-left: 53px;
}

.room_title {
}

.rlname {
  padding: 6px 3px 0px;
  font-size: 13px;
  font-weight: bold;
}

.rltopic {
  padding: 3px;
  font-size: 13px;
}

.rltopic2 {
  padding: 3px;
  font-size: 10px;
  color: #333;
}

.rlrules {
  padding: 3px;
  font-size: 13px;
}

.rlrules2 {
  padding: 3px;
  font-size: 10px;
  color: #333;
}

.rluser {
  padding: 3px;
  font-size: 13px;
}

.rluser2 {
  padding: 3px;
  font-size: 10px;
  color: #333;
}

.friendinfo {
  border:1px solid #bbb;
  border-radius: 4px;
  font-size: 11px;
  padding: 4px;
  margin: 3px 0px 3px 0px;
}

.avatarsize_list {
  height: 70px;
  max-width: 70px;
  display: block;
  margin: 2px auto;
}

.friends_ava {
  border:1px solid #bbb;
  border-radius: 4px;
  font-size: 11px;
  padding: 1px;
  margin: 0px 3px 0px 3px;
  min-width: 80px;
}

/*Footer*/
.main-footer {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px;
  text-align: center;
  font-size: 10px;
  padding: 3px;
  margin: 3px 0px 3px 0px;
}

.main-footer a, .main-footer a:visited {
  color: rgb(255,255,255);
}

.main-footer a:hover {
  color: rgb(0,0,0);
}

.case1{ /* OnlineStatus 1 */
                color:#009900;
}

.case2{ /* OnlineStatus 2 */
                color:#999900;
}

.case3{ /* OnlineStatus 3 */
                color:#990000;
}

.case4{ /* OnlineStatus 4 */
                color:#000099;
}

.case_user_in_ac{ /* OnlineStatus (User in AC) */
                color:#007799;
}

.case_default{ /* OnlineStatus (default) */
                color:#999999;
}

#ticketbuy{
  color: #000;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 4px;
  width: 166px;
}

#ticketbuy td{
  padding: 4px;
}

#ticketbuy tr td:first-child {
  font-weight: bold;
}

#ticketbuy tr td:last-child {
  text-align: right;
}

/*Profile*/

.prof_flieds_container{
    height:150px; 
    overflow:auto;
}

.prof_fields{
  border:1px dashed #ccc;
    padding:5px;
    margin-bottom:3px;
    cursor:pointer;
}
.prof_fields:hover {
  border:1px dashed #000;
}


#blacker_div{
  display:none;
  padding:0px;
  width: 100%;
  height: 100%;
  z-index:4;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.7);
}

#imageholder_large{
  color: rgb(221,221,221);
  background:#346;
  border: 3px solid #121212;
  border-radius:10px;
  display:none;
  position:fixed;
  z-index:5;
  overflow:auto;
  text-align:center;
}

#main_avatar_large{
  border-radius:10px;
}

#main_avatar_desc{
  width:100%;
  text-align:center;
  font-size:13px;
  font-weight:bold;
}

.prof_ava_gallery{
  max-width: 135px;
  max-height: 135px;
  cursor: zoom-in;
  border-radius: 4px;
}

.user_gal {
  margin: 3px;
  padding: 3px;
  border: solid 1px #bbb;
  border-radius: 4px;
}

.item_maxsize{
    max-width:40px; 
    max-height:40px;
    margin:3px;
}

.item_detail{
  color: rgb(221,221,221);
  background:#346; 
  border: 3px solid #121212;
  border-radius:10px;
    position:fixed;
    padding:10px;
    left: 50%; 
    top:150px;
    margin-left: -302px; 
    overflow:auto;
    border-radius:10px;
    z-index:5;
    display:none;
    width:600px;
}

.itemdesctd{
  width: 300px;
  padding: 5px;
}

.itemdesctr{
  width: 600px;
  padding: 5px;
}

.item_detail_text{
  background:#ccc; 
    margin-top:15px; 
    padding:10px;
}

.blog_info_holder{
  background:#ccc;
  border: 1px solid #8A8A88;
  color:#000;
  font-size:11px;
  padding: 3px;
  overflow:auto;
  width: calc(100% - 8px);
}

.blog_text{
  background:#ddd;
  border-left: 1px solid #8A8A88;
  border-right: 1px solid #8A8A88;
  color:#000;
  text-align: left;
  font-size: 13px;
  padding: 5px;
  overflow:auto;
  width: calc(100% - 12px);
}

.blog_vote_holder{
  background:#ccc;
  border: 1px solid #8A8A88;
  color:#000;
  font-size:11px;
  padding: 3px;
  overflow:auto;
  width: calc(100% - 8px);
  margin-bottom: 6px;
}

.book_private_n{
  background:#ccc;
  border:1px solid #8A8A88;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color:#000;
    font-size:11px;
    padding:20px;
    overflow:auto;
}
.book_private_j{
  background:#b5b5b5;
  border:1px solid #8A8A88;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color:#000;
    font-size:11px;
    padding:20px;
    overflow:auto;
}
.book_private_j:hover{
  background:#bfbfbf;
}

.book_private_text{
    text-align:right;
    margin-top:5px;
    font-style:italic;
}

.book_main_privatize{
  color:#ffffff;
    font-style:italic;
}

.u-status{
  background:#363636;
  border:1px solid #8A8A88;
  color:#fff;
    padding:2px;
    border-bottom:0px;
}

#newentry_book{
    margin-bottom:3px;
    padding:5px;
    cursor:pointer;
}

#newentry_blog{
    margin-bottom:3px;
    padding:5px;
    cursor:pointer;
}

.blog_subject{
    font-size:13px; 
    font-weight:bold;
}
.main-blog{
  background:#D9DADB;
  border:1px solid #8A8A88;
  color:#000;
    font-size:11px;
    padding:5px;
    overflow:auto;
}
#prof_writemail{
    margin-bottom:3px;
    padding:5px;
    cursor:pointer;

.avatarsize{
    max-width:100%; 
    max-height: 100%;
}

/* Userbar */
#p_userbar{
    font-size:11px;
    padding:4px;
}
#p_userbar .lvl{
  background:#eeeeff;
  border:1px dashed #ccc;
    margin-bottom:5px;
    border-radius: 3px;
    padding-bottom:5px;
}

#p_userbar .age{
    margin-bottom:3px;
    padding:5px;
}

#p_userbar .gender{
    margin-bottom:3px;
    padding:5px;
}

#p_userbar .reg{
    margin-bottom:3px;
    padding:5px;
}

#p_userbar .points{
    margin-bottom:3px;
    padding:5px;
}

#p_userbar .coins{
    margin-bottom:3px;
    padding:5px;
}

#p_userbar .gb{
    margin-bottom:3px;
    padding:5px;
}

#p_userbar .friends{
    margin-bottom:3px;
    padding:5px;
}

.floright{
    float:right;
}

.floleft{
    float:left;
}

/* */
