/* Reset CSS first*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
/*end of reseting...*/

body {
	font-size: 13px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	background:url(images/body-back.jpg) repeat-x;
	background-color: #000033;
}
.floatLeft { float: left; }
.floatRight { float: right; }
.warnahitam { color:#000; }

/*start css*/

#header {
	background-color:#000;
}

#desain {
	padding-bottom:0px;
}

#container {
	margin: auto;
	text-align: left;
	background-color: #827d6d;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 155px;
	padding-left: 20px;
}

/*################ Bawah ###################

#bawah  {
	font-size: 11px;
	font-weight:bold;
	text-align: right;
	height:auto;
	color: #fff;
	margin: auto;
	line-height: 20px;
	padding-top:25px;
}
#bawah a:link, #bawah a:visited {
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff;
	text-decoration:none;
}
#bawah a:hover, #bawah a:active {
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#footer {
	height:50px;
	margin: auto;
	background:#000 url(images/bawah.jpg) no-repeat;
}
*/
/* dari global.css */
.thead {
	background:url(images/thead.jpg) repeat-x #b51213;
}
.tcat {
	background:url(images/tcat.jpg) repeat-x #2a2a8d;
}
.tfoot {
	background:url(images/thead.jpg) repeat-x #b51213;
}
#content {
	border:none;
	padding-left:5px;
	padding-right:5px;
}
.trow1 {
	background-color:#E7E6E2;
}
.trow2  {
	background-color:#fff;
}
.thread_legend {

}
.forum_legend {

}
.tborder {
	background-color: #000;
}
#panel {
	border-color:#000;
}
blockquote {
	background: #E7E6E2;
	border: 1px solid #000033;
	-moz-border-radius: 7px;
	margin: 10px;
	padding: 5px;
}
.codeblock {
	background: #ccc;
	border: 1px solid #000;
	padding: 4px;
}
.codeblock .title {
	border-bottom: 1px solid #000;
}
.codeblock code {
	max-height: 1000px;
}

.pagination a {
	border: 1px solid #001b36;
}
.pagination .pagination_current {
	background: #fff;
	border: 1px solid #001b36;
	font-weight: bold;
}
.pagination a:hover {
	background: #fff;
	text-decoration: none;
}
.trow_sep {
	background-color:#444;
	color:#fff;
}

table tr td table.trow2 {
	background-color:#ccc;
}
.post_body ol, .post_body ul  {
	padding: 10px;
}
.post_body ol li {
	margin-left:15px;
	list-style:outside;
	list-style-type:decimal;
}
.post_body ul li {
	margin-left:15px;
	list-style:outside;
}
