/*common_all.css*/
/*html{
    overflow-y: scroll;
}*/
body{
    font-size: 12px;
    font-family: arial;
    margin: 0px;
}
img{
    border-width: 0px;
    /*margin: 0px;*/
}
.templates{
    z-index: 100;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ff0000;
    font-size: 10px;
}
/*HACK*/
/*IE form BUG*/
* html form{
    display: inline;
}
/*clearfix*/
.cf:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cf
{
    display: inline-block;
}
* html .cf
{
    height: 1%;
}
.cf
{
    display: block;
}
/*DEF*/
#avataroverlay{
    background-image: url("http://static.myvip.com/static/pastel/overlay.png");
}

* html #avataroverlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url("http://static.myvip.com/static/pastel/blank.gif");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.myvip.com/static/pastel/overlay.png", sizingMethod="scale");
}

html{
    overflow-y: scroll;
}

#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
#rectangleDiv{
    border:1px dotted red;
}
.help .help_txt{
    margin: 0px 10px;
    padding: 10px;
}

.help p{
    clear: left;
    padding: 0px;
    margin: 0px;
}
.help p span{
    display: inline;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.hidden
{
    display: none !important;
}
.ajaxloader{
    height: 16px;
    background: url(http://static.myvip.com/static/ajax-loader.gif) center center no-repeat;
}
#showavatar{
    display:none;
    position: absolute;
    left: -1000px;
    top: -1000px;
    padding: 2px;
    width: 75px;
    height:75px;
    background: #081700;
}
.missmyvipcard_fav{
    float: right;
    width: 27px;
    height: 27px;
}
div[class=missmyvipcard_fav]{
    background: url(http://static.myvip.com/design/missmyvip/missmyvip_icon_fav.png);
}
* html .missmyvipcard_fav{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://static.myvip.com/design/missmyvip/missmyvip_icon_fav.png", sizingMethod="scale");
}
#ajax_popup_bg{
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#ajax_popup_iframe{
    position: absolute;
    z-index: 101;
}
#ajax_popup_box{
    position: absolute;
    z-index: 102;	
}
#ajax_popup_content{
    overflow:auto;
}
/*HOTBAR*/
.hotlist_left_col,.hotlist_right_col{
    display: inline;
    float:left;
    width: 200px;
    margin: 0 5px;
    padding: 0 5px 0 0;
}
.hotlist_left_col,.hotlist_right_col{
}
.hotrow{	
    height: 25px;
    line-height: 25px;
}
.hotrow .hotcb{	
    float: left;
}
.hotrow label{	
    text-indent: 5px;
}
.hotbar_save{
    clear: both;
    text-align: center;
    padding: 10px 0 0 0;
}
.hotbar_ordercont{
    height: 25px;
    clear: both;
    margin-top: 10px;
}

.settings
{
    display: inline;
    float: left;
}

.headerhotbar{
    display:inline;
    float:left;
    margin-left:5px;
}

.headerhotbar .events
{
    display: inline;
    /*	float: right;	*/
}

span.hoticon{
    width: 25px;
    height: 25px;
}
a.hoticon,.hotbar_ordercont span.hoticon{
    width: 25px;
    height: 25px;
}
.hotbar_ordercont span.hoticon{
    cursor:move;
}
.hotbar .settings .hoticon{
    width: 46px;
}
.headerhotbar .events .hoticon{
    text-align: right;
    line-height: 13px;
    width: 45px;
    /*width: 25px;*/
    height: 25px;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 20px;
    border: 0;
    background-position: -400px -25px;
    margin-right:10px;
    line-height:25px;
}
.headerhotbar .events .hoticon:hover{
    background-color: #ccc;
}
.hotbar .hotsearch{
    display:inline;
    float:right;
    width: 135px;
    line-height: 23px;
}
.hotbar .hotsearch input{
    width: 100px;
    line-height: 11px;
    height: 15px;
    font-size: 11px;
    margin-top: 1px;
}
.hotbar .hotsearch a.hoticon{
    float:right;
}
.stylehr{
    clear:both;
    border: 0;
    margin: 10px 0;
}
#fixedbrdiv
{
    z-index: 99;
    position: fixed;
    right:15px;
    top:25px;
    padding: 2px;
}
#fixedbrdiv ul li a{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
* html #fixedbrdiv
{
    position: absolute;
    top: expression( (  ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop+25 : document.body.scrollTop+25 ) ) + 'px' );
}
.hotbar #weather{
    float:right;
    display:inline;
    text-align: right;
    line-height: 23px;
    /*	border-left: 1px solid #d8d8d8;	*/
    /*	border-right: 1px solid #d8d8d8;	*/
    margin-right: 3px;
    padding-left: 3px;
    min-width:91px;
    _width:91px;

}
#weathertab .cityname{
    font-weight:bold;
    font-size:13px;
}
.hotbar #weather .weather_object_cityname{
    margin-right: 3px;
}
.hotbar #weather .weather_object_icon{
    padding: 6px 11px 4px;
    line-height: 25px;
    height: 25px;
    /*	font-size: 1px;
        position: relative;
        top: -5px;
        margin-right: 3px;
        margin-top: 3px	*/
    /*border-right: 1px solid #d8d8d8;*/
}
.hotbar #weather *{
    font-weight: normal !important;
    text-decoration: none !important;
    margin-right: 3px !important;
}
.hotbar #weather a, #headerbar_club span, #headerbar_institute span{
    color: #444 !important;
}
.hotbar #weather a:hover{
    color: #CA4848 !important;
}
.hotbar #weather .weather_object_degree{
    font-weight:bold !important;
}
.weather_object .weather_object_icon_1,.weather_object .weather_object_icon_1_n
{
    background-position: 0px -100px;
}
.weather_object .weather_object_icon_2,.weather_object .weather_object_icon_2_n
{
    background-position: -25px -100px;
}
.weather_object .weather_object_icon_3,.weather_object .weather_object_icon_3_n
{
    background-position: -50px -100px;
}
.weather_object .weather_object_icon_4,.weather_object .weather_object_icon_4_n
{
    background-position: -75px -100px;
}
.weather_object .weather_object_icon_5,.weather_object .weather_object_icon_5_n
{
    background-position: -100px -100px;
}
.weather_object .weather_object_icon_6,.weather_object .weather_object_icon_6_n
{
    background-position: -125px -100px;
}
.weather_object .weather_object_icon_7
{
    background-position: -150px -100px;
}
.weather_object .weather_object_icon_8,.weather_object .weather_object_icon_8_n
{
    background-position: -175px -100px;
}
.weather_object .weather_object_icon_9
{
    background-position: -200px -100px;
}
.weather_object .weather_object_icon_10,.weather_object .weather_object_icon_10_n
{
    background-position: -225px -100px;
}
.weather_object .weather_object_icon_11,.weather_object .weather_object_icon_11_n
{
    background-position: -250px -100px;
}
.weather_object .weather_object_icon_7_n
{
    background-position: -150px -100px;
}
.weather_object .weather_object_icon_9_n
{
    background-position: -200px -100px;
}
/*FANTA*/
a.fantamenu{
    position:absolute !important;
    width:52px !important;
    height:49px !important;
    top:-10px !important;
    padding:0 !important;
    cursor: pointer;
}
a[class~="fantamenu"]{
    background: url(http://static.myvip.com/design/dating/fanta/fantamenu_a.png) !important;
}
* html a.fantamenu{
    filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://static.myvip.com/design/dating/fanta/fantamenu_a.png');
}
a[class~="fantamenu_a"]{
    background: url(http://static.myvip.com/design/dating/fanta/fantamenu.png) !important;
}
* html a.fantamenu_a{
    filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://static.myvip.com/design/dating/fanta/fantamenu.png');
}
/*plaintext p, h4, h5 elemekkel formázható tiszta szöveg*/
.plaintext{
    padding: 0 10px;
}
.plaintext p{
    margin: 0;
    text-indent: 8px;
    text-align: justify;
    padding: 8px 0;
    font-size: 12px;
}
.plaintext h3{/*Főcím*/
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    padding:0;
}
.plaintext h4{/*uj blokk*/
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    letter-spacing: 2px;
}
.plaintext h5{
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    margin-top: 6px;
}
/* Tutorialhoz szukseges stilusok - kezd */
.tutorial_step{position:relative;}
.tutorial_step .tbord-t{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-h.png") repeat-x scroll center top transparent; z-index:900;}
.tutorial_step .tbord-b{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-h.png") repeat-x scroll center bottom transparent; z-index:900;}
.tutorial_step .tbord-l{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-v.png") repeat-y scroll left center transparent; z-index:900;}
.tutorial_step .tbord-r{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-v.png") repeat-y scroll right center transparent; z-index:900;}

.tutorial_step .tbord-tr{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-tr.png") repeat-x scroll right top transparent; z-index:900;}
.tutorial_step .tbord-br{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-br.png") repeat-x scroll right bottom transparent; z-index:900;}
.tutorial_step .tbord-bl{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-bl.png") repeat-x scroll left bottom transparent; z-index:900;}
.tutorial_step .tbord-tl{position: absolute; background:url("http://static.myvip.com/design/common/tutorial/tbord-tl.png") repeat-x scroll left top transparent; z-index:900;}
/* Tutorialhoz szukseges stilusok - vege */
#chdesavril{
    background: url(http://static.myvip.com/design/avril/chdes_avril.gif) !important;
}
#chdescoke{
    background: url(http://static.myvip.com/design/coke/chdes_coke.jpg) !important;
}

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('http://static.myvip.com/design/tipsyimg/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

option.selectoptiontab0{}
option.selectoptiontab1{padding-left:10px;}
option.selectoptiontab2{padding-left:20px;}
option.selectoptiontab3{padding-left:30px;}
