/* General Dialog Styles */
.dialog_padding{
	border: 2px solid #EEE;
}

/* Error Dialog Styles */
.dialog_error_frame{
	border : 1px solid #990000;
	width:100%;
}
.dialog_error_content{
	padding: 6px;
	background: #FFF;
	color:#666666;
	font-weight:bold;
	border-top: 1px solid #E0B2B2;
}
.dialog_error_title{
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	line-height: 1.8em;
	color: #990000;
	overflow: hidden;
	display: inline;
}
.oddity_error_header{
	background-color:#FFFFCC;
	height: 1.8em;
	overflow: hidden;
}

/* Success/OK  Dialog Styles */
.dialog_success_frame{
	border : 1px solid #006633;
	width:100%;
}
.dialog_success_content{
	padding: 6px;
	background: #FFF;
	color:#666666;
	font-weight:bold;
	border-top: 1px solid #B2D1C1;
}
.dialog_success_title{
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	line-height: 1.8em;
	color: #006633;
	overflow: hidden;
	display: inline;
}
.oddity_success_header{
	background-color:#CCFFD9;
	height: 1.8em;
	overflow: hidden;
}

/* Help/Info Dialog Styles */
.dialog_info_frame{
	border : 1px solid #79A7E2;
	width:100%;
}
.dialog_info_content{
	padding: 6px;
	background: #FFF;
	color:#666666;
	font-weight:bold;
	border-top: 1px solid #D6E4F6;
}
.dialog_info_title{
	font-weight: bold;
	padding-top: 2px;
	padding-left: 4px;
	line-height: 1.8em;
	color: #666666;
	overflow: hidden;
	display: inline;
}
.oddity_info_header{
	background-color:#EFF5FF;
	height: 1.8em;
	overflow: hidden;
}