/*----------------------------------------------------------------------------*\
/* TOPLISTA MEGJELENÉS - Készítette: SZ_ZOO                                   *\
/*----------------------------------------------------------------------------*\
/* Létrehozva: 2008. február 11.                                              *\
/* Módosítva: 2008. február 17.                                               *\
/*----------------------------------------------------------------------------*\

/* Globális módosítások*/
body{
  background-color: #990000;
}
form{margin: 0px; padding: 0px;}
table{
  font-family: Microsoft Sans Serif, Arial;
  font-size: 10pt;
  text-align: left;
}
a{ color: #000000; }
a:hover{ color: #760202; }
.input_text{
  width: 200px;
  border: 1px solid #663300;
}
.input_hidden{
  background-color: #eb7b2f;
  border: 1px solid #e46e1e;
  width: 200px;
}
.textarea_hidden{
  background-color: #eb7b2f;
  border: 1px solid #e46e1e;
  width: 370px;
  height: 100px;
}

/* Globális keret-elemek */
.top_decoration{
  background-image: url('top_decoration.png');
  background-position: center top;
  background-repeat: no-repeat;
}
.bottom_border{
  height: 10px;
  background-image: url('bottom_border.png');
  width: 726px;
}

/* Logó rész */
#logo_table{
  background-color: #eb7b2f;
  width: 726px;
  vertical-align: top;
}

/* Felső menü */
.main_menu{
  border: 1px solid #eb7b2f;
}

.main_menu_visit{
  background-color: #b95614;
  border: 1px solid #b95614;
}

.main_menu:hover, .main_menu_visit:hover{
  background-color: #e94c2d;
  border: 1px solid red;
  cursor: pointer;
}

.main_menu a, .main_menu_visit a{
  font-family: Arial Black;
  font-size: 9pt;
  color: #663300;
  text-decoration: none;
}

/* Ablak test */
#page_table{
  background-color: #eb7b2f;
  width: 726px;
  vertical-align: top;
  padding: 10px;
}
.page_title{
  font-family: Microsoft Sans Serif, Arial;
  font-size: 14pt;
  color: #663300;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Oldal dobozok */
.mini_box{
  border:1px dashed #663300;
}
.mini_box_title{
  font-family: Arial Black;
  font-size: 10pt;
  text-align: left;
  border-bottom:1px dashed #663300;
  background-color: #663300;
  color: #eb7b2f;
}
.mini_box_button{
  color: #663300;
  padding-left: 10px;
  padding-right: 10px;
}
.mini_box_button:hover{
  background-color: #c99747;
  cursor: pointer;
}

/* Doboz alatti opciók */
.newpage a{
  font-family: Microsoft Sans Serif,Arial;
  font-size: 10pt;
  color: #663300;
  text-decoration: none;
}

/* Html kód kijelése */
.code{
  font-family: Courier New, Arial;
  font-size: 8pt;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

/* Üzenetek */
.message_error{
  background-color: #ff5113;
  border: 1px solid red;
  color: white;
  text-align: center;
}
.message_ok{
  background-color: #7fff7f;
  border: 1px solid #00ff00;
  color: green;
  text-align: center;
}
.message_normal{
  background-color: #fd9955;
  border: 1px solid #d66418;
  color: #000000;
  text-align: center;
}

/* Index rámutatásra lapozható menü */
.option_active{
  border-left: 1px solid #d66418;
  border-right: 1px solid #d66418;
  border-top: 1px solid #d66418;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fd9955;
  font-size: 8pt;
  text-align: left;
}
.option{
  border: 1px solid #fd9955;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #d66418;
  font-size: 8pt;
  text-align: left;
}
.option_top{
  border-bottom: 1px solid #d66418;
  width: 100%;
}
.option_table{
  border-left: 1px solid #d66418;
  border-right: 1px solid #d66418;
  border-bottom: 1px solid #d66418;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fd9955;
  text-align: center;
  font-family: Courier New, Arial;
  font-size: 8pt;
  height: 20px;
}
.option_input{
  background-color: #fd9955;
  border: 1px solid #fd9955;
  width: 200px;
  text-align: center;
  font-size: 8pt;
}

/* Toplista elemek */
.toplist_item{
  border: 1px dashed #d66418;
  padding: 5px;
  background-color: #fd9955;
  text-align: center;
  font-family: Microsoft Sans Serif, Arial;
  font-size: 8pt;
  height: 20px;
  width: 100%;
}
.toplist_item:hover{
  border: 1px dashed #e18141;
  background-color: #ff8e41;
  text-align: center;
  font-size: 8pt;
  height: 20px;
  cursor: pointer;
}
.toplist_title{
  font-family: Courier New, Arial;
  font-weight: bold;
  font-size: 13pt;
}
.toplist_banner{
  border: 1px solid #d66418;
}
.toplist_display{
  border-left: 1px solid #d66418;
  border-right: 1px solid #eb7b2f;
  border-top: 1px solid #eb7b2f;
  border-bottom: 1px solid #eb7b2f;
  background-color: #d66418;
  padding: 4px;
  text-align: left;
  font-family: Microsoft Sans Serif, Arial;
  font-weight: bold;
  font-size: 7px;
}
.toplist_display_admin{
  border-left: 1px solid #9a0506;
  border-right: 1px solid #eb7b2f;
  border-top: 1px solid #eb7b2f;
  border-bottom: 1px solid #eb7b2f;
  background-color: #9a0506;
  padding: 4px;
  font-size: 7px;
  text-align: left;
  font-family: Microsoft Sans Serif, Arial;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.toplist_place{
  font-size: 20px;
  font-family: Microsoft Sans Serif, Arial;
  font-weight: bold;
  vertical-align: middle;
  background-image: url('toplist_border_left.gif');
  background-repeat: repeat-y;
  background-position: right;
  padding-right: 30px;
  text-align: right;
}
.toplist_text{
  background-image: url('toplist_page_texts.gif');
  background-repeat: no-repeat;
  padding-left:50px;
  padding-right:10px;
  min-height: 40px;
  border: 1px dashed #d66418;
  color: #990000;
  font-size: 11px;
  font-family: Microsoft Sans Serif, Arial;
  text-align: left;
}
.toplist_normaltext{
  padding-left:10px;
  padding-right:10px;
  border: 1px dashed #d66418;
  color: #a3480c;
  font-size: 10px;
  font-family: Microsoft Sans Serif, Arial;
  text-align: left;
}

/* Hirdető doboz */
.toplist_advent{
  border: 1px dashed #d66418;
  padding: 5px;
  background-color: #eb7b2f;
  text-align: center;
  font-family: Microsoft Sans Serif, Arial;
  font-size: 8pt;
  height: 20px;
  width: 100%;
}
.toplist_advent:hover{
  border: 1px solid #e18141;
  background-color: #ff8e41;
  text-align: center;
  font-size: 8pt;
  height: 20px;
  cursor: pointer;
}

/* Toplista keret */
.toplist_border_top{
  border-top: 1px solid #b95614;
}
.toplist_border_top_left{
  border-top: 1px solid #b95614;
  border-left: 1px solid #b95614;
}
.toplist_border_top_right{
  border-top: 1px solid #b95614;
  border-right: 1px solid #b95614;
}
.toplist_border_bottom{
  border-bottom: 1px solid #b95614;
}
.toplist_border_bottom_left{
  border-bottom: 1px solid #b95614;
  border-left: 1px solid #b95614;
}
.toplist_border_bottom_right{
  border-bottom: 1px solid #b95614;
  border-right: 1px solid #b95614;
}
.toplist_border_right{
  background-image: url('toplist_border_right.gif');
  background-repeat: repeat-y;
}
.toplist_bottom_decoration{
  background-image: url('toplist_bottom_pic.gif');
  background-repeat: no-repeat;
  background-position: center top;
}

/* Oldal lapozó */
.page_changer{
  background-color: #b95614;
  border-top: 1px solid #b95614;
  border-left: 1px solid #b95614;
  border-right: 1px solid #b95614;
  padding-left: 2px;
  padding-right: 2px;
}
.page_changer a{
  text-decoration: none;
}
.active_page{
  background-color: #fd9955;
  border-top: 1px solid #b95614;
  border-left: 1px solid #b95614;
  border-right: 1px solid #b95614;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}
.page_changer_bottom{
  background-color: #b95614;
  border-bottom: 1px solid #b95614;
  border-left: 1px solid #b95614;
  border-right: 1px solid #b95614;
  padding-left: 2px;
  padding-right: 2px;
}
.page_changer_bottom a{
  text-decoration: none;
}
.active_page_bottom{
  background-color: #fd9955;
  border-bottom: 1px solid #b95614;
  border-left: 1px solid #b95614;
  border-right: 1px solid #b95614;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
}
