/* ===== <generic dialogue classes> ===== */
.DialoguePanel{
	background-color: buttonface;
}
.DialoguePane
{
	border-top: inset 2px #f0f0f0;
	border-left: inset 2px #f0f0f0;
	border-right: inset 2px #fff;
	border-bottom: inset 2px #fff;
	background-color: #FFF;
}
.DialogueText, .DialoguePanel, body.StandaloneDialogue, body.StandaloneDialogue input, body.StandaloneDialogue td, 
body.StandaloneDialogue textarea, 
body.StandaloneDialogue select, .DialoguePanel td, .DialoguePanel select, .DialoguePanel input, .DialoguePanel textarea{
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
}
.DialogueText, .DialoguePanel, body.StandaloneDialogue, body.StandaloneDialogue td, .DialoguePanel td{
	color: #000;
}
.DialogueDisabled{
	color:#848484;
}

.DialogueDisabledField{
	background-color:buttonface;
	font:8pt Verdana;
	color:darkgray;
}		
.DialogueButton, .DialogueStandardButton{
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
}

.DialogueStandardButton{
	width: 75px;
	height: 23px;
	margin: 3px;
}
.DialogueSquareButton{
    width: 23px;
    height: 23px;
    margin: 3px;
	background-position: center center;
	background-repeat: no-repeat;	
	padding: 0px;
}

body.StandaloneDialogue{
	background-color: buttonface;
	padding: 5px;
	overflow: hidden;
	border: 0px;
}
.DialogueHeading1{
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 15px;
}
div.DialogWarningOff{
	border: solid 1px buttonface;
}
div.DialogWarningOn{
	border: solid 1px #555;
	background-color: #ffe;
}
/* ===== </generic dialogue classes> ===== */

/* ===== <tabbed dialogue classes> ===== */
.TabbedDialogue{
	font-size: 8pt;
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
}
.TabbedDialogue .Body{
	border-left: white 1px solid;
	border-right: outset 2px #f0f0f0;
	border-bottom: outset 2px #f0f0f0;
}
.TabbedDialogue .BackRows, .TabbedDialogue .FrontRow{
	text-align:center;
	font-size: 8pt;
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	width: 100%;
	border: 0px;
}
.TabbedDialogue .FrontRow .Tab, .TabbedDialogue .BackRows .Tab{
	cursor: default;
}
.TabbedDialogue .FrontRow .TabTop, .TabbedDialogue .BackRows{
	text-align: left;
	background-position: right top;
	background-image:url(../images/TabTopRight.gif);
	background-repeat: no-repeat;
	width: 100%;
}
.TabbedDialogue .BackRows .TextSelected, .TabbedDialogue .BackRows .Text{
	height: 15px;
	text-align: center;
	padding: 0px 2px 2px;
	border-left: white 1px solid;
	background-position: right top;
	background-image:url(../images/TabRight.gif);
	background-repeat: repeat-y;
}
.TabbedDialogue .FrontRow .Text{
	height: 16px;
	text-align: center;
	padding: 0px 4px 2px 2px;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	background-position: right top;
	background-image:url(../images/TabRight.gif);
	background-repeat: repeat-y;
}
.TabbedDialogue .FrontRow .TextSelected{
	height: 16px;
	text-align: center;
	padding: 0px 2px 3px;
	border-left: white 1px solid;
	border-right: outset 2px #f0f0f0;
}

.TabbedDialogue .Text A, .TabbedDialogue .TextSelected A{
	text-decoration: none;
	color: black;
}

/* ===== </tabbed dialogue classes> ===== */

/* ===== <dialogue group classes> ===== */
span.DialogGroupLegend{
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
	position: relative;
	background-color: buttonface;
	left: 7px;
	padding: 0px 3px;
	z-index: 1;
	color: #000;
}
div.DialogGroupContent{
	/*
	position: relative;
	top: -8px;
	*/
	margin-top: -8px;
	border: groove 2px #fff;
	padding: 10px;
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
}
/* ===== </dialogue group classes> ===== */

/* ===== <dialogue list box classes> ===== */
.DialogueListBoxTitleBar{
	border: black 1px solid;
}

.DialogueListBoxTitleCell, .DialogueListBoxFirstTitleCell{
	overflow: hidden;
	display: inline;
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
	padding: 3px;
}

.DialogueListBoxTitleCell{
	border-left: groove 2px #fff;
}

.DialogueListBoxContainerTitled, .DialogueListBoxContainerUnTitled{
	border-left: inset 2px #f0f0f0;
	border-right: inset 2px #fff;
	border-bottom: inset 2px #fff;
	background-color: #FFFFFF;
	overflow: auto; 
}

.DialogueListBoxContainerTitled{
	border-top: inset 1px #f0f0f0;
}
.DialogueListBoxContainerUnTitled{
	border-top: inset 2px #f0f0f0;
}

.DialogueListBoxItem, .DialogueListBoxItemSelected{
	font-family: 'MS Sans Serif', Sans-Serif, Verdana;
	font-size: 8pt;
	cursor: default;	
}
.DialogueListBoxItem{
	color: #000000;
	background-color: #FFFFFF;
}
.DialogueListBoxItemSelected, td.DialogueListBoxItemSelected{
	color: #FFFFFF;
	background-color: #08246B;
}
/* ===== </dialogue list box classes> ===== */

/* ===== <inherited bool checkbox classes> ===== */
img.DialogueDisabledCheckBox{
	margin-bottom: -2px;
	margin-left: 3px;
	margin-right: 2px;
}
/* ===== </inherited bool checkbox classes> ===== */

/* ===== ncListBox list box classes ===== */
table.ncListBox{
	vertical-align: middle;
}
div.ncListBoxElements{
	overflow: auto;
	border-top: inset 2px #f0f0f0;
	border-left: inset 2px #f0f0f0;
	border-right: inset 2px #fff;
	border-bottom: inset 2px #fff;
	background-color: #FFFFFF;
}
div.ncListBoxTitles{
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	margin-left: 1px;
}	
div.ncListBoxElements table, div.ncListBoxTitles table{
	table-layout: fixed;
	border-collapse: collapse;
}

div.ncListBoxElements table tr.Selected td{
	background-color: #08246B;
	color: #FFFFFF;
}
div.ncListBoxElements table td, div.ncListBoxTitles table td{
	cursor: default;
	padding: 1px;
	border: 0px;
}
/* 
div.ncListBoxElements table td.ncListBoxSelected{
	background-color: #C3D9FF;
	color: #FFF;
}
div.ncListBoxElements table td.ncListBoxDisabled{
	background-color: #FFF;
	color: lightgrey;
}
*/
div.ncListBoxElements table td.ncListBoxDefault{
	font-weight: bold;
}
/* ===== /ncListBox list box classes ===== */

input.DialogueMiniScrollUp, input.DialogueMiniScrollDown{
	background-position: center center;
    width: 15px;
    background-repeat: no-repeat;
    height: 8px;
    background-color: buttonface;
}

input.DialogueMiniScrollUp{
    background-image: url(../images/miniscroll_up.gif);
}
input.DialogueMiniScrollDown{
    background-image: url(../images/miniscroll_down.gif);
}