@import "sm.css";

* {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #F9C301;
	width: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border-collapse: collapse;
}

table.body {
    background-color: #F0770C;
	background-image: url(bg1.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
   }

table.body tr.top {
	background-image: url(bg5.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
table.body td.banL {
	text-align: right;
}

table.body td.banR {
	text-align: left;
    border-left-width: thick;
}
  
table.body td {
	text-align: center;
}

table.content {
	margin: auto;
	width: 780px;
	background-position: left;
	background-repeat: repeat-y;
}
table.content td {
	text-align: left;
	vertical-align: top;
}

table.content td.top, table.menu td {
	background-color: #692E1E;
	height: 30px;
	text-align: left;
	vertical-align: bottom;
}
table.content td.middle {
	background-image: url(3.jpg);
	background-position: top;
	/*background-repeat: no-repeat; */
    background-repeat: repeat-x;
	text-align: left;
}
table.content td.txt, table.letter {
	background-color: #FFFCC7;
	background-image: url(bg4.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 10px 20px 0px 20px;
	text-align: left;
}

div.lang { margin: 8px 0px 0px 21px; }
td.lang { width: 142px; }

table.menu {
	margin-bottom: 7px;
	width: 100%;
}
table.menu td { height: auto; }
table.menu a {
	color: #F9C301;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}
table.menu a:hover, table.menu a.hover {
	color: #FFFFFF;
}

table.content td.left {
	background-image: url(1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

table.body tr.bottom {
	background-color: #FFFCC7;
}

table.body tr.bottom td {
	background-image: url(bg3.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

div.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	margin: 15px 0px 5px 0px;
	text-align: center;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	color: #EF760D;
	font-weight: bold;
}

p {
	margin: 10px 0px 10px 0px;
}

table.submenu {
	float: left;
}

table.submenu a {
	display: block;
	padding: 10px 0px 0px 30px;
	background-image: url(button1_1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #692E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: bottom;
	margin-right: 25px;
}
table.submenu a:active, table.submenu a.hover {
	background-image: url(button1_2.gif);
}
table.submenu a.forum {
	color: #553119;
}
table.submenu2 a {
	background-image: url(button2_1.gif);
}
table.submenu2 a:active, table.submenu2 a.hover {
	background-image: url(button2_2.gif);
}

a {
	color: #692E1E;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

table.forum {
	border-collapse: collapse;
	width: 100%;
}
table.forum th, table.forum td {
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
table.forum .author {
	width: 120px;
}
table.forum .qty {
	width: 70px;
	text-align: center;
}
table.forum .date {
	width: 120px;
}
table.forum .text {
	padding: 20px;
}

table.forum .ar {
	text-align: right;
}

.bg0 { background-color: #FFFCC7; }
.bg1 { background-color: #F9C301; }

input, textarea {
	background-color: #F9C301;
	border: 1px solid #692E1E;
	width: 300px;
}
input.check {
	background-color: transparent;
	border: none;
	width: auto;
}
table.forum input, table.forum textarea {
	width: 500px;
}
table.forum input.submit, input.submit {
	width: 70px;
}
table.forum input.reset, input.reset {
	background-color: #F0770C;
	width: 70px;
}

table.letter {
	margin: auto;
	width: 500px;
}
table.letter th, table.letter td {
	padding: 3px;
	vertical-align: top;
}

li {
	margin-left: 20px;
}
ul li {
	list-style-type: disc;
}
li .h1 {
	font-weight: bold;
	text-transform: uppercase;
}
li.h2 {
	color: #EF760D;
	font-weight: bold;
	margin-left: 0px;
	list-style-type: none;
}

.nobr {
	white-space: nowrap;
}

div#scroll {
	max-height: 250px;
	width: 400px;
	overflow: auto;
}

iframe {
	width: 700px;
	height: 320px;
}