/* COLORS:
 * dark		#4f4c25		PANTONE 450C
 * medium	#9a996e		PANTONE 451C
 * light	#c2c2a0		PANTONE 453C
 * extralight	#dcddc8		PANTONE 453C 58% tint
 * superlight	#e8e8db		PANTONE 453C 38% tint
 * mostlight	#f4f4ee		PANTONE 453C 18% tint
 */

h1,h2,h3,h4 {
 font-family: tahoma, arial, clean, sans-serif;
 margin-top:0px;
 font-weight:100;
}

body {
 padding: 0;
 margin:0;
 font-family: tahoma, arial, clean, sans-serif;
 font-size: 13px;
}

#body {
 min-width: 950px;
 width: 950px;
 margin: auto;
 padding: 0pt;
}

#flashnotice, #flashmessage {
 padding: 1ex;
 font-size:1.2em;
 background: yellow;
}

a {
 text-decoration: none;
 color: #4f4c25 /*dark*/;
}

a:hover { 
#    color: #9a996e /* medium */;
    text-decoration: underline;
#    background: #4f4c25 /*dark*/;
}

a.external {
}

pre {
/*http://users.tkk.fi/~tkarvine/pre-wrap-css3-mozilla-opera-ie.html*/
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

em {
 font-weight: bold;
}

ul.menu, ol.menu {
 list-style-image:none;
 list-style-type:none;
 padding: 0.5em;
 margin-left: 5px;
}

ul.nobullets, ol.nobullets, li.nobullets {
 list-style-image:none;
 list-style-type:none;
}

.hseparated { /* kill this */
 padding-left: 1ex;
 padding-right: 1ex;
 border-right: 1px solid black;
}

.bold {
 font-weight: 800;
 font-size: 1.05em;
}

.fixed {
 position: fixed;
}

ul.textlist, ol.textlist {
 display:inline;
 padding: 0;
 margin: 0;
}

ul.textlist > li, ol.textlist > li {
 display:inline;
}

ul.textlist > li:last-child:after, ol.textlist > li:last-child:after {
 content:"";
}

ul.comma-separated > li:after, ol.comma-separated > li:after {
 content:", ";
}

ul.semicolon-separated > li:after, ul.semicolon-separated > li:after {
 content:"; ";
}

ul.bar-separated > li:after, ul.bar-separated > li:after {
 content:" | ";
}

ul.horiz, ol.horiz {
 display:inline;
}

ul.horiz li, ol.horiz li {
 display:inline;
 padding: .25em .5em .25em .5em;
}

ul.horiz_separated, ul.horiz_separated li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

ul.horiz_separated li {
  padding-left: .25em;
  padding-right: .25em;
  border-right: 1px solid #4f4c25 /*dark*/;
}

ul.horiz_separated li:first-child {
  padding-left: 0;
}

ul.horiz_separated li:last-child {
  border-right: 0px;
}

/** header and footer specifics */

#header h1 {
 font-family: New York, garamond, serif;
 font-weight: 400;
 color: #4f4c25 /*dark*/;
}

#header {
 padding-bottom: 0;
 vertical-align: bottom;
}

#header h1 {
 font-size: 2.5em;
 margin: 0 2em 0 .5ex;
 padding: 0;
}

.tab a {
 color: #eee;
}

.tab {
 list-style:none;
}

ul.tab {
 margin: 0px;
 margin-top: auto;
}

li.tab {
 background: #4f4c25 /*dark*/;
 border: 1px outset #c2c2a0 /* light */;
 margin: 24px 0px 0px 0px;
 display: block;
 float: left;
}

li.tab a {
 padding: 0px 5px 3px 5px;
 font-size: 13px;
 border-bottom: 0;
 color: #eee;
}

#header li.selected {
 margin-top: 16px;
}
#header li.selected a {
 font-size: 21px;
 background: #c2c2a0 /* light */;
}

#header .tab a:hover, #header li.selected a {
 background: #c2c2a0 /* light */;
 color: black;
}

#header .tools {
 margin-top: 24px;
}

#headerfinish {
 clear: both;
 height: 6px;
 background: #c2c2a0 /* light */;
}

#footer {
 clear: both;
 text-align: center;
 margin: 0px;
 border-top: 1px solid #c2c2a0 /* light */;
}

#footer copyright {
 font-family: sans serif;
 font-size: .95em;
}

/** left nav */
#ln {
 float: left;
 padding-top: 2ex;
 padding-bottom: 2ex;
 width: 100px;
}

#ln ul {
 background: white;
 padding-top: 0;
 padding-bottom: 0;
 padding-right: 0;
}

#ln > ul > li {
 margin-top: 1em;
}

#ln li {
 margin-right: 0px;
 margin-left: 0px;
 padding-left: .5ex;
}

#ln .ln_select, #ln .ln_select a {
 background: #c2c2a0 /* light */;
 color: black;
}

/** workspace */
#ws_outer {
 float: left;
 width: 830px;
 background: #c2c2a0 /* light */;
 padding-left: 1ex;
 padding-top: 0	px;
}

#workspace {
 margin-top: 0;
 padding: 1ex;
 background: white;
}

.hidden {
 display:none;
}

.big {
 font-size: 1.2em;
}

.tooltip {
 z-index: 99;
 right: 5px;
 top: 10px;
 padding: 2px;
 border: 1px black outset;
 max-width: 180px;
 background: #c2c2a0 /* light */;
 color: black;
 font-weight: normal;
 font-size: 10pt;
}

.tooltip:before {
 content: 'Tip: ';
}

#hints {
 position: absolute;
 bottom: 30px;
 left: 10px;
 width: 100%;
 background: none;
 z-index: 999;
}

.hint {
 font-size: 1.8em;
 background: #ffc /* yellow */;
 border: 1px solid #eee;
 width: 400px;
 padding: 1ex;
 text-align: center;
 margin: 0px auto;
}

.waiting {
 background: url("/images/indicator.white.gif") no-repeat scroll 0%;
 width: 16px;
 height: 16px;
}

.important {
 color: red;
 font-size:1.2em;
 font-weight:600;
}
/* **************************************************
 *		form specific stuff 
 * **************************************************/

textarea, input, select {
 font-family: inherit;
 font-size: 1em;
 padding: 2px;
 background: white;
}

input {
 font-size: 1.8em;
 padding: .2ex;
 letter-spacing: .1ex;
}

select.normal, input.normal {
 font-size: 1em;
}

textarea {
 font-size: 1em;
 border: 1px solid #777;
}

.textpreview {
 border:1px solid black; 
 padding: .5ex;
}


button, input.button, input[type=submit], input[type=reset] { /* for ie6 */
 font-size: 1em;
 background: #eee;
}

form {
/*
  potentially make all forms inline - we can 
  always use divs if we want to mess with stuff.
*/
 display: inline;
}

form fieldset {
    padding-top: 1em;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #777;
}

form fieldset legend {
    font-size: 1.2em;
    font-weight: 800;
}

label {
 font-weight: 800;
}

div.row {
  clear: both;
  padding-top: 10px;
}

.optional {
  font-weight: 200;
  color: #777;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
  }

div.row span.formw {
  float: left;
  padding-left: 10px;
  max-width: 500px;
  text-align: left;
  } 

div.row span.fullwidth textarea, div.row span.fullwidth input {
 width: 500px;
}

/* used for coloring tables:*/
.odd, .odd td {
 background: #dcddc8 /* extralight */;
}
.even, .even td {
 background: #e8e8da /* superlight */;
}

.highlight, .highlight td {
 background: #ffc /* yellow */;
}

.even:hover, .odd:hover {
 border: 2px dashed #c2c2a0 /* light */;
}

.errorExplanation {
 font-size: 1.1em;
 background: #c2c2a0 /* light */;

}

.fieldWithErrors {
  padding: 3px;
  background-color: #4f4c25 /*dark*/;
  display: table;
}

/* help for any kind of input */
.input_tip {
 width: 80%;
 color: #777;
 font-size: .95em;
 font-family: tahoma, sans-serif;
 white-space: wrap;
}

.input_tip a {
 font-weight: 800;
}

.optf_label {
  color: #777;
}

.optf_input {
  color: #777;
}


/* any kind of message list */


table.msglist {
 table-layout: fixed;
 empty-cells: show;
 border-spacing: 0;
 border: 2px solid #9a996e /* medium */;
 padding-top: .25ex;
 padding-left: .25ex;
 background: #dcddc8 /* extralight */;
 margin: 1ex;
}

table.msglist td {
 padding: .2ex 1ex .2ex 1ex;
 border-bottom: 1px inset #777;
 overflow: hidden;
 vertical-align: top;
}

table.msglist td.select {
 padding: 0;
 width: 2em;
}

table.msglist td.date {
 font-size: .8em;
 width: 10ex;
 max-width: 10ex;
 white-space: nowrap;
 padding-left: 0;
 color: black;
}

table.msglist td.title {
 overflow: hidden;
}

table.msglist a {
# color: blue;
# text-decoration: underline;
}

table.msglist .preview {
 font-size: .9em;
 overflow:hidden;
 padding-left: 1ex;
 color: black;
 text-weight: 100;
}

/* message threads */

.thread_preview {
    font-size: .9em;
}
.thread_preview .message {
    background: #fcd450; /* highlight */
    border: 1px solid black;
    padding:2ex;
    margin:1em;
}
.thread_preview > td {
    white-space: nowrap;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    padding: 2px;
} 
.open > td {
    border-bottom: 0;
}
.thread_preview .name > a {
    font-weight:bold;
    color:green;
}
.thread_preview .me > a {
    color:#a50;
}
.thread_preview .preview {
    width:300px;
}
.thread_preview .subject {
    color: black;
}
.thread_preview .msg {
    color: gray;
}
.thread_preview .date {
    text-align: right;
}




/* popups */
.minipopup {
 z-index: 999;
 background: white;
 padding: 2px;
 border: 1px black outset;
 color: black;
 font-weight: normal;
 font-size: 10pt;
}

.minipopup table td {
 background: white;
}

/* media */
.media {
    font-size: .98em;
    font-family: tahoma, arial, clean, sans-serif;
    border-top: 1px solid black;
}
div.media > ul > li {
    float: left;
    padding: 1em;
    margin: 0;
    display: inline; /* this gets overridden in 'show.css' */
}
div.media .thumb_frame {
    min-width:50px;
    min-height:50px;
    max-width:60px;
    max-height:60px;
    text-align:center;
    border:1px solid #777;
}
.media .mediamenu {
    padding-left:.5em;
    text-align: left;
    border-bottom: 1px solid #777;
}
#media_preview_frame {
    bottom: 5px;
    right: 5px;
    position: fixed;
    z-index:9999;
    background: #e8e8da /* superlight */;
}
#mediadescription {
    border-top: 1px solid #777;
    padding: 3px;
}
#mediadescription p {
    margin: 2px;
}
.media .imgpreview {
    border: 2px solid #777;
    background-color: white;
    z-index: 999;
}
/* auto complete */
div.auto_complete {
    width: 350px;
    background: #fff;
}
div.auto_complete ul {
    border:1px solid #888;
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
div.auto_complete ul li {
    margin:0;
    padding:3px;
}
div.auto_complete ul li.selected {
    background-color: #fcd450;
}
div.auto_complete ul strong.highlight {
    color: #800; 
    margin:0;
    padding:0;
}

/* pagination */
  .pagination {
  font-family: Arial, sans-serif;
  padding: 3px;
  text-align: center;
  }
  .pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #c0e5ac;
  text-decoration: none;
  color: #6b8060;
  }
  .pagination a:hover, .pagination a:active {
  border: 1px solid #6b8060;
  color: #000;
  }
  .pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #6b8060;
  font-weight: bold;
  background-color: #6b8060;
  color: #FFF;
  }
  .pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
  }
