/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #2a2a2a;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #044072;
}

div#mb_center {
background-color: #FFF;
}
div#mb_center *.box h2.darkblue {
background-image: url('../img/css/header_darkblue_bg.gif');
background-repeat:repeat-x;
color:white;
font-size:11px;
font-weight:bold;
height:20px;
line-height:20px;
margin:0;
overflow:hidden;
_width: 100%;
}

div#mb_center *.box h2.darkblue span{
	padding-left: 6px;
}

div#mb_header {
	border-top: 10px solid #044072;
	border-right: 10px solid #044072;
	border-bottom: 10px solid #044072;
	border-left: 10px solid #044072;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
	padding: 0px;
	background: #FFF url(../img/dgap_logo.gif) no-repeat top left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

div#mb_contents {
	width: 350px;
	height: 250px;
	border-right: 10px solid #044072;
	border-bottom: 10px solid #044072;
	border-left: 10px solid #044072;
	overflow: auto;
	background-color: #FFF;
	visibility: hidden;
	padding: 10px 10px 10px 10px;
	background: #FFF url(../img/empty.gif) no-repeat top left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}


div#mb_contents table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#mb_contents table tr td {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	vertical-align: top;
	color:#132D48;
	line-height: 20px;
}

div#mb_contents div.ir_center table tr td {
	border-bottom:1px solid #132D48;
}

div#mb_contents table tr td.tableinbox {
	border-bottom: 1px solid #ffffff;
}

div#mb_contents table tr.even td {
	background-color: #ffffff;
}

div#mb_contents table tr.odd td  {
	background-color: #F3F3F3;
}

div#mb_contents div.lightbox input.input_button {
	display: block;
	float: left;
	position: relative;
	bottom: 0px;
	height: 24px;
	width: 71px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	color: #132D48;
	border-style: none;
	background-image: url('../img/icons/button_watchlist_login_box.gif');
	background-position: 1px 2px;
	background-repeat: no-repeat;
}

div#mb_contents div.lightbox input.red {
	color: #c7031b;
	margin-top: -5px;
}

.mb_loading {
background: #044072 url(../img/moodalbox/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: left;
	border: 10px solid #044072;
	border-top-style: none;
	padding: 0px 10px 0px 10px;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(../img/icons/icon_close.gif) no-repeat center;
	margin: 5px 0;
}

a#mb_print_link {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(../img/icons/icon_big_print.gif) no-repeat center;
	margin: -20px 30px;
	visibility:hidden;
}

div#mb_caption {
float: right;
margin-right: 10px;
margin-top: 4px;
color: #fff;
font-weight: bold;
}
