/*
Easily.co.uk stylesheet.
The styles here are intended to be applicable mainly to the body section of the page.
For general styling see page.css; for styles relating to the templated areas and menus, see menus.css
For styles relating to the legacy pages using the old code, see styles.css (and others)
*/
body {
    font-family:Arial,Verdana,Helvetica,sans-serif;
}

.easy_title1 {
    font-size:16px;
    font-weight:bold;
    color:#000000;      /*easily black*/
}
.easy_subhead1 {
    font-size:14px;
    font-weight:bold;
    color:#000000;      /*easily black*/
}
.easy_title2 {
    font-size:16px;
    font-weight:bold;
    color:#2E3092;      /*easily blue*/
}
.easy_subhead2 {
    font-size:14px;
    font-weight:bold;
    color:#2E3092;      /*easily blue*/
}
.easy_title3 {
    font-size:16px;
    font-weight:bold;
    color:#F4792C;      /*easily orange*/
}
.easy_subhead3 {
    font-size:14px;
    font-weight:bold;
    color:#F4792C;      /*easily orange*/
}
.easy_colour1 {color:#000000;}  /*easily black*/
.easy_colour2 {color:#2E3092;}  /*easily blue*/
.easy_colour3 {color:#F4792C;}  /*easily orange*/
.easy_colour_warning {color:#FF0000;}  /*easily red (warning messages)*/
.easy_colour_safe    {color:#00AA00;}  /*easily green (safe/ok messages)*/

.easy_smalltext {
    font-size:10px;
}
.easy_mediumtext {
    font-size:12px;
}

.easy_stdbutton {
    font-size:12px;
    font-weight:bold;
    text-align:center;
    height:22px; width:128px; background:url(/pics/bti_blank.gif);
    line-height:22px;
    color:#2E3092;
    display:-moz-inline-block;
    display:inline-block;
    user-select: none; -moz-user-select: none;
    text-decoration:none;
}

.easy_stdbutton_halfsize {
    font-size:12px;
    font-weight:bold;
    text-align:center;
    height:22px; width:64px; background:url(/pics/bti_blank_half.gif);
    line-height:22px;
    color:#2E3092;
    display:-moz-inline-block;
    display:inline-block;
    user-select: none; -moz-user-select: none;
    text-decoration:none;
}

.easy_stdbutton_packages {
    font-size:12px;
    font-weight:bold;
    text-align:center;
    height:22px; width:106px; background:url(/pics/bti_blank_packs.gif);
    line-height:22px;
    color:#2E3092;
    display:-moz-inline-block;
    display:inline-block;
    user-select: none; -moz-user-select: none;
    text-decoration:none;
}

/* Used eg for feature-comparison tables. Left hand cells (descriptions) left aligned; most other cells centered */
.easy_prodtable {
    font-family:Arial,Verdana,Helvetica,sans-serif;
    border: none;
    border-collapse:collapse;
    text-align:center;
}
.easy_prodtable td, .easy_prodtable th {
    text-align:center;
    padding:2px;
    border: solid #454545 1px;
}
.easy_prodtable td:first-child {
    text-align:left;
}
/* Feature heading in table -- grey background */
.easy_prodtable_subhead {
    background:#dadada;
    font-weight:bold;
}
.easy_prodtable_prehead td, .easy_prodtable_prehead th {
    border:none;
    font-size:14px;
    font-weight:bold;
}

/* class='button' makes the button look blue, and then orange on hover. */
input.button {
    font-family      : Arial, Verdana, Helvetica, sans-serif;
    font-style       : normal;
    font-size        : 12px;
    font-weight      : bold;
    background-color : #2E3092;
    color            : #ffffff;
}

input.button:hover {
    font-family      : Arial, Verdana, Helvetica, sans-serif;
    font-style       : normal;
    font-size        : 12px;
    font-weight      : bold;
    background-color : #F4792C;
    color            : #000000;
    text-decoration: underline;
}

.comparisoninfo {
    width:100%;
    text-align:left;
    padding:2px;
    margin-bottom:10px;
}
.comparisontag {
    font-weight:bold;
    font-size: 12px;
}
.comparisontagset {
    background:url(/gfx/common/white_box.gif) center no-repeat;
    height:237px;
    width:268px;
}
.comparisontagset div { padding:20px; }
.comparisontagset td {
    font-weight:bold;
    font-size:14px;
    padding-bottom:5px;
}
.comparisontagset a {text-decoration:none;}
.comparisontagset a:hover {text-decoration:underline;}

.comparisoninfo li.tick  { list-style-type:none; list-style-image:url(/gfx/common/tick.gif);}
.comparisoninfo li.qmark { list-style-type:none; list-style-image:url(/gfx/common/Qmark.gif);}

.clickable  {cursor:pointer;}
.inprogress {cursor:wait;}

.domlookupbox {
    padding:10px;
    margin-left:7px;
    margin-right:7px;
    margin-bottom:7px;
    background-color:#F0F0F0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    behavior:url(/scripts/sdc-radius.htc);
}
.mailinfobox {
    height:193px; width:250px;
    box-shadow: 5px 5px 5px #ccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    position:relative;
}
.mailinfoimg {
    position:absolute;
    z-index:1;
    height:75px; width:75px; right: 8%; top: 8%;
}
.mailinfotext {
    font-weight:bold;
    position:absolute;
    top:0; left:0;
    z-index:5;
}

.cp_section {padding:10px; margin-bottom:15px; position:relative; margin-left:auto; margin-right:auto; border:1px solid black; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:15px;}
.cps_title {background:#ffffff; position:absolute; top:-8px; left:5px; font-weight: bold; font-size:12px;}

.extra_info {
    margin:4px;
    padding:4px;
    background-color:#eaeaea;
}

.mbox_address {
    /* prevent very long email addresses from messing with the page layout by locking them to a maximum width and hiding the rest with an ellipsis */
    white-space:nowrap;
    width:265px;
    text-overflow:ellipsis;  /* text-overflow not supported by Firefox (!), but okay without it */
    -o-text-overflow:ellipsis;
    overflow:hidden;
}

/* dialog box styles. currently used for OpenXchange T&C agreement popup  */
.dialogunderlay {
    opacity:.75; -moz-opacity:.75; -khtml-opacity:.75; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter:alpha(opacity='75');
    display:block; position:absolute; top:0px; left:0px; z-index:100; width:100%; height:100%; background:#828282;
}
.dialogcontainer {
    position:absolute; top:20%; left:0px; width:100%; height:100%; z-index:102;
}

.searchbuy_price {
    font-size: 12px;
}

.active-odd {
    background-color: #ffbf99;
}

.active-even {
    background-color: #ffd5bb;
}

.notactive-odd {
    background-color: #cccccc;
}

.notactive-even {
    background-color: #dddddd;
}

.cntct-tab {
    padding-left: 15px;
    padding-right: 15px;
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    /* margin-bottom: 5px; */
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    behavior:url(/scripts/sdc-radius.htc);
}

.cntct-head {
    text-align: center;
    font-weight: bold;
}

.cntct-subhead {
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
}

.bundle-table td {
    padding: 5px;
}

.orange-button {
    text-align: center;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    padding: 0;
    display: inline-block;
    background-image: url('/images/orange.gif');
    background-repeat: no-repeat;
    color: #ffffff;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.centre {
    text-align: center;
}
.justify {
    text-align: justify;
}

#easy_renewal {
    width:100%;
}
#easy_renewal td,#easy_renewal th {
    padding:2px;
}
#easy_renewal_head_extend {
    text-align:center;
    color:#000066;
    font-weight:bold;
}
#easy_renewal_head_domain {
    text-align:left;
    color:#000066;
    font-size:12px;
}
#easy_renewal_head_price {
    text-align:center;
    width:10%;
    color:#000066;
    font-size:12px;
}
#easy_renewal_head_later {
    text-align:center;
    color:#000066;
    font-weight:bold;
}
#easy_renewal_head_duration {
    text-align:center;
    width:5%;
    color:#000066;
    font-size:12px;
}
#easy_renewal_head_expiry {
    text-align:right;
    width:20%;
    color:#000066;
    font-size:12px;
}
#easy_renewal_detail_domain {
    text-align:left;
    font-weight:bold;
}
#easy_renewal_detail_price {
    text-align:right;
    width:10%;
    font-size:12px;
}
#easy_renewal_detail_later {
    text-align:center;
}
#easy_renewal_detail_duration {
    text-align:center;
    width:5%;
}
#easy_renewal_detail_expiry {
    text-align:right;
    width:20%;
}

