/* 
    Document   : exception
    Created on : 04.02.2013, 12:13:28
    Author     : Bastian.Clemens
    Description:
        Purpose of the stylesheet follows.
*/
  
    .shadowOut {
        -moz-box-shadow:5px 5px 8px 0px #777777;
        -webkit-box-shadow:5px 5px 8px 0px #777777;
        box-shadow:5px 5px 8px 0px #777777;
    }
    
    .gradient {
        background: #fff9f9; /* Old browsers */
        background: -moz-linear-gradient(top, #fff9f9 1%, #d3cfcf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fff9f9), color-stop(100%,#d3cfcf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fff9f9 1%,#d3cfcf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fff9f9 1%,#d3cfcf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fff9f9 1%,#d3cfcf 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fff9f9 1%,#d3cfcf 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#d3cfcf',GradientType=0 );
    }
    .warning {
        color:#000000;
        padding:5px;
        padding-top:8px;
        border:1px solid #363636;
        background: #F7CE67; /* Old browsers */
        background: -moz-linear-gradient(top,  #F7CE67 0%, #F8B500 15%, #fffcfc 5px, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7CE67), color-stop(5px,#F8B500), color-stop(5px,#fffcfc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #F7CE67 0%,#F8B500 5px,#fffcfc 5px,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #F7CE67 0%,#F8B500 5px,#fffcfc 5px,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #F7CE67 0%,#F8B500 5px,#fffcfc 5px,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #F7CE67 0%,#F8B500 5px,#fffcfc 5px,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F7CE67', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }
    
    .info {
        color:#000000;
        padding:5px;
        padding-top:8px;
        border:1px solid #363636;
        background: #87E0FD; /* Old browsers */
        background: -moz-linear-gradient(top,  #87E0FD 0%, #0694DB 15%, #fffcfc 5px, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87E0FD), color-stop(5px,#0694DB), color-stop(5px,#fffcfc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #87E0FD 0%,#0694DB 5px,#fffcfc 5px,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #87E0FD 0%,#0694DB 5px,#fffcfc 5px,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #87E0FD 0%,#0694DB 5px,#fffcfc 5px,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #87E0FD 0%,#0694DB 5px,#fffcfc 5px,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87E0FD', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    }
    
    .success {
        color:#000000;
        padding:5px;
        padding-top:8px;
        border:1px solid #363636;
        background: #299a0b; /* Old browsers */
        background: -moz-linear-gradient(top,  #299a0b 0%, #347F14 15%, #fffcfc 5px, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(5px,#347F14), color-stop(5px,#fffcfc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #299a0b 0%,#347F14 5px,#fffcfc 5px,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #299a0b 0%,#347F14 5px,#fffcfc 5px,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #299a0b 0%,#347F14 5px,#fffcfc 5px,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #299a0b 0%,#347F14 5px,#fffcfc 5px,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
     }
       
    .error {
        color:#000000;
        padding:5px;
        padding-top:8px;
        border:1px solid #363636;
        background: #a90329; /* Old browsers */
        background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 15%, #fffcfc 5px, #cccccc 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(5px,#8f0222), color-stop(5px,#fffcfc), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 5px,#fffcfc 5px,#cccccc 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #a90329 0%,#8f0222 5px,#fffcfc 5px,#cccccc 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 5px,#fffcfc 5px,#cccccc 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #a90329 0%,#8f0222 5px,#fffcfc 5px,#cccccc 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
     }