/**
* 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:50px;
   left:25px;
   width:770px;
   z-index:3;
   text-align:left;
}

table.big {
   background-color: #FFFFFF;
   border: 1px solid #626160;
}

td.header {
  background-image: URL(/static/layouts/ph/header.jpg);
  background-repeat: no-repeat;
  background-position: top;
  font-size: 18px;
  padding: 0px 3px 0px 3px;
}

a.header {text-decoration: none; font-weight: bold; }
a.header:link {color: #ffffff;}
a.header:visited {color: #ffffff;}
a.header:active {color: #66ccff;}
a.header:hover {color: #0072bc; text-decoration: none; }

td.horizontal {
  background-image: URL(/static/layouts/ph/strichhorizontal.gif);
  background-repeat: repeat-x;
  padding: 0px;
}

td.vertical {
  background-image: URL(/static/layouts/ph/strichvertikal.gif);
  background-repeat: repeat-y;
  padding: 0px;
}

td.left { padding-left: 3px; }
td.right { padding-right: 3px; }

/**
* 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;
   font-weight: bold;
}

small, .small {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   color: #818181;
}

/* this is for mozilla to align tables in boxes right */
div.box table {
   margin-left: auto; 
   margin-right: 0px; 
}

fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

p {
   margin-top: 0px;
   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;
   color: #0072bc;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #333333;
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   padding-bottom: 10px;
}

/* calendar */

.calHead {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}

.calDay {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   text-align: center;
}

.calSelDay {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   border: 1px solid #0072bc;
   text-align: center;
}

.calFoot {
   font-family: Times, Times New Roman, serif;
   font-size: 12px;
   text-align: center;
}

/* story display classes */


.storyTitle {
   font-family: Times, Times New Roman, serif;
   font-size: 16px;
   color: #0072bc;
   font-weight: bold;
}

.title {
   font-family: Times, Times New Roman, serif;
   font-size: 16px;
   color: #333333;
   font-weight: bold;
}

.reply { padding-left: 30px; }

/* form input classes */

.formTitle {
   width: 370px;
   font-family: Times, Times New Roman, serif;
   font-size: 16px;
   font-weight: bold;
   border: 1px solid #333333;
}

.formText {
   width: 370px;
   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;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #0072bc;
   font-size: 0px;
}

.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

.pagelinkTop {
   margin-bottom: 18px;
   padding-bottom:3px;
}

.pagelinkBottom {
   margin-top: 18px;
   padding-top:3px;
   text-align:right;
}

/* 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;
}

/* tree navigation in skinmgr */
ul { list-style: circle; } 

ul.skinmgrTree {
   padding-left:15px;
   margin:20px 0px;
}

ul.skinmgrTree ul {
   padding-left:30px;
   margin:0px;
}
ul.skinmgrTree li {
   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 membermgr */
.membergroup {
   font-weight:bold;
   font-size:16px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}
