/* #################################################### */
/*							*/
/*        Style-Sheet für die Scripte von POWIE  	*/
/*       erstellt von Jochen Müller alias IndoorJo    	*/
/*   weitere CSS'es unter http://stuff.meinhosting.de	*/
/*							*/
/*                  visit my websites:			*/
/*      www.drachenforum.net | www.kitepage.net		*/
/*							*/
/* #################################################### */




table { border-width: 1;
        border: 0px;
        padding-bottom: 2;
        padding-left: 2;
        padding-right: 2;
        padding-top: 2;
        color:#000000;
        border-color:#000000;
        font-size : 12px;
      }


td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

td.head { background-color: #C5C5CB;
          color: #000000;
          font-weight: bold;
          font-size: 12px;
          border: 1px solid #4583C0;
        }

th.head { background-image: url(./images/head.png);
          color: #000000;
          font-weight: bold;
          font-size : 12px;
          border : 1px solid #000000;
        }

th.head a{text-decoration: none; color : #000000;}
th.head a:hover{background-color:#F8BF07;}
td.head a{text-decoration: none; color : #000000;}
td.head a:hover{background-color:#F8BF07;}v

th.info { background-color: #C5C5CB; color: #000000; border: 1px solid #4583C0; }
td.info { background-color: #C5C5CB; color: #000000; }
td.info a{text-decoration: none; color : #000000;}
td.info a:hover{background-color:#F8BF07;}
th.info a{text-decoration: none; color : #000000;}
th.info a:hover{background-color:#F8BF07;}


td.header { background-color: #C5C5CB; color: #000000; }
th.header { background-color: #C5C5CB; color: #000000;  }
td.header a{text-decoration: none; color : #000000;}
td.header a:hover{background-color:#F8BF07;}
th.header a{text-decoration: none; color : #000000;}
th.header a:hover{background-color:#F8BF07;}
td.no a{text-decoration: none; color : #000000;}
td.no a:hover{background-color:#F8BF07;}

td.left   { background-color: #DEDEE2; }
td.right  { background-color: #ffffff; }
td.left a{text-decoration: none; color : #000000;}
td.left a:hover{background-color:#F8BF07;}
td.right a{text-decoration: none; color : #000000;}
td.right a:hover{background-color:#F8BF07;}


td.odd {background-color: #dfdfdf; color: #000000;}
td.even {background-color: #ffffff; color: #000000;}
td.even a{text-decoration: none; color : #000000;}
td.even a:hover{background-color:#F8BF07;}
td.odd a{text-decoration: none; color : #000000;}
td.odd a:hover{background-color:#F8BF07;}

marquee   { background-color: #D2D2D2; }

table.glow   { filter:glow(color=#4583C0, strenght=#1) }

A.topnav:link {text-decoration: none; color : #fffff; }
A.topnav:visited { text-decoration: none; color : #fffff; }
A.topnav:active { text-decoration: none; color : #FF0000; }
A.topnav:hover { text-decoration: none; color: #FF0000;}
A.whitenav:link {text-decoration: none; color : #000000; }
A.whitenav:visited { text-decoration: none; color : #000000; }
A.whitenav:active { text-decoration: none; color : #FF0000; }
A.whitenav:hover { text-decoration: none; color: #FF0000;}

select      { border-style: groove; background-color: #F1F1F1; font-family: Verdana; color: #000000; }
textarea    { border-style: groove; background-color: #F1F1F1; font-family: Verdana; color: #000000; }

/* Config AdminForm style table */
table.adminform {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
}

table.adminform tr.row0 {
	background-color: #f5f5f5;
}

table.adminform tr.row1 {
	background-color: #eeeeee;
}

table.adminform th {
	background-color: #999999;
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: dashed 1px #CCCCCC;
	text-align: left;
	height: 25px;
	background: url(../images/03_content_backgr.png);
	background-repeat: repeat;
}

table.adminform td {
	/*background-color: #ffffff;*/
	font-family: Arial,helvetica,sans-serif;
	font-size: 11px;
}

table.adminform td.editor {
	/*background-color: #d6d3ce;*/
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
}


table.status {
	background: #000000;
	border: 0;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	border: 0;
	width: 400px;
	}

td.head {
	background-image: url(./images/head.png) no-repeat;
	border: 0;
	}

/* Styles for dhtml tabbed-pages */
.ontab {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	background-color: #4583C0;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	width: 10%;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	color: #000000;
}

.offtab {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
    background-color : #e5e5e5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	width: 10%;
	text-align: center;
	cursor: hand;
	font-weight: normal;
}

.tabpadding {
	//border-bottom: solid 1px #777777;
}

.tabheading {
	background-color: #ffae00;
	/*border-left: solid 1px #777777;*/
	/*border-right: solid 1px #777777;*/
	color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
	font-size: 12px;
}

.menudottedline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.adminheader {
	color : #ff6600;
	font-size : 24px;
	font-weight: normal;
}

/* Text passed with mosmsg url parameter */
.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #ff6600;
	text-align: center;
}

