@CHARSET "ISO-8859-1";

/*********** Messages ************/

.ui-dialog-titlebar {
  background-color: #016980;
  background-image: none;
  color: #FFF;
}

.note:before{
	content:"Note: ";
	font-weight: bold;	
}
.note {
	display: block;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #fffdec;
	vertical-align: baseline;
	margin-top: 6pt;
	margin: 4pt 6pt 6pt 0pt;
	padding: 4pt;
	border: 2px solid #f8c701;	
	text-align: left;
	text-indent: 0cm;
	width: 600px;
	height: auto;
	white-space: normal;
}
.hint:before{
	content:"Hint: ";
	font-weight: bold;	
}
.hint {  /* Hints on pages, not in the help */
	display: block;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	color: #000000;
	background-color: #e8f7e8;
	vertical-align: baseline;
	margin: 5px 10px 5px 0px;
	padding: 1pt;
	border: 1px solid #390;	
	text-align: left;
	text-indent: 0cm;
	height: auto;
	white-space: normal;
	font-weight: normal; 
	font-size: 0.8em;
	padding: 3px;
}

.msgIdea {
	display: block;
	clear: both;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #e8f7e8;
	vertical-align: baseline;
	margin: 5px 10px 5px 0px;
	width: 550px;
	padding: 4pt;
	border: 2px solid #390;	
	text-align: left;
	text-indent: 25px;
	height: auto;
	white-space: normal;
    background-repeat:  no-repeat;
	background-position:  5px 3px;
    background-image: url(/images/icons/idea.gif);  
}

.msgSuccess {
	display: block;
	clear: both;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #e8f7e8;
	vertical-align: baseline;
	margin: 5px 10px 5px 0px;
	width: 550px;
	padding: 4pt;
	border: 2px solid #390;	
	text-align: left;
	text-indent: 25px;
	height: auto;
	white-space: normal;
    background-repeat:  no-repeat;
	background-position:  5px 3px;
    background-image: url(/images/icons/ok.gif);  
}
.msgWarning {
	/* display: block;
	clear: both;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #fffdec;
	vertical-align: baseline;
	margin: 15px 10px 10px 0px;
	width: 550px;
	padding: 4pt;
	border: 2px solid #f8c701;	
	text-align: left;
	text-indent: 25px;
	height: auto;
	white-space: normal;
	background-repeat:  no-repeat;
	background-position:  5px 3px;
	background-image: url(/images/icons/warning.gif);  */
/*	background-margin: 3px; */
}
.msgError {
	display: block;
	clear: both;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 10pt;
	background-color: #fdd;
	vertical-align: baseline;
	margin: 5px 10px 5px 0px;
	width: 550px;
	padding: 4pt;
	border: 2px solid #9F0000;	
	text-align: left;
	text-indent: 25px;
	height: auto;
	white-space: normal;
    background-repeat:  no-repeat;
	background-position:  5px 3px;
    background-image: url(/images/icons/error.gif);  
}

