@import "fairrate.css";


/* Let no border around the body appear, and set
   it to display on a white background */
body, html {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

/* Font settings for page elements */
body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
}
code, pre, tt {
    font-family: Courier, "Courier New", monospace;
}

/* General header styles */
h1, h2, h3, h4 {
    font-weight: bold;
    color: #000066;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

/* Event month header on homepage */
h4.eventmonth {
    border-style: solid;
    border-color: black;
    border-width: 0px 1px 1px 0px;
    background-color: green;
    padding: 2px;
}

/* Quicksearch table cell on top of every page. */
td.quicksearch {
    color: white;
}

/* Horizontal delimiter defaults */
hr {
    border: 0px;
    color: black;
    background-color: black;
    height: 1px;
}

/* Left sidebar TOC on manual pages */
div.mtoc {
    margin: 0px 5px 5px 5px;
}

/* Header in manual sidebar TOC */
div.toch {
    font-size: 115%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}

/* Inactive and active TOC elements in the left
   sidebar of the manual pages - this is further
   enhanced with an image in /userprefs.js */
div.toci, div.toca {
    padding: 0 0 0 11px;
    margin:  1px 0 0 3px;
    background-repeat: no-repeat;
    background-position: center left;
}
div.toca a {
    font-weight: bold;
}
div.toca a, div.toci a {
    text-decoration: none;
    font-size: 75%;
}
div.toca a:hover, div.toci a:hover {
    text-decoration: underline;
}

/* Default font size for elements */
body, ul, td, th {
    font-size: 85%;
}

/* Indented block */
div.indent {
    margin-left: 50px;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

em {
	font-weight: bold;
	font-style: italic;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

.error {
        color: #cc0000;
}

/* News date info on frontpage and in the archives */
.newsdate {
	font-size: 75%;
	font-style: italic;
	color: #6666cc;
}

.sidebar {
	font-size: 80%;
	padding: 5px;
}

.sidebar p {
	text-align: left !important;
}

small, .small {
	font-size: 75%;
}

a.small {
	text-decoration: none;
}

.tableTitle {
	font-weight: bold;
}

.tableExtras {
	font-size: 85%;
	color: #FFFFFF;
}

p.formerror {
        border: 1px solid #ff0000;
        color: #000000;
        background: #ffeeee;
        padding: 2px 4px;
}

div.errors, .warn {
        border: 1px dashed #666600;
        color: #660000;
        background: #ffeeee;
        margin: 4px;
        padding: 6px;
}

div.tip {
        border: 1px solid #00c;
        color: #000066;
        background: #eeeeff;
        padding: 0px 8px;
}

table#cal {
        font-size: smaller;
}

table#cal a {
        text-decoration: none;
}
table#cal a:hover {
        text-decoration: underline;
}

table#cal a.day {
        float: right;
        font-weight: bold;
        color: #666666;
}

table#cal div.event {
        margin-bottom: 2px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #000000;
}

form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}

.parameter:after {
	content: " ";
}

div.mirror {
	border: 1px dashed #660000;
	background: #ffeeee;
	color: #660000;
	margin: 4px;
	padding: 6px;
}

img {
	border: 0px;
}
img.flag {
	border: 1px solid #000000;
}

.md5sum {
	color: #6666cc;
}

/* Used on the credits page [.e, .h, .v and .vr] */
.e {
	background-color: #ccccff;
	font-weight: bold;
}

.h {
	background-color: #9999cc;
	font-weight: bold;
}

.v {
	background-color: #cccccc;
}

.vr {
	background-color: #cccccc;
	text-align: right;
}

/* Standard table formatting */
table.standard td {
    background-color: #eeeeee;
}
table.standard th {
    background-color: #cccccc;
}
table.standard td.sub, table.standard th.sub,
table.standard th.subr {
    background-color: #dddddd;
}
table.standard th.subr {
    text-align: right;
    vertical-align: top;
}

/* Maximum width input fields */
input.max, textarea.max, select.max {
    width: 100%;
}

/* PHP code syntax highlighting */
div.phpcode span.html {
    color: black;
}

div.phpcode span.comment {
    color: #FF8000;
}

div.phpcode span.default {
    color: #0000BB;
}

div.phpcode span.keyword {
    color: #007700;
}

div.phpcode span.string {
    color: #DD0000;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.greydark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.greydarkHF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.black2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.black3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B58516;
}
.password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
}
.greylight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
}
.whitehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.buttonwhite {
  	font-family: Verdana, Arial, Helvetica;
  	font-size: 11px;
	color: #FEF4AF;
}
 	a.buttonwhite:active		{color: #FEF4AF; text-decoration:none;}
	a.buttonwhite:link			{color: #FEF4AF; text-decoration:none;}
	a.buttonwhite:visited 		{color: #FEF4AF; text-decoration:none;}
	a.buttonwhite:hover 		{color: #FFFFFF; text-decoration:underline;}

.darkhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.darkhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.greyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.tabletop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tabletop2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.tabletopx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

.inputfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.buttonorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #CE940F;
}
.buttontop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

a.buttontop:active			{color: #666666; text-decoration:none;}
a.buttontop:link			{color: #666666; text-decoration:none;}
a.buttontop:visited 		{color: #666666; text-decoration:none;}
a.buttontop:hover 			{color: #000000; text-decoration:underline;}


/* AUS STYLE2.CSS */
.p40 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	text-align: left;
	line-height: 40px;
	vertical-align: top
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	background-color: #ce9608;
	line-height: 20px;
	color: #000000;
	hite-space: normal;
	border-color: black #000000 #000000 black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-indent: 10px
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	text-align: left;
	border-color: black #000000 #000000 black;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	text-indent: 10px}
	.rahmen {  border: #000000 solid;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-width: 0px 1px 1px 0px;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
.tl1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	line-height: 20px;
	text-indent: 10px;
	border-color: black #000000 #000000 black;
	vertical-align: middle;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px
 }
.tl2 {  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #666666;
	line-height: 20px;
	border-color: black #000000 #000000 black;
	vertical-align: middle;
	padding-left: 10px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px
}
.tl3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #666666;
	line-height: 20px;
	border-color: black #000000 #000000 black;
	vertical-align: middle;
	padding-left: 10px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}


/* TABELLEN-FORMATIERUNG CHAIN-REPORT */
table.content_table, table.content_table td{
	border-width:0px;
	border-collapse:collapse;
	padding:0px;
	margin:0px;
}

table.chain_table{
	/*background-color:#555555;*/
	border-collapse: collapse;
}
table.chain_table td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	border:1px solid #8D8D8D; /*C0C0C0*/
	padding:3px;
	text-align:center;

	white-space:nowrap;
}
/*gesamt:615*/
table.chain_table td.col0 {width:120px;text-align:left;}
table.chain_table td.col1 {width:40px}
table.chain_table td.col2 {width:60px}
table.chain_table td.col3 {width:60px}
table.chain_table td.col4 {width:60px}
table.chain_table td.col5 {width:60px}
table.chain_table td.col6 {width:60px}
table.chain_table td.col7 {width:60px}
table.chain_table td.col_change {width:60px}

table.chain_table tr.header td{
 background-color: #666666;
 color: #FFFFFF;
}
table.chain_table tr.space td{
 background-color: #FFFFFF;/*#F0DFB7;*/
 color: #FFFFFF;
}
table.chain_table tr.row_0 td{
 background-color:#F0DFB7;
 color: #666666;
}
table.chain_table tr.row_1 td{
 background-color:#DDDDDD;
 color: #666666;
}

.dark_center {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; background-color: #666666; text-align: center; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.dark_right {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; background-color: #666666; text-align: right; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.dark_left {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; background-color: #666666; text-align: left; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.hell_right {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #F0DFB7; text-align: right; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.hell_left {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #F0DFB7; text-align: left; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.hell_center {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #F0DFB7; text-align: center; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.gelb_right {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #CC9900; text-align: right; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.gelb_left {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #CC9900; text-align: left; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.gelb_center {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #CC9900; text-align: center; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.blau_right {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #9999cc; text-align: right; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.blau_left {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #9999cc; text-align: left; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.blau_center {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #9999cc; text-align: center; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.grau_right {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #d0d0d0; text-align: right; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.grau_left {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #d0d0d0; text-align: left; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}
.grau_center {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; background-color: #d0d0d0; text-align: center; border: #FFFFFF solid; border-width: 1px 1px 0px 0px}

/* "3D" <table> */

/*  "3D" <td>  */
#bwhite       { background-color: #FFFFFF; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD }
#blightgrey   { background-color: #DDDDDD; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA }
#bdarkgrey    { background-color: #666666; border-left: 1px solid #888888; border-top: 1px solid #888888; border-right: 1px solid #444444; border-bottom: 1px solid #444444 }
#blightyellow { background-color: #F0DFB7; border-left: 1px solid #F2FFD9; border-top: 1px solid #F2FFD9; border-right: 1px solid #D0BD95; border-bottom: 1px solid #D0BD95 }
#bdarkyellow  { background-color: #CE940F; border-left: 1px solid #EEB42F; border-top: 1px solid #EEB42F; border-right: 1px solid #BA840F; border-bottom: 1px solid #BA840F }
#blightblue   { background-color: #DDDDFF; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #BBBBDD; border-bottom: 1px solid #BBBBDD }
#bdarkblue    { background-color: #CCCCFF; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #AAAADD; border-bottom: 1px solid #AAAADD }
#blightred    { background-color: #F0ACA6; border-left: 1px solid #F2CEC8; border-top: 1px solid #F2CEC8; border-right: 1px solid #D08A84; border-bottom: 1px solid #D08A84 }
#blightgreen  { background-color: #B7F0DF; border-left: 1px solid #EEFFEE; border-top: 1px solid #EEFFEE; border-right: 1px solid #BBDDBB; border-bottom: 1px solid #BBDDBB }
.bwhite       { background-color: #FFFFFF; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #DDDDDD; border-bottom: 1px solid #DDDDDD }
.blightgrey
{
    height: 20px;
    background-color: #DDDDDD;
    border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bdarkgrey
{
    height: 20px;
    background-color: #666666;
    border-left: 1px solid #888888; border-top: 1px solid #888888; border-right: 1px solid #444444; border-bottom: 1px solid #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.blightyellow
{
    height: 20px;
    background-color: #F0DFB7;
    border-left: 1px solid #F2FFD9; border-top: 1px solid #F2FFD9; border-right: 1px solid #D0BD95; border-bottom: 1px solid #D0BD95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bdarkyellow
{
    height: 20px;
    background-color: #CE940F;
    border-left: 1px solid #EEB42F; border-top: 1px solid #EEB42F; border-right: 1px solid #BA840F; border-bottom: 1px solid #BA840F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.table_grey
{
    background: #666666;
}
.blightblue   { background-color: #DDDDFF; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #BBBBDD; border-bottom: 1px solid #BBBBDD }
.bdarkblue    { background-color: #CCCCFF; border-left: 1px solid #FFFFFF; border-top: 1px solid #FFFFFF; border-right: 1px solid #AAAADD; border-bottom: 1px solid #AAAADD }
.blightred    { background-color: #F0ACA6; border-left: 1px solid #F2CEC8; border-top: 1px solid #F2CEC8; border-right: 1px solid #D08A84; border-bottom: 1px solid #D08A84 }

/* TOOLTIP */
div.tooltip
{

	display: none;
	position: absolute;
	margin-top: 2px;
	bottom: 20px;
	left: 46px;
	z-index: 100;

}

div.tooltip table
{

    width: 220px;
    color: #ac720d;
    border-collapse: collapse;

}

table th.tooltip_top_left
{

    background: url(../gifs/tooltip/tooltip_gradiant_topleft.gif) no-repeat;
    width: 7px;
    height: 15px;
    padding: 0px;

}

table th.tooltip_top
{

    background: url(../gifs/tooltip/tooltip_gradiant_top.gif) repeat-x;
    height: 15px;
    padding: 0px;

}

table th.tooltip_top_right
{

    background: url(../gifs/tooltip/tooltip_gradiant_topright.gif) no-repeat;
    width: 3px;
    height: 15px;
    padding: 0px;

}

table td.tooltip_right
{

    background: url(../gifs/tooltip/tooltip_gradiant_right.gif) repeat-y;
    width: 3px;
    padding: 0px;

}

table td.tooltip_bottom_right
{

    background: url(../gifs/tooltip/tooltip_gradiant_bottomright.gif) no-repeat;
    width: 3px;
    height: 15px;
    padding: 0px;

}

table td.tooltip_bottom
{

    background: url(../gifs/tooltip/tooltip_gradiant_bottom.gif) repeat-x;
    height: 21px;
    padding: 0px;

}

table td.tooltip_bottom_left
{

    background: url(../gifs/tooltip/tooltip_gradiant_bottomleft.gif) no-repeat;
    width: 7px;
    height: 21px;
    padding: 0px;

}

table td.tooltip_left
{

    background: url(../gifs/tooltip/tooltip_gradiant_left.gif) repeat-y;
    width: 3px;
    padding: 0px;

}

table td.tooltip_middle
{

    padding: 5px;
    vertical-align: top;
    background-color: #fff;
    font-size: 11px;

}