html {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	background: white;
	color: #444444;
}

body,p,h1,h2,h3,h4,h5,div,form,ul,li {
	margin: 0;
	padding: 0;
}

/*
** header
*/
.header-container {
	background: #e8eefa;
	border: 1px solid #e8eefa;
}
.header-form {
	float: right;
	margin-right: 18px;
	margin-top: 18px;
}
.header-text {
	background: #e8eefa;
	margin-top: 18px;
	margin-left: 18px;
	width: 200px;
}
.header-links {
	background: #e8eefa;
	margin: 10px 18px 10px 18px;
}
.header-links-left {
	text-align: left;
}
.header-links-left ul {
	padding-bottom: 4px;
}
.header-links-left li {
	font-size: 70%;
	list-style-type: none;
	display: inline;
	padding-right: 4px;
}
.header-links-right {
	float: right;
	text-align: right;
}
.header-links-right ul {
	padding-bottom: 4px;
}
.header-links-right li {
	font-size: 0.80em;
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}

/*
** footer
*/
.footer {
	clear: both;
	padding: 10px;
	background: #EEEEEE;
	border-bottom: 1px dotted #DDDDDD;
	border-top: 1px solid #3366cc;
}
.footer-copyright {
	text-align: center;
	font-size: 0.70em;
}

/*
** main-body-container
*/
.main-body-container {
	clear: both;
	padding: 8px;
}

/*
** menu left
*/
.menu-container-left {
	float: left;
	width: 100px;
	margin-bottom: 8px;
}
/*
** menu-right
*/
.menu-container-right {
	float: right;
	width: 100px;
	margin-bottom: 8px;
}

/*
** menu
*/
.menu-container-left li {
	font-size: 0.80em;
	padding: 2px;
	margin-left: 6px;
	list-style-type: none;
}
.menu-container-right li {
	font-size: 0.80em;
	padding: 2px;
	margin-left: 6px;
	list-style-type: none;
}
.menu {
	background: white;
}
.menu a {
	color: #222222;
	text-decoration: none;
	padding-bottom: 1px;
}
.menu a:visited {
	color: #222222;
}
.menu a:hover {
	color: #222222;
	border-bottom: 1px solid #3366cc;
}
.menu-next {
	background: white;
	margin-top: 8px;
}
.menu-next a {
	color: #222222;
	text-decoration: none;
	padding-bottom: 1px;
}
.menu-next a:visited {
	color: #222222;
}
.menu-next a:hover {
	color: #222222;
	border-bottom: 1px dotted #3366cc;
}

/*
** main body
*/
.main-body {
	line-height: 1.8em;
	font-size: 1em;
	margin-left: 10px;
}
.main-body table {
	font-size: 0.90em;
	margin: 4px 0px 4px 0px;
}
.main-body td {
	padding-top: 8px;
	padding-right: 8px;
}

/*
** docs
*/
.main-body .docs-container {
	background: white;
	line-height: 2em;
	width: 80%;
}
.main-body .docs-container h3 {
	color: #3366cc;
}
.main-body .docs-container ul {
	margin-left: 18px;
}
.main-body .docs-container li {
	margin-left: 8px;
}

/*
** posts
*/
.post-container {
	margin-left: 114px;
	margin-right: 114px;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px dotted #3366cc;
	border-right: 1px dotted #3366cc;
}
.post {
	background: white;
	margin-top: 6px;
}
.post-next {
	background: white;
	margin-top: 20px;
}
.post-container ul {
	margin-top: 4px;
}
.post-container li{
	font-size: 0.80em;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
.post-container li a {
	color: #3366cc;
}
.post-container .post-title {
	font-size: 1.2em;
	color: #3366cc;
}
.post-container .post-title a {
	color: #3366cc;
  font-size: 80%;
  font-weight: bold;
}
.post-container .simple-text {
  font-size: 0.80em;
}
.post-container .simple-text a {
  font-size: 0.80em;
}
.post-container p {
	font-size: 0.80em;
	line-height: 1.7em;
	padding-top: 4px;
	padding-bottom: 4px;
}
.post-container td {
	padding-right: 8px;
}

.post-stats {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	width: 200px;
	padding: 4px;
	border: 2px solid #e8eefa;
}
.post-stats ul {
	margin-top: 2px;
	background: white;
}
.post-details p {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
.post-details h3 {
	padding-bottom: 8px;
	font-size: 1.2em;
}
.post-details h5 {
	padding: 2px 0px 2px 0px;
	margin: 0px;
}
.post-details li{
	margin-left: 12px;
	display: list-item;
	list-style-type: square;
}

.post-submitter-details-container {
  border-top: 2px dotted #e8eefa;
  margin-top: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.post-submitter-details-container p {
  padding: 0px;
}
.post-submitter-details-container h5 {
  padding-bottom: 4px;
}

/*
** bottom-links
*/
.bottom-links {
	margin-left: 114px;
	margin-right: 114px;
	margin-top: 20px;
	padding-left: 12px;
}
.bottom-links li{
	font-size: 0.80em;
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}
/*
** errors
*/
.message-container {
	font-size: 0.90em;
	text-align: center;
}
.message-container h2 {
	font-size: 1em;
	font-weight: normal;
}
.error-msg {
	font-weight: normal;
	color: #ad0000;
}
.success-msg {
	font-weight: bold;
	color: #008000;
}

/*
** preview
*/
.full_preview {
	font-size: 1.2em;
	padding: 4px;
	border: 2px solid #e8eefa;
}

/*
** tab container
*/
.tab-container {
	background: white;
	font-size: 0.80em;
	color: grey;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
  border-top: 5px solid #3366cc;
}
.tab-container table {
	margin: 0px;
	padding: 0px;
}
.tab-container .tabe {
	font-size: 0.80em;
	color: white;
	background: #3366cc;
	border: 1px solid #3366cc;
	text-align: center;
	height: 30px;
	padding: 6px;
	min-width: 20px;
}
.tabe a {
	text-decoration: none;
	color: #3366cc;
	color: white;
}
.tabe a:visited {
	color: white;
}
.tab-container .tabd {
	font-size: 0.80em;
	color: #3366cc;
	background: #e8eefa;
	border: 1px solid #e8eefa;
	text-align: center;
	height: 30px;
	padding: 6px;
	min-width: 20px;
}
.tabd a {
	text-decoration: none;
	color: #3366cc;
}
.tabd a:visited {
	color: #3366cc;
}
.lang_preview {
    margin-top: 4px;
    padding: 2px;
}

.tips-quicklinks {
  margin-bottom: 12px;
  border-bottom: 1px dotted #e8eefa;
}
.tips-quicklinks .tips {
  font-size: 80%;
  color: #666;
}
.tips-quicklinks .quicklinks {
  font-size: 80%;
}
