.popup_loader, .pc_popup_loader {
   display: none;
   position: fixed;
   z-index: 9001;
   width: 75%;
}
.shader, .super_shader {
   height: 0px;
   display: none;
   background-color: black;
   width: 200%;
   opacity: 0.6;
   filter:alpha(opacity=90);
   zoom: 1;
   z-index: 9000;
   position: fixed;
   top: 0;
   left: 0;
}
.super_shader {
   z-index: 9002;
}
.image_beholder {
   display: none;
   position: fixed;
   z-index: 9003;
   text-align: center;
   left: 30%;
   padding-left: 5px;
   padding-top: 25px;
   padding-right: 25px;
   padding-bottom: 5px;
}
body .shader, body .super_shader, body .popup_loader, body .image_beholder, body .pc_popup_loader {
   position: fixed;
}
.popup_loader .txtCont, .pc_popup_loader .txtCont {
   background-color:#DCE4EC;
   background-image:linear-gradient(to bottom, #FFFFFF 0%, #DCE4EC 100%);
   background-image:-o-linear-gradient(bottom, #FFFFFF 0%, #DCE4EC 100%);
   background-image:-moz-linear-gradient(bottom, #FFFFFF 0%, #DCE4EC 100%);
   background-image:-webkit-linear-gradient(bottom, #FFFFFF 0%, #DCE4EC 100%);
   background-image:-ms-linear-gradient(bottom, #FFFFFF 0%, #DCE4EC  100%);
   filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DCE4EC', endColorstr='#FFFFFF');
   -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DCE4EC', endColorstr='#FFFFFF')";
   border: 2px solid black;
   border-radius: 8px;
}
#topic-content {
   font-size: 14px;
}
.txtCont h1, h2 {
   font-size: 21pt;
}
.txtCont a {
   color: #0077B3;
   text-decoration: none;
}
.txtCont a:hover {
   text-decoration: underline;
}
a.darkBlueButton {
   color: white;
   text-decoration: none;
}
a.darkBlueButton:hover {
   color: white;
   text-decoration: none;
}
#pcinfoList {
    margin: 25px;
}
.upper_left_icon {
   height: 32px;
   width: 32px;
   position: absolute;
   left: -5px;
   top: -5px;
   border-radius: 20px;
   box-shadow: 0px 0px 20px #D1DEEB;
}
.pass_rates_icon {
   background: transparent url(/public/images/ac/btn_pass_32x32.png) top left no-repeat;
}
.personal_counselor_icon {
   background: transparent url(/public/images/ac/btn_live_32x32.png) top left no-repeat;
}
.close_ex {
   position: absolute;
   font-weight: bold;
   right: 13px;
   top: 8px;
   color: #404040;
   cursor: pointer;
}
.close_ex:hover {
   color: #EB113D;
   cursor: pointer;
}
.print_button {
   height: 40px;
   width: 30px;
   background: url(/public/images/common/printer_icon.png) no-repeat;
   position: absolute;
   right: 10px;
   top: 40px;
   cursor: pointer;
}
.image_container {
   display: block;
   margin: 0 auto;
   margin-bottom: 20px;
   background-color: transparent;
}
.warning {
   font-size: 12px;
   line-height: 14px;
   color: red;
   text-align: center;
   margin-top: 5px;
   font-weight: bold;
   cursor: pointer;
   clear: both;
}
.warning:hover {
   text-decoration: underline;
}
#contactContainer {
   width: 560px;
   padding: 10px 20px 10px 20px;
   margin: 10px auto;
   background-color: white;
   border: 1px solid #0E2543;
   border-radius: 8px;
   font-weight: bold;
   overflow: hidden;
}
#contactContainer h3 {
   font-size: 18px;
}
#contactLeft {
   width: 50%;
   float: left;
   margin-right: 5px;
}
#contactRight {
   float: right;
   margin-right: 10px;
}
.indentedText {
   margin-left: 15px;
}
.popup_sshot img {
   max-width: 95%;
}
#pcInfoDiv .clickableLink {
   color: blue;
   text-decoration: underline;
}
#closeLinkContainer {
   margin-top: 20px;
   text-align: center;
}
#closeXContainer {
   float: right;
   text-align: right;
   padding-bottom: 30px;
   padding-left: 60px;
}
#closeX {
   color: red;
   font-size: 16px;
}
.ui-dialog.pcInfoPopup.fixedDialog {
   position: fixed;
}

.testimonialLightbox {
   width: 900px;
   margin: 0 auto;
}

.testimonialLightbox img {
   margin-bottom: -3px;
   margin-left: 882px;
}

.testimonialLightboxContent {
   width: 859px;
   height: auto;
   background-image: url('/public/accounting/cpa/_images/lightbox_testimonial.png');
   background-repeat: round;
   margin: 0 auto;
}

.testimonialContent {
   margin: 0px 24px 24px 41px;
   font-size: 16px;
   line-height: 23px;
}

.cpaFullTestName {
   padding-top: 24px;
   font-size: 23px;
   margin-bottom: 30px;
}

.testimonialLightboxContent a {
   color: #215CB4;
}
