/**
* Basic page structure.
* When changing something, make sure widths are coherent.
*/

.onoff {
 visibility: hidden;
 border: 1px solid #cccccc;
 padding: 10px;
 background-color: #ffffff;
}

table.main {
   width: 800px;
}

td.rec {
   color: #959595;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   padding-top: 3px;
   padding-left: 30px;
}

td.center { 
   width: 70%; 
   padding: 0px 30px 10px 130px; 
   vertical-align: top; 
}

td.right { 
   width: 30%; 
   padding: 0px 0px 0px 0px; 
   vertical-align: top; 
   border-left: 0px solid #dddddd;
}

/**
* Colors, fonts, styles.
*/

body {
   padding-top: 3px;
   padding-left: 10px;
   margin-top: 0px;
   background-color: #ffffff;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 11px;
   color: #000000;
}

td {
   font-size: 11px;
   line-height: 1.6em;
}

td.header {
   background-image: url("");
   font-family: Garamond, serif;
   font-size: 40px;
   color: #000000;
   margin-bottom: 2px;
   height: 70px;
   padding-left: 27px;
   padding-top: 12px;
   letter-spacing: 3px;
   border-top: 1px solid #dddddd;
}

.navi {
   padding-top: 6px;
   position: relative; 
   left:-3px;
}

div.boxheader {
   color: #959595;
   overflow: hidden;
   font-size: 10px;
   padding-left: 0px;
   border-top: 1px solid #dddddd;
}

div.boxline {
   height:1px;
   overflow:hidden;
   border-bottom: 1px solid #dddddd;
}

div.box {
   font-size: 10px;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   color: #959595;
   line-height: 1.4em;
   text-align: right;
   padding: 0em 0em 0.4em 0.4em;
   margin: 0em 0em 0.2em 0em;
}

div.ample { margin-bottom: 5px; }

small, .small {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   color: #959595;
}

/* 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: 6px;
   margin-bottom: 10px;
}

form { margin: 0px; }

a {text-decoration: none;}
a:link {color: #255d95;}
a:visited {color: #255d95;}
a:active {color: #255d95;}
a:hover {text-decoration: underline;}

.message {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   font-weight: bold;
   padding: 1px;
   margin-top: 6px;
   margin-bottom: 6px;
   color: #255d95;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #000000;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   padding-bottom: 0.3em;
}

/* calendar */

.calHead {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
}

.calDay {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   text-align: center;
}

.calSelDay {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   border: 1px solid #255d95;
   text-align: center;
}

.calFoot {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   text-align: center;
}

.dayHeaderDay {
   font-family: Garamond, serif;
   font-size: 44px;
   color: #000000;
   margin-bottom:8px;
   text-align: center;
   position: relative; 
   top:50px; left:-340px;

}

.dayHeaderMonth {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 12px;
   color: #000000;
   margin-bottom:2px;
   text-align: center;
   position: relative; 
   top:50px; left:-340px;
}


/* story display classes */

.storyDate {
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   color: #959595;
   margin-bottom: 6px;
}

.storyTitle {
   font-family: Garamond, serif;
   font-size: 16px;
   color: #255d95;
   font-weight: bold;
   margin-bottom: 14px;
}

.listSeparator {
   width: 50px;
   border-bottom: 0px dotted #dddddd;
   margin-top: 10px;
   margin-bottom: 4px;
}

.title {
}

.reply { padding-left: 40px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 16px;
   font-weight: bold;
   border: 1px solid #000000;
}

.formText {
   width: 380px;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 11px;
   font-weight: normal;
   border: 1px solid #000000;
}

.formWide {
   width: 660px;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 11px;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Lucida Grande, AppleGothic, Gulim, sans-serif;
   font-size: 10px;
   color: #000000;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #255d95;
   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("/static/antville/daidalos/layouts/antville.org2/bullet.gif") 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 Grande, AppleGothic, Gulim, sans-serif;
   font-size:10px;
   color:#000000;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:16px;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}
