body
{
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  color: #000000;
  background: white;
  font-size: 11pt;
}
img
{
  border: 0;
}
h1,h2,h3,h4,h5,h6,h7
{
  font-family: sans-serif;
  font-weight: bold;
}
h1
{
  font-size: 150%;
}
h2
{
  font-size: 130%;
}
h3
{
  font-size: 120%;
}
h4,h5,h6,h7
{
  font-size: 110%;
}
q, blockquote
{
  padding-left: 10px;
  font-style: italic;
}
a
{
/*  color: #207F37; */
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}
a:visited
{
/*  color: #184F2e; */
  text-decoration: none;
}
a.deprecated
{
  color: #6F2037;
}
acronym, abbr
{
  border-bottom: 1px dashed white;
}
acronym, abbr, span.caps
{
  cursor: help;
  letter-spacing: .07em;
}
#header
{
  padding: 0em;
  margin: 0px;
  height: 133px;
  color: white;
  background-image: url("/images/headerbg.png");
  background-repeat: repeat-x;
  background-color: #5f6859;
  border-bottom: 1px solid black;
}
span.title
{
  color: black;
  font-weight: bold;
  font-size: 450%;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: top;
}
#menubar
{
  color: #adabac;
  background-color: #353535;
  border-top: 2px solid #6c6c6c;
  border-bottom: 1px solid black;
  text-align: center;
  font-weight: bold;
  font-size: 100%;
}
#menubar a
{
  color: #adabac;
}

#menubar a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}

#menubar span
{
  border-right: 1px solid black;
  border-left: 1px solid #6c6c6c;
  font-size: 140%;
}
#menubar span span
{
  border-left: 1px solid black;
  border-right: 1px solid #6c6c6c;
  padding-left: 1em;
  padding-right: 1em; 
  font-size: 100%;
}
#menubar span span span
{
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 80%;
}

#menu
{
  float: left;
  margin: 0 0 0 0;
  background-color: #9CAC92;
  font-family: sans-serif;
  width: 12.7em;
  border-bottom: 1px solid black;
  border-right: 1px solid black;

}

#menu a
{
  text-decoration: none;
  color: black;
  margin-left: 0.6em;
}

#menu dt a
{
  font-weight: bold;
  text-decoration: none;
  color: black;
}

#menu dl
{
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

#menu dl dd
{
margin-left: 0.1em;
}

.sidepanel
{
  background-color: #EAF0E2;
  background-image: url("/images/sidebox");
  border: 1px solid #203F37;
  margin: 0.4em 0.8em 0.4em 0.4em;
  padding: 0px 0px 0px 0px;
}

.searchpanel
{
  background-color: #EAF0E2;
  background-image: url("/images/sidebox");
  border: 1px solid #203F37;
  margin: 0.4em 0.8em 0.4em 0.4em;
  padding-left: 0.6em;
}

#content
{
  position: relative;
  font-size: 100%;
  margin-left: 13.7em;
  margin-top: 1.1em;
}
#content li
{
list-style-type: square;
}

#qlinks
{
  background-color: #353535;
  border: 1px solid black;
  border-top: 2px solid #6D6B6C;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  margin-left: 2%;
  margin-right: 2%;
  padding: 0.4em;
  padding-left: 1.5em;
  font-size: 90%;
  text-align: center;
}

#qlinks ul, #qlinks li
{
  display: inline;
  list-style: none;
  margin-left: 0;
  padding: 0.4em;
  color: #AFADAE;
  font-weight: bold;
}

#qlinks a
{
  color: #AFADAE;
  font-weight: bold;
  font-size: 95%;
}

#qlinks a:hover
{
  color: #FFFFFF;
  text-decoration:none;
}

#qlinks a.deprecated
{
  color: #AFADAE;
}

.deprecation
{
  background-color: #F0AAA2;
  border: 1px solid #3F2037;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  margin-left: 10%;
  margin-right: 10%;
  padding: 0.4em;
}

.qdownloads
{
  background-color: #CBDBFA;
  background-image:url("/images/downloadbox");
  background-repeat: no-repeat;
  border: 1px solid #3F2037;
  margin-right: 0.8em;
  width: 25.5em;
  height: 4.3em;
/*  min-height: 6em; */
  padding: 0.4em;
}



.qdownloads a.more
{
  font-size: 50%;
}

.qdownloads h1
{
  font-weight: bold;
  font-size: 110%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.qdownloads p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

table.highlighted
{
  background-color: #EAF0E2;
  border: 1px solid #3F2037;
  margin: 0.4em;
}


table.highlighted tr th
{
  background-color: #DAE0D2;
}

table.teamdata tr th.component
{
  width: 120px;
}

table.teamdata tr th.developers
{
  width: 480px;
}

table.teamdata tr td
{
  background-color: #F2F7E9;
}

#footer
{
  padding-left: 10%;
  padding-right: 10px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 80%;
}

#headerLogo
{
  display: inline;
  width: 180px;
}
#headerBanner
{
  display: inline;
}
#header p
{
  display: inline;
  text-align: center;
}

#tcb_menu
{
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 95%;
}

#toc
{
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 95%;
}
#toc dt, #toc dd
{
  margin-top: 0px;
  margin-left: 0px;
}

.recentChanges.breadcrumbs dt, dd
{
  margin-left: 40px;
}
.recentChanges.breadcrumbs ul
{
  list-style: none;
  padding: 0;
}
.recentChanges.breadcrumbs li
{
  display: inline;
  margin-left: 0;
  padding: 0;
}
.recentChanges h3
{
  font-size: 105%;
}
.recentChanges h4
{
  font-size: 100%;
}
.recentChanges h5
{
  font-size: 80%;
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 10px;
}
.recentChanges p
{
  font-size: 100%;
}
.subheader
{
font-size: 80%;
}

.inset_picture
{
  float: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: right;
  background-color: #9fad93;
  border: 1px solid black;
  padding: 4px;
}

.inset_picture img
{
  border: 1px solid black;
  margin-bottom: 0.1em;
}

.inset_picture p
{
  font-size: 60%;
}

.inset_picture_left
{
  float: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: left;
}

.inset_picture_center
{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.news p
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.newsItem
{
  margin: 10px; 
  padding: 5px; 
  background-color:#BBBBBB;
}
.newsItem h1
{
  font-family: 'Times New Roman', Times, serif;
  padding: 10px 0px 0px 5px;
  margin-bottom: 5px;
  font-size: 120%;
}
.newsItem h2,h3,h4
{
  font-size: 110%;
}
.newsItem p
{
  font-family: 'Times New Roman', Times, serif;
  padding: 10px 0px 0px 5px;
  font-size: 100%;
}
.newsPostBy
{
  font-family: sans-serif;
  font-size: 70%;
  margin-bottom: 0px;
}
.newsPostDate
{
  font-family: sans-serif;
  font-size: 70%;
}

.byline
{
  font-family: sans-serif;
  font-size: 80%;
  text-align: center;
  font-weight: bold;
}

.byline a
{
color: #2756cc;
}

.author
{
  display: inline;
  font-family: sans-serif;
  font-size: 75%;
  font-style: italic;
}
.copyright
{
  text-align: center;
  font-size: 80%;
}

.emberNewsItem
{
  margin: 0px; 
  padding: 2px; 
}
.emberNewsItem h1
{
  padding: 10px 0px 0px 5px;
  margin-bottom: 5px;
  font-size: 120%;
}
.emberNewsItem h2,h3,h4
{
  font-size: 110%;
}
.emberNewsItem p
{
  padding: 10px 0px 0px 5px;
  font-size: 100%;
}


.gallery 
{
  font-family: sans-serif;
  font-size: 90%;
  margin-top: 0px;
  text-align: center;
}

.thumbnail
{
  font-family: sans-serif;
  text-align: center;
  font-size: 70%;
  margin-top: 0px;
  color: #CCCCCC;
}

.badges
{
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  font-size: 70%;
  padding: 0px;
  margin: 0px;
}
.table
{
  margin-top: 0px;
  text-align: center;
}

div.mq-title
{
	font-size: 20pt;
	margin-bottom: 10px;
}

div.mq-servers div.mq-title
{
	font-size: 15pt;
	color: black;
}

div.mq-servers
{
	margin: 20px;
}

div.mq-server
{
	background: #F0F6EC;
	border: 1px solid #203F37;
	margin-top: 8px;
	padding: 5px;
}

div.mq-valid div.mq-name
{
	color: #00A030;
}

div.mq-failed
{
	color: red;
}

div.mq-timeout
{
	color: #C0A040;
}

div.mq-property
{
	font-weight: bold;
}

div.mq-address,
div.mq-builddate,
div.mq-clients,
div.mq-name,
div.mq-ping,
div.mq-ruleset,
div.mq-servertype,
div.mq-uptime,
div.mq-version,
div.mq-value
{
	display: inline;
	font-weight: normal;
}
p.imageCaption
{
  padding: 0px;
  margin: 0px;
  font-size: 60%;
}
table.level1 tr td
{
  padding-right: 20px;
}

.diary
{
  background-color: #BBBBBB;
}
.diary h1,h2,h3
{
  font-family: sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.diary h1
{
  font-weight: bold;
}
.diary h2
{
  font-size: 90%;
}
.diary h3
{
  font-size: 60%;
}
.diary p
{
  font-size: 90%;
  margin: 5px;
}