/* moodalbox CSS */

#mb_overlay {
position: absolute;
left:0;
width: 100%;
background-color: #FFF;
cursor: pointer;
z-index:3;
}

#mb_center, #mb_bottom {
position: absolute;
/*top:100px;*/
left: 50%;
overflow: auto;
background-color: #FFF;
z-index:4;
}

#mb_center {
background-color: #FFF;
text-align:left;
}

#mb_contents {
	/*height: 500px;*/
	/*border: 5px solid #FFF;*/
	padding:0;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
	overflow:auto;
}

.mb_loading {
background: #FFF url(../images/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: right;
/*border: 10px solid #FFF;*/
border:0;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../images/closelabel.gif) no-repeat center;
margin: 5px 0;
margin-right:10px;
}

a#mb_print_link {
display: block;
float: left;
width: 66px;
height: 22px;
background: transparent url(../images/print.gif) no-repeat center;
margin: 5px 0;
margin-left:10px;
cursor:pointer;
}

a#mb_pdf_link {
display: block;
float: left;
width: 66px;
height: 22px;
background: transparent url(../images/icons/pdf.gif) no-repeat center;
margin: 5px 0;
margin-left:10px;
cursor:pointer;
}


div#mb_caption {
margin-right: 71px;
}

.mb_border {
  position:absolute;
  left: 50%;
  background-color:#495F76;
  z-index:3;
  overflow: hidden;
  text-align:center;
  filter:alpha(opacity=60); -moz-opacity:0.6;
}

/*
#mb_border_header {
  background: transparent url(../images/border_header.gif) no-repeat center;
}

#mb_border_middle {
  background: transparent url(../images/border_middle.gif) repeat-y center;
}

#mb_border_bottom {
  background: transparent url(../images/border_bottom.gif) no-repeat center;
}
*/


