/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/

td.header {
   height: 200px;
   padding: 0px;
}

td.main { 
   padding: 5px; 
   vertical-align: top; 
   text-align: left;
   background-color: #e4e7ef;
}

td.gelb { 
   padding: 5px; 
   vertical-align: top; 
   text-align: left;
   background-color: #ebbe46;
}

td.footer {
   width: 800px;
   padding: 2px;
   font-size: 11px;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
   background-color: #d4891c;
   color: #FFFFFF;
}

/**
* Colors, fonts, styles.
*/

body {
   background-color: #ffffff;
   background-image: URL('/static/layouts/rahmenhandlung v1.2/bgr.gif');
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 13px;
   color: #4b5261;
   line-height: 18px;
}

.intro { 
   font-size: 14px;
   font-style: italic;
 }

.themen {
   color: #000000;
   background-color: #d4891c;
   font-weight: bold;
   float: left;
   padding: 0 2px;
   margin-bottom: 2px;
}

td {
   font-size: 13px;
   vertical-align: top; 
}

div.boxheader {
   color: #000000;
   font-size: 13px;
   font-weight: bold;
   padding-bottom: 3px;
}

div.box {
   font-size: 13px;
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   color: #4b5261;
   line-height: 14px;
}

small, .small {
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
   font-size: 11px;
   color: #626c80;
   line-height: 14px;
}

big, .big {
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 15px;
   color: #4b5261;
}

fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

p {
   margin-top: 18px;
   margin-bottom: 10px;
}

form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #000000;}
a:visited {color: #000000;}
a:active {color: #4b5261;}
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: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
   font-size: 11px;
   font-weight: bold;
   padding: 1px;
   margin-top: 6px;
   margin-bottom: 6px;
   color: #000000;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #4b5261;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
   font-size: 11px;
   padding-bottom: 6px;
}

/* story display classes */

.storyDate {
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
   font-size: 11px;
   color: #626c80;
   margin-bottom: 6px;
}

h1, .h1, .storyTitle {
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 18px;
   color: #000000;
   font-weight: bold;
}

.listSeparator {
   width: 50px;
   border-bottom: 1px dashed #d4891c;
   margin-top: 10px;
   margin-bottom: 4px;
}

.title {
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 18px;
   color: #000000;
   font-weight: bold;
   line-height: 24px;
}

.reply { padding-left: 40px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 18px;
   font-weight: bold;
   border: 1px solid #4b5261;
}

.formText {
   width: 380px;
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #4b5261;
}

.formWide {
   width: 660px;
   font-family: "Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;;
   font-size: 11px;
   color: #4b5261;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #d4891c;
   font-size: 0px;
}

.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

.pagelinkTop {
   margin-bottom: 18px;
   background-color: #ea6979;
   font-weight: bold;
   padding: 0 2px;
   float: left;
}

.pagelinkBottom {
   margin-top: 18px;
   background-color: #ea6979;
   font-weight: bold;
   padding: 0 2px;
   float: right;
   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:"Lucida Serif", "Lucida Bright", "Lucida Fax", serif;;
   font-size:11px;
   color:#4b5261;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:18px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}
