@CHARSET "ISO-8859-1";

/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #444;
}
body 
{
	background-color: #F1EFE2;
}

body,input
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #777;
}

label 
{
	font-weight: bold;
	margin-top: 10px; 
	padding-top: 10px;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 0.8em;
	padding: 0.35em;
}

input.text
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #343434;
}

input.textarea
{
	border-top: solid 1px #888;
	border-left: solid 1px #888;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #343434;
}


a
{
	color: #006699;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 1.5em auto 0em auto;
	width: 100%;
}

/* Header */

#header
{
	padding: 0 4.5em 0em 1.5em;
}

#header h2
{
	font-size: 0.8em;
	font-weight: normal;
	color: #949494;
	display: inline;
	padding-left: 0.5em;
}

#header h1
{
	font-size: 1.9em;
	display: inline;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #343434;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: relative;
	top: 0;
	left: 0px;
	background-color: #558800;
	border-bottom: solid 1px #336600;
	width: 100%;
}

#menu ul
{
	padding: 0.5em 4.5em 0.5em 18px;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 2.5em;
	font-size: 1.0em;
}

#menu li a
{
	color: #fff;
	background-color: inherit;
}

#menu li a:hover
{
	border-bottom: solid 1px #558800;
}


#submenu ul
{
	padding: 1em 4.5em 1em 4.5em;
	list-style: none;
}

#submenu li
{
	display: inline;
	padding-right: 2.5em;
	font-size: 1.0em;
}

#submenu li a
{
	color: #343434;
	background-color: inherit;
	text-decoration: none;
}

#submenu ul li a #activesub
{
	text-decoration: underline;
	color: red;
}


#submenu li a:hover
{
	color: #558800;
}


/* Content */

#content
{
	padding-left: 2em;
	padding-right: 2em;
}

.box
{
	margin-bottom: 0.5em;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 2px 1em 0.25em 2px;
	background: #ffffff url('../images/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #bb6600;
	background: #ff8800;
	padding: 1em 1.5em 1em 1em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxA input.text
{
	width: 100%;
}

/** boxB **/

.boxB .boxContent
{
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #004466;
	background: #007799;
	padding: 1em 1.5em 1em 1em;
}

.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{
	margin-top: 0.25em;
	vertical-align: middle;
}

.boxB input.text
{
	width: 100%;
}

/** Content **/

.centered {
	text-align: center;
}

.col_green {
	color: #558800;
}

.col_red {
	color: #F74949;
}

#content p
{
	margin-bottom: 0;
	text-align: left;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1.0em;
}

#content h2
{
	font-size: 1.25em;
	padding-top: 30px;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 0;
	line-height: 1.2em;
}

#content blockquote
{
	padding: 0 1em 1em 1em;
	margin-bottom: 1.5em;
	border-left: solid 6px #558800;
}

#content blockquote p
{
	margin-bottom: 0em;
	line-height: 1.5em;
}

/*
#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #efefef;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
}
*/
/* Primary Content */

#singleContentContainer
{
	float: left;
	margin-left: -200px;
	/margin-left: -175px;
	width: 100%;
}

#primaryContentContainer
{
	float: right;
	/* margin-left: -19em; */
	width: 100%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	/* padding: 2.5em 0 1.5em 2.5em; */
	padding: 0 0 1.5em 2.5em;
	width: 100%;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 13em;
	padding: 2.5em 2.5em 1.5em 2.5em;
}

/* Footer */

#footer
{
	border-top: solid 1px #e5e5e5;
	text-align: center;
	margin-top: 4.5em;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}



.postfrom {
	
}

.postinfo {
	float: right;
	position: relative;
}

.posttopic {
	position: relative;
	bottom: -7px;
	font-weight: bold;
	color: #343434;
	font-size: 16px;
}

.posttopic a {
	text-decoration: none;
	font-weight: bold;
	color: #343434;
	font-size: 16px;
}

.posreply {
	font-size: 16px;
}
.postreply a {
	text-decoration: none;
}

.postreply_ot a {
	text-decoration: none;
	color: #343434;
	cursor: default;
}

.posttext {
	padding-top: 10px;
	color: #343434;
}

.message {
	text-align: center;
	font-variant: inherit;
	font-size: 12px;
}

.replies {
	position: relative;
	bottom: 10px;
	left: -4px;
}

.posttext {
	
} 
	
#currentmark {
	background-color: #fcfcfc;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

#currentmark a {
}

li {
	list-style-type: none;
	line-height: 18px;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

#content li a {
	text-decoration: none;
	border: 0;
}

li img {
	padding: 0 3px 0 0;
	margin: 0;
	border: 0;
}

#msgbox  { 
	color: #ffffff; 
	padding-top: 5px;
	font-weight: bold;
	font:  16px tahoma, sans-serif;
	letter-spacing: +1px;
	text-align: center;
	background-color: #558800;
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

#errorbox  { 
	color: #ffffff; 
	padding-top: 5px;
	font: 16px tahoma, sans-serif;
	letter-spacing: +1px;
	text-align: center;
	background-color: #F74949;
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	cursor: pointer;
}

.paging {
	list-style-type: none;
}

.paging li {
	width: 20px;
	height: 20px;
	border: 1px solid #343434;
	padding-left: 2px;
}

.pagingactive li {
	width: 20px;
	height: 20px;
	border: 1px solid #343434;
	padding-left: 2px;
	font-weight: bold;
}

#optionmenu {
	 position: relative;
	 top: -5px;
	 width: 746px;
	 text-align: right;
}

#optionmenu ul
{
	padding: 0.7em 0 0.2em 4.5em;
	list-style: none;
}

#optionmenu li
{
	display: inline;
	padding-left: 15px;
	font-size: 1.0em;
}

#optionmenu li a
{
	color: #343434;
	background-color: inherit;
	text-decoration: none;
}

#submenu {
	position: absolute; 
	top: 35px; 
	width: 860px;
	text-align: right;
}



#optionmenu img {
	margin-right: 3px;
	border: 1px solid #ffffff;
}

#optionmenu a {
	 color: #343434;
	 background-color: inherit;
	 text-decoration: none;
}

#rules ul
{
	padding: 1em 2.5em 1em 2.5em;
	list-style-type: square;
}

#rules li
{
	padding-right: 2.5em;
	font-size: 1.0em;
	list-style-type: square;
}

#rules a 
{
	text-decoration: none;
}





.container
{
	width: 759px;
	margin-left:auto;
	margin-right:auto;
	/* border-left: solid 1px #999999; */
}

.imgheader
{
	height: 73px;
	width: 759px;
	border: solid 1px #cccccc;
	margin-top: 5px;
}

.navi {
	background-color: #fcfcfc;
	/* background-image: url(/image/headerbg.jpg); */
	text-align: center;
	padding: 10px 0 10px 0;
	margin-top: 0;
	position: relative;
	right: -1px;
}
.navi a {
	margin-left: 15px;
	padding: 3px 15px 3px 15px;
	border-color: #f1efe2;
}

.mainbody
{
	width: 759px;
	font-size: 11px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	/* background-color: #FAFAF8;*/
	background-color: #FcfcfC;
	text-align: justify;
	letter-spacing: 1px;
	border: solid 1px #dcdcdc;
	border-top: solid 5px #558800;
	height: auto;
	min-height: 470px;
	vertical-align: top;
	
}

.hinwlink    {
	color: #336699;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	background-color: #F5F3F5;
	padding: 3px 5px;
	margin-right: 5px;
	border: solid 1px #336699;    }
.hinwlink:hover     {
	background-color: #FDFDF4;
	border: solid 1px #336699;    }
.hinwlinkactive     {
	color: #336699;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
	background-color: #E4E7EB;
	padding: 3px 5px;
	margin-right: 5px;
	border: solid 1px #336699;   }

.copyright
{
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	text-align: center;
	font-size: 10px;
	color: #999999;
}
.copyright a, .copyright a:visited
{
	color: #999999;
}

.footer
{
	margin-top: 5px;
	border: solid 1px #999999;
	clear: both;
	background-color: #ffffff;
	width: 759px;
}

#back2mk {
	 position: relative;
	 top: 5px;
	 width: 746px;
	 text-align: right;
	 font-size: 11px;
}

#back2mk a {
	 text-decoration: none;
	 color: #999999;
}
