.cdn_off {background-image: url('../img/statusIcon/stop.png');background-repeat: no-repeat;background-position:right top;width:20px;}
.cdn_on {background-image: url('../img/statusIcon/ok.png');background-repeat: no-repeat;background-position:right top;width:20px;}
.cdn_error {background-image: url('../img/statusIcon/bad.png');background-repeat: no-repeat;background-position:right top;width:20px;}
.tdCdnOn {background:#67310b;color:#ffffff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.tdCdnOff {background:#dcc4af;color:#000000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.tdPeriodOn {background:#67310b;color:#ffffff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.tdPeriodOff {background:#dcc4af;color:#ffffff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.tdCdnHeader {border-bottom:1px solid #67310b;}
.tdDomainsOn {background:#67310b;color:#ffffff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.tdDomainsOff {background:#dcc4af;color:#000000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
input[type=button].divCdnBouton {background-color:#67310b;color:#ffffff;padding:5px 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.divCdnHeader {margin:10px;}
#tblDomainBck {width:280px;}
#tblDomainBck tr td {text-align:center;}
#tblRules {width:320px;}
#tblRules tr td {text-align:center;}
.forceCache {background-image: url('../img/statusIcon/green.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.noCache {background-image: url('../img/statusIcon/red.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.rule_on {background-image: url('../img/statusIcon/ok.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.rule_creating {background-image: url('../img/statusIcon/process.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.rule_deleting {background-image: url('../img/statusIcon/remove.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.rule_error {background-image: url('../img/statusIcon/bad.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.rule_off {background-image: url('../img/statusIcon/stop.png');background-repeat: no-repeat;background-position:center top;width:20px;}
.rule_updating {background-image: url('../img/statusIcon/okBlue.png');background-repeat: no-repeat;background-position:center top;width:20px;}
