/* ============================= GLOBAL TAGS ============================== */
html, body {
        width: 100%;
        height: 100%;
}
form {
        padding: 0;
        margin: 0;
}
body {
        margin: 0;
        padding: 0;
        font-family: Arial, Verdana, sans-serif;
        font-size: 11px;
        color: #000000;
        background-color: #cccccc;
        background-image: url(/newimg/bg_body.gif);
        background-position: top left;
        background-repeat: repeat-x;
}
img {
        border: none;
}
.smallIcon {
        width: 16px;
        height: 16px;
}
.space6 {
        width: 6px;
        height: 6px;
        float: left;
}
li {
        list-style-image: url(/newimg/arrow_orange_on_white.gif);
}



/* ================================ LINKS ================================= */
a:link, a:visited, a:focus  {
        color: #ff5b2c;
        text-decoration: none;
        font-size: 11px;
}
a:hover {
        color: #000000;
        text-decoration: none;
        font-size: 11px;
}


/* =============================== HEADINGS =============================== */
H1, H2, H3, H4, H5, H6 {
        font-weight: bold;
        color: #000000;
        margin: 0;
        padding: 0;
}
H1 {
        font-size: 16px;
}
H2 {
        font-size: 14px;
}
H3 {
        font-size: 12px;
}
H4 {
        font-size: 12px;
}
H5 {
        font-size: 11px;
}
H6 {
        font-size: 11px;
}



/* ============================ INPUT ELEMENTS ============================ */
select, textarea, input[type=password], input[type=text] {
        border: 1px solid #aaaaaa;
        font-size: 11px;
        font-family: Tahoma,Helvetica,Arial;
}
.button {
        color: #000000;
        background-color: #D4D0C8;
        border: 1px outset #cccccc;
        font-size: 11px;
        font-family: Tahoma,Helvetica,Arial;
        text-decoration: none;
        padding-bottom: 1px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 1px;
        background-image: url(/ezdimg/buttonBgGray.gif);
        background-position: center;
        background-repeat: repeat-x;
}
.button:hover {
        color: #000000;
        border: 1px solid #ff5b2c;
        text-decoration: none;
        background-image: url(/ezdimg/buttonBgGrayHover.gif);
        background-position: center;
        background-repeat: repeat-x;
}
.button:link {
        color: #000000;
        text-decoration: none;
}
.button:visited {
        color: #000000;
        text-decoration: none;
}
.deleteButton {
        border: 1px outset #cccccc;
        font-size: 11px;
        font-family: Tahoma,Helvetica,Arial;
        text-decoration: none;
        color: #ffffff;
        background-color: #dd0000;
        padding-bottom: 1px;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 1px;
        background-image: url(/ezdimg/buttonBgRed.gif);
        background-position: center;
        background-repeat: repeat-x;
}
.deleteButton:hover {
        text-decoration: none;
        border: 1px solid #aa0000;
        background-image: url(/ezdimg/buttonBgRedHover.gif);
        background-position: center;
        background-repeat: repeat-x;
}


/* ============================= TABLE STYLES ============================= */
table {
        border: 0px solid #000000;
        padding: 0px;
        margin: 0px;
        border-spacing: 0;
        border-collapse: collapse;
        empty-cells: show;
}
.tableHeading, .tableHeadingRight {
        color: #ffffff;
        background-color: #959595;
        font-weight: bold;
}
.tableHeadingRight {
        text-align: right;
}
.tableHeadingNotifyPrivate {
        color: #ffffff;
        background-color: #ff5b2c;
        font-weight: bold;
}
td {
        padding: 2px;
        color: #000000;
        font-size: 11px;
        font-family: Tahoma,Helvetica,Arial;
}
.tableFontOpen {
        font-size: 12px;
        color: #FF0000;
}
.tableFontClosed {
        font-size: 12px;
        color: #00FF00;
}
th {
        padding: 2px;
        color: #777777;
        font-size:   11px;
        font-family: Tahoma,Helvetica,Arial;
        font-weight: bold;
        vertical-align: top;
        text-align: left;
}
tr.even {
        background-color: #f6f6f6;
}

tr.odd {
        background-color: #d8d8d8;
}



/* ========================= MESSAGE TABLE STYLES  ======================== */
table.msg {
        border: 1px solid #888888;
        /*border-left: 2px solid #888888;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; */
        margin: 0px;
        background-color: #ffffdd;
        width: 100%;
}
.msg {
        padding: 4px;
        color: #aa0000;
        font-weight: bold;
}
.attention {
	border: 1px solid #888888;
        /*border-top: 2px solid #888888;
        border-left: 2px solid #888888;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff; */
        margin: 0px;
        background-color: #ffffdd;
        padding-top: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-bottom: 3px;
}


/* ========================== OVERALL CONTAINERS ========================== */
#newOuter {
        margin: 0;
        padding: 0;
}
#newCenter {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
}

/* ================================ HEADER ================================ */
#newHeader {
        height: 21px;
        width: 898px;
        padding: 0px;
        margin: 0px;
	margin-top: 5px;
        text-align: right;
	border: 1px solid #aaaaaa;
        background-image: url(../newimg/bg_footer.png);
        background-position: top left;
        background-repeat: no-repeat;
	border-bottom: none;
}
#newHeaderContent {
        padding-right: 7px;
        padding-top: 5px;
}
a.newHeader:link, a.newHeader:visited, a.newHeader:focus, 
a.newFooter:link, a.newFooter:visited, a.newFooter:focus  {
        color: #666666;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
}
a.newHeader:hover, a.newFooter:hover {
        color: #000000;
        text-decoration: underline;
        font-size: 11px;
        font-weight: bold;
}

/* ============================ LOGO AND LOGIN ============================ */
#newLogoAndLogin {
        background-image: url(../newimg/bg_logo_paypal.png);
        background-position: top left;
        background-repeat: no-repeat;
        height: 116px;
        width: 898px;
        border: 1px solid #aaaaaa;
        border-top: 0;
        padding: 0px;
        margin: 0px;
        text-align: right;
}
#newLoginArea {
        color: #666666;
        float: right;
        text-align: right;
}
div.newLoginBox, div.newEmailLoginBox {
        margin-top: 6px;
        margin-bottom: 12px;
        margin-right: 10px;
        text-align: left;
}
div.newLoginSpacer {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 10px;
        text-align: left;
}
.newLoginLoggedIn {
        border: 1px solid #aaaaaa;
        background-color: #ffffdd;
        font-size: 11px;
        font-family: Tahoma,Helvetica,Arial;
        width: 240px;
        padding: 1px;
        padding-left: 4px;
        height: 14px;
        display: inline-block;
}
#newLoginUserInput, #newLoginPasswordInput, #newLoginEmailInput, #newLoginEmailPasswordInput {
        width: 120px;
        height: 14px;
}

/* =============================== TOP NAVI =============================== */
#newTopnavi {
        width: 898px;
        height: 31px;
        border-left: 1px solid #aaaaaa;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        background-image: url(../newimg/bg_topnavi.png);
        background-position: top left;
        background-repeat: repeat-x;
        margin: 0;
        padding: 0;
}
#newTopSubNavi {
        width: 899px;
        height: 19px;
        margin: 0;
        padding: 0;
        border-top: 0;
        border-right: 1px solid #aaaaaa;
        background-color: #eeeeee;
        vertical-align: middle;
        border-collapse: separate;
}
div.newTopSubNavi {
        font-size: 12px;
        border: 1px solid #f97a30;
        margin-left: 1px;
        background-color: #ff5b2c;
        color: #ffffff;
        height: 14px;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 1px;
        padding-bottom: 1px;
        float: left;
        font-weight: bold;
        vertical-align: middle;
        border-collapse: separate;
}
div.newTopSubNavi:hover {
        background-color: #fd7042;
}
a.newTopSubNavi:link, a.newTopSubNavi:visited, a.newTopSubNavi:focus  {
        color: #dddddd;
        text-decoration: none;
        font-size: 11px;
}
a:newTopSubNavi:hover {
        color: #ffffff;
        text-decoration: none;
}

/* ========================== LEFT/RIGHT DIVIDER ========================== */
#newLeftRight {
        width: 898px;
        margin: 0;
        padding: 0;
        border: 1px solid #aaaaaa;
        border-bottom: 0px;
        /* border-top: 1px solid #eeeeee; */
        border-top: 0;
        background-color: #eeeeee;
}
#minHeight {
        padding: 0;
        margin: 0;
        width: 1px;
        float: left;
}

/* ============================== LEFT NAVI =============================== */
#newLeftNavi {
        background-image: url(../newimg/hack_subnavi.png);
        background-position: top left;
        background-repeat: no-repeat;
        width: 248px;
        /*min-height:430px;*/
        margin: 0;
        margin-top: 12px;
        margin-left: 3px;
        padding: 0px;
        float: left;
        border: 0;
}
#bnSubNavi {
        background-image: url(../newimg/bn_subnavi.png);
        background-position: top left;
        background-repeat: no-repeat;
        height: 44px;
        color: #ffffff;
        font-size: 11px;
        padding-right: 0;
        padding-top: 6px;
        padding-left: 50px;
        padding-bottom: 0px;
        margin: 0px;
        border: 0;
}
.bnXl, .bnWhl, .bnTestimonials, .bnMoney {
        background-position: top left;
        background-repeat: no-repeat;
        height: 28px;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding-right: 0;
        padding-top: 4px;
        padding-left: 41px;
        padding-bottom: 0px;
        margin: 0px;
        border: 0;
}
.bnWhl, .bnTestimonials, .bnMoney {
        padding-left: 32px;
	padding-top:3px;
}
.bnXl {
        background-image: url(../newimg/bn_xl.png);
}
.bnWhl {
        background-image: url(../newimg/bn_whl.png);
}
.bnMoney {
        background-image: url(../newimg/bn_money.png);
}
.bnTestimonials {
        background-image: url(../newimg/bn_testimonials.png);
}
.contXl {
        background-image: url(../newimg/cont_subnavi.png);
        background-position: bottom left;
        background-repeat: repeat-y;
        padding: 0;
        margin: 0;
        border: 0;
        padding-top: 5px;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-bottom: 15px;
}
#contSubNavi {
        background-image: url(../newimg/cont_subnavi.png);
        background-position: bottom left;
        background-repeat: repeat-y;
        padding: 0;
        margin: 0;
        border: 0;
        margin-top: 5px;
        margin-bottom: 15px;
        padding-left: 28px;
        padding-bottom: 15px;
}
ul.contSubNavi {
        padding: 0;
        margin: 0;
        margin-left: 10px;
        margin-bottom: 2px;
}
a.contSubNaviLink:link, a.contSubNaviLink:visited, a.contSubNaviLink:focus  {
        color: #333333;
        text-decoration: none;
        font-size: 11px;
	font-weight: bold;
}
a.contSubNaviLink:hover {
        color: #ff5b2c;
        text-decoration: none;
        font-size: 11px;
}
.testimonialName {
        font-weight: bold;
        font-size: 12px;
        margin-left: 6px;
        color: #880000;
}
.testimonialText {
        font-style: italic;
        font-size: 11px;
        margin-left: 15px;
        margin-bottom: 6px;
        margin-right: 15px;
}
div.testimonialBottom {
        margin-right: 15px;
        text-align: right;
}
a.testimonialBottom {
        font-weight: bold;
}

/* ============================ RIGHT CONTENT ============================= */
#newContent {
        /* background-color: #ddddff; */
        /* min-height:430px; */
        width: 630px;
        border: 0px;
        padding-top: 12px;
        padding: 0px;
        padding-left: 8px;
        overflow: hidden;
}
/* ================================ FOOTER ================================ */
#newFooter {
        height: 21px;
        width: 898px;
        padding: 0px;
        margin: 0px;
        text-align: right;
        background-image: url(../newimg/bg_footer.png);
        background-position: left top;
        background-repeat: no-repeat;
	border: 1px solid #aaaaaa;
	border-top: none;
	clear: left;
}
#newFooterContent {
        padding-right: 7px;
        padding-top: 5px;
}
#newFooterContentRight {
        float: right;
}
#newFooterContentLeft {
        float: left;
        padding-left: 7px;
        padding-top: 0px;
        font-size: 9px;
}



/* =========================== info_bouncer =============================== */
#docContentBncLeft, #docContentBncRight, #docContentBncLeft2, #docContentBncRight2 {
        line-height: 16px;
        background-color: #eeeeee;
        border: solid 1px #959595;
        width: 294px;
        height: 135px;
        overflow: hidden;
        padding: 3px;
        margin-bottom: 1px;
}
#docContentBncLeft, #docContentBncLeft2 {
        float: left;
        margin-right: 3px;
        width: 287px;
}
#docContenBncRight, #docContenBncRight2 {
        float: right;
}
#docContentBncRight, #docContentBncLeft {
        margin-bottom: 3px;
}
ul.bncList {
        margin-left: 20px;
        padding: 0;
        margin-top: 0;
}
li.bncList {
        padding-bottom: 0px;
}
.bnXlWide {
        /* background-color: #ffdddd; */
        background-image: url(../newimg/bn_xlwide.png);
        background-position: top left;
        background-repeat: no-repeat;
        height: 28px;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        padding-right: 0;
        padding-top: 4px;
        padding-left: 41px;
        padding-bottom: 0px;
        margin: 0px;
        border: 0;
}
.contXlWide {
        /* background-color: #ddddff; */
        background-image: url(../newimg/cont_xlwide.png);
        background-position: bottom left;
        background-repeat: repeat-y;
        padding-bottom: 16px;
        padding-right: 15px;
        padding-top: 5px;
        padding-left: 15px;
        margin: 0;
        border: 0;
        margin-bottom: 10px;
}
div.bncImages {
        color: #888888;
        float: right;
        width: 155px;
        text-align: center;
        margin-right: 20px;
        background-color: #eeeeee;
        border: 1px solid #999999;
        padding: 5px;
}
.bncImages a {
        color: #444444;
        margin-top: 0px;
}
#webcastIcon {
        border: none;
        vertical-align: middle;
}
.bncBonusInfo {
        margin-top: 3px;
        margin-bottom: 3px;
        font-weight: bold;
        width: 594px;
        border: 1px solid #888888;
        background-color: #ffffdd;
        padding: 2px;
}
.popupInfo {
        display: none;
        width: 598px;
}

span:hover .popupInfo {
        color: black;
        text-align: left;
        background: #ffffdd;
        border: #000 1px solid;
        position: absolute;
        margin-left: 0px;
        margin-top: 20px;
        display: inline;
        padding: 5px;
        text-decoration: none;
        width: 380px;
        font-size: 11px;
        font-weight: normal;
}
li.bncFeatureList {
        margin-bottom: 2px;
        padding: 0;
}
ul.bncFeatureList {
        margin: 0;
        padding: 0;
        margin-left: 20px;
        height: 320px;
}


/* ================================= info_webhosting ====================== */
.ulNarrow {
        text-align: justify;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
}
.new3columnsHead, .new3columns {
        width: 183px;
        padding: 3px;
        padding-top: 0px;
        padding-left: 10px;
        margin: 0;
        border: 0;
        float: left;
        background-color: #eeeeee;
}
.new3columnsHead {
        background-image: url(../newimg/bg_3columns.png);
        background-position: top left;
        background-repeat: repeat-x;
        background-color: #888888;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 3px;
        padding-top: 2px;
}
.new3columns {
        padding-bottom: 13px;
        padding-top: 4px;
        margin-bottom: 10px;
}
.infoDomainCheck {
	width: 600px;
	text-align: center;
	vertical-align: middle;
	color: #888888;
	padding: 0px;
}
/* ============================= info_webpricecalc ======================== */
.kkContainer {
        margin: 3px;
        margin-top: 7px;
        padding-top: 4px;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 4px;
        color: #000000;
        background-color: #ffffdd;
        border: 1px solid #888888;
}
.priceCalc1 {
        background-color: #cccccc;
        border: 1px solid white;
}
.priceCalc2 {
        background-color: #dddddd;
        border: 1px solid white;
}
.priceCalc1, .priceCalc2 {
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
}


/* CONFIG MENU */
.formInput {
    width: 230px;
}

.mediumIcon {
    height: 32px;
    width: 32px;
}

.mediumIconRight {
    height: 32px;
    width: 32px;
    float: right;
    margin: 3px;
}

table.iconTable {
    width: 100%;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

td.iconTable {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    vertical-align: top;
    text-align: center;
}

td.iconTableBottom {
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 7px;
    vertical-align: top;
    text-align: center;
    vertical-align: bottom;
}

.iconLink {
        font-size: 11px;
        font-family: Tahoma,Helvetica,Arial;
        color: #000000;
        text-decoration: none;
}
.iconLink:link {
        color: #000000;
        text-decoration: none;
}
.iconLink:visited {
        color: #000000;
        text-decoration: none;
}
.iconLink:hover {
        color: #ff5b2c;
        text-decoration: none;
}
.hiddenPw {
    padding: 2px;
    background-color: black;
}

div.dbDescription {
  border: 1px solid #cccccc;
  background-color: white;
  padding-top: 2px;
  padding-left: 7px;
  padding-right: 5px;
  padding-bottom: 2px;
  width: 567px;
}



/* THE REST */
table.agbTable {
        width: 540px;
        margin: 20px;
        padding: 10px;
        border: 2px solid #ff5b2c;
}
.priceHint {
        text-align: right;
        width: 598px;
}
.fullWidth {
        width: 100%;
}
div.domainInfo, th.domainInfoRight, td.domainInfoRight, th.domainInfo, td.domainInfo {
	background-color: #f0f0f0;
	border: 2px solid #f6f6f6;
	padding: 2px;
	padding-left: 4px;
}
th.domainInfo {
	color: #444444;
}
th.domainInfoRight, td.domainInfoRight {
        text-align: right;
}
div.console {
    font-family: courier-new, courier, monospaced;
    font-size: 12px;
    border-bottom: 2px solid #eee;
    border-right: 2px solid #eee;
    border-left: 2px solid #aaa;
    border-top: 2px solid #aaa;
    background-color: #000;
    color: #fff;
    padding: 5px;
}
