img.iconSmall, img.iconPage, img.iconMini, img.iconMedium {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/i/apex_ui/apex_ui.png");
    background-repeat: no-repeat;
}
img.iconSmall {
    height: 20px;
    width: 20px;
}
img.iconSmall.close {
    background-position: -80px -748px;
}
img.iconMini {
    height: 16px;
    width: 16px;
}
img.iconMedium {
    height: 32px;
    width: 32px;
}
img.iconMedium.success {
    background-position: -84px 0;
}
img.iconMedium.warning {
    background-position: -116px 0;
}
.aNotification {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #AAAAAA #AAAAAA;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #AAAAAA;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    min-height: 48px;
    width: 480px;
}
.aNotification.success {
    background-color: #E6F0E6;
    background-image: linear-gradient(#E6FAE6, #E6F0E6);
    background-size: 100% auto;
    border-color: #55A955;
}
.aNotification.success p {
    color: #2E5C2E;
}
.aNotification.warning {
    background-color: #F6E6B7;
    background-image: linear-gradient(#FFF2CF, #F6E6B7);
    background-size: 100% auto;
    border-color: #C29B00;
}
.aNotification.warning p {
    color: #B31212;
}
.aNotification.warning .aNotificationText {
    padding-bottom: 0;
}
.aNotification.warning .warningMessage {
    color: #B31212;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 48px;
}
.aNotification.warning .warningMessage ul {
    border-top: 1px solid #DBD0A4;
    color: #303030;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin-left: -48px;
    margin-right: -48px;
    margin-top: 14px;
    padding: 8px 0 6px;
}
.aNotification.warning .warningMessage ul li {
    margin: 0 0 0 24px;
    padding: 0;
}
.aNotification.warning .warningMessage ul li ul {
    border-top: medium none;
    list-style-type: disc;
    margin: 8px 0 8px -10px;
    padding: 0;
}
.aNotification.warning .warningMessage ul li a {
    color: #303030;
}
.aNotification.warning .warningMessage ul li p {
    color: #303030;
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}
.aNotification .aNotificationText {
    padding: 14px 0;
    position: relative;
}
.aNotification .aNotificationText a.closeMessage {
    display: block;
    height: 20px;
    margin: 14px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.aNotification .aNotificationText img.iconMedium {
    display: block;
    left: 0;
    margin: 8px;
    position: absolute;
    top: 0;
}
.aNotification .aNotificationText p {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 48px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
#htmldbMessageHolder {	
    left: 50%;
    margin-left: -241px;
    position: fixed;
    top: 0;
    width: 482px;
	z-index: 1002;
}
#SqlAndResults #htmldbMessageHolder {
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 0;
}

textarea.smal { 
    max-width:700px;
    min-width:700px;
}
textarea.big { 
    max-width:905px;
    min-width:905px;
}

textarea.dialog { 
    max-width:600px;
    min-width:600px;
    max-height:80px;
    min-height:20px;
}
.iecwarningMessage {
   color: #b31212;
   /*font-size: 13px;*/
   font-weight: bold;
   line-height: 20px;
   margin: 0 48px;
}