/* B:MODAL */

.b-modal {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 400px;
	height: 300px;
	padding-top: 25px; /* push down body below head */
	z-index:900; /* should be on top of everything */
	display: none;
}

/* B:MODALHEAD */

.b-modalhead {
	position: absolute; /* position:absolute ignores paddings in parent */
	top: 0;
	left: 0;
	height: 25px;
	width: 100%;
	padding-left: 5px;
	background-image: url(win_top_left.gif);
	background-repeat: no-repeat;
	cursor: default;
}

.b-modal-sel .b-modalhead,
.b-modal-sel .b-modalhead-mid {
	background-position: 0 0;
}

.b-modal-des .b-modalhead,
.b-modal-des .b-modalhead-mid {
	background-position: 0 -25px;
}

.b-modalhead-right {
	padding-right: 5px;
	background-image: url(win_top_right.gif);
	background-repeat: no-repeat;
}

.b-modal-sel .b-modalhead-right {
	background-position: 100% 0;
}

.b-modal-des .b-modalhead-right {
	background-position: 100% -25px;
}

.b-modalhead-mid {
	position: relative; /* icons in the modal head need to be positioned absolute */
	background-image: url(win_top_mid.gif);
	background-position: 0 0;
	background-repeat: repeat-x;

	overflow: hidden;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	cursor: auto;
	text-align: center;
	font-weight: bold;
}



/* B:MODALBODY */

.b-modalbody,
.b-modalbody-inner {
	height: 100%;
	width: 100%;
	position: relative;
}

.b-modalbody {
	overflow: hidden;
	padding: 0 2px 2px 2px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #809aa9;
	background-color: #cbdae4;
}

.b-modalbody-inner {
	overflow: auto;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #809aa9;
	padding: 4px 6px;
	background-color: #ffffff;
}

.b-modal-des .b-modalbody {
	border-color: #d0dfe5;
	background-color: #f0f5f8;
}

.b-modal-des .b-modalbody-inner {
	border-color: #b9cfd8;
}

/* B:MODAL-CLOSEBUTTON */

.b-modal-closebutton {
	background-image: url(close.gif);
	right: 5px;
	position: absolute;
	top: 6px;
	height: 13px;
	width: 13px;
	overflow: hidden; /* to make sure the button is 13px high in IE */
	cursor: pointer;
}

.b-modal-sel .b-modal-closebutton {
	background-position: 0 0;
}

.b-modal-sel .b-modal-closebutton-hov {
	background-position: 0 -13px;
}

.b-modal-sel .b-modal-closebutton-pres {
	background-position: 0 -26px;
}

.b-modal-des .b-modal-closebutton {
	background-position: 0 -39px;
}

.b-modal-des .b-modal-closebutton-hov {
	background-position: 0 -52px;
}

.b-modal-des .b-modal-closebutton-pres {
	background-position: 0 -65px;
}
.textblock,
.paddedblock {
	margin: 0px;
	padding-bottom: 14px;
	font-size: -2;
}