/**
 * OpenWebBoard - The OpenSource WebBoard
 * Copyright (C) 2007-2008 Janek Bevendorff, OpenWebBoard Team
 *
 * This program is free software; you can redistribute it 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.
 * 
 * This program 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/>.
 *
 * @package StyleSheets
 * @since Version 1.0.0
 * @license http://www.gnu.org/licenses/gpl.txt GNU General Public License
 * @copyright Copyright (C) 2007-2008 The OpenWebBoard Team
 * @link http://www.openwebboard.org/
*/

@import url(editor.css);

* {
    margin:0px;
    padding:0px;
}

html {
    background-color:#efefef;
}

body {
    margin:10px;
    padding:10px;
    font-size:12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    border:1px solid #000000;
    background-color:#ffffff;
    color:#000000;
}

table {
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

td {
    border:1px solid #000000;
    padding:5px;
    vertical-align:middle;
    background-color:#efefef;
}

textarea {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}

input {
    margin:2px;
    outline:none;
}

img {
    border-style:none;
}

fieldset {
    width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    padding:10px;
}

hr {
    margin-top:5px;
    margin-bottom:3px;
}

a {
    color:#00008b;
    outline:none;
    text-decoration:none;
}

a:hover, a:focus, a:active {
    text-decoration:underline;
    color:#0066cc;
}

ul, ol {
	margin-left:40px;
}

p {
	margin:3px 0 15px 0;
}

h1 {
    font-size:24px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size:16px;
}
h4 {
    font-size:12px;
}
h5 {
    font-size:10px;
}
h6 {
    font-size:8px;
}

/* ------------- */

#header_pict {
    float:left;
    margin-right:5px;
    margin-bottom:6px;
}

#info_line {
    clear:both;
}

#info_line td#headerLeft, #info_line td.right {
    height:45px;
    font-size:10px;
}

#info_line #headerLeft {
    border-right-style:none;
}

#info_line #headerLeft #currentPage {
    font-size:12px;
    padding-left:35px;
    padding-top:3px;
}

#currentPageMain {
    font-size:12px;
}

#info_line td.right {
    width:260px;
    text-align:right;
    border-left-style:none;
}

#info_line td.right div, td.category div {
    font-size:10px;
    font-weight:normal;
}

#no_items, #register_message {
    font-weight:bold;
    text-align:center;
    padding:20px;
    font-size:15px;
}

#register_message {
    text-align:left;
    padding-left:0px;
}

#post_error {
    font-size:14px;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
    margin-bottom:2px;
}

th#user_online {
    text-align:left;
}
th#user_online a {
    color:#fff;
    text-decoration:none;
}
th#user_online a:hover, #user_online a:focus {
    text-decoration:underline;
}

#navi td {
    height:20px;
    font-size:11px;
    font-weight:bold;
}
#footer_buttons {
    text-align:right;
}
#footer_navi {
    margin:10px 0 0 0;
    background-color:#efefef;
    border:1px solid #000;
    padding:4px;
    font-weight:bold;
    color:#000;
}

/* ------------- */

.small {
    font-size:10px;
}

th, #info_line .header {
    color:#ffffff;
    font-weight:bold;
    font-size:13px;
    padding:4px 5px;
    border:1px solid;
    border-color:#294699;
    background-color:#07137a;
    background-image:url(../img/header_back.png);
    background-repeat:repeat-x;
}

th {
	text-align:left;
}

.header_center {
    text-align:center;
}

.last_post {
    width:170px;
    font-size:9px;
    text-align:center;
}

.center {
    text-align:center;
}

.right_align, .right_float {
    font-weight:bold;
    text-align:right;
    margin-top:10px;
    padding-right:5px;
}


.left_float, .right_float {
    font-size:12px;
    float:left;
    margin-bottom:0px;
    margin-top:10px;
    padding:0px 5px;
}

.right_float {
    float:right;
}

.no_border {
    border:none;
    padding:2px 5px;
}

.quote {
    width:93%;
    margin-left:auto;
    margin-right:auto;
    border:1px solid;
    background-color:#e0e0e0;
    margin-top:10px;
    margin-bottom:10px;
    padding:7px;
}

.quote div {
    font-weight:bold;
}

.code {
    width:93%;
    margin:10px auto;
}

.code pre {
    border:1px solid;
    background-color:#e0e0e0;
    padding:7px;
    overflow:auto;
}

.code div {
    font-size:10px;
}

.success {
    background-color:#99ff99;
    padding:7px;
    margin:10px auto;
    border:1px solid;
}
.error {
    background-color:#ff9999;
    padding:7px;
    margin:10px auto;
    border:1px solid;
}
.hint {
    background-color:#fff;
    background-image:url(../img/hint.png);
    background-position:10px 10px;
    background-repeat:no-repeat;
    margin:3px 0;
    padding:10px;
    padding-left:42px;
    border:1px dashed #505050;
    font-size:11px;
}
.hint h2 {
    font-size:12px;
    margin:0 0 5px 0;
}
.poll_total {
    background-color:#e0e0e0;
    font-weight:bold;
    border-top-width:2px;
}
.poll_diagram_1, .poll_diagram_2, .poll_diagram_3, .poll_diagram_4, .poll_diagram_5 {
    height:10px;
    border:1px outset;
}
.poll_diagram_5 {
    border-color:#f00;
    background-color:#c33;
}
.poll_diagram_4 {
    border-color:#030;
    background-color:#393;
}
.poll_diagram_3 {
    border-color:#360;
    background-color:#f93;
}
.poll_diagram_2 {
    border-color:#006;
    background-color:#14f;
}
.poll_diagram_1 {
    border-color:#606;
    background-color:#93c;
}


/* Spam protection field (look at: http://www.openwebboard.org/Tutorials/HTML_CSS/Barrierefreie_CAPTCHAs_1.html) */
.email_address {
    display:none;
}

/* ------------- */

td.medium_font {
    font-size:11px;
    padding:4px 5px;
}

td.post_footer1, td.post_footer2 {
    font-size:11px;
    padding:7px;
    border-bottom:2px solid;
}

td.post_info1, td.post_info2 {
    font-size:10px;
    width:145px;
    vertical-align:top;
    padding-top:10px;
}
td.post2, td.post_info2, td.post_footer2 {
    background-color:#e0e0e0;
}

td.post_info1 .author, td.post_info2 .author {
    font-size:12px;
    font-weight:bold;
}

td.post1, td.post2 {
	vertical-align:top;
    padding:5px;
    padding-top:10px;
    font-size:12px;
}

td.search {
    padding:5px;
}

td.profile_left_col
{
    text-align:right;
    height:22px;
    font-weight:bold;
    width:50%;
}

td.category {
    padding:5px 10px;
    font-weight:bold;
    background-color:#102282;
    background-position:bottom;
    color:#ffffff;
    background-image:url(../img/cat_back.png);
    background-repeat:repeat-x;
}
a.external {
    padding-right:13px;
    background-image:url(../img/external.gif);
    background-repeat:no-repeat;
    background-position:top right;
}

td.category a {
    color:#ffffff;
}

div.copyright {
    margin-top:25px;
    margin-bottom:30px;
    padding:1px 7px;
    text-align:center;
    font-size:9px;
}
fieldset.attachments {
    margin:25px 0 5px 20px;
    padding:10px;
    border:1px solid #505050;
    width:60%;
}
fieldset.attachments img {
    height:1em;
}
fieldset.attachments ul {
    margin:0 0 3px 10px;
}
fieldset.attachments li {
    list-style-type:none;
}
fieldset.attachments li a {
    font-weight:bold;
}

/* ----- ACP -----*/
td#acp_nav {
	width:200px;
	padding:5px;
	background-color:#808080;
	color:#ffffff;
	text-align:center;
	border:none;
	vertical-align:top;
}
td#acp_nav td {
	text-align:left;
	color:#000000;
}
td#acp_nav ul {
    margin:0 0 0 25px;
}
td#acp_nav li {
    list-style:circle;
}
td#acp_header {
	padding:5px;
	font-size:15px;
	font-weight:bold;
	background-color:#808080;
	color:#ffffff;
	height:30px;
	border:none;
}
td#acp_header a {
	color:#ffffff;
}
td#acp_content {
	padding:5px;
	background-color:#ababab;
	border:none;
	vertical-align:top;
}
td#acp_content td {
	vertical-align:top;
}
td#acp_content td.submit {
	text-align:center;
}
