/*
	Dialog box
*/
TABLE.DialogBox {
	WIDTH: 100%;
	HEIGHT: 100%;
	VERTICAL-ALIGN: top;
}
TD.DialogBox {
	BACKGROUND-COLOR: #FCFCFC;
	TEXT-ALIGN: left;
	PADDING: 10px;
}
.DialogBorder {
	BACKGROUND-COLOR: #969696;
	HEIGHT: 100%;
	PADDING: 0px;
}
TD.DialogTitle,
DIV.DialogTitle {
	COLOR: #E07900;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	BACKGROUND-IMAGE: url(images/dialog_bg.gif);
	background-position: bottom;
	border-left: #969696 1px solid;
	border-right: #969696 1px solid;
	border-top: #969696 1px solid;
	VERTICAL-ALIGN: middle;
	HEIGHT: 30px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 18px;
	PADDING-RIGHT: 0px;
	TEXT-ALIGN: left;
	text-transform: uppercase;
}
FONT.DialogTitle {
	COLOR: #F4911D;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	VERTICAL-ALIGN: bottom;
	HEIGHT: 33px;
	TEXT-ALIGN: left;
	MARGIN-LEFT: 10px;
}

/*
	Dialog box
*/
.DialogPlainContent * {
	color: #767676 !important;
}
.DialogPlainTitleLeft {
	background-image: url('./images/dialog_title_left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
.DialogPlainTitleRight {
	background-image: url('./images/dialog_title_right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
.DialogPlainTitle {
	BACKGROUND-COLOR: #F6F6F6;
	COLOR: #767676;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	TEXT-ALIGN: left;
	border-top: solid 1px #B3B3B3;
	width: 100%;
}
.DialogPlainContent {
	padding: 6px;
	BACKGROUND-COLOR: #F6F6F6;
	border-top: solid 1px #B3B3B3;
	border-left: solid 1px #B3B3B3;
	border-right: solid 1px #B3B3B3;
}
.DialogPlainBase {
	BACKGROUND-COLOR: #F6F6F6;
	border-bottom: solid 1px #B3B3B3;
}

/*
	Note box
*/
TABLE.Note {
	WIDTH: 98%;
	background-image: url('images/note_border.gif');
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 4px;
}
TABLE.Note .NoteContent, TABLE.NoteGrey .NoteContent {
	margin: 1px;
	border: solid 1px #FFFFFF;
	padding: 10px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: top;
}
TABLE.Note .NoteContent {
	color: #542D03;
	background-image: url('images/note_background.gif') ;
	background-color: #FFF;
	FONT-SIZE: 11px;
}

TABLE.NoteTitle, DIV.NoteTitle {
	border-bottom: solid 1px #542D03;
	margin-bottom: 5px;
}
TD.NoteTitle, DIV.NoteTitle {
	color: #542D03;
	font-weight: bold;
}

TABLE.NoteGrey {
	WIDTH: 98%;
	background-image: url('images/note_border_grey.gif');
	background-repeat: repeat-x;
	margin-top: 8px;
	margin-bottom: 4px;
}
TABLE.NoteGrey .NoteContent {
	color: #542D03;
	background-image: url('images/note_background_grey.gif');
	background-color: #FFF;
	FONT-SIZE: 11px;
}


/*
	Dialog tools section
*/
.NavDialogBox {
	margin-bottom: 12px;
	border: solid 1px #DA6F15;
	BACKGROUND-COLOR: #F4EEE8;
}
.NavDialogTitle {
	background: #F4911D;
	BACKGROUND-IMAGE: url(images/dialog_tools_bg.gif);
	border: solid 1px #DA6F15;
}
.NavDialogTitle TD {
	FONT-SIZE: 12px;
	FONT-WEIGHT: bold;
	COLOR: #330000;
	PADDING: 2px;
}
.NavDialogContent {
	margin: 1px;
	padding: 8px;
	background: #FCF9F2;
}

.NavDialogSeparator {
	WIDTH: 100%;
	HEIGHT: 14px;
	BACKGROUND-IMAGE: url(images/separator.gif);
	PADDING-LEFT: 7px;
}
.NavDialogSeparator IMG {
	WIDTH: 100%;
	HEIGHT: 14px;
}
.NavDialogCell {
	PADDING-RIGHT: 3px;
}
.NavDialogCell A IMG {
	WIDTH: 9px;
	HEIGHT: 9px;
}


/*
	Dialog tools section
*/
.AccountToolsSection {
	width: 225px;
	margin-right: 18px;
}
.AccountToolsSectionTitle {
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 1px #99561A;
	margin-bottom: 4px;
}
.AccountToolsItems {
	padding: 6px;
	padding-top: 0;
}
DIV.AccountToolsItem {
}
A.AccountToolsItem,
A.AccountToolsItem:link,
A.AccountToolsItem:active,
A.AccountToolsItem:visited,
A.AccountToolsItem:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
