﻿.UndoDeleteControl {
  background: #fff6bf;
  text-align: left;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 2px solid #ffd324;
}
.notification-box {
  background: #fff6bf;
  text-align: left;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 2px solid #ffd324;
}
.help-box {
	background-color: #CCFFCC; 
  text-align: left;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 2px solid #99FF99;
}

.NoteOverdue, .NoteOverdue a {
	color: #ff0000;
	font-weight: bold;
}
.popup {
  background-color: #FFFFFF;
	border: solid 1px #000000;
	padding:0.5em;
	width:30em;
}
.popup .footer, .popup .header {
}
.tip {
	font-size:x-small;
	color: #666666;
}
.attention {
  display:block;
  background: #fff6bf;
  padding: 0.5em 1.5em 0.5em 1.5em;
}

/* -------- BUTTONS -------- */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}