div#stage table.list td  {
	vertical-align: top;
}
div.popupwindow {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    border: 2px solid #4D740F;
	background: #fff;
	z-index: 99;
    visibility: hidden;
}
div.popupwindow div.titlebar {
    color:#000000;
    font-weight: bold;
	background-color:#94AC6F;
	padding: 4px 8px;
	font-size: 12pt;
}
div.popupwindow div.popupstage {
	padding: 10px;
	background-color: #EDF1E7;
}
div.popupwindow div.popupstage td {
	padding: 3px 4px;
}

div.popupwindow div.popupstage table.progressbar {
}

div.popupwindow div.popupstage table.progressbar td {
    margin: 0;
    padding: 0;
}

div.popupwindow div.popupstage table.list {
    border: 1px solid #94AC6F;
    border-collapse: collapse;
}

div.popupwindow div.popupstage table.list th {
	background-color: #B8C79F;
	text-align:left;
	border-bottom: 1px solid #94AC6F;
	font-weight: normal;
	color: #000;
}

/* IE can't deal with the border on TH cells in the dialog (see Bug #814) */
div.popupwindow div.popupstage table.list th.iebug {
    border-bottom: 0px;
}

div.popupwindow div.popupbuttons {
	background-color: #B8C79F;
	text-align:center;
	padding: 8px;
}

div.popupwindow div.popupbuttons button.dialogbutton{
	margin: 3px;
}

/* override yahoo style for titlebar on dialog */
.yui-panel .hd {
	border:none;
	border-bottom:none;
	padding:0px;
    line-height:normal;
    background-color:#94AC6F;
}

/* override z-index for yahoo style, used to make pages modal */
.mask {
	z-index:1;

}

/* This is part of a work-around to a FireFox problem (see bug #457) */
.caretfix {
   overflow:auto;
}