﻿html
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    overflow: hidden;
}

body 
{  
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
    /* background-color: #4396ca; */
    /* background-image: url(/images/login/main_bg_blue.jpg); */
    /* background-repeat: repeat-x; */
}

#languageDropDownWrapper
{
    padding: 5px;
    
    width: 330px;
    height: 20px;
    
    border-top: 1px solid #cccccc;
    
    display: none;
}

#portalTitle
{
    font-family: Verdana;
    font-size: 10px;  
    color: #333333;
    
    display: block;
    float: left;
    
    margin: 3px 0px 0px 11px;
}

#languageVersionLabel
{
    font-family: Verdana;
    font-size: 10px;  
    color: #333333;
    
    display: block;
    float: right;
    
    margin: 3px 5px 0px 0px;
}

#languageDropDown
{
    font-family: Verdana;
    font-size: 10px;   
    
    display: block;
    float: right; 
    
    margin-right: 5px;
}

#chatGaleriaBlogIMG
{
    display: block;
    position: absolute;
    
    top: 437px;
    left: 625px;
}

#flagImg
{
    display: block;
    float: right;
    width: 28px;
    height: 18px;
}

#accountsBackground 
{
    position: absolute;
    z-index: 0;
    
    overflow: hidden;  
    
    width: 100%;  
}

#mainFormsWrapper
{
    padding: 100px 0px 0px 483px;    
}

#mainFormsWrapper input
{
       
}

#loginFormTopMenu
{
    overflow: hidden;   
    
    width: 340px;
    height: 30px;
    
    z-index: 1;
    
    padding: 0px;
    
    margin-top: 5px;
}

#loginFormTopMenu a
{
    display: block;
    float: left;
    
    height: 20px;
    
    font-family: Tahoma;
    font-size: 12px;
    
    padding: 5px 0px 0px 9px;
    
    text-decoration: none;
    
    text-align: center;
    
    color: #777777;
    background-image: url(/images/login/button_normal.png);
    
    width: 100px;
    cursor: pointer;
}

#loginFormTopMenu a.active
{   
    color: #444444;
    text-decoration: none;
    
    background-image: url(/images/login/button_active.png);
}

#loginFormTopMenu a:hover
{   
    color: #444444;    
    text-decoration: none;
    background-image: url(/images/login/button_hover.png);
}

#loginFormTopMenu a img
{       
    display: block;
    float: left;
    
    margin: -1px 4px 0px 0px;
    
    border: none;
    cursor: pointer;
}

#loginFormTopMenu a span
{       
    display: block;
    float: left;
    
    border: none;
    cursor: pointer;
}

#loginFormLink
{
    margin-right: 5px; 
}

#registrationFormLink
{
    margin-right: 5px;
}

#passwordReminderFormLink
{
    
}

#loginFormWrapper
{
    width: 300px;
    height: 260px;
    
    padding: 0px 20px 0px 20px;
}

#registrationFormWrapper
{
    width: 300px;
    height: 340px;
    
    padding: 0px 20px 0px 20px;
}

#passwordReminderFormWrapper
{
    width: 300px;
    height: 160px;
    
    padding: 0px 20px 0px 20px;
}

.formWrapper
{   
    overflow: hidden;   
    
    font-family: Tahoma;
    font-size: 12px;
    color: #333333; 
     
    z-index: 1;
}

h5 
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
}

.error_explanation
{
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}

#loginTextBox 
{
    width: 150px;
    
    font-family: Arial;
    font-size: 14px;
    color: Black;
    font-weight: normal;
    
    margin-left: 10px;
}

#passwordTextBox
{
    width: 145px;
    
    font-family: Arial;
    font-size: 14px;
    color: Black;
    font-weight: normal;
    
    margin-left: 10px;
}

#loginButton
{
    width: 60px;
    background-color: #eeeeee;
}

#registerButton
{
    background-color: #eeeeee;
}

#passwordRemindButton
{
    background-color: #eeeeee;
}

textarea
{
    resize: none;    
}

#informationLabel 
{
    font-size: 13px;
    color: #333333;   
    
    height: 50px;
    
    display: block;
    cursor: default;
}

#roomsInfo
{
    position: absolute;
    
    width: 580px;
    height: 240px;
    bottom: 80px;
    
    padding: 5px;
    
    filter:alpha(opacity=90); 
    -moz-opacity: 0.9; 
    opacity: 0.9;
    
    background-color: #222222;
}

#roomsInfo span
{
    display: block;
    clear: left;
    
    font-family: Arial;
    font-size: 12px;
    
    color: #dddddd;
    
    font-weight: normal;
    text-transform: uppercase;
}

#roomsInfo img
{
    display: block;
    float: left;
    
    width: 152px;
    height: 114px;    
}

#newUserPasswordTextBox
{
    width: 150px;    
}

#newUserPasswordConfirmationTextBox
{
    width: 150px;    
}

#registrationInfoLabelWrapper
{
    width: 100%;
    height: 60px;  
    
    margin-top: 20px;
    font-size: 13px;  
    
    color: #333333;
    
    text-align: center;
}

.error
{
    border: 2px solid red;    
}

.sexPanelError
{
    border: 2px solid #e5e5e5;    
}

#statusTextBox
{
    display: none;    
}

#userFriendsTextBox
{
    display: none;
}

#preloaderStatusTextBox
{
    display: none;
}

#passwordReminderInfoLabelWrapper
{
    width: 100%;
    height: 60px;  
    
    margin-top: 20px;
    font-size: 13px;  
    
    color: #333333;
    
    text-align: center;
    font-weight: bold;
}

/* people info */
#peopleContainerWindowWrapper
{
    width: 372px;
    
    position: absolute;  
    bottom: 80px;
    
    z-index: 10;
}

#peopleContainerWindowContent
{
    background-color: #ffffff;   
    height: 220px; 
    
    padding: 0px;
    margin: 0px;
}

#peopleInfo
{   
    width: 365px;
    height: 210px;
    bottom: 80px;
    
    padding: 5px 0px 0px 5px;
}

#peopleInfo span
{
    display: block;
    clear: left;
    
    font-family: Arial;
    font-size: 12px;
    
    color: #dddddd;
    
    font-weight: normal;
    text-transform: uppercase;
}

.peopleContainer
{
    margin-top: 5px; 
}

.peopleContainer img
{
    display: block;
    float: left;
    
    margin-right: 5px;
    margin-bottom: 5px;
    
    border: 2px solid #dddddd;
    padding: 2px;
}

#peopleContainerWindowTopBorder
{
    width: 352px;
}

#peopleContainerWindowBottomBorder
{
    width: 352px;
}

/* table */
#table_lt
{
    width: 10px;
    height: 17px;
    
    background-image: url(/images/layout/border_lt.gif);    
}

#table_ct
{
    height: 17px;
    
    background-image: url(/images/layout/border_ct.gif);    
}

#table_rt
{
    width: 10px;
    height: 17px;
    
    background-image: url(/images/layout/border_rt.gif);    
}

#table_lm
{
    width: 10px;
    background-image: url(/images/layout/border_lm.gif);    
}

#table_cm
{   
    background-color: White;
}

#table_rm
{
    width: 10px;
    background-image: url(/images/layout/border_rm.gif);    
}

#table_lb
{
    width: 10px;
    height: 10px;
    
    background-image: url(/images/layout/border_lb.gif);    
}

#table_cb
{
    height: 10px;
    
    background-image: url(/images/layout/border_cb.gif);    
}

#table_rb
{
    width: 10px;
    height: 10px;
    
    background-image: url(/images/layout/border_rb.gif);    
}

#preloaderVerticalSeparator
{
    display: block;
    
    width: 100%;
    height: 30px; 
}

#mainTitle
{
    display: block;
    width: 100%;
    float: left;
    
    font-family: Tahoma;
    font-size: 11px;
    
    font-weight: bold;
    
    color: #777777;    
    text-align: center;
}

input
{
    font-family: Tahoma;
    font-size: 12px;
    
    background-color: #ffffff;
    border: 1px solid #bbbbbb;    
    
    padding: 2px;
}

#newUserNameTextBox
{
    width: 155px;
}

#newUserPasswordTextBox
{
    width: 155px;
}

#newUserPasswordConfirmationTextBox
{
    width: 155px;
}

#newUserEmailTextBox
{
    width: 155px;
}

#newUserEmailConfirmationTextBox
{
    width: 155px;
}

#countryDropDownList
{
    width: 100%;
}

#sexPanel input
{
    width: 20px;
    background-color: #e5e5e5;
    border: none;
    
    margin-right: 3px;
}

#passwordReminderLoginTextBox
{
    width: 150px;    
}

#recaptcha_area
{
    margin: auto;    
}

#mainWrapper
{
    display: block;
    width: 850px;
    height: 495px;
    
    position: absolute;
    
    z-index: 500;
}

#mainMotto
{
    position: absolute;
    left: 485px;
    bottom: 35px;  
    
    width: 333px;
    height: 32px;
    
    text-indent: -9999px;  
}

#mainInfo
{
    position: absolute;
    left: 50px;
    bottom: 42px;
    
    font-family: Tahoma;
    font-size: 11px;
    
    color: #555555;
}

#mainInfo a
{
    text-decoration: none;
    color: #5d90dc;
}

#mainInfo a:visited
{
    color: #5d90dc;
    text-decoration: none;
}

#mainInfo a:hover
{
    color: Blue;
    text-decoration: underline;
}

#copyRightSpan
{

}

#termsAndConditionsSpan
{
    margin-left: 15px;
}

#logoBig
{
    position: absolute;
    display: block;
    
    top: 5px;
    
    z-index: 999;
    background: url(/images/login/logo_blank_389x118px.png) no-repeat;
    
    text-indent: -9999px;
    width: 389px;
    height: 118px;
    
    margin: 0px;
    padding: 0px;
}

#mainPictureWrapper
{
    position: absolute;
    display: block;
    
    width: 394px;
    height: 223px;
    
    z-index: 990;
    
    left: 63px;
    top: 80px;
}

#mainPictureBorder
{
    position: absolute;
}

#mainPictureImg
{
    margin-left: 5px;
    margin-top: 5px;
}

#linksWrapper
{
    position: absolute;
    display: block;
    float: left;
    
    top: 455px;
    left: 468px;
    
    width: 379px;
    
    line-height: 18px;
}

#linksWrapper div
{
    display: block;
    float: left;
    
    font-family: Tahoma;
    font-size: 11px;
    
    color: #555555;
    
    margin-left: 5px;
    margin-right: 5px;
}

#linksWrapper a
{
    display: block;
    float: left;
    
    text-decoration: none;
    color: #3c6fbc;
}

#linksWrapper a:visited
{
    color: #3c6fbc;
    text-decoration: none;
}

#linksWrapper a:hover
{
    color: Blue;
    text-decoration: underline;
}

#linksWrapper span
{
    display: block;
    float: left;
}

#linksWrapper img
{
    display: block;
    float: left;
    
    margin-top: 1px;
    margin-right: 6px;
}

#youtubeChannelLinkWrapper
{
    display: block;
    position: absolute;
    
    left: 235px;
    bottom: 42px;
    
    font-family: Tahoma;
    font-size: 11px;
    
    color: #555555;
}

#youtubeChannelLinkWrapper img
{
    display: block;
    float: left;
    
    cursor: pointer;
}

#youtubeChannelLinkWrapper span
{
    display: block;
    float: left;
    
    margin-left: 4px;
    margin-top: 1px;
}

#youtubeChannelLinkWrapper a
{
    text-decoration: none;
    color: #5d90dc;
}

#youtubeChannelLinkWrapper a:visited
{
    color: #5d90dc;
    text-decoration: none;
}

#youtubeChannelLinkWrapper a:hover
{
    color: Blue;
    text-decoration: underline;
}

#facebookLinkWrapper
{
    display: block;
    position: absolute;
    
    left: 424px;
    bottom: 42px;
    
    font-family: Tahoma;
    font-size: 11px;
    
    color: #555555;
}

#facebookLinkWrapper img
{
    display: block;
    float: left;
    
    cursor: pointer;
}

#facebookLinkWrapper span
{
    display: block;
    float: left;
    
    margin-left: 4px;
    margin-top: 1px;
}

#facebookLinkWrapper a
{
    text-decoration: none;
    color: #5d90dc;
}

#facebookLinkWrapper a:visited
{
    color: #5d90dc;
    text-decoration: none;
}

#facebookLinkWrapper a:hover
{
    color: Blue;
    text-decoration: underline;
}

#mainUsersInfoBorder
{
    position: absolute;
    
    right: 2px;
    top: 2px;
    
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#mainUsersInfo
{   
    padding: 3px 7px 3px 7px;
    
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    
    color: #555555;
    text-align: center;
    
    /*-webkit-transform: rotate(-3deg); 
    -moz-transform: rotate(-3deg);*/
    
    line-height: 16px;
    
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#onlineUsersInfo
{
    color: Green;
}

.portalInfo
{
    margin-top: 120px;
    display: block;
    text-align: center;
    line-height: 16px;
    
    font-family: Verdana;
    font-size: 11px;
    
    cursor: default;
}

#supportLink
{
    color: Blue;
    text-decoration: none;
}

#supportLink:visited
{
    color: Blue;
    text-decoration: none;
}

#supportLink:hover
{
    color: Blue;
    text-decoration: underline;
    
    cursor: pointer;
}

#termsAcceptanceCheckBox
{
    width: 14px;
    height: 14px;
    
    padding: 0px;
    margin-bottom: 1px;

    background-color: Transparent;
    border: none;
}

#registrationFormTableWrapper table tr td
{   
    padding-top: 0px;
    padding-bottom: 0px;
}

#termsLink
{
    color: Blue;
    text-decoration: none;
}

#termsLink:hover
{
    text-decoration: underline;
}

#browserCompatibilityInfo
{
    position: absolute;
    display: none;
    
    width: 835px;
    
    top: 4px;
    left: 4px;
    
    font-family: Verdana;
    font-size: 11px;
    
    padding: 3px;
    
    text-align: center;
    background-image: url(/images/login/browserCompatibilityInfoBG.png);
}

#browserInfoText
{
    font-weight: bold;
}

#rememberMeCheckBox
{
    background-color: Transparent;
    border: none;
}

#loginButtonPanel
{
    display: block;
    float: right;   
}

#bubble1
{
    position: absolute;
    display: block;
    
    z-index: 1010;
    top: 20px;
    left: 403px;
}

#randomUsersList
{
    display: block;
    position: absolute;   
    
    width: 396px;
    
    top: 300px;
    left: 63px;
}

#randomUsersListTitle
{
    display: block;
    float: left;
    
    border: 1px solid #cccccc;  
    background-color: #ffffff;  
    
    width: 372px;
    padding: 1px 10px 3px 10px;
    margin-bottom: 1px;
    
    font-family: Verdana;
    font-size: 11px;
    
    text-align: center;
    text-transform: none;
    cursor: default;
}

#randomUsersListUserPictures
{
    display: block;
    float: left;
    
    clear: both;
}

#randomUsersList .userWrapper
{
    display: block;
    float: left;
    
    width: 60px;
    height: 70px;
    
    margin-right: 2px;
    margin-bottom: 1px;
    
    padding: 1px;
    border: 1px solid #cccccc; 
    background-color: #ffffff; 
}

#randomUsersList img
{
    display: block;
    float: left;  
    
    width: 60px;
    height: 60px;
}

#randomUsersList img.hover
{
    border: 1px solid #55b829; 
    background-color: #96e174;
}

#randomUsersList .userWrapper .userNick
{
    display: block;
    float: left;
    
    width: 56px;
    overflow: hidden;
    
    font-family: Tahoma;
    font-size: 9px;
    
    text-align: center;
    text-transform: uppercase;
    
    padding-left: 2px;
    padding-right: 2px;
    
    background-color: White;
    cursor: default;
}

#tooltip
{
    display: block;
    position: absolute;
    
    background-color: White;
    border: 1px solid #999999;
    
    padding: 4px 5px 4px 5px;
    
    bottom: 150px;   
    
    font-family: Verdana;
    font-size: 11px;
    
    text-align: center;
    text-transform: uppercase;
}

#tooltip img
{
    display: block;
    float: left;
}

#tooltipText
{
    display: block;
    float: left;
    
    margin: 0px 5px 0px 5px;
}

#googleAdWrapper
{
    display: block;
    float: left;
    
    width: 728px;
    height: 90px;
    
    margin-left: 59px;
    
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 1px;
}

#sponsorAdWrapper
{
    display: block;
    position: absolute;
    
    width: 850px;
    min-height: 10px;
    
    z-index: 2000;
}

#sponsorAdWrapper div.grayLine
{
    display: block;
    float: left;
    
    width: 846px;
    height: 1px;
    
    background-color: #e5e5e5;
}

#sponsorAdWrapper.blink
{
    background-color: #FFFF66;
}

#sponsorAdWrapper span
{   
    font-family: Verdana;
    font-size: 11px;
    
    text-align: center;
    color: #333333;
    
    margin-top: 8px;
    margin-bottom: 9px;
    text-transform: uppercase;
}

#sponsorAdWrapper img
{   
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 1px;
    
    cursor: pointer;
}

#polishFlag
{
    display: block;
    position: absolute;
    
    top: 340px;    
    left: 37px;
    
    border: 1px solid #dddddd;
}

.hh
{
    display: none;
}

/* free info */
#freeFlower
{
    position: absolute;
    top: 5px;
    left: 396px;
    
    margin: 0px;
    padding: 0px;
    width: 64px;
    height: 64px;
    
    text-indent: -9999px;
    
    background: url(/images/login/free1.png) no-repeat;
}

#freeInfoText
{
    position: absolute;
    top: 7px;
    left: 457px;
    width: 250px;
    
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    
    line-height: 18px;
    
    color: #444444;
    text-align: right;
}

#numberOneText
{
    position: absolute;
    top: 471px;
    left: 63px;
    
    border: 1px solid #cccccc;
    width: 392px;
    
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    
    line-height: 16px;
    
    color: #333333;
    text-align: center;
    background-color: White;
    
    padding: 1px 0px 0px 0px;
}

#devEnvInfo
{
    position: absolute;
    left: 9px;
    top: 459px;
    z-index: 99999;
    
    font-family: Verdana;
    font-size: 11px;
    
    padding: 2px 10px 2px 10px;
    
    border: 1px solid #999999;
    background-color: #dddddd;
}

#siteContent
{
    position: absolute;
    text-indent: -9999px;
}

#captchaWrapper
{
    position: absolute;
    top: 315px;
    left: 490px;
    
    z-index: 9999;
}

#locationText
{
    display: block;
    position: absolute;
    
    text-align: center;
    
    width: 388px;
    top: 395px;    
    left: 458px;
    
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    
    line-height: 19px;
}

#userAvatarTooltip
{
    display: block;
    position: absolute;
    
    z-index: 999;
    
    top: 100px;
    left: 100px;
    
    /*border: 1px solid #ffffff;*/
}

#userAvatarTooltipImg
{
    width: 100px;
    height: 100px;
    
    border: 1px solid #cccccc;
    padding: 1px;
    background-color: #ffffff;
}