/* CSS for Silentum Boards v2.1 */

/* Body */

body {
	background: #fff;
	color: #000;
	font: 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	margin: 2% 3% 3%
}

/* Fonts */

em {
	font-style: italic
}
h1 {
	color: #000;
	font: 20pt "Tahoma", "Verdana", "Times New Roman", Sans-Serif;
	margin: 0 0 5px;
	text-align: center
}
h2 {
	color: #000;
	font: bold 12pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	margin: 15px 0 0
}
.indent {
	color: #000;
	font: 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	padding-left: 4px
}
pre {
	margin: 0
}
strong {
	font-weight: bold
}
.unknown {
	color: #aaa;
	font: 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif
}

/* Images */

.bottom {
	border: 0;
	height: 15px;
	vertical-align: bottom;
	width: 15px
}
.icon {
	border: 0;
	height: 15px;
	width: 15px
}
.stars {
	border: 0;
	height: 10px;
	width: 119px
}
.top {
	border: 0;
	height: 15px;
	vertical-align: top;
	width: 15px
}

/* Links */

a:link {
	color: #000;
	text-decoration: underline
}
a:visited {
	color: #000;
	text-decoration: underline
}
a:active {
	color: #36b;
	text-decoration: underline
}
a:hover {
	color: #36b;
	text-decoration: none
}
a.siglink:link {
	color: #aaa;
	text-decoration: underline
}
a.siglink:visited {
	color: #aaa;
	text-decoration: underline
}
a.siglink:active {
	color: #aaa;
	text-decoration: underline
}
a.siglink:hover {
	color: #aaa;
	text-decoration: none
}
a.topiclist:link {
	color: #000;
	text-decoration: underline
}
a.topiclist:visited {
	color: #777;
	text-decoration: underline
}
a.topiclist:active {
	color: #36b;
	text-decoration: underline
}
a.topiclist:hover {
	color: #36b;
	font-weight: bold;
	text-decoration: none
}

/* Miscellaneous */

acronym {
	border-bottom: 1px dashed #000
}
.button {
	background: #fff;
	border: 2px solid #c8c8c8;
	color: #000;
	font: bold 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	padding: 1px 15px
}
.button:hover {
	background: #fff;
	border: 2px solid #59e;
	color: #59e;
	font: bold 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	padding: 1px 15px
}
form {
	margin-bottom: 15px
}
select {
	background: #fff;
	color: #000;
	font: 10pt "Georgia", "Verdana", "Times New Roman", Sans-Serif
}
.textbox {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font: 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	padding: 3px
}
.textbox_c {
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font: 9pt "Georgia", "Verdana", "Times New Roman", Sans-Serif;
	padding: 3px;
	text-align: center
}
ul.square {
	list-style-type: square;
	margin-top: 0
}

/* Tables */

.no_border {
	background: #fff;
	border: 0;
	border-spacing: 0;
	color: #000;
	margin-bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 95%
}
.error {
	background: #ff0;
	color: #000;
	font-weight: bold;
	padding: 4px
}
.error_c {
	background: #ff0;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: center
}
.heading1 {
	background: #58d url("../images/gradients/blue.png") repeat-x;
	color: #000;
	font-weight: bold;
	padding: 4px
}
.heading1_c {
	background: #58d url("../images/gradients/blue.png") repeat-x;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: center
}
.heading1_r {
	background: #58d url("../images/gradients/blue.png") repeat-x;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: right
}
.heading2 {
	background: #59e;
	color: #000;
	font-weight: bold;
	padding: 4px
}
.heading2_c {
	background: #59e;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: center
}
.heading3 {
	background: #5af;
	color: #000;
	font-weight: bold;
	padding: 4px
}
.heading3_c {
	background: #5af;
	color: #000;
	font-weight: bold;
	padding: 4px;
	text-align: center
}
.one {
	background: #fff;
	color: #000;
	padding: 4px
}
.one_c {
	background: #fff;
	color: #000;
	padding: 4px;
	text-align: center
}
.one_r {
	background: #fff;
	color: #000;
	padding: 4px;
	text-align: right
}
.one_t {
	background: #fff;
	color: #000;
	padding: 4px;
	vertical-align: top
}
.post {
	background: #fff;
	color: #000;
	padding: 10px
}
.post_heading {
	background: #eee;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	color: #000;
	padding: 4px
}
.post_heading_r {
	background: #eee;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	color: #000;
	padding: 4px;
	text-align: right
}
.quote {
	border: 2px dotted #58d;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 98%
}
table {
	background: #fff;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	width: 100%
}
.two {
	background: #eee;
	color: #000;
	padding: 4px
}
.two_c {
	background: #eee;
	color: #000;
	padding: 4px;
	text-align: center
}
.two_r {
	background: #eee;
	color: #000;
	padding: 4px;
	text-align: right
}
.two_t {
	background: #eee;
	color: #000;
	padding: 4px;
	vertical-align: top
}
