/* Global Table Settings */
body, table, td {
        font-family: Verdana;
        font-size  : 11px;
        color      : #DFEFFF;
}
body {scrollbar-face-color:#880000;scrollbar-track-color:#8e2828;scrollbar-shadow-color:#8e2828;scrollbar-darkshadow-color:#3e1414;scrollbar-highlight-color:#8e2828;scrollbar-3dlight-color:#3e1414;scrollbar-arrow-color:#ffffff;}

/* The forum background color */
.mainbg {
        background-color: #770000;
        background-image:url(http://www.xsk8.de/sag/board/public_html/blahdocs/images/x3.gif);
        }


/* Colors */
.titlebg {
        background-color: #660000;
        background-image:url(http://www.xsk8.de/sag/board/public_html/blahdocs/images/x.gif);
        font-family     : Verdana, Helvetica;
        font-size       : 12px;
        color           : #DFEFFF;
        font-weight     : bold;
}
.titlebgtext { /* This is for nested tables, so that text formatting is still used */
        color: #DFEFFF;
        font-weight: bold;
}

.catbg {
        background-color: #990000;
        background-image:url(http://www.xsk8.de/sag/board/public_html/blahdocs/images/x2.gif);
        font-family     : Verdana, Helvetica;
        font-size       : 12px;
        color           : #DFEFFF;
        font-weight     : bold;
}
.catbgtext { /* This is for nested tables, so that text formatting is still used */
        color: #DFEFFF;
        font-weight: bold;
}
.centerimg       { border-style: none; }
.win       { background-color: #880000; }
.win2      { background-color: #770000;
           background-image:url(http://www.xsk8.de/sag/board/public_html/blahdocs/images/x3.gif);
           }
.win3      { background-color: #770000; } /* Used mainly for Calendar Week listing */
.win4      { background-color: #770000; }
.win5      { background-color: #770000; }
.border, .hr    { background-color: #8A8D96; }

.smalltext { /* Small font text size, can also change color, etc */
        font-weight: normal;
        font-size  : 10px;
        line-height: 130%;
}

.redrep   { color: red; font-weight: bold;   } /* Reputation (less than -1) */
.grayrep  { color: gray; font-weight: bold;  } /* Reputation (-1 thru 10)   */
.greenrep { color: green; font-weight: bold; } /* Reputation (10 or greater)*/

.onlinebots { color: gray; } /* IE: Googlebot, this is shown in the "Online" places */

.postbody { line-height: 130%; } /* Format the post body */

.messagetitle { line-height: 130%; } /* Message title on the board index */

/* Poll Colors */
.pollcolor { background-color: #770000; padding-left: 5px; }
.pollpercents { background-color: #660000; color: #000000; padding-right: 10px; padding-left: 10px; }
.pollborder { background-color: #880000; }

/* Links */
a, a:link, a:active, a:visited {
        border-style: none;
        text-decoration: none;
        color          : #FC7D0B;
        font-family    : Verdana, Helvetica;
        font-weight    : bold;
}

a:hover {
        text-decoration: underline overline;
        border-style: none;
        color          : #DFEFee;
        font-family    : Verdana, Helvetica;
        font-weight    : bold;
}

/* Forms */
.upload, .textinput,.button, textarea, select { /* .checkboxinput also allowed */
        color           : #dfefee;
        background-color: #990000;
        font-family     : Verdana, Helvetica, Times;
        font-size       : 10px;
        border          : 1px #8A8D96 solid;

        border-top-width   : 1px;
        border-right-width : 1px;
        border-bottom-width: 1px;
        border-left-width  : 1px;
}

/* added with upgrade to 10.2 */
body {
	text-align      : center;
}

table {
	margin-left : auto;
	margin-right: auto;
}

/*
   Centering help:
   http://www.maxdesign.com.au/presentation/center/
*/

td {
	text-align: left;
}

.loading {
	background-image : url(/blahdocs/images/loading.gif);
	background-repeat: no-repeat;
	width            : 222px;
	height           : 19px;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.justify {
	text-align: justify !important;
}

.vtop {
	vertical-align: top !important;
}

.innertable {
	margin: 0px !important;
}

.leftimg {
	float        : left;
	padding-right: 5px;
}

.rightimg {
	float       : right;
	padding-left: 5px;
}

.centerimg {
	vertical-align: middle;
}

form, input {
	margin-top: 0px;
}

form {
	margin-bottom: 0px;
}

.boardsearch {
	background    : url(/blahdocs/images/search.png) 3px 4px no-repeat;
	padding-left  : 19px;
	padding-top   : 5px;
	padding-bottom: 5px;
	width         : 90%;
}

/* If user has a color, specify the options for that user name to appear here */
.usercolors {
	font-weight: bold;
}

/* Signatur unter Beitrag: */
.messageseps { border-top-style:solid; border-top-width:1px; border-top-color:#8A8D96; }
img { border: 0; }