/* CSS Document */

* {
	/*border: 0;*/
	margin: 0;
	padding: 0;
}

body {
	background: #9D9D9D url(../pictures/bg_line.gif) repeat-x top;
	text-align: center;
}

body, table {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #474747;
	font-size: 10px;
}

h1, h2, h3, h4 {
  color: #FE000A;
}

h1 {
  font-size: 1.4em;
  padding-top: 4px;
}
h2 {
  font-size: 1.2em;
  font-weight: normal;
}
h3,h4 {
  font-size: 1em;
}

a {
  /*color: #464646;*/
  color: #017EFE;
  text-decoration: underline;
}
a.suba {
  color: #787878;
}
a:hover {
  color: #FC0108;
  text-decoration: underline;
}
h1 a {
  color: #FE000A;
}

input, select, textarea, button {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #464646;
  border: 1px solid #757575;
  background: #E5E5E7;
}
button {
  border: 0;
  font-weight: bold;
  text-align: center;
}

p {
  text-align: left;
  padding: 5px 0;
}

ul {
  margin: 5px 0;
  list-style: disc;
}

li {
  margin-left: 2em;
}

table.bord, .bord table, .bord td {
  border: 1px solid #757575;
  border-collapse: collapse;
}

hr {
  border: 1px solid #757575;
  width: 90%;
  margin: 5px auto;
}

.main {
	background: #FFFFFF;
	/*border: 1px #0F0F0F solid;*/
	width: 78em;
	min-width: 780px;
	margin: 30px auto;
	text-align: center;
	padding: 0;
}

.main .submain {
	padding: 5px;
	text-align: left;
}

.m_t {
	background: url('../pictures/b.gif') repeat-x top;
}
.m_r {
	background: url('../pictures/b.gif') repeat-y right;
}
.m_b {
	background: url('../pictures/b.gif') repeat-x bottom;
}
.m_l {
	background: url('../pictures/b.gif') repeat-y left;
}
.m_lt {
	background: url('../pictures/b_lt.gif') no-repeat left top;
}
.m_rt {
	background: url('../pictures/b_rt.gif') no-repeat right top;
}
.m_lb {
	background: url('../pictures/b_lb.gif') no-repeat left bottom;
}
.m_rb {
	background: url('../pictures/b_rb.gif') no-repeat right bottom;
}

.heading {
	margin-top: -120px;
	text-align: right;
	height: 120px;
	padding-right: 10px;
}

.left_frame {
  float: left;
  width: 14em;
}

.right_frame {
  float: right;
  width: 14em;
}

.center_frame {
  margin: 0 16em;
}

.cleaner {
  height: 1px;
  line-height: 1px;
  clear: both;
}

.path_bar {
  padding-bottom: 0.3em;
}

.edit_button {
  float: right;
}

.codetext {
  border: 1px solid black;
  padding: 2px;
  font-family: monospace;
}

/** acco_link **/
.acco_link {

}
.acco_link a {
	display: block;
	border: 1px solid #000;
	background: #F0F0F0;
	text-align: center;
	padding: 1em;
	color: #017EFE;
	font-size: 1.2em;
}
.acco_link a:hover {
	color: #FC0108;
}

/** langbar */
.langbar {
	margin-top: -23px;
	text-align: right;
	padding-right: 120px;
	height: 30px;
}
.langbar td {
  width: 74px;
  text-align: right;
}
.langbar table {
  margin: 0 0 0 auto;
}

/** menu */
.menu {
  background: #F9F9F9;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.search {
  text-align: center;
  padding-bottom: 2px;
}
.search input, .search button {
  margin: 2px auto;
  padding: 1px;
}
.menu h3 {
  background: #E8E8E8;
  padding: 2px 5px;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.left_frame .menu h4 {
  text-align: right;
}
.menu ul {
  line-height: 1.2em;
  list-style: none;
  margin: 0;
}
.menu li {
  padding: 1px 0;
  margin: 0 0 0 0.6em;
  line-height: 1.2em;
}
.right_frame .menu li {
  line-height: 1.5em;
}
.menu a {
  display: block;
  width: 100%;
  color: #464646;
}
.menu li li a {
  color: #787878;
}
.menu a.sel {
  background: #F0F0F0;
}
.menu a:hover {
  color: #FD010C;
}

/** text */
.text {
  background: #F9F9F9;
  margin-bottom: 10px;
  width: 100%;
}
.text h3 {
  background: #E8E8E8;
  padding: 2px 5px;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.text h4 {
  background: #F0F0F0;
  padding: 2px 10px;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #464646;
}
.text p {
  margin: 0 3px;
}

/** page_list */
.page_list {
  text-align: center;
  padding-bottom: 3px;
}
.page_list strong {
  color: #FE0008;
}

/** partner */
.partner {
  padding-bottom: 10px;
}
.partner td {
  vertical-align: top;
}
.partner .left {
  padding-left: 10px;
  width: 10em;
}
.partner .right {
  width: 35em;
}

/** mestaobce */
.mestaobce {
  padding-bottom: 10px;
}
.mestaobce td {
  vertical-align: top;
  padding-top: 0.5em;
}
.mestaobce .left {
  padding-left: 10px;
  width: 12em;
  font-weight: bold;
}
.mestaobce .right {
  width: 33em;
}

/** mestaobce_chars */
.mestaobce_chars {
  background: #E8E8E8;
  width: 100%;
  text-align: center;
}
.mestaobce_chars table {
  width: 100%;
  margin: 0 auto;
}
.mestaobce_chars td {
  text-align: center;
}
.mestaobce_chars a {
  display: block;
  line-height: 1.5em;
  padding: 1px;
}
.mestaobce_chars a:hover {
  padding: 0;
  border: 1px solid #000;
  background: #F0F0F0;
}
#shaolin {
  text-align: center;
  font-weight: bold;
  font-size: 123%;
  margin: 10px 0;
  padding: 1px;
}
#shaolin p {
  text-align: center;
}
#shaolin a img {
    padding: 5px 0;
    border: none;
}
