﻿
/*----------------textboxes in registration------------------------------------------------*/
.boxleftmargin
{
    margin-left: 10px;
    font-family: arial;
}
.boxrightmargin
{
    margin-right: 10px;
}
.logonerror
{margin: 10px 0px 20px 0px; padding: 10px; background: #ff2c00; color: #ffffff; font-weight: bold;}
.textboxemail
{visibility: hidden}
/*-------------newproperty.aspx-------------------------------*/
.girltopbox
{background-position: left bottom; height: 110px; padding: 20px 10px 20px 150px; background-image: url(../Images/villagradient4.png); background-repeat: no-repeat;}
.girltopbox ul li
{padding-bottom: 5px;}
.newpropertyarrow
{float: left; padding: 0px 10px 10px 10px; width: 10px;}
.newpropertyadvice
{padding: 1px 0px 0px 10px; float: left; width: 500px;}
.dropdowncolumnsone
{float: left; width: 70px; padding-bottom: 5px; text-align: right; margin-top: 0px;}
.dropdowncolumnsonebox
{float: left; width: 100px; padding-bottom: 5px; margin-top: 0px;}
.dropdowncolumnstwo
{float: left; width: 70px; padding-bottom: 5px; text-align: right; margin-top: 0px;}
.dropdowncolumnstwobox
{float: left; width: 100px; padding-bottom: 5px; margin-top: 0px;}
.chkplaceholder
{float: left; width: 440px; margin-left: 10px; padding-bottom: 15px;}
.ddlairportcountry
{float: left; width: 130px; padding-bottom: 5px;}
.ddlairportname
{float: left; width: 130px; padding-bottom: 5px;}
.airportdistance
{float: left; width: 55px; padding-bottom: 5px;}
.txtairportdistance
{float: left; width: 55px; padding-bottom: 5px;}
.airportkm
{float: left; padding-left: 5px;}
.countrycodetitle
{float: left; width: 140px; padding: 0px 0px 5px 10px;}
.dialcodetitle
{float: left; width: 300px; padding-bottom: 5px;}
.textcountrycode
{float: left; width: 150px; padding: 1px 0px 5px 0px;}
.textdialcode
{float: left; width: 300px; padding-bottom: 15px;}

/*------------administration page console---------------------------*/
.orangebanner
{margin: 0px; width :600px; font-size: 12pt; height: 24px; text-align: right; padding: 6px 10px 0px 0px; color: #fff; background-image: url(../images/gradients/gradientorange30.png); background-repeat: repeat-x; font-weight: bold;}

#repeaterheader
{
    border-collapse: collapse;
    width: 600px;
}

#repeaterheader td
{
    border-bottom: solid 0px #666666; /*border-bottom-color: #cc3300; #DEB40C #FF632F*/
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
#repeateritem
{
    border-collapse: collapse;
    width: 600px; /*background-color: #E2F2FC;*/
    background-image: url(../Images/gradients/gradient6.png);
    background-repeat: repeat;
    background-attachment: inherit;
}
#repeateritem td
{
    border-right: 1px solid #ffffff;
    border-top: 0px solid #ffffff;
    /*color: #CC3300;*/
    font-weight: normal;
    text-align: center;
    padding: 0.5em 0em 0.5em 0em; 
}

#repeateralternating
{
    border-collapse: collapse;
    width: 600px;
}
#repeateralternating td
{
    border-right: 1px solid #E2F2FC;
    border-top: 0px solid #E2F2FC;
    /*color: #CC3300;*/
    font-weight: normal;
    text-align: center;
    padding: 0.5em 0em 0.5em 0em; 
}
/*------------administration page console---------------------------*/
.topbox
{
    position: relative;
    border: solid 1px #009ed9; 
    text-align: left;
    font-size: 7pt; 
    padding: 0px 0px 0px 10px; 
    color: #000000; 
    float: left; 
    width: 598px; 
    height: 80px;
}
.GuideTitle
{background-color: #009ed9; color: #fff; padding: 4px 0px 4px 20px; font-weight: bold;}