/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/

div.main {
   position:relative;
   top:15px;
   width:820px;
   border:0px;
   z-index:1;
   text-align:left;
}

div.logo {
   position:absolute;
   top:0px;
   left:0px;
   border:0px;
   z-index:2;
   text-align:left;
}

div.content {
   position:absolute;
   top:52px;
   left:25px;
   width:771px;
   z-index:3;
   text-align:left;
}


div.kleinbild {
   position:absolute;
   top:344px;
   left:11px;
   border:0px;
   z-index:4;
   text-align:left;
}

div.stern {
   position:absolute;
   top:347px;
   left:552px;
   border:0px;
   z-index:5;
   text-align:left;
}

div.tixo1 {
   position:absolute;
   top:46px;
   left:757px;
   border:0px;
   z-index:6;
   text-align:left;
}

div.tixo2 {
   position:absolute;
   top:436px;
   left:13px;
   border:0px;
   z-index:7;
   text-align:left;
}

/**
* Colors, fonts, styles.
*/

body {
   background-color: #999999;
   font-family: Times, Times New Roman, serif;
   font-size: 13px;
   line-height: 18px;
   color: #333333;
}


.boxheader {
   color: #333333;
   overflow: hidden;
   font-size: 14px;
   padding-left: 6px;
}

.box {
   font-size: 13px;
   font-family: Times, Times New Roman, serif;
   color: #333333;
   line-height: 18px;
   text-align: left;
   padding-left: 6px;
}

/* this is for mozilla to align tables in boxes right */
.box table {
   margin-left: auto; 
   margin-right: 0px; 
}

.bigger {
   font-size: 14px;
	}

fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

p {
   margin-top: 6px;
   margin-bottom: 10px;
}

form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #0072bc;}
a:visited {color: #0161a0;}
a:active {color: #66ccff;}
a:hover {text-decoration: underline;}

.message {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   font-weight: bold;
   padding: 1px;
   margin-top: 6px;
   margin-bottom: 6px;
   color: #0072bc;
   background-color: #999999;
}

.small, small {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   color: #818181;
}

.listSeparator {
   width: 50px;
   border-bottom: 2px dotted #cccccc;
   margin-top: 10px;
   margin-bottom: 4px;
}

.storyTitle {
   font-family: Times, Times New Roman, serif;
   font-size: 18px;
   color: #0072bc;
   font-weight: normal;
   margin-bottom: 2px;
}

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Times, Times New Roman, serif;
   font-size: 18px;
   font-weight: bold;
   border: 1px solid #333333;
}

.formText {
   width: 380px;
   font-family: Times, Times New Roman, serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #333333;
}

.formWide {
   width: 660px;
   font-family: Times, Times New Roman, serif;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   color: #333333;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

/* page navigation bar */
div.pageNav {
   margin-top: 10px;
   margin-bottom: 0px;
   font-size: 11px;
}
div.pageNavSummary {
   padding: 1px 5px;
   background-color: #efefef;
   border-bottom: 1px solid #cccccc;
   text-align: left;
}
div.pageNavBar {
   padding-top: 1px;
   text-align: right;
}
span.pageNavItem {
   padding-left: 2px;
   padding-right: 2px;
}
span.pageNavSelItem {
   padding-left: 2px;
   padding-right: 2px;
   font-weight: bold;
}

/* system manager classes */

.pageTitle {
   font-family:Times, Times New Roman, serif;
   font-size:18px;
   font-weight:bold;
   color:#0072bc;
   padding-bottom:10pt;
}

.flagDark {
   font-family:Times, Times New Roman, serif;
   font-size:7pt;
   padding:2px;
   color:#ffffff;
}

.flagLight {
   font-family:Times, Times New Roman, serif;
   font-size:7pt;
   padding:2px;
   color:#333333;
}

.sysmgrListitem {
   margin-top:15px;
   border-top:1px solid #dddddd;
}

/* tree navigation in skinmgr */
ul.skinmgrTree {
   padding-left:15px;
   margin:20px 0px;
}
ul.skinmgrTree ul {
   padding-left:30px;
   margin:0px;
}
ul.skinmgrTree li {
   font-weight:normal;
   list-style:none;
   margin:7px 0px;
   padding:0px;
}
ul.skinmgrTree li.skinset {
   list-style:square;
   padding-left:0px;
}
ul.skinmgrTree a.selected {
   font-weight:bold;
}
ul.skinmgrTree li div {
   font-family:Times, Times New Roman, serif;
   font-size:12px;
   color:#333333;
}

/* classes for skin diff */
.diff td {
   padding:0px 5px;
}
.diff pre {
   font-size:12px;
   margin:0px;
   padding:2px 0px;
}
.diff .removed {
   border-top:1px solid #818181;
   background-color: #ff3333;
}
.diff .added {
   border-top:1px solid #818181;
   background-color: #33cc33;
}
.diff .line {
   border-top:1px solid #818181;
}
.diff .num {
   border-top:1px solid #818181;
   color:#818181;
   text-align:right;
}
.diff .status {
   padding:0px 5px;
   border-top:1px solid #818181;
}
