/* SeaGreen style */
@import url("BaseStyle.css");

/* html */
.twikiEmulatedLink,
a, a:link, a:active {
  color: #003366;
  text-decoration:none;
}
a:hover { 
  color: #669966;
}

hr {
  border-bottom:2px solid #99cc66; 
}

/* basics */
.natBody {
  margin:0;
  padding:0;
}
.natBodyContents {
  font-family:arial, sans-serif;
}

.natBodyContents {
  line-height: 140%;
  padding: 0px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  text-align:left;
}
.natMiddle {
  padding:15px 10px 5px 10px;
}
.natSideBarContents,
.natMainContents,
.natMainHeaderContents,
.natMainFooterContents {
  margin:10px;
}
.natTopLeftContents {
  margin:20px 0px 15px 20px;
}
.natTopRightContents {
  margin:20px 20px 15px 0px;
}
.natMainHeaderContents a {
  text-decoration:none;
}

/* top */
.natHeaderArt {
  background: #99CC66;
}
.natTopBar {
  font-family:'Trebuchet MS', arial, sans-serif;
  border-bottom: 2px solid #6699CC;
  color:white;
}
.natTopLeftContents,
.natTopRightContents,
.natWebSlogan,
.natTopicActions {
  font-size:12px;
}
.natTopBar a:hover {
  color:#669966;
  text-decoration:underline;
}
.natWebLocator a,
.natWebLocator,
.natWebTitle a,
.natWebTitle {
  font-family: Georgia, 'Times New Roman', serif;
}
.natWebTitle {
  text-transform: none;
  padding-bottom:10px;
}

.natTopLeft,
.natTopRight,
.natTopBar,
.natTopBar a {
  color:white;
}

.natWebSlogan {
  color:#669966;
  font-size:12px;
}

.natSearchBoxTop input {
  background:#99cc66;
  color:white;
  border:1px dotted white; 
  _border:1px solid white; /* IE hack */
  width:170px;
}
.natSearchBoxPos1 input,
.natSearchBoxPos2 input,
.natSearchBoxPos3 input {
  border:1px solid #6699cc;
  color:#666666;
  font-weight:bold;
}
.natAction {
  font-weight:bold;
  color:darkred;
}

.natTopicActions {
  font-size:12px;
  line-height:125%;
}


/* sidebar */
.natTopRight,
.natSideBarRight {
  width:265px;
}
.natSideBarContents {
  font-family: 'Trebuchet MS', arial, sans-serif;
}
.natSideBar h1 a,
.natSideBar h1 {
  color: #666666;
  font-size:14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: .3em;
}

.natSideBar h2,
.natSideBar h2 a {
  font-size:14px;
  color: #003366;
}

.natSideBar ol,
.natSideBar ul {
  margin:0px 20px;
  padding-left:15px;
  color:#666666;
}
.natSideBar ol {
  margin-left:10px;
}

.natSideBar ul ul {
  padding-left:0px;
}

.natNotes {
  padding-left:5px;
  padding-right:5px;
}
.natWebLink a:hover,
.natSideBar a:hover {
  color:#669966;
  text-decoration:underline;
}

/* main area */
.natMiddle {
  background:white;
  color: #333333;
}

.natMainContents .twikiEmulatedLink,
.natMainContents a {
  font-weight:normal;
  text-decoration:underline;
}

.natMainContents {
  font-family: 'Trebuchet MS', sans-serif;
}
.natMainContents pre {
  border-left:5px solid #6699cc;
  padding-left:5px;
  font-size:0.9em;
  line-height:1.3em;
}

.natMain h1 .twikiEmulatedLink,
.natMain h2 .twikiEmulatedLink,
.natMain h3 .twikiEmulatedLink,
.natMain h4 .twikiEmulatedLink,
.natMain h5 .twikiEmulatedLink,
.natMain h6 .twikiEmulatedLink,
.natMain h1, .natMain h2, .natMain h3, .natMain h4, .natMain h5, .natMain h6,
.natMain h1 a, .natMain h2 a, .natMain h3 a, .natMain h4 a,
.natMain h5 a, .natMain h6 a,
.natMain h1 a:hover, .natMain h2 a:hover, .natMain h3 a:hover,
.natMain h4 a:hover, .natMain h5 a:hover, .natMain h6 a:hover {
  color:#003366;
  font-family: 'Trebuchet MS', sans-serif;
}

.natMain h2 {
  border-bottom:2px solid #6699cc;
}

.natMain table,
.natMain blockquote,
.natMain li {
  line-height: 150%;
}
.natMain .natOopsHeading {
  color:#B22222;
  font-weight:bold;
}

.natMain input,
.natMain select,
.natMain textarea {
  font-size:13px;
}

/* bottom */
.natBottomBarContents {
  letter-spacing:.3em;
  font-family: 'Trebuchet MS', sans-serif;
  font-size:80%;
  line-height: 140%;
  color: #999999;
  margin:0px 20px 5px
}
.natBottomBarContents a {
  color:#669966;
}
.natBottomBarContents a:hover {
  text-decoration:underline;
}

/* twiki tables */
.twikiTable {
  border:1px solid #669966;
  background:white;
  font-size:90%;
}
.twikiTable td {
  border:1px ridge #999;
  background:white;
}
.twikiTableEven td {
  background:#f0f0f0;
}
.twikiTable th {
  border:1px dotted white;
  font-size:0.9em;
}
.twikiTable th {
  font-family: 'Trebuchet MS', sans-serif;
  background:#99cc66;
}
.twikiTable th,
.twikiTable th span,
.twikiTable th font,
.twikiTable th a {
  color:white;
  font-weight:bold;
  letter-spacing: .3em;
  text-decoration:none;
}

.twikiTable th a:hover {
  color:#0F314E;
}
.twikiDiffTable td {
  border:0px;
}

/* topic form */
.natTopicForm table {
  border:1px solid #669966;
}
.natTopicForm td {
  border:1px ridge #999;
}
.natTopicForm .natTopicFormFirstCol,
.natTopicForm .twikiFirstCol,
.natTopicForm th {
  border:1px dotted white;
  font-size:0.9em;
  font-family: 'Trebuchet MS', sans-serif;
  color:white;
  background:#99cc66;
  font-weight:bold;
}
.natTopicForm .natTopicFormFirstCol a,
.natTopicForm th a {
  letter-spacing: .3em;
  color:white;
  background:#99cc66;
  text-decoration:none;
  font-weight:bold;
}
.natTopicForm .natTopicFormFirstCol a,
.natTopicForm th a {
  text-decoration:none;
}

.natTopicForm .natTopicFormFirstCol a:hover,
.natTopicForm th a:hover {
  color:#0F314E;
}

.natTopicEditForm td {
  border:0px;
}

/* twiki page form */
.twikiPageForm table {
  border:1px solid #669966;
  border-collapse:collapse;
}
.twikiPageForm table table {
  border:0px;
}
.twikiPageForm td {
  border:1px ridge #999;
}
.twikiPageForm th {
  border:1px dotted white;
  font-size:0.9em;
}
.twikiPageForm th,
.twikiPageForm th a {
  font-family: 'Trebuchet MS', sans-serif;
  letter-spacing: .3em;
  color:white;
  background:#99cc66;
  text-decoration:none;
  font-weight:bold;
}
.twikiPageForm th a {
  text-decoration:none;
}

.twikiPageForm th a:hover {
  color:#0F314E;
}

/* search table */
.natSearchTable {
  border:1px solid #669966;
  font-size:0.9em;
  margin-top:2em;
}
.natSearchTable:first-child {
  margin-top:0em;
}
.natSearchTableTitle th {
  background:#99cc66;
  font-family: 'Trebuchet MS', sans-serif;
  letter-spacing: .3em;
  vertical-align:middle;
  border:1px dotted white;
  color:white;
}

.natSearchHit {
  font-size:0.9em;
}
.natSearchHit th {
  padding:0.5em 0.5em 0em 0.5em;
}
.natSearchHit td {
  padding:0em 0.5em 0.5em 0.5em;
}
.natSearchHitEven {
  background:#f0f0f0;
}

/* misc twiki */
.twikiNew {
  color:#B22222; 
}

.twikiNewLink {
  color:#B22222;
}

/* TOC */
.twikiToc {
  padding-top:5px;
  padding-bottom:5px;
}
.twikiToc ul {
  padding-left:20px;
  margin-top:0px;
  margin-bottom:0px;
}
.twikiTocTitle {
  display:block;
  border-bottom:2px solid #6699cc;
  color:#003366;
  font-size:20px;
  padding-bottom:3px;
  font-family: 'Trebuchet MS', sans-serif;
  margin-bottom:0px;
}

/* supported plugins and applications */

/* RedDotPlugin */
.natBody .redDot a {
  color:darkred;
}

/* blogging */
.blogAbout {
  line-height:1.3em;
}
.blogSideBarSection {
  line-height:1.3em;
  margin-bottom:1.5em;
}
.blogSideBarSection ol,
.blogSideBarSection ul {
  padding-left:0.5ex;
}
.blogHeadline h1,
.blogHeadline h2,
.blogHeadline a {
  text-decoration:none;
  border:0px;
}
.blogHeadline {
  border-bottom:2px solid #6699cc;
  margin-bottom:0.5em;
}
.blogEntry {
  margin-bottom:1em;
}
.blogHeadline .blogCommentCount {
  font-size:1.6em;
  padding-top:3px;
}
.blogComment {
  background:#f4f4f4;
  border:2px solid #6699CC;
  margin-bottom:2em;
  padding:0.7em;
}
.blogSubComment {
  padding-left:0px;
  border-top:1px solid #ddd;
}
.blogComment h3 {
  border-bottom:2px solid #99cc66; 
}
.blogNavigation {
  font-size:0.9em;
}
.blogNavigation a {
  text-decoration:none;
}

/* HeadlinePlugin */
.headlinesTitle a {
  text-decoration:none;
}
