
/* default elements */

body {
  margin: 5px 5px 0px;
  padding: 0px;
  background-color: #000;
  font-family: verdana;
  font-size: 11px;
  color: #fff;
}
table {
  table-layout: auto;
  margin-top: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
h1 {
  margin: 0px;
  margin-bottom: 10px;
  font-family: verdana;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
h2 {
  margin: 0px;
  margin-bottom: 8px;
  font-family: verdana;
  font-weight: bold;
  font-size: 16px;
  color: #ff7;
}
td {
  font-family: verdana;
  font-size: 11px;
  color: #fff;
  border: 0px;
  padding: 0px;
}
a {
  font-family: verdana;
  font-size: 11px;
  color: #ffc;
}
a:hover {
  color: #ff7;
}
select {
  border: 1px #4b4b4b solid;
  font-family: verdana;
  font-size: 10px;
  color: #000;
  z-index: 5;
  margin-bottom: 3px;
}
input {
  border: 1px #4b4b4b solid;
  font-family: verdana;
  font-size: 10px;
  color: #000;
  z-index: 5;
}
img {
  border: 0px;
  margin: 0px;
}
div {
  font-family: verdana;
  border: 0px;
  padding: 0px;
  text-align: left;
}
form {
  margin: 0px;
}
span {
  font-family: verdana;
}
textarea {
  font-family: verdana;
  font-size: 10px;
}

/* Logo */


.logo {
  width: 970px;
  height: 110px;
  background: url('../images/sub3/logo.jpg') no-repeat;
}


/* Main menu */

a.menu1 {
  width: 121px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu11.jpg') no-repeat;
  display: block;
}
a.menu1:hover {
  background: url('../images/topmenu12.jpg') no-repeat;
}
a.menu2 {
  width: 121px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu21.jpg') no-repeat;
  display: block;
}
a.menu2:hover {
  background: url('../images/topmenu22.jpg') no-repeat;
}
a.menu3 {
  width: 121px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu31.jpg') no-repeat;
  display: block;
}
a.menu3:hover {
  background: url('../images/topmenu32.jpg') no-repeat;
}
a.menu4 {
  width: 121px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu41.jpg') no-repeat;
  display: block;
}
a.menu4:hover {
  background: url('../images/topmenu42.jpg') no-repeat;
}
a.menu5 {
  width: 122px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu51.jpg') no-repeat;
  display: block;
}
a.menu5:hover {
  background: url('../images/topmenu52.jpg') no-repeat;
}
a.menu6 {
  width: 121px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu61.jpg') no-repeat;
  display: block;
}
a.menu6:hover {
  background: url('../images/topmenu62.jpg') no-repeat;
}
a.menu7 {
  width: 122px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu71.jpg') no-repeat;
  display: block;
}
a.menu7:hover {
  background: url('../images/topmenu72.jpg') no-repeat;
}
a.menu8 {
  width: 121px;
  height: 19px;
  text-decoration: none;
  background: url('../images/topmenu81.jpg') no-repeat;
  display: block;
}
a.menu8:hover {
  background: url('../images/topmenu82.jpg') no-repeat;
}

/* Submenu */

table.submenu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
table.submenu a:hover {
  color: #ff9;
}
table.submenu img {
  margin-left: 3px;
  margin-right: 3px;
}
td.submenu_left {
  width: 10px;
  height: 20px;
  background: url('../images/sub3/submenu_left.jpg') no-repeat;
}
td.submenu_middle {
  height: 20px;
  background: url('../images/sub3/submenu_bg.jpg');
}
td.submenu_right {
  width: 10px;
  height: 20px;
  background: url('../images/sub3/submenu_right.jpg') no-repeat;
}
/* Rolldown menu */

.rolldownmenu {
  width: 120px;
  border: 1px #000 solid;
  background-color: #478E24;
  margin: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  position: absolute;
  display: none;
  z-index: 2;
  overflow:hidden;
  opacity: 0.9;
}
.rolldownmenu a {
  width: 110px;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  margin-left: 4px;
}
.rolldownmenu a:hover {
  background-color: #5FC030;
  color: #000;
}
.rolldownmenu iframe {
  display:none;
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}

/* generel elements */

table.main {
  width: 970px;
}
table.main_frame_table {
  width: 715px;
}
table.login {
  width: 110px;
}
table.login input {
  width: 100px;
  border: 1px #4b4b4b solid;
  margin-top: 1px;
  margin-bottom: 2px;
}
table.login td {
  font-size: 9px;
}
table.space td {
  padding: 3px;
}
tr.admin_head td {
  padding: 3px;
  background-color: #333;
  border: 2px #000 solid;
  text-align: center;
}
tr.admin td {
  padding: 3px;
  background-color: #aaa;
  border: 2px #000 solid;
  color: #000;
  text-align: center;
}
tr.admin a {
  color: #009;
}
tr.admin a:hover {
  color: #00f;
}
td.menubox {
  width: 120px;
}
td.menubox_top {
  width: 120px;
  height: 25px;
  font-weight: bold;
  font-size: 11px;
  background: url('../images/menubox_top.jpg') no-repeat;
}
td.menubox_middle {
  width: 120px;
  font-size: 10px;
  padding: 5px;
  padding-bottom: 0px;
  background: url('../images/menubox_bg.jpg') repeat-y;
}
td.menubox_middle a {
  width: 90%;
  font-size: 10px;
  border: 1px #191919 solid;
  text-decoration: none;
  display: block;
  padding: 1px;
}
td.menubox_middle a:hover {
  color: #fff;
  border: 1px #4b4b4b solid;
  background-color: #000;
  padding-left: 5px;
}
td.menubox_middle select {
  font-size: 10px;
  margin-bottom: 3px;
  border: 1px #4b4b4b solid;
}
td.menubox_middle_no_hover {
  width: 120px;
  font-size: 10px;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  background: url('../images/menubox_bg.jpg') repeat-y;
}
td.menubox_middle_no_hover a {
  width: 90%;
  font-size: 10px;
  text-decoration: none;
  display: block;
}
td.menubox_middle_no_hover div {
  margin-top: 5px;
  margin-bottom: 5px;
}
td.menubox_middle_partners {
  width: 120px;
  font-size: 10px;
  padding: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  background: url('../images/menubox_bg.jpg') repeat-y;
}
td.menubox_middle_partners a {
  font-size: 9px;
  text-decoration: none;
}
td.menubox_middle select {
  font-size: 10px;
  margin-bottom: 3px;
  border: 1px #4b4b4b solid;
}
td.menubox_bottom {
  width: 120px;
  height: 15px;
  background: url('../images/menubox_bottom.jpg') no-repeat;
}
td.menubox_separator {
  width: 120px;
  height: 3px;
  background: url('../images/menubox_separator.jpg') repeat-y;
}
td.main_frame {
  width: 730px;
}
td.main_frame_top {
  height: 24px;
  padding: 5px;
  background: url('../images/main_top.jpg') no-repeat;
}
td.main_frame_middle {
  padding: 5px;
  background: url('../images/main_bg.jpg');
}
td.main_frame_separate {
  height: 3px;
  background: url('../images/main_separator.jpg') no-repeat;
}
td.main_frame_bottom {
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  height: 28px;
  background: url('../images/main_bottom.jpg') no-repeat;
}
td.main_bottom {
  padding-top: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 12px;
}
td.main_bottom a {
  font-size: 10px;
}
input.button {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  margin-top: 4px;
  background-color: #111;
  padding: 2px;
  border: 1px #4b4b4b solid;
  text-align: center;
}
input.check {
  width: 11px;
  margin: 0px;
  margin-right: 3px;
  border: 0px;
}
a.buttonlink {
  border: 1px #4b4b4b solid;
  background-color: #111;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-top: 3px;
}
a.buttonlink:hover {
  color: #fff;
  border: 1px #fff solid;
  background-color: #000;
}
a.buttonlink1 {
  border: 1px #4b4b4b solid;
  background-color: #111;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
a.buttonlink1:hover {
  color: #fff;
  border: 1px #fff solid;
  background-color: #000;
}
a.menuthumb img {
  width: 108px;
  height: 80px;
  border: 1px #4b4b4b solid;
  margin-top: 2px;
  margin-bottom: 5px;
}
a.menuthumb:hover img {
  border: 1px #fff solid;
}
a.menuthumb1 img {
  width: 108px;
  height: 108px;
  border: 1px #4b4b4b solid;
  margin-top: 2px;
  margin-bottom: 5px;
}
a.menuthumb1:hover img {
  border: 1px #fff solid;
}
a.menudvdthumb img {
  width: 108px;
  height: 151px;
  border: 1px #4b4b4b solid;
  margin-top: 2px;
  margin-bottom: 5px;
}
a.menudvdthumb:hover img {
  border: 1px #fff solid;
}
a.sponsorthumb img {
  width: 108px;
  height: 75px;
  border: 1px #4b4b4b solid;
  margin-top: 2px;
  margin-bottom: 5px;
}
a.sponsorthumb:hover img {
  border: 1px #fff solid;
}

/* Next/forward navigation */

table.arrow {
  width: 100%;
}
table.arrow a {
  border: 1px #4b4b4b solid;
  background-color: #111;
  color: #fff;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  display: block;
  cursor: pointer;
  margin-right: 2px;
  margin-left: 2px;
}
table.arrow a:hover {
  color: #fff;
  border: 1px #fff solid;
  background-color: #000;
}
table.arrow_middle a {
  width: 35px;
  background-color: #111;
}
td.arrow_left {
  text-align: left;
}
td.arrow_left a {
  width: 80px;
  background-color: #111;
}
td.arrow_right {
  text-align: right;
}
td.arrow_right a {
  width: 80px;
  background-color: #111;
}
span.nolink {
  width: 80px;
  border: 1px #4b4b4b solid;
  color: #4b4b4b;
  padding: 2px;
  text-align: center;
  display: block;
  margin-right: 2px;
  margin-left: 2px;
}
span.active {
  width: 35px;
  background-color: #000;
  border: 1px #fff solid;
  color: #fff;
  padding: 2px;
  text-align: center;
  display: block;
  margin-right: 2px;
  margin-left: 2px;
}
div.titlebox {
	width: 90%;
	background-color: #000;
	border: 1px #4b4b4b solid;
	font-size: 20px;
	font-family: verdana;
	color: #fff;
	padding: 3px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 7px;
}
div.titlebox span {
	font-size: 10px;
	margin-top: 3px;
	display: block;
}
div#AlertBox {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}
div#AlertBoxMsg {
  position:absolute;
  top:200px;
  height:100px;
  padding:3px;
  background-color:#555;
  border: 1px solid #fff;
}
