﻿a.bidlg_btn { margin:4px 0 0 0;width:70px;height:25px;background:transparent url("../images/BlackIceDlgStatic.png") no-repeat -41px 0;display:block;padding:0;text-decoration:none;cursor:default;float:right; }
a.bidlg_btn span { width:70px;text-align:center;display:block;background-color:transparent;color:#333;line-height:24px;padding:0; }
a.bidlg_btn:hover { background-position:-41px -25px; }
a.bidlg_btn:hover span { color:#000; }
a.bidlg_btn:active { outline:none; }
a.bidlg_btn:active span { padding-top:1px; }

/* Dialogue titlebar */
.bidlg_ttl { width:100%;height:38px;cursor:move; }

	/* Close button */
	.bidlg_ttl a { margin-top:4px;display:block;float:right;width:23px;height:21px;background:transparent url("../images/BlackIceDlgStatic.png") no-repeat -18px 0;cursor:default; }
	.bidlg_ttl a:hover { background-position:-18px -21px; }
	.bidlg_ttl a:active { background-position:-18px -42px;outline:none; }

	.bidlg_ttlt { width:100%;height:30px; }
		.bidlg_ttlt-l { width:9px;height:30px;background:transparent url("../images/BlackIceDlgStatic.png") no-repeat;float:left; }
		/* .bidlg_ttlt-m width is dialogue width (450px) - 18px (the left & right divs are 9px each) */
		.bidlg_ttlt-m { width:432px;height:30px;background:#000 url("../images/BlackIceDlgHorizontal.png") repeat-x;float:left; }
		.bidlg_ttlt-r { width:9px;height:30px;background:transparent url("../images/BlackIceDlgStatic.png") no-repeat -9px 0;float:left; }
	.bidlg_ttlt span { cursor:inherit;margin-left:4px;line-height:30px;color:#fff;font-weight:bold;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }

	.bidlg_ttlb { width:100%;height:8px; }
		.bidlg_ttlb span { display:none; }
		.bidlg_ttlb-l { width:9px;height:8px;background:#000 url("../images/BlackIceDlgStatic.png") no-repeat 0 -30px;float:left; }
		/* ttlb-m width is dialogue width (450px) - 18px (the left & right divs are 9px each) */
		.bidlg_ttlb-m { width:432px;height:8px;background:#fff url("../images/BlackIceDlgHorizontal.png") repeat-x 0 -67px;float:left; }
		.bidlg_ttlb-r { width:9px;height:8px;background:#000 url("../images/BlackIceDlgStatic.png") no-repeat -9px -30px;float:left; }

/* Dialogue contents */

.bidlg_con { width:100%;height:100px;background-color:#fff;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }
	.bidlg_con-l { width:5px;height:100%;background:#000 url("../images/BlackIceDlgVertical.png") repeat-y;float:left; }
	/* bidlg_con-m width is dialogue width (450px) - 18px (the left & right divs are 9px each) */
	.bidlg_con-m { width:440px;height:100%;background-color:#fff;float:left; }
		.bidlg_con-m .top { margin-top:2px; }
	.bidlg_con-r { width:5px;height:100%;background:#000 url("../images/BlackIceDlgVertical.png") repeat-y;float:left; }

/* Dialogue footer */
.bidlg_ftr { width:100%;height:37px;font-family:Tahoma,"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;font-size:11px; }
	.bidlg_ftr-l { width:9px;height:37px;background:transparent url("../images/BlackIceDlgStatic.png") no-repeat 0 -75px;float:left; }
	/* .bidlg_ftr-m width is dialogue width (450px) - 18px (the left & right divs are 9px each) */
	.bidlg_ftr-m { width:432px;height:37px;background:#eee url("../images/BlackIceDlgHorizontal.png") repeat-x 0 -30px;float:left; }
	.bidlg_ftr-r { width:9px;height:37px;background:transparent url("../images/BlackIceDlgStatic.png") no-repeat -9px -75px;float:left; }