/* #################################################### */
/*							*/
/*        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		*/
/*							*/
/* #################################################### */


body {  color : #000000;
        font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	scrollbar-face-color:  #336699;
	scrollbar-highlight-color: #4583C0;
	scrollbar-shadow-color: #336699;
	scrollbar-base-color: #4583C0;
	scrollbar-arrow-color: #003366;
	scrollbar-3dlight-color: #225588;
	scrollbar-darkshadow-color: #003366;
	scrollbar-track-color: #5588BB;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px
      }

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: 12px; }
th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; }

td.head { background-color: #ADC6E3;
          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.info { background-color: #ADC0FF; color: #000000; border: 1px solid #4583C0; }
td.info { background-color: #D2DCFC; color: #000000; }

td.header { background-color: #9BBCE4; color: #000000; }
th.header { background-color: #9BBCE4; color: #000000;  }

td.left   { background-color: #B5C6FF; }
td.right  { background-color: #D3DDFF; }

td.odd {background-image: url(./images/odd.png); color: #000000;}
td.even {background-image: url(./images/even.png); color: #000000;}

marquee   { background-color: #D2D2D2; }

table.glow   { filter:glow(color=#4583C0, strenght=#1) }

A:link {text-decoration: none; color : #000000; }
A:visited { text-decoration: none; color : #202020; }
A:active { text-decoration: none; color : #FF0000; }
A: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: #FDD2A7;
	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;
}
.chromemenu{
width: 99%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border: 1px solid #BBB;
width: 81%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(media/chromebg2.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}



