﻿/* TabControl Start */
.sectiontable{width:440px; margin:0; }

.sectiontable ul.tabs{display:block; clear:both; height:22px; list-style:none; background:#FFF; margin:0; padding:0; }
.sectiontable .tabs li{width:75px; float:left; display:inline; margin:0 4px 0 0; padding:2px 0; color:inherit; cursor:pointer; background:#dfdfdf; text-align:center; height:22px; line-height:22px; position:relative; border-bottom:1px solid #fff; }
.sectiontable .tabs li img{}
.sectiontable .tabs li:hover{background:#CDDCEA; }
.sectiontable .tabs li.current{background:#CDDCEA; border-bottom:1px solid #CDDCEA; }

.sectiontable .box{border-radius:0 7px 7px; display:none; background:#CDDCEA; padding:10px; margin:5px 0 0; }
.sectiontable .box.visible{padding:10px; display:block; margin:5px 0 0; }

.sectiontable .box label{display:block; margin:0px 0px 5px; }
.sectiontable .box .website-url{width:376px; border:1px solid #FFF; height:19px; padding:2px 40px 1px 0; line-height:19px; text-indent:10px; float:left; border-radius:5px; clear:both; }
.sectiontable .box #tools-button{float:left; border-radius:0 4px 4px 0; margin:0 0 0 -31px; }

.sectiontable .box p{margin:0 0 5px;}
.sectiontable .box .resLINKS{background:#fff; margin:0; padding:6px 0; text-align:center; }
.sectiontable .box .alexaRESPONSE, .sectiontable .box .w3cRESPONSE{background:#fff; margin:5px 0 0; padding:5px; border-radius:7px; color:#000; }
.sectiontable .box .w3cRESPONSE span{display:inline-block; position:relative; width:33%; }
.sectiontable .box .prRESPONSE{color:#000; margin:5px 0 0;}
.sectiontable .box .prRESPONSE span{width:59%; height:15px; float:left; overflow:hidden; border:1px solid #ccc; padding:1px; margin:0 10px 0 0; border-radius:4px; background:#fff url('/theme-wmonline/images/icons/prprogressbg.png') repeat-x top center; box-shadow:inset 0 0 1px 1px #fff; }
.sectiontable .box .prRESPONSE span i{width:2%; height:100%; float:left; background:rgba(0, 128, 0, 0.55); border-radius:3px; }
.sectiontable .box .resLINKS iframe{display:none; }
.sectiontable .box .resLINKS a{padding:0; margin:0 4px; color:#f90; font-weight:bold; }

.sectiontable .box img{width:auto; }
.sectiontable .box .clr{clear:both; }
/* TabControl End */