

.dialog {
    min-width:20em;
    max-width:1194px;
    /* IE hack */
    width:expression(document.body.clientWidth > 1164 ? "1194px" : "auto");
}

.dialog .hd .c {
    font-size:1px; /* ensure minimum height */
    height:10px;
}

.dialog .ft .c {
    font-size:1px; /* ensure minimum height */
    height:18px;
}
       
.dialog .hd {
    background:transparent url(/images/design/tl.png) no-repeat 0px 0px;
    _background-image:url(/images/design/tl.gif);
    margin-right:18px; /* space for right corner */
    position: relative;
    top: 7px;
}

.dialog .hd .c {
    background:transparent url(/images/design/tr.png) no-repeat right 0px;
    _background-image:url(/images/design/tr.gif);
    margin-right:-18px; /* pull right corner back over "empty" space (from above margin) */
}
  
.dialog .bd {
    background:transparent url(/images/design/ml.png) repeat-y 0px 0px;
    _background-image:url(/images/design/ml.gif);
    margin-right:18px;
}
    
.dialog .bd .c {
    background:transparent url(/images/design/mr.png) repeat-y right 0px;
    _background-image:url(/images/design/mr.gif);
    margin-right:-18px;
}

.dialog .bd .c .s {
    margin: 0px 18px 0px 4px;
    padding: 0.5em;
    padding-top: 0px;
    margin-top: 0px;
}
   
.dialog .ft {
    background:transparent url(/images/design/bl.png) no-repeat 0px 0px;
    _background-image:url(/images/design/bl.gif);
    margin-right:18px;
}
     
.dialog .ft .c {
    background:transparent url(/images/design/br.png) no-repeat right 0px;
    _background-image:url(/images/design/br.gif);
    margin-right:-18px;
}

.bannerhd {
    background:transparent url(/images/design/header.png) no-repeat 0px 0px;
    height: 160px;
    margin-left: 3px;
    margin-right: 10px;
}

.bannerhdhu {
    background:transparent url(/images/design/header10years.hu.png) no-repeat 0px 0px;
    height: 160px;
    margin-left: 3px;
    margin-right: 10px;
}

.bannerhden {
    background:transparent url(/images/design/header10years.en.png) no-repeat 0px 0px;
    height: 160px;
    margin-left: 3px;
    margin-right: 10px;
}



/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog2 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:980px; /* based on image dimensions - not quite consistent with drip styles yet */
 width:expression(document.body.clientWidth > 980? "980px": "auto" );
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog2 .content,
.dialog2 .t,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url(/images/design/dialog2_1000x850.png) no-repeat top right;
 _background-image:url(/images/design/dialog2_1000x850.gif);
}

.dialog2 .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
 min-height: 170px;
 height: auto !important; /*Min-Height Fast Hack*/
 height: 170px;
}

.dialog2 .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog2 .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog2 .b,
.dialog2 .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog2 .b {
 background-position:bottom right;
}

.dialog2 .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog2 .hd,
.dialog2 .bd,
.dialog2 .ft {
 position:relative;
}

.dialog2 .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog2 h1,
.dialog2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog2 h1 {
 padding-bottom:0px;
}


/* CSS for http://Avonlea.hu */

/*div,p,span {border: 1px dotted gray; padding: 0em;}*/

/* --------------- common styles -------------- */
img { 
    border: 0; 
}

.adbanner img { 
    background: url(/images/loading.gif) no-repeat 50% 50%; 
}

.adbanner a:link, 
.adbanner a:visited{
    border-width: 0px 0px 0px 0px; 
}

.adbanner a:hover, 
.adbanner a:active { 
    background-color: #f4f4f4; 
}
                    
img.left { 
    float: left; 
    padding-right: 10px; 
    padding-bottom: 5px; 
    margin-bottom: 0px; 
    padding-top: 10px; 
    margin-top: 0px; 
}

img.right { 
    float: right; 
    padding-left: 10px; 
    padding-bottom: 5px; 
    margin-bottom: 0px; 
    padding-top: 10px; 
    margin-top: 0px; 
}

img.notop { 
    padding-top: 5px !important; 
}

img.middle { 
    vertical-align: middle; 
}

img.bottom { 
    vertical-align: text-bottom; 
}

div.right { 
    float: right; 
}

p { 
    margin-top: 1em; 
}

h1 { 
    font-size: 1.3em; 
    margin: 0.2em 0; 
    text-align: left; 
}

h2 { 
    font-size: 1.17em; 
    margin: 1em 0; 
    text-align: left; 
}

h3 { 
    margin: 1.33em 0; 
    text-align: left; 
}

small, sub, sup,
.small { 
    font-size: .83em 
}

blockquote { 
    font-style: italic; 
}

/* Specify pairs of quotes for two levels in two languages */
q:lang(en)          { quotes: '"' '"' "'" "'"  }
q:lang(hu)          { quotes: '\201E' "\201D" "'" "'" }

/* Insert quotes before and after Q element content */
q:before            { content: open-quote; }
q:after             { content: close-quote; }

.clear { 
    clear: both; 
}

.underline {
    text-decoration: underline; 
}

.strike { 
    text-decoration:line-through; 
}

td.right            { text-align: right; }
td.left             { text-align: left; }

.center { 
    text-align: center; 
}

.topPadding { 
    padding-top: 1em; 
}

.overflow {
    overflow: auto;
}

div.red { 
    color: red; 
}

ul.none li { 
    list-style-type: none; 
}

/* --------------- end common styles -------------- */

/* --------------- avonlea styles -------------------*/
body { 
    font-family: Arial, Helvetica, Sans-serif; 
    background-color: #fff;
    color: #000; 
    margin: 5px; 
    margin-top: 0px;
    padding-top: 0px; 
    padding-left: 0px; 
}

/* IE kicks ass... max-width hack by http://www.svendtofte.com/code/max_width_in_ie/ */
div#main { 
    background-color: #f4f4f4;
    min-height: 360px; 
    height: auto !important;
    height: 360px;  
    text-align: justify; 
    padding-left: 160px;
    margin-left: 0px;
    margin-top: 0px; 
    padding-top: 0px;
    line-height: 1.33; 
}

.div10years {
    padding: 10px !important;
}

body.makeamatch { 
    background-image: url(/images/makeamatch/hatter.jpg); 
}

a:link { 
    color: #4460ff; 
    text-decoration: none; 
    border-width: 0px 0px 1px 0px; 
    border-style: solid; 
    border-color: #c9c9c9; 
}

a:visited { 
    color: #4460ff; 
    text-decoration: none; 
    border-width: 0px 0px 1px 0px; 
    border-style: solid; 
    border-color: #c9c9c9; 
}

a:active { 
    color: #00a802; 
    border-width: 1px 0px 1px 0px; 
    border-style: solid; 
    border-color: #c9c9c9;
    background-color: #e2e2e2; 
}

a:hover { 
    color: #00a802; 
    border-width: 1px 0px 1px 0px; 
    border-style: solid; 
    border-color: #c9c9c9;
    background-color: #e2e2e2; 
}

.nobg a:link, 
.nobg a:visited,
a:link.nobg, 
a:visited.nobg { 
    border-width: 0px 0px 0px 0px; 
}

.nobg a:hover, 
.nobg a:active,
a:hover.nobg, 
a:active.nobg { 
    background-color: #f4f4f4; 
}

#formSearch {
    float: right;
    position: relative;
    top: 125px;
    right: 7px;
}

#formSearch input {
    border: none;
    width: 160px;
    background:  url(/images/design/roundedinput2.gif) no-repeat left top;
    padding: 6px;
}

#loginLink {
    float: left;
    position: relative;
    top: 137px;
    left: 30px;
    color: #fff;
    font-weight: bold;
}

#loginLink a:link,
#loginLink a:visited,
#loginLink a:hover,
#loginLink a:active{
    border-width: 0px 0px 0px 0px; 
    background: none; 
    color: #fff;
}

#loginLink a:hover {
    color: #ececec;
}

.zoldorom { 
    color: #1c9c11; 
}

.xmas { 
    color: #c01637; 
}

.kiemel { 
    font-weight: bold; 
}

.rsskiemel { 
    font-style: italic; 
    background-color: #e2e2e2; 
    padding: 10px; 
}

.datum { 
    color: #e7670e; 
}

.error, .warning, 
.ujdonsag, .warning a { 
    color: red; 
    font-weight: bold;
}


ul#news { 
    padding-left: 0em; 
    margin-left: 0em; 
}

ul#news li { 
    list-style-type: none; 
    padding-bottom: 1em; 
}

ul#news h1 { 
    font-size: 1.17em;
}

div#news h1 { 
    font-size: 90%; 
    padding: 0px; 
    margin: 0px; 
}

div#news li { 
    list-style-type: square; 
    text-align: left; 
    font-size: 90%; 
}

div#news .latest { 
    font-weight: bold; 
}

ul.forceul li { 
    list-style-type: square !important; 
    padding-bottom: 0.5em; 
}

ul.menuindex { 
    padding-top: 1em; 
    margin-top:0px; 
    margin-left: 0px; 
    padding-left: 1.5em;
}

#loginReg { 
    width: 500px;
    margin-left: auto; 
    margin-right: auto;
}

/* for index.rta */
#openingPage { 
    width: 595px; 
    margin-top: 40px; 
    margin-left:auto; 
    margin-right:auto;
}

/*#openingPage        { width: 540px; margin-top: 40px; margin-left:auto; margin-right:auto;}*/

#openingPage img { 
    border: solid 1px black;
}

#zsoltws { 
    font-size: 0.7em; 
    float: right; 
    z-index:3; 
    padding:0px; 
    margin-top: 0.3em; 
    position: relative;
}

#loginText { 
    width: 200px; 
    text-align: center; 
    padding:0px; 
    margin: 0px; 
    position: relative;
    left: 197px;
    z-index:2;
}

/*#loginText          { width: 300px; text-align: center; padding:0px; margin: 0px; position: relative; left: 120px; z-index:2;}*/

/* hogy a szÃ¡mozÃ¡s is formÃ¡zva legyen */
ol.slipup li { 
    font-size: 1.17em; 
    font-weight: bold;
}

ol.slipup li h2  { 
    font-size: 1em; 
}

ol.slipup li p { 
    font-size: 0.85em; 
    font-weight: normal;
    margin-bottom: 0px; 
    margin-top: 0px; 
    padding-bottom: 0.5em; 
    padding-top: 0.5em; 
    clear: left; 
    padding-top: expression("0px"); 
    margin-top: expression("0.5em");
}

ol.slipup li img { 
    margin-bottom: 0px; 
    margin-top: 0px; 
    padding-bottom: 10px; 
    padding-top: 0px; 
    padding-right: 10px;
}

ol.slipup li a:link,
ol.slipup li a:visited,
ol.slipup li a:hover,
ol.slipup li a:active  { 
    background-color: #f4f4f4; 
    border-width: 0px 0px 0px 0px; 
}

ol.slipup p a:link,
ol.slipup p a:visited  { 
    color: #4460ff; 
    text-decoration: none; 
    border-width: 0px 0px 1px 0px; 
    border-style: solid; 
    border-color: #c9c9c9; 
}

ol.slipup p a:active, 
ol.slipup p a:hover { 
    color: #00a802; 
    border-width: 1px 0px 1px 0px; 
    border-style: solid; 
    border-color: #c9c9c9;
    background-color: #e2e2e2; 
}

#flags { 
    text-align: center; 
}

#flags img { 
    vertical-align: middle; 
}

#flags table {
    width: 750;
}

#flags table td { 
    width: 33%; 
    text-align: left; 
}

#CB_All #bottomNav a { 
    background-color: #fff; 
}

#CB_All a { 
    border-width: 0px 0px 0px 0px; 
}

.clearbox { 
    text-align: left;
}

.clearbox img { 
    padding-right: 5px; 
    padding-bottom: 5px;
}

.clearbox a:link, 
.clearbox a:visited, 
.clearbox a:hover, 
.clearbox a:active, 
.CB_TextNav a:link, 
.CB_TextNav a:visited, 
.CB_TextNav a:hover, 
.CB_TextNav a:active { 
    background-color: #f4f4f4; 
    border-width: 0px 0px 0px 0px; 
}

ul.episodes { 
    padding-left: 2em;
    overflow: auto;
}

ul.episodes li { 
    list-style-type: square; 
}

img.episodes { 
    float: right; 
    padding-left: 10px; 
}

ul.episode { 
    padding-left: 1em; 
}

li.sorozat { 
    padding-bottom: 1em; 
}

#episodesNext, 
#episodesBack { 
    text-align: center; 
    padding-bottom: 0.6em; 
}

ul.videoclips { 
    padding-left: 2em; 
}

ul.videoclips li { 
    list-style-type: square; 
}

li#disney,li#opening { 
    padding-bottom: 1em; 
}

li.videoclip13th { 
    padding-bottom: 1em; 
}

div.episodeimages, 
div.videoclips {
    overflow: auto;
}

div.episodeimages img, 
div.videoclips img {
    padding: 5px; 
    padding-top: 0px; 
}

div.videoclip { 
    width: 170px; 
    text-align: center; 
    float: left; 
    padding-bottom: 1em; 
    padding-right: 5px; 
}

ul.flvclips {
    position: absolute;
    left: 620px;
    top: 210px;
    padding: 0px;
    margin: 0px;
}

ul.disneyclips {
    top: 310px;
}

ol.sounds { 
    clear: left; 
}

span.sound { 
    position: absolute; 
    left: 30em; 
}

.audioCD { 
    position: absolute; 
    left: 30em; 
    padding: 10px; 
    clear: both; 
}

h1.szinkron { 
    color: #993333; 
}

p.szinkron { 
    font-style: italic; 
    font-weight: bold; 
}

p.interview { 
    font-style: italic; 
    font-weight: bold; 
}

.interview dt {
    font-weight: bold;
    padding: 10px;
}

.interview dd p {
    padding-top: 0;
    margin-top: 0;
}

.wallpaper img { 
    float: left; 
    padding-right: 10px; 
}

p.wallpaper { 
    clear: left; 
    margin-bottom: 0px; 
    margin-top: 0px; 
    padding-bottom: 0.5em; 
    padding-top: 0.5em; 
    padding-top: expression("0px"); 
    margin-top: expression("0.5em"); 
    overflow: auto;
}

div.postcardPicList { 
    margin-left: 5px; 
    overflow: auto;
    height: 1060px;
}

div.postcardNext { 
    text-align: center; 
    padding-top: 0em; 
    clear: both; 
}

.postcardPic { 
    padding-right: 5px; 
    padding-bottom: 5px; 
    height: 100px;
}

.pcInput { 
    width: 20em; 
}

#addressingPostcard {
    margin-top: 10px;
} 

#addressingPostcard .buttons,
#previewPostcard .buttons { 
    padding-left: 390px;
}

#addressingPostcard #notify { 
    margin-left: 13.6em;
}

.postcardMessage p { 
    text-align: left; 
}

#previewPostcard {
    overflow: auto;
}

.zoomable img { 
    z-index:0; 
}

blockquote.quotes { 
    margin-bottom: 2em; 
}

dl.episodes { 
    margin-left: 0px; 
}

dl.episodes dt { 
    font-size: 1.17em; 
    margin-left: 5px; 
}

dl.episodes dd { 
    padding-bottom: 1em; 
    margin-left: 30px; 
}

/* ul.mypage           { list-style-type: none; padding-left: 1em; } */

.myphoto {
    height: 300px;
}

/* li#otherProps       { padding-bottom: 1em; } */
/* li#newsletter       { padding-top: 1em; } */

/* #paramsMod          { margin-left: 4em; } */

#makematch { width: 600px; margin-left: auto; margin-right: auto; padding-top: 0em; margin-top: 0;}
#makematch table { text-align: center; }

table.makeamatch { 
    width: 600px; 
    background-color: #afafaf; 
    margin-left: 2em; 
}

table.makeamatch th { 
    background-color: #d2d2d2; 
    text-align: center; 
}

table.makeamatch td { 
    background-color: #e7e7e7; 
    text-align: center; 
}

img.makeamatch { 
    float: left; 
}

#ebayBox { 
    text-align: center; 
    min-width: 300px; 
}

#ebayBox div { 
    width: 300px; 
    margin-left: auto; 
    margin-right: auto; 
}

#amazonBox { 
    text-align: center; 
    min-width: 300px; 
    line-height: 1.8em;
}

#amazonBox div { 
    width: 300px; 
    margin-left: 
    auto; margin-right: auto;
} 

#amazonBox a:link, 
#amazonBox a:visited {
    border-width: 0px 0px 0px 0px; 
}

#amazonBox a:hover, 
#amazonBox a:active { 
    background-color: #f4f4f4; 
}

#amazonBox img { 
    padding-top: 0.5em; 
}

#amazonBox input { 
    vertical-align: middle; 
}

#amazonBox select { 
    margin-top: 0.5em; 
}

ul.boutique { 
    list-style-type: none; 
    padding-left: 1em; 
    margin-left: 0em; 
    margin-top: 0em; 
    padding-top: 0em; 
    overflow: auto;
}

ul.boutique li img  { 
    float: left; 
    margin-bottom: 0px; 
    margin-top: 0px; 
    padding-bottom: 2em; 
    padding-top: 0px; 
    margin-right: 10px;
}

ul.boutique li { 
    clear: left; 
}

ul.boutique li li { 
    clear: none; 
    margin-left: 20px; 
}

ul.boutique li ul { 
    margin-bottom: 10px;
}

ul.boutique h2 { 
    margin-top: 0em; padding-top: 1em; 
}

ul#aogdvd { 
    list-style: square;
    margin-left: 180px;
}

#boutiqueOrder { 
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.boutiqueSokGomb .buttons { 
    padding-left: 4em;
}

#boutiqueOrder2 { 
    width: 800px; 
}

#boutiqueOrder2 label{ 
    width: 18em;
}

#boutiqueOrder2 fieldset.submit{ 
    padding-left: 20em;
}

#forumterms {
    overflow: auto;
    text-align: center;
}

#forumterms button{
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

p.fans { 
    clear: both; 
}

div.fans div { 
    height: 180px; 
    text-align: center; 
    float: left; 
    margin-bottom: 2em; 
    padding-right: 10px; 
}

#fileupload .text,
#fileupload .textarea { 
    width: 500px; 
}

.poll table { 
    margin-left: auto;
    margin-right: auto; 
    text-align: left;
    padding-top: 20px;
}

table.poll { 
    text-align: left; 
}

.dialog2 div.content {
    padding-top: 20px;
}

table.poll img { 
    vertical-align: middle; 
}

table.poll tr { 
    line-height: 1.2em; 
}

.poll p { 
    text-align: left; 
    width: 400px; 
    margin-left: auto; 
    margin-right: auto;
}

.poll p.center { 
    text-align: center;
}

.poll input { 
    border: none; 
}

.poll .buttonDefault { 
    border: solid 1px #95afc8; 
}

.poll .totalvotes {
    padding-top: 20px;
}

.h3poll {
    margin-top: 20px;
    margin-bottom: 5px;
}

dl.privacy dt { 
    font-weight: bold; 
    padding-top: 1em;
}

dl.privacy dt#elso { 
    padding-top: 0em;
}

dl.privacy dd { 
    padding-bottom: 0.3em;
}

img#version2 { 
    float: left; 
    padding-right: 10px; 
    padding-bottom: 10px; 
    margin-bottom: 0px; 
    padding-top: 0px; 
    margin-top: 0px; 
}

table.stat { 
    background-color: grey; 
    margin-left: 2em; 
}

table.stat th { 
    background-color: #9f9f9f; 
    text-align: center; 
}

table.stat td { 
    background-color: #d2d2d2; 
    text-align: center; 
}

table.stat td.desc { 
    text-align: left; 
}

div.stat #table1 { 
    float: left; 
}

div.stat #table2 { 
    float: left; 
}

h2.stat { 
    padding-top: 1em; 
    clear: both; 
}

table.stat a:link, 
table.stat a:visited,
table.stat a:active,
table.stat a:hover { 
    border-width: 0px 0px 0px 0px; 
}

table.stat a:active,
table.stat a:hover { 
    background-color: #9f9f9f; 
}

img.divx { 
    float: right; 
    padding-left: 5px; 
    padding-bottom: 5px; 
    margin-bottom: 0px; 
    padding-top: 5px; 
    margin-top: 0px; 
}

ul.compat { 
    width: 23em; 
    line-height: 1.6em; 
}

ul.compat img { 
    float: right; 
}

#profile { 
    padding: 1em; 
}

span.smiley img { 
    behavior: url("/js/pngbehavior.htc"); 
    vertical-align: middle; 
}

/* .wr a:visited,.wr a:link{ border-width: 0 0 0 0; } */
/* .wr                 { line-height: 0.8em; margin-top: 1.5em; margin-bottom: 2em; }*/

dl.characters dt { 
    font-size: 1.17em; 
    clear: both; 
}

dl.characters dd { 
    padding-bottom: 1em; 
}

dl.characters img { 
    float: left; 
    padding-right: 10px; 
    padding-bottom: 10px; 
    margin-bottom: 0px; 
}

dl.characters img.char2 { 
    float: right; 
    padding-right:0px; 
    padding-left: 10px; 
}

/* ul.thanks li        { list-style-type: square; } */
/* ul.versions li      { list-style-type: square; } */

.deadlink { 
    color: #c4508e; 
}

.avonleabanner { 
    line-height: 0.7em; 
    text-align:left; 
}

.nevnap {
    font-size: 90%; 
    font-style: italic; 
    text-align: left;
}

#intro { 
    background-color: black; 
    text-align: center; 
    color: white; 
    padding-top: 20px;
}

#intro a:link,
#intro a:visited,
#intro a:active,
#intro a:hover { 
    border-width: 0px 0px 0px 0px; 
    border-style: solid; 
}

#intro a:active,
#intro a:hover { 
    background-color: black; 
}

#flashcontent { 
    width: 720px; 
    margin: 0 auto; 
    text-align: left; 
}

/* A fake IE information bar */
/* 
#infobar { font: .9em normal "Verdana", "Geneva", sans-serif; } 
#infobar a:link, #infobar a:visited, #infobar a:active { display: block; position: fixed; behavior: url(/js/ie-fixed.htc); top:0; left:0; clear: both; width:expression(document.body.clientWidth-30); color: black; background: #ffffe6 url(/images/warning.gif) no-repeat fixed .3em .3em; padding: .3em .3em .3em 2em; border-bottom: .16em outset; text-decoration: none; }
#infobar a:hover { color: white; background-color: #08246a; }
*/

/* FF upgrade information bar */
/*
#ffbar { font: .9em normal "Verdana", "Geneva", sans-serif; display:none; } 
#ffbar a:link, #ffbar a:visited, #ffbar a:active { display: block; position: fixed; top:0; left:0; clear: both; width: 97%; color: black; background: #ffffe6 url(/images/warning.gif) no-repeat fixed .3em .3em; padding: .3em .3em .3em 2em; border-bottom: .16em outset; text-decoration: none; }
#ffbar a:hover { color: white; background-color: #08246a; }
*/

/* dl.email dt         { font-size: 1.17em; } */

/* --------------- end avonlea styles -------------------*/

body.rip {
    margin-top: 15px;
}

.rip { 
    background-color: black; 
    color: white;
}

.kaymontazs { 
    height: 400px; 
}

a.rip:link,
a.rip:visited,
a.rip:active,
a.rip:hover { 
    color: white; 
    border: 0; 
}

a.rip:link,
a.rip:visited { 
    text-decoration: underline;  
}

a.rip:active,
a.rip:hover { 
    background-color: black; 
}

#panorama img { 
    height: 200px; 
}

.blog { 
    font-style: italic; 
}

#serbia       { width: 68px; }

#bugreportdata { 
    display: none; 
}

#bugreport input { 
    width: 380px;
}

#bugreport input#code{ 
    width: 40px;
}

#bugreport textarea { 
    width: 500px;
}

/* .bhelp              { margin:10px; text-align: justify;} */

/* ul.vote             { list-style-type: none; padding: 0; margin: 0; margin-left: 2em; margin-bottom: 1em; } */
/* ul.vote li          { padding: 0; margin: 0; background-image: url(/images/li-point.gif);  background-repeat: no-repeat; background-position: 0px 7px; padding-left: 8px;} */
/* ul.vote input       { margin-right: 5px; margin-left: 0px; border:0px;} */

.pdfreader { 
    font-style: italic; 
    background-color: #e2e2e2; 
    padding: 10px; 
    width: 400px; 
    border: 1px solid black; 
    position: absolute;
    left: 37em;
}

.pdfreader a:hover, 
.pdfreader a:active  { 
    border-width: 0px 0px 1px 0px; 
}

.pdfreader { 
    margin-top:0;
}

/* .formField          { width: 300px; } */

#petitionForm { 
    margin-left: 30px; 
}

table#petition { 
    width: 780px; 
    background-color: grey; 
    margin-left: 2em;
}

table#petition th { 
    background-color: #9f9f9f; 
    text-align: center; 
}

table#petition td { 
    background-color: #d2d2d2; 
    text-align: center; 
}

table#petition tr.sor td { 
    background-color: #efefef; 
    text-align: center; 
}

table#petition th.pnr { 
    width: 30px; 
}

table#petition th.pcomment { 
    width: 150px; 
}

table#petition th.pdate { 
    width: 150px; 
}

#anneavonlea a { 
    color: #6C7F37 !important; 
    font-size: 75%;
}

table.rateit { 
    width: 780px; 
    background-color: #afafaf; 
    margin-left: 2em; 
}

table.rateit th { 
    background-color: #d2d2d2; 
    text-align: center; 
}

table.rateit td { 
    background-color: #e7e7e7; 
    text-align: center; 
}

table.rateit td.ep  { 
    text-align: left; 
}

.loginInput {
    width: 200px;
}

#openingLink {
    width: 430px;
    height: 80px;
    position: absolute;
    left: 280px;
    display: block;
    border-width: 0px 0px 0px 0px; 
}

a#openingLink:hover {
    background-color: transparent;
}

#a10yearsLink {
    width: 180px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 40px;
    display: block;
    border-width: 0px 0px 0px 0px; 
}

a#a10yearsLink:hover {
    background-color: transparent;
}

#kevinmo {
    float: left;
    position: relative;
    top: 120px;
    left: 180px;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

#kevinmo a:link,
#kevinmo a:visited,
#kevinmo a:hover,
#kevinmo a:active{
    border-width: 0px 0px 0px 0px; 
    background: none; 
    color: white;
}

#kevinmo a:hover {
    color: red;
}

#specialNewsLink {
    width: 650px;
    height: 40px;
    position: absolute;
    left: 260px;
    top: 130px;
    display: block;
    border-width: 0px 0px 0px 0px; 
    font-weight: bold;
    font-size: 23px;
    color: yellow;
}

#jackieLink {
    width: 550px;
    height: 40px;
    position: absolute;
    left: 350px;
    top: 130px;
    display: block;
    border-width: 0px 0px 0px 0px; 
    font-weight: bold;
    font-size: 30px;
    color: black;
}

a#specialNewsLink:hover {
    background-color: transparent;
}

a#jackieLink:hover {
    background-color: transparent;
}

#ripLinkMain {
    font-weight: bold;
    font-size: 30px;
    color: white;
}

a#ripLinkMain:hover {
    background-color: transparent;
}

.iwiwbutton {
    vertical-align: text-bottom;
}

div#iframeright { 
    float: right; 
    padding-left: 10px; 
    padding-bottom: 5px; 
    margin-bottom: 0px; 
    padding-top: 10px; 
    margin-top: 0px; 
}

label.error { float: none;}

#langflag {
    position: absolute;
    left: 12px;
    top: 148px;
}

a:link#langflag, 
a:visited#langflag { 
    border-width: 0px 0px 0px 0px; 
}


a:hover#langflag, 
a:active#langflag { 
    background-color: transparent; 
}

#sendmessage textarea,#sendmessage #subject  { width: 480px; }


/* Fieldset CSS for http://Avonlea.hu */

fieldset {  
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0.8em 0;
    padding: 0;
    border: 1px solid #BFBAB0;
    background-color: #ECECEC;
    background-image: url(/images/design/fieldset_gradient.jpg);
    background-repeat: repeat-x;
}

legend {  
    margin-left: 1em;
    padding: 0;
    color: #000;
    font-weight: bold;
}

fieldset ol {  
    padding: 0.25em 1em 0 1em;
    list-style: none;
}

fieldset li {  
    padding-bottom: 0.4em;
}

fieldset.submit {  
    float: none;
    width: auto;
    padding-left: 12em;
    padding-top: 0em;
    border-style: none;  
    background-color: transparent; 
    background-image: none;
}

fieldset.submit2 {  
    padding-left: 7em;
}

.altFieldset fieldset {  
    position: relative;
    margin: 0 0 -1em 0;
    padding: 0 0 1em 0;
    border-style: none;
    border-top: 1px solid #BFBAB0;
    background-color: #ECECEC;
    background-image: none;
}

.altFieldset legend {  
    margin-left: 0;
    color: #545351;
}

.altFieldset legend span {  
    position: absolute;  
    left: 0.74em;  
    top: 0;  
    margin-top: 0.5em;  
    font-size: 135%;
}

.altFieldset fieldset ol {  
    padding: 3.5em 1em 0 1em;
}

.altFieldset fieldset.submit {
    padding: 0;
    margin: 0;
    padding-left: 12em;
    padding-top: 1.5em;
    background-color: #f4f4f4;
}

label {  
    float: left;  
    width: 10em;  
    margin-right: 1em;  
    text-align: right;
}

.altFieldset label {
    display: block;
    float: none;
    text-align: left;
}

input.text,
input.password,
.textarea
{ 
    border: solid 1px #95afc8; 
}

input:focus {
    border: solid 1px #00a80c; 
}

textarea { 
    border: solid 1px #95afc8; 
}

textarea:focus { 
    border: solid 1px #00a80c; 
}

.buttonDefault, .buttonDefault:focus { 
    border-left: #ebebeb 2px solid; 
    border-right: #bcbcbc 2px solid; 
    border-top: #ffffff 2px solid; 
    border-bottom: #bcbcbc 2px solid; 
    padding-right: 3px; 
    padding-left: 4px; 
    background-color: #dfdfdf; 
    cursor: pointer; 
    cursor: hand; 
}

.buttonDefaultDown, .buttonDefaultDown:focus { 
    border-left: #a4a4a4 2px solid; 
    border-right: #ffffff 2px solid; 
    border-top: #a4a4a4 2px solid; 
    border-bottom: #ffffff 2px solid; 
    padding-right: 5px; 
    padding-left: 4px; 
    background-color: #d2d2d2; 
    cursor: pointer; 
    cursor: hand; 
}


/* Buttons CSS for http://Avonlea.hu */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #BFBFBF;
    border-top:1px solid #dfdfdf;
    border-left:1px solid #dfdfdf;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 90%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.buttons img {
    behavior: url("/js/pngbehavior.htc"); 
}


/* CSS for http://Avonlea.hu */

/* fórum */

/* a fórum felületén nem használunk csicsás linkeket*/
div.fTList a:link, div.fTList a:visited { border-width: 0 0 0 0; }
div.fCList a:link, div.fCList a:visited { border-width: 0 0 0 0; }

.fTNumber       { float: left; }
.fNewThread     { float: right; }
.fTFooter       { padding-top: 1em; }

div.fTList      { margin-top: 0.5em; }
div.fTList div  { text-align: center; }
/* threadlista fejlec */
.fTHeader       { width: 100%; height: 1.33em; background-color: #c9c9c9; font-weight: bold; }
.fTHeader span  { float: left; }
.fTHeaderName   { width: 43%; }
.fTHeaderMessage{ width: 10%; text-align: left; }
.fTHeaderLastcommenter  { width: 24%; text-align: left; }
.fTHeaderLastDate       { width: 22%; }
/* threadlista fejlec vege*/

/* threadlista */
.fTLine         { width: 100%; height: 1.33em; text-align: left !important; clear: both;}
div.fTLine:hover, div.fTLineHover{ background-color: #e2e2e2; }
div.fTLine      { behavior: url('/js/hover.htc'); }
.fTLine span    { float: left; }
.fTLineName     { width: 45%; }
.fTLineMessage  { width: 10%; }
.fTLineLastCommenter { width: 22%; }
.fTLineLastDate  { width: 23%; text-align: center; }

div.fTLine a:link, div.fTLine a:visited { border-width: 0 0 0 0; color: black; }
div.fTLine a:hover, div.fTLine a:active { border-width: 0 0 0 0; color: #00a802; }
/* threadlista vege */

#fCView         {margin: 1em; }

/* hozzászólás lista */
div.fCList      { margin-top: 0.5em; }
div.fCList div  { text-align: left; }
div.fCPagelink  { text-align: center !important; }

.smallArrow     { font-size: 50%; }
.fTTitle        { float: left; font-weight: bold; }
.fCNumber       { float: left; }
.fNewContribute { float: right; }
div.fTDesc      { padding-bottom: 0.8em; }
span.fTDesc     { font-size: 80%; }
.fCListHeader   { padding-bottom: 0.8em; }

.fCHeaderName   { float: left; }
.fCHeaderDate   { float: right; }
.fCHeader       { padding-left: 0.3em; padding-right: 0.3em; }
.fCBox          { padding-left: 0.3em; padding-right: 0.3em; }
.fCBox div      { padding-top: 0.3em; }
.fCBox img      { vertical-align: middle; }
.fCReplyTo      { font-size: 80%; }
.fCReply        { text-align: right !important; font-size: 80%; padding-top: 0em !important; padding-bottom: 0.3em; }

.fTTitle a:link, .fTTitle a:visited { border-width: 0 0 0 0; }
.fNewContribute a:link, .fNewContribute a:visited { border-width: 0 0 0 0; }
.threadInput    { width: 500px; }

#newContribute        { text-align: center; }
div.newContribute     { width: 700px; margin-left: auto; margin-right: auto; }
#newContribute div.fCBox { text-align: left; }
#newContribute textarea  { width: 680px; }
#newContribute input  { margin-top: 1em; }
#newContribute .fCHeader  { margin-top: 1em; }
a.smiley:link, a.smiley:visited { border-width: 0 0 0 0; background-color: #f4f4f4; }
a.smiley img          { behavior: url("/js/pngbehavior.htc"); vertical-align: middle; }
.fCList img           { behavior: url("/js/pngbehavior.htc"); vertical-align: top; }

.visitorInput   { width: 240px; }

.fNewContributeTitle a:link, .fNewContributeTitle a:visited { border-width: 0 0 0 0; background-color: #c9c9c9; }
.fNewContributeTitle { text-align: left; background-color: #c9c9c9; }
.fNewContributeText  { background-color: #e2e2e2; }
.fCModify { font-size: 80%; }

/* ----------------------- hozzászóláslista design ----------- */
/* sima hozzászólás */
.fC .fCHeader{ background-color: #c9c9c9; }
.fC .fCBox   { background-color: #e2e2e2; }
.fC a:link, .fC a:visited { border-width: 0 0 0 0;    background-color: #e2e2e2; }
.fC .fCHeader a:link, .fC .fCHeader a:visited { background-color: #c9c9c9; }
/* sima hozzászólás vége */

/* admin hozzaszolas */
.fAdmin .fCHeader { background-color: #aaaaaa; }
.fAdmin .fCBox    { background-color: #c1c1c1; }
.fAdmin a:link, .fAdmin a:visited { border-width: 0 0 0 0; background-color: #c1c1c1; }
.fAdmin .fCHeader a:link, .fAdmin .fCHeader a:visited { background-color: #aaaaaa; }
/* admin hosszaszolas vege */

/* moderator hozzaszolas */
.fModerator .fCHeader   { background-color: #aaaaaa; }
.fModerator .fCBox      { background-color: #c1c1c1; }
.fModerator a:hover, .fModerator a:active { border-width: 0 0 0 0; background-color: #c1c1c1; }
.fModerator .fCHeader a:hover, .fModerator .fCHeader a:active { background-color: #c1c1c1; }
/* moderator hosszaszolas vege */

/* moderalt hozzászólás adminnak*/
.fModerated .fCHeader  { background-color: #c9c9c9; }
.fModerated .fCBox     { background-color: #e2e2e2; }
.fModerated a:hover, .fModerator a:active { border-width: 0 0 0 0; background-color: #e2e2e2; }
.fModerated .fCHeader a:hover, .fModerator .fCHeader a:active { background-color: #c9c9c9; }
/* moderalt hozzászólás vége*/

/* moderalt hozzászólás adminnak*/
.fAdminModerated .fCHeader  { background-color: red; }
.fAdminModerated .fCBox     { background-color: red; }
.fAdminModerated a:hover, .fModerator a:active { border-width: 0 0 0 0; background-color: red; }
.fAdminModerated .fCHeader a:hover, .fModerator .fCHeader a:active { background-color: red; }
/* moderalt hozzászólás adminnak vége*/
/* ----------------------- hozzászóláslista design vége ----------- */

/* birthday hozzászólás */
.birthdayfC .fCHeader{ background-color: #c9c9c9; }
.birthdayfC .fCBox   { background-color: #ff3366; }
.birthdayfC a:link, .birthdayfC a:visited { border-width: 0 0 0 0; background-color: #ff3366; }
.birthdayfC .fCHeader a:link, .birthdayfC .fCHeader a:visited { background-color: #c9c9c9; }
/* birthday hozzászólás vége */

.newContribute .buttons {
    padding-left: 23px;
}

.newContribute .buttons a {
    line-height:100%;
}

.newContribute button{
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.newThread button{
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.newThread { 
    width: 750px; 
    margin-left: auto; 
    margin-right: auto; 
}


#CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_LoadingImage, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Next, #CB_Prev:hover, #CB_Next:hover, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar, #CB_Email {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px;
}

#CB_iFrCont {
	position: absolute;
	width: 0px;
	height: 0px;
}

#CB_HiddenText {
	position: absolute;
	visibility: hidden;
	z-index: -1000;
	top: -100px;
	left: -1000px;
}

.CB_Sep {
	color: #bbb;
}

.CB_TnThumbs {
	width: 0px;
	height: 0px;
	border: 0px;
	outline-style: none;
	outline: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

.CB_BtmNav {
	position: relative;
	top: 4px;
	border: 0;
	padding: 0px 0px 0px 3px;
}

#CB_ImgHide {
	position: absolute;
	visibility: hidden;
	z-index: 1098;
	left: 0px;
}

#CB_ShowTh {
	width: 100%;
	height: 20%;
	visibility: hidden;
	position: absolute;
	z-index: 1097;
	bottom: 0px;
	left: 0px;
}

#CB_Thumbs {
	display: none;
	height: 62px;
	padding-top: 10px;
	position: absolute;
	z-index: 1100;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
}

#CB_Thumbs2 {
	margin: auto 0;
	height: 52px;
	position: absolute;
}

.CB_ThumbsImg {
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
}

.CB_RoundPixBugFix {
	display: block;
	visibility: hidden;
	font-family: arial;
	font-size: 1pt;
}

#CB_ImgContainer {
	position: relative;
	width: 100%;
}

#CB_PrevNext {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1002;
}

#CB_NavPrev, #CB_NavNext {
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	top: 47%;
	cursor: pointer;
}

#CB_NavPrev {
	left: 18px;
}

#CB_NavNext {
	right: 15px;
}

#CB_ContentHide {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#CB_LoadingImage {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	visibility: hidden;
}

#CB_Text {
	position: relative;
	text-align: left;
	overflow: hidden;
}

#CB_T1 {
	height: 14px;
	white-space: nowrap;
	position: relative;
}

#CB_T2 {
	margin-top: -1px;
}

#CB_TL {
	position: relative;
	background-color: #fff;
	display: none;
}

#CB_Window {
	left:50%;
	position:absolute;
	top:50%;
	visibility:hidden;
	z-index: 1100;
	border-collapse: separate;
}

#CB_Image {
	position: relative;
}

#CB_iFrame {
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 1003;
}

#CB_TopLeft {
	background-image:url(/images/clearbox/s_topleft.png);
	background-position:right bottom;
}

#CB_Top {
	background-image:url(/images/clearbox/s_top.png);
	background-position:left bottom;
}

#CB_TopRight {
	background-image:url(/images/clearbox/s_topright.png);
	background-position:left bottom;
}

#CB_Left {
	background-image:url(/images/clearbox/s_left.png);
	background-position:right top;
}

#CB_Content {
	background-color: #fff;
}

#CB_Right {
	background-image:url(/images/clearbox/s_right.png);
	background-position:left top;
}

#CB_BtmLeft {
	background-image:url(/images/clearbox/s_btmleft.png);
	background-position:right top;
}

#CB_Btm {
	background-image:url(/images/clearbox/s_btm.png);
	background-position:left top;
}

#CB_BtmRight {
	background-image:url(/images/clearbox/s_btmright.png);
	background-position:left top;
}

#CB_Prev, #CB_Next {
	background: transparent url(/images/clearbox/blank.gif) no-repeat scroll 0%;
	display: block;	
	width: 49%;
	cursor: pointer;
	outline-style: none;
	outline: 0px;
	z-index: 1102;
}

.CB_TextNav {
	text-decoration: underline;
	padding-right: 5px;
	color: #999;
	outline-style: none;
	outline: 0px;
	cursor: pointer;
	border: none;
}

.CB_TextNav:hover {
	text-decoration: underline;
	color: #555;
	border: none;
}

#CB_Prev {
	float: left;
	left: 0px;
}

#CB_Next {
	float: right;
	left: 0px;
}

#CB_Prev:hover {
background:transparent;
}

#CB_Next:hover {
background:transparent;
}

#CB_CloseWindow {
	position: absolute;
	right: -14px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}

#CB_SlideShowS, #CB_SlideShowP {
	position: absolute;
	left: -11px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}

#CB_SlideShowBar {
	background-color: #fff;
	width: 0px;
	position: absolute;
	height: 2px;
	display: none;
	z-index: 1102;
}

#CB_Email {
	position: absolute;
	right: 15px;
}                              

.CB_TextNav:hover {
    background-color: #f4f4f4;
}


/*  styles for the unit rater     */
.ratingblock {
	width: 50%;
	display:block;
	padding-bottom:8px;
	margin-bottom:15px;
}

.loading {
	height: 30px;
	background: url('/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
    text-indent: -90000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
    background: url('/images/starrating.gif') left center; 
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px; background-color: red !important;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('/images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.ratingblock .thanks {color:#36AA3D;}

.ratingblock {
    width: 270px;
    height: 80px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 10px;
    margin-top: 10px;
}

.rmsg {
    width: 50px;
    height: 20px;
    margin-left: 160px;
    margin-top: -25px;
    font-size: 0.9em;
}


/* -------------- udm kiegeszites ------------------------*/
/* you are here */
/* [nav] default you are here will be same as rollover unless otherwise specified */
#udm a.udmY, #udm a.udmY:visited {  background-color:#dadada; border-color: #919191 #f7f7f7 #f7f7f7 #919191; }

/* [nav] re-inforce original rollover or do something else */
#udm a.udmY:hover, #udm a.udmY:focus, #udm a.udmY:visited:hover, #udm a.udmY.udmR, #udm a.udmY.udmR:visited, #udm a.udmY:active { background-color: #e7e7e7; border-color: #f7f7f7 #919191 #919191 #f7f7f7; }

/* [menu] default you are here will be same as rollover or inherit from navbar styles unless otherwise specified */
#udm ul a.udmY, #udm ul a.udmY:visited { background-color:#dadada; }

/* [menu] re-inforce original rollover or do something else */
#udm ul a.udmY:hover, #udm ul a.udmY:focus, #udm ul a.udmY:visited:hover, #udm ul a.udmY.udmR, #udm ul a.udmY.udmR:visited, #udm ul a.udmY:active { background-color:#e7e7e7;  }

/* active styles */
#udm a.active    { background-color:#dadada; border-color: #919191 #f7f7f7 #f7f7f7 #919191; text-indent: 1px; }
#udm ul a.active { background-color:#dadada; border-color: #919191 #f7f7f7 #f7f7f7 #919191; text-indent: 1px; }

/* menu dividers */
.udm li.dividerBelow { margin-bottom:2px !important; padding-bottom:2px; border-bottom:2px solid #c1c1c1; }

.udm li.dividerAbove { margin-top:2px !important; padding-top:2px; border-top:2px solid #c1c1c1; }

/* necessary help layer styles */
#udmKeyHelp {

    /* z-index should be (um.orientation[6] + 21000) */ 
    z-index:22000;

    position:absolute;
    height:auto;
    left:0;
    top:0;
}

/* customisable help layer styles */
#udmKeyHelp {
    width:16em;
    margin-left:0.7em;
    margin-top:-0.1em;
    padding:0.5em 0.8em;
    border-width:1px;
    border-style:solid;
    border-color:#f7f7f7 #919191 #919191 #f7f7f7;
    color:#00a802;
    background-color:#e2e2e2;
    font-family:verdana,sans-serif;
    font-size:70%;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbddbb,direction=135,strength=2);
}

/* customisable key button styles */
#udm kbd {
    font-weight:normal;
    font-family:verdana,arial,sans-serif;
    font-size:80%;
    letter-spacing:0.01em;
    position:absolute;
    right:6px;
    top:3px;
    border-width:1px;
    border-style:solid;
    border-color:#eec #cb7 #cb7 #eec;
    padding:0 0.2em;
}

#brothercake a {
    background-image: url(/udm-resources/v4bottom.png) !important;
    background-position: 20% 100% !important;
    border: none;
}

#brothercake a:hover {
    background-image: url(/udm-resources/v4bottom-hover.png) !important;
}

#brothertop a {
    background-image: url(/udm-resources/v4top.png) !important;
    background-position: 20% 100% !important;
    border: none;
}

#brothertop a:hover {
    background-image: url(/udm-resources/v4top-hover.png) !important;
}

#brothertop a.udmY, 
#brothertop a.udmY:visited {  
    background-image: url(/udm-resources/v4top-here.png) !important;
}

/* -------------- udm kiegeszites --------------------------*/


/* Fading Tooltips By Dustin Diaz*/
/* http://www.dustindiaz.com/sweet-titles-updated/ */

body div#toolTip { position:absolute;z-index:1000;width:220px;background:#afafaf; border:1px double #7f7f7f;text-align:left;padding:5px;-moz-border-radius:5px; }
body div#toolTip p { margin:0;padding:0;color:#000;font:11px/12px verdana,arial,serif; }
body div#toolTip p em { display:block;margin-top:3px;color:#00a802;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }
acronym {border-bottom: 1px dotted #000;}


/*

 GENERAL RANT AWARENESS NOTICE
 -----------------------------
 You may see some complaining about Internet Explorer, PNG and opacity-related hacks.
 Even the new (at time of writing, 12/2006) IE 7 has issues and other quirks. Too bad.

*/

.sm2player {
 position:absolute;
/*
 left:1.75em;
 top:5.5em;
*/
 z-index:3;
 padding:1px;
 height:20px;
 font:normal x-small/19px arial,verdana,tahoma,"sans serif";
 *line-height:18px;
 color:#000;
 zoom:1;
}

.sm2player.altFont {
 /* font tweaks for mac which has tighter spacing */
 letter-spacing:0px;
}

.sm2player,
.sm2player .sm2playlist-box {
/*
 width:302px;
 width:360px;
*/
}

.sm2player .ui,
.sm2player .sm2playlist {
xfilter:alpha(opacity=90); /* Even IE 7 (still) sucks! */
 opacity:0.9;
}

.sm2player .ui {
 _filter:none; /* IE <7 sucks */
}

.sm2player.noOpacity .ui {
 /* Safari (1.3.2 at least?) has render bugs with UI display + animated PNG progress bar when applying opacity */
 opacity:1;
}

.sm2player .ui:hover {
 opacity:1;
 filter:alpha(opacity=100);
}

.sm2player a:focus {
 outline:none;
}

.sm2player .left,
.sm2player .mid,
.sm2player .right {
 position:relative;
 float:left;
 display:inline;
 height:20px;
 color:#fff;
}

.sm2player .left {
 width:15px;
 background:transparent url(/images/jsamp/skin-0-ui.png) 0px 0px no-repeat;
 _background-image:url(/images/jsamp/skin-0-ui.gif); /* IE <7 */
}

.sm2player .left .trigger,
.sm2player .left .trigger span {
 display:block;
 width:15px;
 height:20px;
}

.sm2player .left .trigger.pauseplay span {
 background:transparent url(/images/jsamp/sec-left-arr0.png) 5px 6px no-repeat;
 _background-image:url(/images/jsamp/sec-left-arr0.gif);
 _background-position:0px 0px;
}

.sm2player .left .trigger.pauseplay span.playing {
 /* class applied while playing */
 background-image:url(/images/jsamp/sec-left-pause.gif);
 background-position:6px 7px;
}

.sm2player .left .trigger:hover {
 background:transparent url(/images/jsamp/ui-highlight-2.png) 2px 0px no-repeat;
 _background-image:url(/images/jsamp/ui-highlight-2.gif);
 /*_background-position:2px 2px;*/
}

.sm2player .mid {
 position:relative;
 width:223px;
 _width:224px;
 background:transparent url(/images/jsamp/skin-0-ui.png) -14px 0px no-repeat;
 _background-image:url(/images/jsamp/skin-0-ui.gif);
}

.sm2player .mid .info {
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 height:20px;
 overflow:hidden;
 text-indent:2px;
 z-index:2;
 cursor:default;
}

.sm2player .mid .progress {
 position:relative;
 display:block;
 width:1px;
 height:12px;
 margin:4px 0px 0px 0px;
 background:transparent url(/images/jsamp/sec-mid-loaded.png) 0px 0px repeat-x;
 _background-image:url(/images/jsamp/sec-mid-loaded.gif);
 background-color:#333;
}

.sm2player .mid .progress.loading {
 position:relative;
 display:block;
 width:1px;
 border-right:1px solid #333;
}

.sm2player .mid .slider {
 position:absolute;
 display:block;
 width:12px;
 height:12px;
 left:0px;
 top:0px;
 margin-top:4px;
 background:transparent url(/images/jsamp/slider-1.png) 0px 0px no-repeat;
 _background-image:url(/images/jsamp/slider.gif);
 z-index:1; /* swap between 1 and 2 to position on top */
 z-index:2;
 opacity:0.90;
 /* filter:alpha(opacity=90); IE7 can't apply opacity to PNGs without messing up alpha transparency. Boo urns. */
 _background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/jsamp/slider-1.png');
}

.sm2player .mid:hover .slider {
 opacity:0.95;
 filter:alpha(opacity=95);
}

.sm2player .mid>.slider.active {
 -moz-opacity:0.85;
 filter:alpha(opacity=85);
}

.sm2player .mid .text,
.sm2player .mid .default,
.sm2player .mid .seek,
.sm2player .mid .divider {
 display:none;
}

.sm2player .mid .caption {
 *position:absolute; /* required for scroll positioning to work under IE */
 display:inline;
 white-space:nowrap;
 visibility:hidden; /* hidden by default */
}

.sm2player .mid .seek {
 position:absolute;
 left:0px;
 top:0px;
 text-indent:2px;
}

.sm2player .right {
 background:transparent url(/images/jsamp/skin-0-ui.png) 100% 0px no-repeat;
 _background-image:url(/images/jsamp/skin-0-ui.gif);
 margin-left:1px;
 _margin-left:0px; /* IE <7 sucks. */
}

.sm2player .right .divider {
 /* one-pixel visual divider between bar / cap (yep, this is a UI nit-pick.) */
 float:left;
 display:inline;
 width:1px;
 height:20px;
 overflow:hidden;
 background:transparent url(/images/jsamp/skin-0-ui.png) -1006px 0px no-repeat;
 _background-image:url(/images/jsamp/skin-0-ui.gif);
 margin-left:-1px;
 _display:none; /* IE <7 sucks. */
}

.sm2player .right .time {
 float:left;
 display:inline;
 width:3em;
 text-align:center;
 margin:0px 1px 0px 3px;
}

.sm2player .right .trigger {
 float:left;
 display:inline;
 width:14px;
 height:20px;
}

.sm2player .right .trigger span {
 display:block;
 height:20px;
}

.sm2player .right .trigger.prev {
 margin-left:1px;
}

.sm2player .right .trigger.s0 {
 width:16px;
}

.sm2player .right .trigger.s1 {
 width:18px;
}

.sm2player .right .trigger.s2 {
 width:20px;
}

.sm2player .right .trigger.s3 {
 width:12px;
}

.sm2player .right .trigger.s4 {
 width:13px;
}

.sm2player .right .trigger {
 background:transparent;
}

.sm2player .right .trigger.prev {
}

.sm2player .right .trigger.dropdown {
 width:14px;
 margin-right:2px;
}

.sm2player .right .trigger.dropdown span {
 xwidth:14px;
}

.sm2player .right .trigger span {
 background:transparent url(/images/jsamp/sec-right-arr0.png) 3px 7px no-repeat; 
 _background-image:url(/images/jsamp/sec-right-arr0.gif);
 _background-position:0px 0px;
 _background-image:none;
}

.sm2player .right .trigger.dropdown span {
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/jsamp/sec-right-arr0.png');
 _margin:7px 0px 0px 3px;
 _height:13px;
}

.sm2player .right .trigger.prev span {
 background:transparent url(/images/jsamp/btn-prev.png) 4px 6px no-repeat;
 _background-image:url(/images/jsamp/btn-prev.gif);
}

.sm2player .right .trigger.next span {
 background:transparent url(/images/jsamp/btn-next.png) 3px 6px no-repeat;
 _background-image:url(/images/jsamp/btn-next.gif);
}

.sm2player .right .trigger.loop span {
 background:transparent url(/images/jsamp/loop.png) 3px 5px no-repeat;
 opacity:0.5;
 filter:alpha(opacity=50);
 _background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/jsamp/loop.png');
 _margin:5px 0px 0px 3px;
 _height:15px;
}

.sm2player .right .trigger.loop:hover>span {
 opacity:0.75;
 filter:alpha(opacity=75);
}

.sm2player .right .trigger.loop.active>span {
 /*background-image:url(/images/jsamp/loop-light.png);*/
 opacity:1;
 filter:none;
}

.sm2player .right .trigger.shuffle span {
 background:transparent url(/images/jsamp/shuffle-1.png) 2px 5px no-repeat; 
 opacity:0.5;
 filter:alpha(opacity=50);
 _background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/jsamp/shuffle-1.png');
 _margin:5px 0px 0px 2px;
 _height:15px;
}

.sm2player .right .trigger.shuffle:hover>span {
 opacity:0.75;
 filter:alpha(opacity=75);
}

.sm2player .right .trigger.shuffle.active>span {
 opacity:1;
 filter:none;
}

.sm2player .right .trigger.mute span {
 background:transparent url(/images/jsamp/speaker.png) 3px 5px no-repeat; 
 _background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/jsamp/speaker.png');
 _margin:5px 0px 0px 3px;
 _height:15px;
}

.sm2player .right .trigger.mute:hover>span {
 opacity:0.75;
 filter:alpha(opacity=75);
}

.sm2player .right .trigger.mute.active>span {
 opacity:0.5;
 filter:alpha(opacity=50);
}

.sm2player .right .trigger.volume span {
 background:transparent url(/images/jsamp/volume.png) 0px 4px no-repeat;
 _background-image:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop src='/images/jsamp/volume.png');
 _margin:4px 0px 0px 0px;
 _height:16px;
}

.sm2player .right .trigger:hover {
 background:transparent url(/images/jsamp/ui-highlight-2.png) -2px 0px no-repeat;
 _background-image:url(/images/jsamp/ui-highlight-2.gif);
 /*_background-position:2px 2px;*/
}

.sm2playlist-box {
 position:absolute;
 /*width:256px;*/
 /*overflow:hidden;*/
 /*max-height:33.1em;*/
 left:1px;
 top:22px;
 overflow:auto;
 margin-top:-4px;
}

.sm2playlist {
 position:relative;
 /* zoom:1; stupid IE. */
 margin-top:-999em; /* hidden by default */
}

.sm2playlist .hd,
.sm2playlist .c {
 position:relative;
 height:3px;
}

.sm2playlist .hd {
 background:transparent url(/images/jsamp/skin-0-ui.png) no-repeat 0px 0px;
 _background-image:url(/images/jsamp/skin-0-ui.gif);
 margin-right:2px;
 /*dialog bezavar...*/
 top: 0px;
}

.sm2playlist .hd .c {
 /* not used? */
 /*dialog bezavar...*/
 margin-right: 0;
 background-image: none;
 background-color: none;
 height: 19px;
 font-size: 10px;
}

.sm2playlist .bd {
 background:transparent url(/images/jsamp/shade-left.png) repeat-y 0px 0px;
 _background-image:none;
 margin-right:2px;
}

.sm2playlist ul {
 list-style-type:none;
 margin:0px;
 padding:0px;
 padding-right:4px; /* space for background */
 margin-right:-2px;
 background:transparent url(/images/jsamp/shade-right.png) repeat-y 100% 0px;
 _background-image:none;
 zoom:1; /* Even IE 7 needs this (!?) */
}

.sm2playlist ul li {
 line-height:1.5em;
}

.sm2playlist ul li a {
 display:block;
 background:transparent;
 margin-left:2px;
 margin-right:-2px;
 color:#999;
 text-indent:0.25em;
 text-decoration:none;
 width:100%; /* stupid IE 7. */
}

.sm2playlist ul li a span {
 display:block;
 background:#222;
 padding:0.1em 0.5em;
 border-top:1px solid #333;
 border-bottom:1px solid #000;
 /* genie animation test */
/*
 white-space:nowrap;
 overflow:hidden;
*/
}

.sm2playlist ul li.alt a span {
 background:#303030;
 color:#c3c3c3;
}

.sm2playlist ul li:first-child a span {
 border-top:none;
}

.sm2playlist ul li:last-child a span {
 /*border-bottom:none;*/
}

.sm2playlist ul li a:hover span {
 background-color:#444;
 color:#fff;
}

.sm2playlist ul li a:hover span {
 border-color:transparent;
 _border-color:#333;
}

.sm2playlist ul li.highlight a {
 background-color:#660000;
}

.sm2playlist ul li.highlight a span {
 background:#161616 url(/images/jsamp/notreallyajaxandyouknowit-dark.gif) no-repeat right 50%;
 border-color:#000;
 color:#ff9999;
}

.sm2playlist ul li.highlight a:hover {
 background-color:#880000;
 color:#fff;
}

.sm2playlist ul li a:focus {
 outline:none;
}

.sm2playlist .ft {
 background:transparent url(/images/jsamp/skin-0-ui.png) no-repeat 0px 100%;
 _background-image:url(/images/jsamp/skin-0-ui.gif);
 margin-right:2px;
 height:2px;
}

.sm2playlist .ft .c {
 position:absolute;
 right:0px;
 bottom:0px;
 background:transparent url(/images/jsamp/skin-0-ui.png) no-repeat 100% 100%;
 _background-image:url(/images/jsamp/skin-0-ui.gif);
 margin-left:3px; /* leave room for left cap */
 margin-right:-1px;
 /* not needed */
 display:none;

}

#soundmanager-debug {
 position:absolute;
 position:fixed;
 right:20px;
 bottom:20px;
 display:none;
 font-size:xx-small;
 height:20em;
 overflow:auto;
 /* background:transparent url(/images/jsamp/whiteout.png); */
 background:#000;
 padding:1em;
 color:#fff;
 filter:alpha(opacity=90);
 opacity:0.9;
}

