/*
	Safenames styles
	Developed by foamcube

	zoom:1 used for hasLayout and self-clear floats in IE5-7
	* html hack targets IE5-6 only
*/

/* ------- Formatting ------- */
ContactusInput
{
    width:100%;
}
body
{
    color: #333;
    font: normal .80em/1.4em "Segoe UI", helvetica, arial, sans-serif;
}

p, address, ul, ol, li, dt, dd, td, th
{
    line-height: 1.4;
}

b, strong
{
    font-weight: bold;
}

i, em, cite
{
    font-style: normal;
}

sup, sub
{
    font-size: 75%;
}

table, tr, td, th /* Table font reset */
{
    font-size: 100%;
}


/* Links */
a
{
    text-decoration: none;
}

    a:link
    {
        color: #4c739c;
    }

    a:visited
    {
        color: #4c739c;
    }

    a:hover, a:active
    {
        text-decoration: underline;
    }

/* Arrowed links */
.arrow_link
{
    padding-right: 10px;
    border: 0px solid red;
    background: url("/images/default-source/default-album/archive_arrow.gif") no-repeat 100% 6px;
}


/* Paragraphs */
p
{
    margin: 0 0 1.4em;
}

address
{
    font-style: normal;
    margin: 0 0 1.4em;
}

blockquote
{
    margin: 0 12px 1.4em;
    padding: 0;
}


.small, small
{
    font-size: 92%;
}

.big, big
{
    font-size: 130%;
}

.aligncenter
{
    text-align: center;
}

.alignright
{
    text-align: right;
}

.highlight
{
    color: #f35d09;
}


/* Images */
a img
{
    border-style: none;
}

.floatleft /* Floating images */
{
    clear: left;
    float: left;
    margin: 0 8px 8px 0;
}

.floatright
{
    clear: right;
    float: right;
    margin: 0 0 8px 8px;
}

img.icon /* Document icons */
{
    display: inline;
    margin-right: 3px;
    padding-left: 6px;
    vertical-align: middle;
}


/* Separators */
hr
{
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 1.3em 0;
    padding: 0;
    border: 0;
    border-top: 1px dashed #afb8c0;
    overflow: hidden;
}

* html hr /* IE6 fix */
{
    margin: 0 0 1em;
}

*:first-child + html hr /* IE7 fix */
{
    margin: 0 0 1em;
}


/* Headings */
h1, h2, h3, h4, h5, h6
{
    color: #41576f;
    margin: 0 0 .9em;
    padding: 0;
    font: bold normal 140%/1.2 "Segoe UI", helvetica, arial, sans-serif ;
}

h1
{
    font-size: 150%;
}
/* 18px */
h2
{
    font-size: 133%;
}
/* 16px */
h3
{
    font-size: 124% !important;
}
/* 15px */
h4
{
    font-size: 115%;
}
/* 14px */
h5
{
    font-size: 108%;
}
/* 13px */
h6
{
    font-size: 108%;
    margin-bottom: .2em;
}

    /* No italics */
    h1.clean, h2.clean, h3.clean, h4.clean, h5.clean, h6.clean
    {
        font-style: normal;
    }

/*.clean {
    margin: 2em 0 1.4em 0;
}*/

div.blog_post p
{
    margin: 8px 0px 5px 0px!important;
}
/* Underheader */
.subtitle
{
    margin-top: -1em;
}

/* Sub header used in regulations & new gtld pages*/
.reg_subhd
{
    color: #da7910 !important;
    font-size: 12px !important;
    font-style: normal !important;
    margin-left: 0px;
    margin-top: 5px;
    font-weight: 700;
}


/* Lists */
ul
{
    margin: 0 0 1.4em;
    padding: 0;
    list-style-type: none;
}

    ul li, ol li ul li
    {
        margin: 0 0 .7em;
        padding: 0 0 0 15px;
        background: url("/images/default-source/default-album/bullet_square.gif") no-repeat 1px .4em;
    }

    ul ul
    {
        margin: 5px 0 2px 2px;
    }

ol
{
    margin: 0 0 1.4em 33px;
    padding-left: 0;
}

    ol li, ul li ol li
    {
        margin-bottom: .6em;
    }

dl
{
    margin: 0 0 1.4em;
}

dt
{
    display: block;
    margin: 1em 0 0;
    padding: 0;
    font-weight: bold;
}

dd
{
    margin: .1em 0 0;
    padding: 0;
}


/* Forms */
form
{
    margin: 0;
    padding: 0;
}

input, select, textarea
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

textarea
{
    width: 99%;
}

label
{
    vertical-align: middle;
}


/* Layout tables */
table
{
    margin: 0 0 1.1em;
    padding: 0;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    table-layout: auto;
}

td
{
    padding: 0 6px 9px 0;
    vertical-align: top;
}


/* Data tables */
table.data
{
    width: 100%;
    margin-bottom: 1.6em;
}

    table.data caption
    {
        padding: 0 0 5px;
        text-align: left;
        font-weight: bold;
        font-size: 100%;
    }

    table.data th
    {
        padding: 5px 7px;
        border: 1px solid #fff;
        vertical-align: top;
        background-color: #999;
        color: #fff;
        text-align: left;
    }

    table.data td
    {
        padding: 6px 7px;
        border: 1px solid #fff;
        vertical-align: top;
    }

    /* Row gap */
    table.data tr.break td
    {
        border-top: 2em solid #fff;
    }

/* Alternating row colors */
td.even, tr.even td
{
    background-color: #e5e5e5;
}



/* ------- Layout ------- */

.hide, .hide *
{
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -9999px;
    width: 1px;
    height: 1px;
}

.clear
{
    clear: both;
}


body
{
    margin: 0;
    padding: 0;
    background-image: none !important;
	background-color: #c9d7e7 !important;
    background-repeat: repeat-x;
}

#wrapper
{
    zoom: 1;
    position: relative;
    width: 981px;
    margin: 0 auto;
}

    #wrapper:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


/* --- Header --- */

#header
{
    zoom: 1;
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 10px 20px 0 32px;
    background-color: #556578;
    text-align: right;
}

    #header:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

#logo
{
    float: left;
    margin: 12px 0 -15px;
    width: 147px;
}

    #logo img
    {
        display: block;
    }

.logo
{
    float: left;
    margin: 12px 0 -15px;
    width: 147px;
}

    .logo img
    {
        display: block;
    }
/* - Auxiliary nav - */
#auxnav
{
    margin-right: 1px;
    color: #dabb64;
}

    #auxnav a
    {
        margin: 0 3px;
        padding: 3px;
    }

        #auxnav a:link, #auxnav a:visited
        {
            color: #dabb64;
        }

/* Site search */
div.searchform
{
    border: solid 0px red;
    display: inline-block;
    width: 121px;
    /*height: 18px;*/
    margin-right: -3px;
    background: url("../images/back_search_box.gif") no-repeat;
}

    div.searchform input.search
    {
        width: 91px;
        margin: 0 10px 0 0;
        padding: 0px 10px 0px 0px;
        border: solid 0px green;
        background: none;
        text-align: left;
        color: #999;
        font-size: 11px;
        top: -2px;
        position: relative;
    }

    div.searchform input.button
    {
        visibility: hidden;
        display: none;
        margin: 0px;
        padding: 0px;
        width: 0;
        height: 0;
        border: 0;
    }

* html .searchform /* IE6 fix */
{
    display: inline;
}

*:first-child + html .searchform /* IE7 fix */
{
    display: inline;
    padding-top: 2px;
}



/* - Primary nav with flyout - */
.sf-menu
{
    zoom: 1;
    float: right;
    margin: 1px 0 0;
    padding: 0px;
}

    .sf-menu:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .sf-menu li.navitem
    {
        position: relative;
        float: left;
        margin: 0;
        padding: 0 0 5px 0;
        /*padding: 9px 0px 9px 8px;*/
        background: none;
        cursor: default;
        /*padding-right: 14px;*/
    }

    .sf-menu li.active
    {
        background: url("/images/default-source/default-album/nav_tooth.gif") no-repeat 50% 100%;
    }

    * html .sf-menu li.active
    {
        background-position: 50% 30px;
    }

    .sf-menu li:hover,
    .sf-menu li.hover /* IE6 :hover fix */
    {
        z-index: 99;
        background-color: #ccc !important;
        background-image: none !important;
    }

    .sf-menu li.navitem a.menu
    {
        float: left;
        padding: 8px;
        text-decoration: none;
        color: #fff;
        white-space: nowrap;
        cursor: default;
    }


    .sf-menu a
    {
        color: white;
        text-decoration: none !important;
    }

    .sf-menu li:hover a.menu, .sf-menu li.hover a.menu
    {
        color: #333;
        cursor: default;
    }


    /* Nested menus */
    .sf-menu ul /* With tooth */
    {
        display: none;
        position: absolute;
        z-index: 100;
        top: 2.5em;
        left: -2px;
        width: 220px;
        padding-top: 15px;
        background: #8d9daf url(/images/default-source/default-album/nested_nav_bg.gif) 10% 0 no-repeat;
        font-size: 92%;
    }

    .sf-menu li.rs ul /* Right-aligned menus */
    {
        left: auto;
        right: 0;
        background-position: 90% 0;
    }

.sub-menu-rs
{
    left: auto;
    right: 0;
    background-position: 90% 0;
}

.sf-menu li ul li
{
    width: 100%;
    margin: 0;
    padding: 0;
    /*padding: 0 0 5px 0;*/
    background: none;
    text-align: left;
}

.sf-menu li ul a
{
    display: block;
    position: relative;
}

    .sf-menu li ul a:link, .sf-menu li li a:visited
    {
        padding: 5px 0 5px 10px;
        color: #fff;
    }

    .sf-menu li ul a:hover
    {
        background: #556578;
        color: #fff;
        text-decoration: none;
    }




/* - Tagline - */
#tagline
{
    zoom: 1;
    position: relative;
    min-height: 35px;
    z-index: 80;
    clear: both;
    margin: 0;
    padding: 0;
    background-color: #ae0e30;
}

* html #tagline /* IE6 min-height fix */
{
    height: 35px;
}

    #tagline:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

#salescontact-link
{
    float: right;
    width: 184px;
    height: 35px;
    color: #fff;
    background: #ae0e30 url("/images/default-source/default-album/link_salescontact.gif");
    overflow: hidden;
    text-indent: -9999px;
}

    #salescontact-link:hover
    {
        background-position: 0 -35px;
    }

/* Sales popup box */
#salescontact-popup
{
    position: absolute;
    top: 35px;
    right: 0;
    background: #ae0e30;
    width: 192px;
    color: #fff;
    padding: 15px 15px 5px;
    display: none;
}

    #salescontact-popup *
    {
        color: #fff;
    }

    #salescontact-popup p
    {
        margin-bottom: 1em;
    }

/* Tagline text */
#tagline .tagtext
{
    margin: 0 50px 0 20px;
    padding: 8px 0;
    color: #fff;
}



/* - Level-down page Introduction/Highlight - */
#intro, #intro img, #intro object, #intro embed
{
    display: block;
    margin: 0;
    padding: 0;
}



/* --- Content area --- */

#contentwrapper
{
    zoom: 1;
    position: relative;
    padding: 1em 24px 2em 18px;
    border: 6px solid #929da9;
    border-width: 0 6px;
    background-color: #fff;
}

    #contentwrapper:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/* Breadcrumb trail */
.breadcrumb
{
    margin: 0 0 3em;
    font-size: 85%;
    line-height: 1.4;
}


/* - Content column - */

#content
{
    zoom: 1;
    float: left;
    width: 650px;
}

    #content:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.content
{
    zoom: 1;
    float: left;
    width: 650px;
}

    .content:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/* Columns (only for multi-column content, not page layout) */
.columns
{
    zoom: 1;
    margin: 0 0 1.2em;
}

    .columns:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .columns .col
    {
        float: left;
        width: 47%;
        margin-right: 3%;
    }

    .columns .first-child
    {
        margin-right: 0;
        border-right: 1px solid #ced2d8;
        padding-right: 2.9%;
    }

    .columns .last-child
    {
        float: right;
        width: 47%;
        margin-right: 0;
    }

.three .col /* Three columns */
{
    float: left;
    width: 30%;
    margin-right: 3%;
}

.three .first-child
{
    margin-right: 1.3%;
    border-right: none;
    padding-right: 0;
}

.three .middle-child
{
    margin-right: 1.4%;
    padding: 0 2% 0 2.4%;
    border-left: 1px solid #ced2d8;
    border-right: 1px solid #ced2d8;
}

.three .last-child
{
    float: right;
    margin-right: 0;
    padding-left: 1.4%;
}



/* --- Right sidebar --- */

.sidebar
{
    float: right;
    width: 257px;
}

    .sidebar h6
    {
        color: #333;
        font-size: 105%;
    }

    .sidebar p
    {
        margin: .4em 0;
    }

    .sidebar .blogdate
    {
        margin: .4em 0 0;
        font-size: 92%;
    }



/* --- Footer --- */

#footer
{
    text-align: left;
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    background: url(/images/default-source/default-album/back_bluegrey.gif) repeat-y;
    color: #fff;
}

    #footer:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #footer p, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer li, #footer a:link, #footer a:visited
    {
        color: #fff;
    }


/* Left column links */
#footer-links
{
    position: relative;
    float: left;
    width: 565px;
    padding: 25px 0 5px 25px;
    background: #41576f url(/images/default-source/default-album/footer_arrow.gif) no-repeat 550px 0;
}

    #footer-links .inside
    {
        margin: 0;
        padding-bottom: 0;
    }

    #footer-links .columns .first-child
    {
        border-right-style: none !important;
    }

    #footer-links h5
    {
        padding: 10px 0;
        margin: 0;
    }

    #footer-links ul, #footer-links li
    {
        margin: 0;
        padding: 0;
        background: none;
    }

.copyright
{
    clear: both;
    margin: 3em 0 5px;
    padding-left: 25px;
    background: url("/images/default-source/default-album/copyright.gif") no-repeat;
    font-size: 92%;
}


/* Right-column tools */
#footer-tools
{
    float: right;
    background: #999;
    width: 316px;
    padding: 25px;
}

    #footer-tools p.highlight
    {
        clear: both;
        padding: 10px 0;
        color: #41576F !important;
        font-style: italic;
    }

        #footer-tools p.highlight a
        {
            color: #41576F !important;
            font-style: normal;
        }


/* Domain search */
div.domainsearch
{
    zoom: 1;
}

    div.domainsearch:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

input.domainsearch-name
{
    float: left;
    width: 214px;
    height: 27px;
    padding: 5px 15px 5px 10px;
    margin: 0;
    border: 0;
    text-align: left;
    color: #999;
    background: #fff;
    font-size: 160%;
}

input.domainsearch-submit
{
    float: left;
    margin-left: 8px;
}


/* Awards */
#footer-tools .award_photo
{
    zoom: 1;
    position: relative;
}

    #footer-tools .award_photo:after /* Clear after floats */
    {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #footer-tools .award_photo img
    {
        float: left;
        margin-right: 10px;
    }



/* ----- Homepage styles: <body id="home"> ----- */

/* - Tabs - */
ul.hp_tab_container
{
    z-index: 50;
    width: 981px;
    height: 98px;
    overflow: hidden;
    position: relative;
    padding: 259px 0 0 0;
    margin: 0;
    float: left;
    background: #fff;
}

    ul.hp_tab_container li .banner
    {
        display: none;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
    }

        ul.hp_tab_container li .banner img
        {
            z-index: 10;
        }

    ul.hp_tab_container li.domain .banner
    {
        display: block;
    }

    ul.hp_tab_container li.hover .banner, ul.hp_tab_container li:hover .banner
    {
        display: block;
        margin: 0;
        padding: 0;
    }

    ul.hp_tab_container li
    {
        z-index: 20;
        float: left;
        width: 244px;
        height: 98px;
        margin: 0;
        padding: 0;
        border-right: 1px solid #fff;
        color: #fff;
    }

        ul.hp_tab_container li.telnic
        {
            border-style: none !important;
            width: 246px;
        }

        ul.hp_tab_container li a:link, ul.hp_tab_container li a:visited
        {
            position: absolute;
            overflow: hidden;
            display: block;
            width: 244px;
            height: 98px;
            padding: 0;
            background-color: #556578;
            text-indent: -1000px;
            color: #fff;
            text-decoration: none;
        }

        ul.hp_tab_container li a:hover
        {
            z-index: 20;
            display: block;
            height: 136px;
        }

li.domain a:link, li.domain a:visited
{
    left: 0;
    background: url("/images/default-source/default-album/service_01.png");
}

li.domain a:hover
{
    background: url("/images/default-source/default-album/service_01_on.png");
}

li.portfolio a
{
    left: 245px;
    background: url("/images/default-source/default-album/service_02.gif");
}

    li.portfolio a:hover
    {
        background: url("/images/default-source/default-album/service_02_on.gif");
    }

li.online a
{
    left: 490px;
    background: url("/images/default-source/default-album/service_03.gif");
}

    li.online a:hover
    {
        background: url("/images/default-source/default-album/service_03_on.gif");
    }

li.telnic a
{
    width: 246px !important;
    left: 735px;
    background: url("/images/default-source/default-album/service_04.gif");
}

    li.telnic a:hover
    {
        margin-top: -38px;
        width: 246px !important;
        background: url("/images/default-source/default-album/service_04_on.gif");
    }




/* - Content area - */
body#home #contentwrapper
{
    clear: both;
    padding: 1.5em 18px .6em;
}

body#home .content
{
    width: auto;
    float: none;
}

    body#home .content h4
    {
        font-size: 105%;
        color: #333;
    }

#home #contentwrapper p
{
    margin: 2em 0 1.4em 0;
}

body#home .content .resource_photos /* Floating images */
{
    float: left;
    margin: 0 4px 8px 0;
}



/* - Sitefinity User control specific styles - */

/* - New gTLD / Regulations registration form - */

.registrationbox
{
    background-color: #556578;
    width: 93.4%;
    height: 230px;
    color: #FFFFFF;
    margin-top: 12px;
    padding: 20px;
}

.rbox_hd
{
    font-family: "Lucida Grande",verdana,arial,sans-serif;
    font-size: 26px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}

.rbox_subhd
{
    display: block;
    font-family: "Lucida Grande",verdana,arial,sans-serif;
    font-size: 16px;
    color: #e1e7ed;
    margin-top: 5px;
}

.rbox_sm
{
    font-family: "Lucida Grande",verdana,arial,sans-serif;
    font-size: 16px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.4);
}

.rbox_divider
{
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-shadow: inset 0px -2px 1px -1px rgba(0,0,0,0.2);
}

.rbox_input
{
    width: 320px;
    margin: 4px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #5d6875;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

.rbox_aditform
{
    font-size: 10px !important;
    padding: 5px !important;
    width: 330px !important;
}

.rbox_price
{
    background-color: rgba(255,255,255,0.1);
    position: relative;
    margin-top: 15px;
    margin-right: 10px;
    padding-top: 8px;
    padding-left: 18px;
    float: right;
    width: 128px;
    height: 95px;
}

.rbox_butt
{
    position: absolute;
    bottom: 28px;
    right: 0px;
    height: 40px;
    width: 80px;
    background-color: #7fbf4d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background-image: linear-gradient(top, #7fbf4d, #63a62f);
    border: 1px solid #5d6875;
    border-bottom: 2px solid #474f59;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    color: #fff;
    font: 10px/1;
    padding: 4px 0 8px 0;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

    .rbox_butt:hover
    {
        background-color: #76b347;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
        background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
        background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
        background-image: linear-gradient(top, #76b347, #5e9e2e);
        -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
        box-shadow: inset 0 1px 0 0 #8dbf67;
        cursor: pointer;
    }

.reg_moreext
{
    display: inline-block;
    list-style-type: none;
    background-image: none;
    padding: 10px;
    background-color: #d8d8d8;
    border-bottom: 4px solid #c1c1c1;
}

/* - Regulations / New gTLD Phases Box - */

span.tag
{
    width: 190px;
    height: 35px;
    display: inline-block;
    margin: 0 0px 0px 0;
    padding: 16px 16px;
    position: relative;
    font-family: "Lucida Grande","Trebuchet MS",verdana,arial,sans-serif;
    font-size: 20px;
    color: white;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
}

    span.tag:after
    {
        display: block;
        content: " ";
        position: absolute;
        right: -62px;
        top: 0;
        border: 33px solid transparent;
    }


.lightorange
{
    background: #efb94e !important;
}

    .lightorange:after
    {
        border-left: 29px solid #efb94e !important;
    }

.darkorange
{
    background: #eda04c;
}

    .darkorange:after
    {
        border-left: 29px solid #eda04c !important;
    }

.green
{
    background: #199b46 !important;
}

    .green:after
    {
        border-left: 29px solid #199b46 !important;
    }

.phasechart_hd
{
    color: #666;
    font-family: "Lucida Grande","Trebuchet MS",verdana,arial,sans-serif;
    font-weight: 700;
}

.phasechart_sm
{
    color: #666;
    font-family: "Lucida Grande","Trebuchet MS",verdana,arial,sans-serif;
    font-size: 15px;
}

.phasechart_topbar
{
    width: 621px;
    height: 20px;
    padding: 10px;
    padding-left: 15px;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
}

/* - New gTLD FAQ Sidebar Panel - */

.faqbox_hd
{
    position: relative;
    cursor: pointer;
    width: 250px;
    padding: 6px;
    font-family: "Lucida Grande","Trebuchet MS",verdana,arial,sans-serif;
    font-size: 12px;
    color: #333333;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.faqbox_sm
{
    width: 246px;
    font-family: "Lucida Grande","Trebuchet MS",verdana,arial,sans-serif;
    font-size: 12px;
    color: #666;
    padding: 8px;
}



/* Styles used in regulations & new gtld pages*/


.arrow_box
{
    text-align: center;
    position: relative;
    background: #ff9696;
    border: 1px solid #985151;
    padding: 5px;
    font-size: 11px;
    color: #7e2a2a !important;
    text-shadow: 1px 1px 0px #f6c0c0;
    z-index: 9999;
}

    .arrow_box:after, .arrow_box:before
    {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box:after
    {
        border-color: rgba(255, 150, 150, 0);
        border-top-color: #ff9696;
        border-width: 6px;
        margin-left: -6px;
    }

    .arrow_box:before
    {
        border-color: rgba(201, 87, 79, 0);
        border-top-color: #c9574f;
        border-width: 7px;
        margin-left: -7px;
    }

}


.reg_moreext
{
    background-image: none;
    padding: 10px 15px;
    display: inline-block;
    background-color: #e3e3e3;
    border-bottom: 3px solid #d3d3d3;
}

.reg_renewalterms
{
    width: 95%;
    padding: 15px;
    margin-bottom: 25px;
    font-family: "Lucida Grande","Trebuchet MS",verdana,arial,sans-serif;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* 

Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* 

IE6-9 */
}


.reg_termhighlight
{
    display: inline-block;
    color: white;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #68ad33;
    background: #63a62f; /* Old browsers */
    background: -moz-linear-gradient(top, #63a62f 0%, #7fbf4d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63a62f), color-stop(100%,#7fbf4d)); /* 

Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #63a62f 0%,#7fbf4d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #63a62f 0%,#7fbf4d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #63a62f 0%,#7fbf4d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #63a62f 0%,#7fbf4d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63a62f', endColorstr='#7fbf4d',GradientType=0 ); /* 

IE6-9 */
}

.gtld-ul
{
    display: inline-block !important;
    width: 640px;
    margin: 0 !important;
    padding: 0 !important;
}

    .gtld-ul > li
    {
        display: inline-block !important;
        cursor: pointer;
        margin: 2px !important;
        /*margin: 2px 4px 2px 2px;*/
        background: #eeeeee; /* Old browsers */
        background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }



.gtld-left
{
    display: inline-block !important;
    font-size: 16px;
    padding: 0px !important;
    width: 150px;
}


    .gtld-left a
    {
        color: #444;
    }

.gtld-right
{
    display: inline-block !important;
    background-color: #CCCCCC;
    font-size: 10px;
    padding-top: 15px !important;
    padding-bottom: 8px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    border-left: 1px solid #b8b8b8;
    width: 118px;
    text-align: center;
}


.gtld-disabled
{
    background: #e3e3e3 !important;
    cursor: auto !important;
    color: #999999;
    text-shadow: 0.1em 0.1em #ffffff;
    visibility: collapse !important;
    position: absolute;
    left: -9999px;
}




/* Styles used in safenames.net internal (website styled) landing pages*/


.flow-lp-paddingcontainer
{
    padding: 8px;
}

.flow-lp-large
{
    font-size: 18px;
}

.flow-lp-sm
{
    font-size: 11px;
    line-height: 0px !important;
}


.flow-lp-cta-head
{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #60851e;
}

.flow-lp-cta-subhead
{
}

.flow-lp-cta-txt
{
    margin-bottom: 8px;
}

.flow-lp-ctabox
{
    background-color: #e6e5e5;
    border: 1px solid #e1e1e1;
}

.flow-lp-ctaboxinner
{
    background-color: #f0f0ef;
    padding: 8px;
}

.flow-lp-butt
{
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0px 12px;
    -moz-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    box-shadow: inset 0px 1px 0px 0px #c1ed9c;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background: -moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color: #9dce2c;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    text-indent: 0px;
    border: 1px solid #83c41a;
    display: inline-block;
    color: #ffffff !important;
    font-size: 14px;
    font-style: normal;
    line-height: 39px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #689324;
}

    .flow-lp-butt:hover
    {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aedd42), color-stop(1, #9fcf31) );
        background: -moz-linear-gradient( center top, #aedd42 5%, #9fcf31 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aedd42', endColorstr='#9fcf31');
        background-color: #aedd42;
        text-decoration: none;
    }

    .flow-lp-butt:active
    {
        position: relative;
        top: 1px;
    }

.flow-lp-middle
{
    width: 100%;
    display: inline-block;
    text-align: center;
}



/* button styles */
.contact-butt
{
    cursor: pointer;
    padding: 7px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    font-size: 14px;
    font-family: 'lucida grande', verdana, arial, sans-serif;
    color: #444444;
    background-color: #f3f3f3;
    font-weight: 700;
}

    .contact-butt a
    {
        color: #444444;
    }

    .contact-butt:hover
    {
        background-color: #ffffff;
        color: #666666;
    }

    .contact-butt:active
    {
        border-bottom: 2px solid #ffffff;
        color: #cccccc;
    }


/* Posts list */
ul.sf_postListing
{
    margin: 0;
    padding: 0;
}

    ul.sf_postListing li
    {
        margin: 0 0 20px;
        padding: 0;
        list-style: none;
    }

        ul.sf_postListing li p, .sf_singlePost p, .sf_postComments p
        {
            margin: 0 0 5px;
            padding: 0;
        }

.sf_socialBookmarks
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.3;
}

    .sf_socialBookmarks li
    {
        list-style-type: none;
        display: inline;
        padding-right: 5px;
    }

.sf_postTitle
{
    margin: 20px 0;
    padding: 0;
    font-size: 2.2em;
    font-weight: normal;
    line-height: 1.2em;
}

.sf_postDate
{
    margin: 0;
    padding: 0;
    font-size: .85em;
    color: #666;
}

.sf_postAuthor, .sf_commentAuthor, .sf_commentContent
{
    margin: 0;
    padding: 0;
}

.sf_commentListing .sf_authorComment, .sf_commentListing .sf_anonymousComment
{
    margin: 0;
    padding: 5px;
}

.sf_authorComment
{
    background-color: #eee;
}
/* Comments List */
.sf_commentListing
{
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    .sf_commentListing li
    {
        margin: 0 0 10px;
        padding: 0;
    }

    .sf_commentListing abbr
    {
        font-size: .8em;
    }

    .sf_commentListing strong
    {
        font-size: 1.1em;
    }
/* Post Comments Form */
fieldset.sf_postNewComment
{
    margin: 20px 0;
    padding: 0;
    border: 0;
}

    fieldset.sf_postNewComment ol
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    fieldset.sf_postNewComment li
    {
        margin: 0 0 10px;
        padding: 0;
    }

    fieldset.sf_postNewComment label
    {
        display: block;
    }
/* Editor in comments tools toggle */
.formattingOptionsToggleBtn
{
    display: block;
    text-align: right;
    outline-width: 0;
}

.reToolbarWrapper
{
    visibility: hidden;
}

.formattingOptions .reToolbarWrapper
{
    visibility: visible;
}
/* Pager */
ol.sf_pager
{
    margin: 10px 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    clear: both;
}

    ol.sf_pager li
    {
        margin: 0;
        padding: 0 10px 0 0;
        width: auto;
        float: left;
    }

        ol.sf_pager li a
        {
            padding: 3px 5px;
        }

            ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
            {
                color: #666;
                text-decoration: none;
                cursor: default;
            }



.staticGrid th
{
    background-color: #556578;
    padding: 8px 20px 8px 20px;
    color: White;
    text-align: center;
}

.staticGrid td
{
    text-align: center;
    padding: 8px;
}

/* global */
#cluetip-close img
{
    border: 0;
}

#cluetip-title
{
    overflow: hidden;
}

    #cluetip-title #cluetip-close
    {
        float: right;
        position: relative;
    }

#cluetip-waitimage
{
    width: 43px;
    height: 11px;
    position: absolute;
    /*background-image: url(wait.gif);*/
}

.cluetip-arrows
{
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#cluetip-extra
{
    display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default
{
    background-color: #d9d9c2;
}

    .cluetip-default #cluetip-outer
    {
        position: relative;
        margin: 0;
        background-color: #eeeeee;
    }

    .cluetip-default h3#cluetip-title
    {
        margin: 0 0 5px;
        padding: 8px 10px 4px;
        font-size: 1.1em;
        font-weight: normal;
        background-color: #556578;
        color: #fff;
    }

    .cluetip-default #cluetip-title a
    {
        color: #d9d9c2;
        font-size: 0.95em;
    }

    .cluetip-default #cluetip-inner
    {
        padding: 10px;
    }

    .cluetip-default div#cluetip-close
    {
        text-align: right;
        margin: 0 5px 5px;
        color: #900;
    }

/* default arrows */

.clue-right-default .cluetip-arrows
{
    /*background-image: url(images/darrowleft.gif);*/
}

.clue-left-default .cluetip-arrows
{
    /*background-image: url(images/darrowright.gif);*/
    left: 100%;
    margin-right: -11px;
}

.clue-top-default .cluetip-arrows
{
    /*background-image: url(images/darrowdown.gif);*/
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

.clue-bottom-default .cluetip-arrows
{
    /*background-image: url(images/darrowup.gif);*/
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip
{
    background-color: transparent;
}

    .cluetip-jtip #cluetip-outer
    {
        border: 2px solid #ccc;
        position: relative;
        background-color: #fff;
    }

    .cluetip-jtip h3#cluetip-title
    {
        margin: 0 0 5px;
        padding: 2px 5px;
        font-size: 16px;
        font-weight: normal;
        background-color: #ccc;
        color: #333;
    }

    .cluetip-jtip #cluetip-inner
    {
        padding: 0 5px 5px;
        display: inline-block;
    }

    .cluetip-jtip div#cluetip-close
    {
        text-align: right;
        margin: 0 5px 5px;
        color: #900;
    }

/* jtip arrows */

.clue-right-jtip .cluetip-arrows
{
    /*background-image: url(images/arrowleft.gif);*/
}

.clue-left-jtip .cluetip-arrows
{
    /*background-image: url(images/arrowright.gif);*/
    left: 100%;
    margin-right: -11px;
}

.clue-top-jtip .cluetip-arrows
{
    /*background-image: url(images/arrowdown.gif);*/
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

.clue-bottom-jtip .cluetip-arrows
{
    /*background-image: url(images/arrowup.gif);*/
    top: -11px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded
{
    /*background: transparent url(images/bl.gif) no-repeat 0 100%;*/
    margin-top: 10px;
    margin-left: 12px;
}

    .cluetip-rounded #cluetip-outer
    {
        /*background: transparent url(images/tl.gif) no-repeat 0 0;*/
        margin-top: -12px;
    }

    .cluetip-rounded #cluetip-title
    {
        background-color: transparent;
        padding: 12px 12px 0;
        margin: 0 -12px 0 0;
        position: relative;
    }

    .cluetip-rounded #cluetip-extra
    {
        position: absolute;
        display: block;
        /*background: transparent url(images/tr.gif) no-repeat 100% 0;*/
        top: 0;
        right: 0;
        width: 12px;
        height: 30px;
        margin: -12px -12px 0 0;
    }

    .cluetip-rounded #cluetip-inner
    {
        /*background: url(images/br.gif) no-repeat 100% 100%;*/
        padding: 5px 12px 12px;
        margin: -18px -12px 0 0;
        position: relative;
    }

    .cluetip-rounded div#cluetip-close
    {
        text-align: right;
        margin: 0 5px 5px;
        color: #009;
        background: transparent;
    }

        .cluetip-rounded div#cluetip-close a
        {
            color: #777;
        }

/* rounded arrows */

.clue-right-rounded .cluetip-arrows
{
    /*background-image: url(images/rarrowleft.gif);*/
}

.clue-left-rounded .cluetip-arrows
{
    /*background-image: url(images/rarrowright.gif);*/
    left: 100%;
    margin-left: 12px;
}

.clue-top-rounded .cluetip-arrows
{
    /*background-image: url(images/rarrowdown.gif);*/
    top: 100%;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}

.clue-bottom-rounded .cluetip-arrows
{
    /*background-image: url(images/rarrowup.gif);*/
    top: -23px;
    left: 50%;
    margin-left: -11px;
    height: 11px;
    width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner
{
    zoom: 1;
}



/* blog titles, sitefinity stuff*/
h1.sf_postTitle
{
    font-size: 150%;
    font-weight: bold;
}

h2.sf_postTitle
{
    font-size: 124%;
    font-weight: bold;
    margin-bottom: 2px !important;
    margin-top: 40px !important;
}

    h2.sf_postTitle a
    {
        color: #41576f;
    }

ul.sf_postListing li
{
    background-image: none !important;
}

    ul.sf_postListing li p
    {
        margin-top: 15px !important;
    }

        ul.sf_postListing li p.sf_readMore
        {
            margin-top: 5px !important;
            padding-right: 10px;
            background: url("../images/archive_arrow.gif") no-repeat 0px 6px;
        }

            ul.sf_postListing li p.sf_readMore a
            {
                padding-left: 12px;
            }

        ul.sf_postListing li p.sf_postDate
        {
            margin-top: 0px !important;
        }

div.sf_postContent ul
{
    margin-top: 10px !important;
}

div.sf_postContent li
{
    list-style-type: disc !important;
    margin: 0px 0px 0px 20px !important;
    background-image: none !important;
}

p.blogdate
{
    margin-bottom: 5px !important;
}

.ctFormError
{
    color: White !important;
    font-weight: bold;
    font-size: small;
}

.error
{
    color: Red !important;
    font-weight: bold;
}

.sitemap-heading
{
    margin: 0px 10px 10px 0.9em;
    padding-top: 46px;
}

    .sitemap-heading a:link
    {
        font: bold normal 140%/1.2 "Segoe UI", helvetica, arial, sans-serif;
        color: #41576f;
        text-decoration: none;
        font-size: 124%;
    }

.sfNavVertical li
{
    margin: .4em 0;
    padding: 0 0 0 15px;
    background: url('') no-repeat 1px .4em;
}

.extra-styles
{
    margin: 0px 8px 2px 0px;
}

.sidebar div a:link
{
    text-decoration: none;
}

.breadcrumb div a:link
{
    text-decoration: none;
}

.partner-img
{
    margin-right: 7px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.sfsearchSubmit
{
    display: none;
}

.sfsearchBox
{
    border: none;
    /*display: none;*/
}

.sfsearchTxt
{
    height: 10px;
    margin-top: -2px;
    border: none;
    color: gray;
    font-size: 100%;
}

.searchform
{
    width: 91px;
    margin: 0 10px 0 0;
    padding: 0px 10px 0px 0px;
    border: solid 0px green;
    background: none;
    text-align: left;
    color: #999;
    font-size: 11px;
    top: -2px;
    position: relative;
}

.k-animation-container, .k-list-scroller
{
    display: none;
}

ul.sfpostsList li
{
    padding: 0 0 0 0;
    background: none;
}

.divTermsConditions
{
    height: 400px;
    overflow-y: scroll;
}


.sf_pagerNumeric a
{
    padding-left: 10px;
}


.pagin
{
    height: auto !important;
    list-style: none !important;
    margin-right: 40px !important;
}

    .pagin li
    {
        padding: 5px !important;
        border: none !important;
        text-align: center !important;
        display: inline-block !important;
        background:url('');
    }

        .pagin li a
        {
            font-family: Calibri, Arial !important;
            font-size: 16px !important;
            color: #4c739c !important;
            text-decoration: none !important;
        }

        .pagin li a.current
        {
            color: green !important;
            text-decoration:underline;
        }

            .pagin li.current a
            {
                color: #FFFFFF !important;
            }
