/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/
body {
   background-color: #2b2b2b;
   font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 13px;
   color: #ea9c4e;
   margin: 0px;
   padding: 0px;
}

small, .small {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #ea9c4e;
}

fieldset {
   padding-left: 8px;
   padding-top: 0px;
   margin-top: 6px;
   margin-bottom: 6px;
}

form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #ff8000;}
a:visited {color: #ff8000;}
a:active {color: #d56a00;}
a:hover {text-decoration: underline;}

.message {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   padding: 1px;
   margin-top: 6px;
   margin-bottom: 6px;
   color: #d52323;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #ea9c4e;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   padding-bottom: 0.3em;
}

/* story display classes */

.storyDate {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #ea9c4e;
    text-align: right;
}

.storyTitle {
   font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 15px;
   color: #d52323;
   font-weight: bold;
   padding: 8px;
   padding-bottom: 0px;
}

.storyText {
   padding: 8px;
   padding-bottom: 0px;
   text-align: justify;
}

.listSeparator {
   width: 50px;
   border-bottom: 2px dotted #dddddd;
   margin-top: 10px;
   margin-bottom: 4px;
}

.title {
   font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 15px;
   color: #ea9c4e;
   font-weight: bold;
   margin-bottom: 2px;
}

.reply { padding-left: 40px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   border: 1px solid #ea9c4e;
}

.formText {
   width: 380px;
   font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #ea9c4e;
}

.formWide {
   width: 660px;
   font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #ea9c4e;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #ff8000;
   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:Trebuchet MS, Helvetica, Arial, sans-serif;
   font-size:11px;
   color:#ea9c4e;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:15px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}

#header { position: absolute;
               top:0px;
               left: 0px;
               height: 70px;
               font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
               font-size: 24px;
               letter-spacing: 2px;
               font-weight: bold;
               width: 640px;
              color: #2b2b2b;
              background: #ff8000;
}

#main { position: absolute;
            top: 75px;
             width: 640px;
}

.nav { text-align: center;
          font-size:  11px;
          font-family:  [Unhandled Macro: layout] ; 
}

.left {  width: 170px;
          overflow: hidden;
          font-size:  [Unhandled Macro: site.smallsize] 
          font-family:  [Unhandled Macro: site.smallfont] 
}

.left p {display: inline; }
.left .storyText {text-align: left; }
                     
.middle { margin-left: 180px;
              width: 300px;
              overflow: hidden;
}

.middle p {display: inline; }

.right { margin-left: 510px;
           width: 130px;
           overflow: hidden;
           line-height: 100%;
}

.right .storyTitle {display: none; }
.right .storyDate {display: none; }
.right .comments {display: none; }
.right .small {display: none; }
.right p {display: none; }
.right br {display: none; }
.right .storyText {text-align: left; }

#footer { width: 100%;
             margin-top: 10px;
             border-top: 1px solid #ff8000;
             text-align: center;
}

.dayHeader { width: 100% ;
                   color: #2b2b2b;
                   background: #ff8000;
                   text-align: center; }