
/* Connex default stylesheet */

body { 
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  line-height: 16pt;
  color: #666666;
  background-color: white;
  border: 1px #ccf none;
}

/* Block styles */
h1 {
  display: block;
  font-size: 18pt;
  font-weight: 100;
  margin: 80px 0px 30px 0px;
  }
h2, .section {
  display: block;
  font-size: 14pt;
  font-weight: 100;
  margin: 30px 0px 10px 0px;
}
h3, .heading1 {
  display: block;
  font-weight: 100;
  font-size: 12pt;
  margin: 30px 0px 10px 0px;
}
h4, .heading2 {
  display: block;
  font-weight: 100;
  margin: 30px 0px 5px 0px;
}
blockquote, .blockquote {
  display: block;
  margin: 0px;
  margin-left: 40px;
}
pre, .pre { 
  display: block;
  color: #444;
  font-size: 12px;
  line-height: 18px;
}
table { font-size: inherit; }



/* Links */
a {
  color: #025287;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.newlink {
 color: #ff9600;
}
a.internal { 
  color: #66c;
}


/* Lists */
ul { margin: 10px 0px 20px 0px; }
li { margin: 6px 0px; }


/* Images */
img {
  border: #ccf none;
}


/* Semantic Styles */
.error {
  color: #ea7c13;
}
.sidebar {
  margin: 12px 0px 24px 0px; 
  font-size: smaller;
}
.sidebar h3 { margin: 0px 0px 12px 0px; font-weight: normal; }
.sidebar p { margin: 0px 0px 6px 12px; }
.sidebar .icon { height: 14px; width: auto; }
.code {
  display: block;
  font-family: Courier, mono;
}
.caption {
 margin: 0px 0px 10px 0px;
 font-style: italic;
}
.byline {
  font-size: smaller;
  font-style: italic;
}
span.colorcode { display: block; float: left; width: 12px; height: 12px; margin: 5px 4px 0px 0px; cursor: pointer;  }

.expert {
  display: none; 
  font-size: 8pt;
  color: #aaa;
}


.jewel { font-family: Tahoma; line-height: 14px; }


/* State Styles */
.stundecided { padding: 0px 4px; color: white; background-color: orange; }
.stnotinterested { padding: 0px 4px; color: white; background-color: #667; }
.stactive { padding: 0px 4px; color: white; background-color: #290; }
.stcomplete { color: #290; font-weight: bold; }
.stnoresponse { padding: 0px 4px; color: white; background-color: black; }
.stinterested { color: red; }
.stnotstarted { padding: 0px 4px; color: white; background-color: red; }
.stinprogress {  padding: 0px 4px; color: white; background-color: #290; }
.stcompleted { color: #290; }
.stonhold { padding: 0px 4px; color: white; background-color: orange; }

/* List is used (ironically) for tables. As in fcnyXhtmlList. */
.list table { width: auto; }
.list th { padding: 3px 8px; }
.list td { padding: 3px 7px; vertical-align: top; }

/* Index is a collapsable sidebar to the far right; set y position in xhtml */
/* Used on page-edit to hold assets */
.index {
  border: 1px #ccf none;
  position: absolute;
  right: 26px;
  width: 200px;
  font-size: 8pt;
  line-height: 12pt;
  background-color: white; 
  padding: 2px; 
}
.index .inside {
  display: none;
  padding-left: 18px;
}
.index .showing {
  display: block;
}
.index p {
  margin: 5px 0px;
}
.index strong { line-height: 16pt; }

/* Pop is for popover, like the event popover */
.popBg { 
  position: absolute; top: 140px; left: 177px; 
  width: 520px; 
  border: 1px solid #025287;
	    border-color: #ddd #999 #999 #ccc;
  -moz-border-radius: 12px;
  background-color: #aaa;
  padding: 0px; 
  margin-bottom: 10px;
 color: white;
 cursor: pointer;
}
.popBg a { color: white; }
.popFg { color: #444; margin: 5px 0px 20px 0px; padding: 10px; background-color: white; min-height: 340px; cursor: default; }
.popFg h1 { margin: 0px 0px 10px 0px; }
.popFg a { color: #025287; }


/* Detail Tables */
.details { border-collapse: collapse; }
.details td { padding: 5px; }
.details .label { vertical-align: top; }

/* File Listings */
.files { margin: 20px; font-size: inherit; }
.files a:hover { font-weight: normal; }
.files td { padding: 4px 6px; }
.files .icon { padding: 0px; text-align: right; width: 40px; }
.files .version { padding-left: 2em; }
.files .version a { color: #aab; }


/* Search Results */
.item { margin: 6px 0px 0px 0px; }
p.item { margin: 0px; }
.item td { vertical-align: bottom; padding: 2px 4px; border: 1px none #def;}
.item .icon { vertical-align: middle; text-align: right; }
.item .expert { font-size: 8pt; }
.item.content { margin: 0px 0px 12px 16px; font-size: smaller;
  font-style: italic; }

/* Inline Nav */
.nav { margin-right: 40px; }


/* Form Styles */
.form { width: 500px; margin: 12px 0px 24px 0px; }
.form td { vertical-align: top; text-align: left; padding: 5px; font-size: 9pt; }
.form td.label { width: 12%; }
#Display .form td { vertical-align: top; text-align: left; padding: 5px; font-size: 10pt; }
.label { font-weight: bold; text-align: right; color: #667; }


/* Table Styles */
.mceVisualAid {
	border: 1px dashed #BBBBBB;
}
table.columns {
  width: 640px;
}
td.column {
  padding-right: 24px;
  vertical-align: top;
}


/* Containers */

/* Display is a centered container for splash pages and slides */
#Display { width: 640px; margin: 34px 37px; font-family: Verdana; font-size: 9pt; border-collapse: collapse; }
#Display a {  color: #666666; }
#Display a:hover { font-weight: bold; text-decoration: none; }
#Display p { margin: 0px; }
#DB { padding-left: 36px; text-align: center; vertical-align: middle; }
#D1 { text-align: right; vertical-align: bottom; padding: 0px 8px; border-right: 2px solid #b0b0b0;  }
#D1 p { margin-top: 18px; }
#D2 { text-align: left; vertical-align: top; padding: 0px 8px; border-left: 2px solid #b0b0b0; }
#D2 p { margin-bottom: 18px; }
#D3 { text-align: left; vertical-align: bottom; padding: 0px 8px; border-left: 2px solid #b0b0b0; }
#D3 p { margin-top: 18px; }
#DisplayControls { float: right; margin: 30px 60px 0px 0px; }

#Parents { margin: 24px 10px -40px 170px; width: 50%; }

/* Object is a general purpose container (after header, before footer) */
#Object { border: 1px none green; margin: 0; }

/* Content is for edited HTML content */
#Content { width: 600px; border: 1px #0cf none; }
#Content h1 { margin: 20px 0px 10px 0px; }
#Content table { border: 1px solid #999; font-size: inherit; }
#Content td { border: 1px solid #ccc; padding: 2px 3px; }

#Messages { margin: 20px 20px 20px 180px; }


/* Badge is the site logo */
#Badge { position: absolute; top: 20px; left: 20px; }
#Badge img { max-width: 160px; height: auto; }

/* Search is the search field */
#Search { display: none; }

/* Developed By logo */
#DevBy { position: absolute; right: 30px; width: 254px; }


/* Navigation defaults to left-hand sidebar */
  /* Print mode */
  #Navigation { display: none; }
  #Toolbar { display: none; }

/* Question and Answer Styles */
#QandA { font-family: Verdana, sans-serif; font-size: 10pt; line-height: 16pt; color: #666666; background-color: white; }
#QandA td { vertical-align: top; }
#QandA .label { font: 18pt Verdana; color: #999;  font-weight: bold; }


/* Sideindex for edit pages */
#Sideindex { top: 52px; z-index: 99; }


/* don't print navs */
div.nav { display: none; }
h1 { margin: 42px 0px 18px 0px; font-size: 16pt; }
#Badge { left: 5px; top: 0px; }

/* Threads and Messages Related */
div.message { font-size: 0.9em; line-height: 1.1em; border: 1px none #999; border-top-style: solid; margin: 1em 0 2em 0; width: 500px; }
div.message h3 { margin: 0.5em 0 0 0; line-height: 1.2em; }
div.message p.byline { font-size: 1em; }
div.message div.quote { color: #999; margin-left: 1em; }
div.peernav { float: right; margin-top: 5px; }
div.pagenav { text-align: right; width: 500px; }
div.message pre.headers { color: #069; display: none; }
div.message pre.rawsource { color: #666; display: none; font-size: 0.9em; line-height: 1em; font-family: monospace; }

/* switches and recurrence */
.switches .selected { background-color: #9dbad7; color: #fff; }
.recur .panel { border-color: #9dbad7; border-width: 1px; }

/* passphrase for screen action */
#Passphrase { font-size: 1.5em; margin: 200px 20px; }
#Passphrase input { font-size: 18px; color: #6caedf; }