@charset "iso-8859-2";
/* CSS Document */

a, a:active, a:link, a:visited {
  color: #3a6b00;
  font-size : 10px;
  text-decoration : none;
}

a:hover {
  color: #3a6b00;
  font-size : 10px;
  text-decoration : underline;
}

body {
  background : #000;
  color: #1a3316;
  font-family : verdana;
  font-size : 10px;
  font-style : normal;
  font-weight : normal;
  margin : 0 auto;
  padding : 0;
  text-align : center;
  width : 100%;
}

img { border : 0; }

#container {
  border : none;
  height : 100%;
  margin : 0 auto;
  background-color: #9b7121;
  padding-bottom : 9px;
  position : relative;
  text-align : center;
  width : 990px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url('../../images/b_bottom.jpg');
}
#top {
  /*height : 395px;*/
  margin : auto;
  position : relative;
  width : 990px;
}
#login {
  font-weight: bold;
  position: absolute;
  width: 250px;
  height: 125px;
  top: 85px;
  left: 33px;
}

#footer {
  text-align: right;
	padding-right: 15px;
	color: #AAAAAA;
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 250px;
}

ul a.mposc:link, ul a.mposc:visited {
	display: block;
	width: 230px;
  font-size : 12px;
	height: 21px;
	text-decoration: none;
  background-image: url('../../images/mb_cn.jpg');
  color: #3a6b00;
	padding: 10px;
	border: none
}

ul a.mposc:hover {
  color: #3a6b00;
  font-size : 12px;
  text-decoration : underline;
  background-image: url('../../images/mb_ch.jpg');
}

ul a.mposn:link, ul a.mposn:visited {
	display: block;
	width: 230px;
  font-size : 12px;
	height: 21px;
	text-decoration: none;
  background-image: url('../../images/mb_nn.jpg');
  color: #3a6b00;
	padding: 10px;
	border: none
}

ul a.mposn:hover {
  color: #3a6b00;
  font-size : 12px;
  text-decoration : underline;
  background-image: url('../../images/mb_nh.jpg');
}

.center{ text-align : center; }

.left{ text-align : left; }

.none { display : none; }

.historyback {
  text-align: left;
}

.right{ text-align : right; }

input.login {
  background: transparent;
  border: 0;
  font: bold 10px Verdana;
  color: #999;
  padding-top: 2px;
  margin-top: 3px;
}
input.login:focus {
  background: transparent;
  border: 0;
  font: bold 10px Verdana;
  color: #e9e2b5;
  padding-top: 2px;
  margin-top: 3px;
}

h3 {
  margin-top: 3px;
  text-align: center;
	font-size: 15pt;
}

