/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/

td.header {
   height: 165px;
   padding: 0px;
   font-size: 24px;
   font-weight: bold;
}

td.main { 
   padding: 15px; 
   vertical-align: top; 
   text-align: left;
   background-color: #D7DC38;
}

td.turkis { 
   padding: 10px; 
   vertical-align: top; 
   text-align: left;
   background-color: #5BC1C3;
}


td.orange { 
   padding: 10px; 
   vertical-align: top; 
   background-color: #FDAF33;
}

td.dgrau { 
   padding: 10px; 
   background-color: #666666;
}

td.rosa { 
   padding: 10px; 
   vertical-align: top; 
   background-color: #ED6C9E;
}

td.hblau { 
   padding: 10px; 
   vertical-align: top; 
   background-color: #99CCFF;
}



td.footer {
   padding: 2px;
   font-size: 11px;
   background-color: #FF0066;
   color: #FFFFFF;
}

/**
* Colors, fonts, styles.
*/

body {
   background-color: #666666;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 13px;
   color: #3f3f3f;
   line-height: 18px;
}

td {
   font-size: 13px;
}

div.boxheader {
   color: #000000;
   font-size: 13px;
   font-weight: bold;
   padding-bottom: 6px;
}

div.box {
   font-size: 13px;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   color: #3f3f3f;
   line-height: 14px;
}

small, .small {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   color: #ffffff;
   line-height: 14px;
}

big, .big {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 16px;
}

fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

p {
   margin-top: 18px;
   margin-bottom: 10px;
}

p.news {
   margin-top: 6px;
   margin-bottom: 6px; 
   color: #FFFFFF;
}


form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #044476;}
a:visited {color: #044476;}
a:active {color: #000000;}
a:hover {text-decoration: underline;}

a.footer {text-decoration: none;}
a.footer:link {color: #ffffff;}
a.footer:visited {color: #ffffff;}
a.footer:active {color: #ffffff;}
a.footer:hover {text-decoration: underline;}

.message {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   font-weight: bold;
   margin-bottom: 6px;
   color: #ffffff;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #3f3f3f;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   padding-bottom: 6px;
}

/* calendar */

.calHead {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center;
}

.calDay {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   text-align: center;
}

.calSelDay {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   border: 1px solid #044476;
   text-align: center;
}

.calFoot {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   text-align: center;
}

.dayHeader {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   color: #ffffff;
   font-weight: bold;
   margin-bottom:10px;
}

/* story display classes */

.storyDate {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   color: #ffffff;
   margin-bottom: 6px;
}

h1, .h1, .storyTitle {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 24px;
   color: #ffffff;
   font-weight: bold;
   line-height: 24px;
}

.listSeparator {
   width: 50px;
   border-bottom: 2px solid #cccccc;
   margin-top: 10px;
   margin-bottom: 4px;
}

.title {
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 24px;
   color: #ffffff;
   font-weight: bold;
   line-height: 24px;
}

.reply { padding-left: 40px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 24px;
   font-weight: bold;
   border: 1px solid #3f3f3f;
}

.formText {
   width: 380px;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #3f3f3f;
}

.formWide {
   width: 660px;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Georgia, Palatino, New York, Times New Roman, serif;
   font-size: 11px;
   color: #3f3f3f;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #044476;
   font-size: 0px;
}

.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

.pagelinkTop {
   margin-bottom: 18px;
   padding-bottom:3px;
   border-bottom:1px solid #dddddd;
}

.pagelinkBottom {
   margin-top: 18px;
   padding-top:3px;
   border-top:1px solid #dddddd;
   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: url("") 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:Georgia, Palatino, New York, Times New Roman, serif;
   font-size:11px;
   color:#3f3f3f;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:24px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}

