﻿body {
   background-color: #143e6f;
}

.hdguard-main-header {
   display: block;
   height: 115px;
   position: relative;
   margin: 25px 25px 0 25px;
   background-color: White;
   background-repeat:no-repeat;
   min-width: 950px;
   border-bottom: 1px solid #143E6F;
}

.hdguard-main-header-topleftcorner {
   display: inline-block;
   position: relative;
}

.hdguard-main-header-hdguardpic {
   display: inline-block;
   position: relative;
}

.hdguard-main-content-inner {
   display: block;
   background-color: White;
   position: absolute;
   left: 25px;
   top: 141px;
   right: 25px;
   bottom: 25px;
   min-width: 950px;
   min-height: 480px;
   z-index: 1;
}

.hdguard-content-topic {
   display: block;
   font-size: 15pt;
   font-weight: bold;
   margin: 25px 0 0 25px; 
}

.hdguard-content-description {
   display: block;
   margin: 5px 0 35px 35px;
}

#hdguard-btn-upload,
#hdguard-btn-download {
   border: 1px solid black;   
   border-top: 10px solid #143E6F !important;
   display: inline-block;
   width: 300px;
   height: 40px;
   position: absolute;
   right: 25px;
   text-align: center;
   cursor: pointer;
   line-height: 35px;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#hdguard-btn-upload:hover,
#hdguard-btn-upload.hover,
#hdguard-btn-download.hover {
   background-color: #b6ccde;
}

#hdguard-btn-upload:active,
#hdguard-btn-upload.active,
#hdguard-btn-download.active {
   background-color: #7ea8c5;
}

.moxie-shim {
   cursor: pointer;
}

.hdguard-content-topic-dl {
   margin-top: 40px !important;
   color: #cbcbcb;   
}

.hdguard-content-statuslabel {
   border-top: 1px solid #143E6F;
   border-bottom: 1px solid #143E6F;
   display: block;
   line-height: 25px;
   margin-top: 120px;
   padding-left: 35px;
}

.hdguard-content-status {
   padding-left: 25px;
}

.hdguard-disable-overlay {
   min-width: 950px;
   height: 655px;
   left: 0;
   overflow: hidden;
   position: absolute;
   top: 220px;
   width: 972px;
   z-index: 10;
   background-color: white;
   opacity: 0.6;
}

.hdguard-main-content-inner > a,
.hdguard-main-content-inner > a:hover,
.hdguard-main-content-inner > a:active,
.hdguard-main-content-inner > a:visited {
   color: Black;
}

.hdguard-content-description-dl {
   color: #cbcbcb;
}

#hdguard-btn-download {
   color: #cbcbcb;
   cursor: default;
}