

/* Mozilla bug: ignores first CSS-rule at included file */
.fake {}


.footer
{
    color: #285173;
    font-size: 10px;
    font-family: Tahoma, sans-serif;
}

.errortitle
{
    font-family: Tahoma, sans-serif;
    color: #ff0000;
    font-size: 22px;
}

.exceptionname
{
    color       : #000000;
    font-style  : normal;
    font-family : Sans-serif;
    font-size   : 11px;
    font-weight : bold;
}

.exceptioninfo
{
    font: normal 12px/17px Tahoma, Sans-serif  ;
    padding-left:0;
    margin-right:20px;
    padding-top:10px;
}

.exceptioninfo pre
{
    width: 400px;
    height: 150px;
    overflow: auto;
    background-color:#f8efb0;
    color: #04243f;
    padding: 10px;
    margin:0;
    border:#889eb1 solid 1px;
}

.padexceptioninfo
{
    font-style:normal;
    font-family:Sans-serif;
    font-size:10pt;
    padding-left:13px;
}

.stacktrace
{
    font-style:normal;
    font-family:Arial;
    font-size:8pt;
    padding-left:13px;
    color: #888888;
}

.errordetails
{

}

.errordetails  a,
.errordetails  a:hover,
.errordetails  a:visited,
.errordetails  a:active

{
    color: #ff0000;
    background: url(/img/azureblue/warnings/error-page/show_icon.gif?hash=1795885004) no-repeat right center;
    padding-right:25px;
    font-weight:bold;
    height: 22px;
    line-height: 22px;
    white-space:nowrap;
    width:100px;
    display:block;
}

.reportbug
{
    font: normal 11px/16px Tahoma, sans-serif;
    padding-top:15px;
    padding-left:0;
    padding-right:20px;
    padding-bottom:20px;
    color: #bddfff;
}

.reportbug a
{
    color        : #ff0000;
    font-size    : 15px;
    background   : url(/img/azureblue/warnings/error-page/br_button_bg.gif?hash=1795885004) no-repeat;
    display      : block;
    width        : 232px;
    height       : 36px;
    line-height  : 32px;
    cursor       : pointer;
    text-align   : center;
    font-family  : Arial;
}

.errorsubsection
{
    font-style:normal;
    font-family:Sans-serif;
    font-size:11pt;
    font-weight:bold;
    padding-top:10px;
}


.errorBox
{
    background    : url(/img/azureblue/warnings/error-page/bg_dark.gif?hash=1795885004) repeat-x top #a54c00;
    text-align    : center;
    width         : 100%;
}
.errorTable
{
    padding:22px;
}
.errorTable .lt
{
    vertical-align:top;
    height:7px;
    width:7px;
}

.errorTable .rt
{
    vertical-align:top;
    height:7px;
    width:16px;
}

.errorTable .lb
{
    vertical-align:bottom;
    height:7px;
    width:7px;
}

.errorTable .rb
{
    vertical-align:bottom;
    height:7px;
    width:16px;
}

.errorTable .rc
{
    background-image    : url(/img/azureblue/warnings/error-page/bg_light.gif?hash=1795885004) ;
    background-repeat   : repeat-x;
    background-color    : #b04c00;
    width:16px;
}

.errorTable .warningIcon
{
    vertical-align:top;
    padding: 25px;
}
.errorTable .errorText
{
    padding-top: 20px;
}

