body {
    font-family: Helvetica,Verdana,Arial,sans-serif;
    font-size: 13px;
    color: #252525;
    background-color: #b40001;
    text-align: justify;
    background-image: url(/images/body_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    line-height: 18px;
}

p { margin: 0 0 18px 0; }

h1, h2, h3 { font-family: Georgia,"Nimbus Roman No9 L",serif; }

img { border: none; }

div#page-header {
    height: 100px;
    background: transparent url(/images/header.png) scroll no-repeat 0 0;
}

div#page-header a, div#page-header a:hover {
    border-bottom: none;
}

.index-footer a {
    color: #fff;
    border-color: #fff;
}

.index-footer a:hover {
    border-color: #fff;
}


div#top-nav {
    background: transparent url(/images/nav-bg.png) no-repeat scroll 0 0;
    height: 64px;
}

div#top-nav div {
    height: 64px;
    background: transparent none no-repeat scroll 0 -64px;
    margin: 0;
    padding: 0;
}

div#top-nav div img {
    display: none;
}

div#top-nav #btn-home, div#top-nav #btn-home img {
    background-image: url(/images/btn-home.png);
    width: 122px;
}

div#top-nav #btn-services, div#top-nav #btn-services img {
    background-image: url(/images/btn-services.png);
    width: 141px;
}

div#top-nav #btn-aboutus, div#top-nav #btn-aboutus img {
    background-image: url(/images/btn-aboutus.png);
    width: 151px;
}

div#top-nav #btn-myaccount, div#top-nav #btn-myaccount img {
    background-image: url(/images/btn-myaccount.png);
    width: 174px;
}

div#top-nav #btn-login, div#top-nav #btn-login img {
    background-image: url(/images/btn-login.png);
    width: 123px;
}

div#top-nav div img {
    background-position: 0 0;
    height: 64px;
}

div#top-nav .sp-active-nav {
    display: block !important;
}


div#index-main {
    background: transparent none no-repeat scroll 50% 20px;
    height: 400px;
	line-height: 1.8em;
}

.index-footer {
    color: #fff;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

h1 {
    font-size: 2.5em;
}

a {
    text-decoration: none;
    color: #aaa;
    border-bottom: 1px dashed #aaa;
}

a:hover {
    border-bottom: 1px solid #aaa;
}

.ui-tabs-nav a {
    border-bottom: none !important;
}

.ui-tabs-nav a:hover {
    border-bottom: none !important;
}

input.text {
    margin-bottom:12px;
    padding:0.4em 20px 0.4em 0.4em;
    width:90%;
}

.loading {
    background-image: url(/images/ajax-loader.gif);
}

label, input {
    display:block;
}

label {
    margin-bottom: 3px;
    margin-top: 3px;
}

fieldset {
    border:0 none;
    margin-top:5px;
    padding:0;
}

span.good {
    color: green;
}


span.bad {
    color: red;
}

.good-bg {
    background-color: #4AFF7C;
}

.bad-bg {
    background-color: #DE766B;
}

.sp-widget {
    width: auto;
    font-size: 1em;
}

/*DL, DT, DD TAGS LIST DATA*/
dl {
    margin: 2px 0;
    color: #666;
}

dl dt {
    float:left;
    display: block;
    font-weight:bold;
    padding:5px;
    width:300px;
}

#contact-page-body dl dt {
    width:200px;
}

dl:hover {
    color: #000 !important;
}

dl dd {
    border-left: 1px solid #aaa;
    margin-left: 310px;
    padding:5px 0 5px 5px;
    vertical-align: top;
    color: #000;
}

#contact-page-body dl dd {
     margin-left:210px;
}

span.head-entity {
    font-style: italic;
}

span.small {
    font-weight: normal;
    font-style: italic;
}

.icon-link {
    padding: 1px 0 1px 20px;
    background-position: left 6px;
    background-repeat: no-repeat;
}
.add-user {
    background-image: url(/images/icons/user_add.png);
}

.login {
    background-image: url(/images/icons/user_go.png);
}

.profile {
    background-image: url(/images/icons/user.png);
}

.edit-profile {
    background-image: url(/images/icons/user_edit.png);
}

.delete-profile {
    background-image: url(/images/icons/user_delete.png);
}

.logout {
    background-image: url(/images/icons/user_red.png);
}

.host {
    background-image: url(/images/icons/computer.png);
}

.edit-host {
    background-image: url(/images/icons/computer_edit.png);
}

.add-host {
    background-image: url(/images/icons/computer_add.png);
}

.delete-host, .delete-domain {
    background-image: url(/images/icons/computer_delete.png);
}

.log {
    background-image: url(/images/icons/page_attach.png);
}

.log-error {
    background-image: url(/images/icons/exclamation.png);
}

.log-warn {
    background-image: url(/images/icons/error.png);
}

.log-good {
    background-image: url(/images/icons/accept.png);
}

.icon-good {
    background-image: url(/images/icons/accept.png);
}

.icon-bad {
    background-image: url(/images/icons/cross.png);
}

.icon-accept {
    background-image: url(/images/icons/accept.png);
}

.icon-cancel {
    background-image: url(/images/icons/cancel.png);
}

.icon-delete {
    background-image: url(/images/icons/delete.png);
}

.icon-mail-link {
    background-image: url(/images/icons/email_link.png);
}

.icon-hostrequest {
    background-image: url(/images/icons/computer_go.png);
}

.icon-tick {
    background-image: url(/images/icons/tick.png);
}

.icon-cross {
    background-image: url(/images/icons/cross.png);
}

.icon-folder {
	background-image: url(/images/icons/folder.png);
}

.icon-disk {
	background-image: url(/images/icons/disk.png);
}

.btn-register, .btn-login {
    cursor: pointer;
    height:85px;
    width:289px;
    margin: 0 auto;
}

.btn-register a, .btn-login a {
    border-bottom: none !important;
    margin: 0;
    padding: 0;
}

.btn-register {
    background:transparent url(/images/button-register.png) 0 -90px repeat-y;
}

.btn-login {
    background:transparent url(/images/button-login.png) 0 -90px repeat-y;
}

.btn-register-hover {
    background: #fff url(/images/button-register.png) 0 -5px repeat-y;
}

.btn-login-hover {
    background: #fff url(/images/button-login.png) 0 -5px repeat-y;
}

dl.domain-header {
    /* border-bottom: 1px solid silver;*/
}

dl.domain-header, dl.domain-header dd {
    color: #666666;
}

dl.domain-header dd {
    font-weight: bold;
    border: none;
}

#mx_pref {
    width: 367px;
    margin-bottom: 3px;
}

.folder {
	padding-top: 5px;
	padding-bottom: 5x;
	border-bottom: 1px dashed silver;
}

.folder:hover {
	background-color: #fafafa;
}

.folder dt {
	width: 50px;
	padding-top: 0;
	padding-bottom: 0;
}

.folder dd {
	margin-left: 60px;
	padding-top: 2px;
	padding-bottom: 0;
	border-left: none;
	font-family: Courier, monospace;
}
