/*
        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-2014
        You are not allowed to sell this software or remove the Copyrights.

        http://www.zevolutions.de/
        admin@zevolutions.de
*/

/*SideElement*/
.sdheader {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px 10px 0px 0px;
  font-size: 11px;
  padding: 4px;
  font-weight: bold;
  text-align: center;
  height:15px;
}

.sdout {
  margin: 0 auto 5px;

}

.sdin {
  font-size: 11px;
  padding: 4px;
  margin: 0 auto;
  background:#D9DADB;
  color: rgb(0,0,0);
  border-radius: 0px 0px 10px 10px;
}

/*CenterElement*/
.ctheader {
  color: rgb(221,221,221);
  background: rgb(110, 30, 30);
  border-radius: 10px 10px 0px 0px;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  height:20px;
}

.ctout {
  margin: 0 auto 5px;
}

.ctin {
  font-size: 11px;
  padding: 20px;
  margin: 0 auto;
  background:#D9DADB;
  color: rgb(0,0,0);
  border-radius: 0px 0px 10px 10px;
}

.ctinb {
  font-size: 11px;
  padding: 20px;
  margin: 0 auto;
  background:#D9DADB;
  color: rgb(0,0,0);
  border-radius: 0px 0px 10px 10px;
  border:1px solid #bbb;
}

.ccont {
  overflow-x: auto;
  overflow-y: visible;
  font-size: 12px;
  padding: 0 4px;
  margin: 0 auto;
  background:#D9DADB;
  color: rgb(0,0,0);
}

.ctin a, .ctin a:visited {
  color: rgb(128,0,0);
  text-decoration: none;
}

.ctin a:hover {
  color: rgb(0,128,0);
  text-decoration: none;
}

.ctcenter {
  text-align: center;
}