@charset "utf-8";
/* Forum.htm CSS Document */
#main #container #contentTitle {
	display:block;
	float:left;
	width:590px;
	height:25px;
	background:#F3FFE7 url(../images/bg_contenttitleforum.jpg) top right;
	padding-left:40px;
	padding-top:12px;
}
#main #container #content {
	width:630px;	/*Total = 650px fact width = Total - padding-left + padding-right = 592px*/
	display:block;
	float:left;
	background:transparent url(../images/bg_content.jpg);
	font-size:12px;
	text-indent:2em;
	line-height:180%;
	padding:0;
}
#main #container #content #boardBar {
	display:block;
	width:594px;
	height:24px;
	margin:5px 18px;
	background-color:#f4efd1;
	border-top:2px solid #fff;
	text-align:center;
}

#main #container #content #boardBar  a {
	font-weight:bold;
	margin:0 11px 9px;
}
#main #container #content #boardBar .on {
	color:#3a6b00;
	font-weight:bold;
}

#main #container #content #releasedList {
   
	width:594px;
	margin:5px 18px;
}
#main #container #content #releasedList .releasedList {
	display:block;
	margin-top:5px;
}
.releasedList .rTitle {
	display:block;
	background-color:#f3f0db;
	border-top:1px solid #fff;
}
.releasedList .rTitle strong {
	margin-left:9px;
	_margin-left:-12px;
}
.releasedList .rTitle strong em {
	font-style:normal;
	color:#9da400;
}
.releasedList .rTitle .postTime {
	float:right;
	margin-right:9px;
	color:#669900;
}
.releasedList .rContent .author {
	display:block;
	color:#669900;
	background:transparent url(../images/comments.gif) left no-repeat;
}
.releasedList .reply {
	border-top:1px dotted #ccc;
}
.releasedList .reply .replyTime {
	color:#3e5304;
}
#main #container #content #releasedList .page,#main #container #content #releasedList .page a {
	text-align:center;
	color:#ff751e;
}
#main #container #content #released {
	width:594px;
	margin:5px 18px;
	border-top:1px groove #3e5304;
}
/*=-Form Style-=*/
fieldset {
	margin: 1em 0;
}

legend {
	margin: 0.5em 0;
	color:#373739;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color:#3a6b00;
	background-color:#f3f0db;
}

fieldset div textarea {
	width:404px;
	height:115px;
}

fieldset div select {
	padding: 1px;
	color:#3a6b00;
}

div.fm-multi div {
	margin: 5px 0;
}
div.fm-multi label {
	width:70px;
}
div.fm-multi input {
	width: 1em;
}


#fm-submit {
	clear: both;
	padding-top: 0.2em;
	text-align: center;
}

#fm-submit input {
	width:76px;
	height:20px;
	margin-left:135px;
	padding: 2px 1em;
	background: transparent url(../images/button_forum.gif);
	color: #676767;
	font-size: 100%;
	font-weight:bold;
}

input:focus, textarea:focus {
	background: #f3f0db;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	color:#676767;
	font-weight:bold;
}
fieldset div.fm-req span {
	color:#ff2a00;
	font-weight:normal;
}
fieldset.opt {
	display:none;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
	color:red;
}

/*=-//Form Style-=*/
