
.module-tivi div div div, .module-spot div div div, .module-domain div div div {
	padding: 7px 5px 7px 5px;
}
.module-tivi h3, .module-domain h3 {
    margin:0px;
    padding:3px 0px 0px 5px;
    font-size: 11px;
}

/* default module */
.moduletable h3 {
    margin:10px 0px 5px 0px;
}

div.module-domain {
    width:360px;
    float: left;
}
div.module-customer {
    width:235px;
    float: right;
}
div.module-domain h3, div.module-customer h3 {
    color:#FFF;
}
.module-customer h3 {
    margin:0px;
    padding:10px 0px 0px 10px;
    font-size: 11px;
}

div.module-domain, div.module-customer {
    background: url(images/green_br.gif) bottom right no-repeat;
}
div.module-domain div, div.module-customer div {
    background: url(images/green_bl.gif) bottom left no-repeat;
}
div.module-domain div div, div.module-customer div div {
    background: url(images/green_tr.png) top right no-repeat;
}
div.module-domain div div div, div.module-customer div div div {
    background: url(images/green_tl.png) top left no-repeat;
}

#frmCheckDomain div {   
    padding: 10px 0px 0px 46px ;
    height:40px;
    margin-top:15px;
    background: url(images/icon-domain.png) 0 0 no-repeat;
}
#frmCheckDomain table {
    margin: 0px auto;
}
#frmCheckDomain {
    margin: 0px 10px 0px 10px;
    padding-bottom:10px;
}
/* login form */
form.form-login {
    margin: 25px 10px 0px 10px;
    padding-bottom:30px;
}

#mod_login_line {
    margin-top:5px;
    background:none;
}
#mod_login_username {
    color:#666;
    font-size:11px;
    width:190px;
    padding:2px 5px 2px 18px;
    background: url("images/icon-username.gif") no-repeat 2px 1px;
    margin-bottom:5px;
    border:1px solid #DFDFDF;
}
#mod_login_password {
    color:#666;
    font-size:11px;
    width: 105px;
    float: left;
    padding:2px 5px 2px 18px;
    background: url("images/icon-pass.gif") no-repeat 2px 1px;
    margin-bottom:5px;
    border:1px solid #DFDFDF;
}
#mod_login_submit {
    width: 80px;
    float: right;
}


/* spot */
div.module-spot {
    margin:10px 0px 10px 0px;
}
div.module-spot h3 {
    color:#BF3317;
    margin: 0px;
    padding: 0px;
}
div.module-spot {
    background: url(images/bg_spot_br.gif) no-repeat bottom right;
}
div.module-spot div {
    background: url(images/bg_spot_bl.gif) no-repeat bottom left;
}
div.module-spot div div {
    background: url(images/bg_spot_tr.gif) no-repeat top right;
}
div.module-spot div div div {
    background: url(images/bg_spot_tl.gif) no-repeat top left;
}
div.module-spot div div div div {
    background: none;
}
.contentheading-spot {
	font-size: 15px;
	font-weight: bold;
	color: #CF1919;
}

div.spot-left {
    background: url(images/host.jpg) 0 0 no-repeat !important;
    width:180px;
    height:198px;
    float:left;
}
div.spot-right {
    background: none !important;
    width:400px;
    float:right;
}

/* tivi module */
div.module-tivi {
    width:180px;
    background: url(images/bg_tivi_br.gif) bottom right no-repeat;
    padding: 0;
    float:left;
}
div.module-tivi div {
    background: url(images/bg_tivi_bl.gif) bottom left no-repeat;
    margin: 0;
    border: 0;
}
div.module-tivi div div {
    background: url(images/bg_tivi_tr.gif) top right no-repeat;
}
div.module-tivi div div div {
    background: url(images/bg_tivi_tl.gif) top left no-repeat;
    text-align:center;
}
div.module-tivi div div div div,div.module-tivi div div div div div {
    background:none;
}
div.module-tivi h3 {
    color:#23A331;
    text-align:left;
}

div.moduletable-banner {
    width:500px;
    float: left;
}
img.img-banner {
    padding: 4px;
    border:2px solid #EFEFEF;
}
div.img-banner-div {
    float: left;
    margin: 0px 3px;
    text-align:center;
}
div.img-banner-div h4 {
    margin: 5px 0px 0px 0px;
    color:#015A03;
    font-size:100%;
}

img.icon-tivi {
    float:left;
    margin:3px 2px;

}

