.overlay_intranet_ta {
/*   background-color: #85BBEF;*/
   background-color: #CCCCCC;
   filter: alpha(opacity = 60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

.intranet_ta_nw {
   background: transparent url(intranet_ta/left-top.gif) no-repeat 0 0;
   width: 10px;
   height: 25px;
}

.intranet_ta_n {
   background: transparent url(intranet_ta/top-middle.gif) repeat-x 0 0;
   height: 25px;
}

.intranet_ta_ne {
   background: transparent url(intranet_ta/right-top.gif) no-repeat 0 0;
   width: 10px;
   height: 25px;
}

.intranet_ta_w {
   background: transparent url(intranet_ta/frame-left.gif) repeat-y top left;
   width: 7px;
}

.intranet_ta_e {
   background: transparent url(intranet_ta/frame-right.gif) repeat-y top right;
   width: 7px;
}

.intranet_ta_sw {
   background: transparent url(intranet_ta/bottom-left-c.gif) no-repeat 0 0;
   width: 7px;
   height: 7px;
}

.intranet_ta_s {
   background: transparent url(intranet_ta/bottom-middle.gif) repeat-x 0 0;
   height: 7px;
}

.intranet_ta_se,.intranet_ta_sizer {
   background: transparent url(intranet_ta/bottom-right-c.gif) no-repeat 0 0;
   width: 7px;
   height: 7px;
}

.intranet_ta_sizer {
   cursor: se-resize;
}

.intranet_ta_close {
   width: 23px;
   height: 23px;
   background: transparent url(intranet_ta/button-close-focus.gif) no-repeat 0 0;
   position: absolute;
   top: 0px;
   right: 11px;
   cursor: pointer;
   z-index: 1000;
}

.intranet_ta_minimize {
   width: 23px;
   height: 23px;
   background: transparent url(intranet_ta/button-min-focus.gif) no-repeat 0 0;
   position: absolute;
   top: 0px;
   right: 55px;
   cursor: pointer;
   z-index: 1000;
}

.intranet_ta_maximize {
   width: 23px;
   height: 23px;
   background: transparent url(intranet_ta/button-max-focus.gif) no-repeat 0 0;
   position: absolute;
   top: 0px;
   right: 33px;
   cursor: pointer;
   z-index: 1000;
}

.intranet_ta_title {
   float: left;
   height: 14px;
   font-size: 14px;
   text-align: center;
   margin-top: 2px;
   width: 100%;
   color: #123456;
}

.intranet_ta_content {
   overflow: auto;
/*   color: #000;*/
   color: #EBF1EE
   font-family: Tahoma, Arial, sans-serif;
   font: 12px arial;
/*   background: #FDFDFD; */
   background: #EBF1EE;   
}

/* For alert/confirm dialog */
.intranet_ta_window {
   border: 1px solid #F00;
   background: #EBF1EE;
   padding: 20px;
   margin-left: auto;
   margin-right: auto;
   width: 400px;
}

.intranet_ta_message {
   font: 12px arial;
   text-align: center;
   width: 100%;
   padding-bottom: 10px;
}

.intranet_ta_buttons {
   text-align: center;
   width: 100%;
}

.intranet_ta_buttons input {
   width: 20%;
   margin: 10px;
}

.intranet_ta_progress {
   float: left;
   margin: auto;
   text-align: center;
   width: 100%;
   height: 16px;
   background: #FFF url('alert/progress.gif') no-repeat center center
}

.intranet_ta_wired_frame {
/*   background: #FFF;*/
   background: #EBF1EE;
   filter: alpha(opacity = 60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}