/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/
td.header {
   font-weight: bold;
   vertical-align: bottom;
   color: #dbad93;
   font-size: 16px;
}

/**
* Colors, fonts, styles.
*/

body {
   background-color: #230000;
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   color: #230000;
}

td {
   font-size: 13px;
   line-height: 18px;
}

small, .small {
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   color: #d26600;
   line-height: 14px;
}


a.small:link {color: #dbad93;}
a.small:visited {color: #dbad93;}
a.small:active {color: #dbad93;}
a.small:hover {text-decoration: none; color: #dbad93; }


fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

p {
   margin-top: 6px;
   margin-bottom: 6px;
}

form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #3c1e4b;}
a:visited {color: #3c1e4b;}
a:active {color: #dbad93;}
a:hover {text-decoration: underline;}


a.header:link {color: #d26600;}
a.header:visited {color: #d26600;}
a.header:active {color: #dbad93;}
a.header:hover {text-decoration: none; color: #dbad93; }

.message {
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #4a295a;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #230000;
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   line-height: 14px;
   padding-bottom: 6px;
}

/* story display classes */

.storyDate {
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   color: #dbad93;
   margin-bottom: 6px;
}

.storyTitle {
   font-family: Arial, Verdana, sans-serif;
   font-size: 24px;
   color: #d26600;
   font-weight: bold;
   line-height: 20px;
}

.listSeparator {
   width: 50px;
   border-bottom: 1px dashed #000000;
   margin-top: 10px;
   margin-bottom: 4px;
}

.title {
   font-family: Arial, Verdana, sans-serif;
   font-size: 24px;
   color: #230000;
   font-weight: bold;
   line-height: 20px;}

.reply { padding-left: 400px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Arial, Verdana, sans-serif;
   font-size: 24px;
   font-weight: bold;
   border: 1px solid #230000;
}

.formText {
   width: 380px;
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #230000;
}

.formWide {
   width: 660px;
   font-family: Arial, Verdana, sans-serif;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Arial, Verdana, sans-serif;
   font-size: 11px;
   color: #230000;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #dbad93;
   font-size: 0px;
}

.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

/* page navigation bar */
div.pageNav {
   margin-top: 10px;
   margin-bottom: 0px;
   font-size: 11px;
}

div.page {
    text-align: center;
    font-size: 16px;
    background-color: #dbad93;
    color: #FFFFFF;
    width: 12px;
    height: 12px;
    overflow: hidden;
    padding: 0px;
    line-height: 10px;
    font-weight: bold;
}

a.page:link {color: #230000;}
a.page:visited {color: #230000;}
a.page:active {color: #dbad93;}
a.page:hover {text-decoration: none; color: #d26600; }

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:Arial, Verdana, sans-serif;
   font-size:11px;
   color:#230000;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:24px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}

