﻿table#errordetail {
 width: 650px;
 margin: 10px auto;
 border-collapse: collapse;
 background-color: #ffffff;
}

table#errordetail tr {

}

table#errordetail td {
 padding: 3px;
}

table#errordetail td.label {
 background-color: #953631;
 font-weight: bold;
 color: #ffffff;
 border-style: solid;
 border-width: 1px;
 border-color: #ffffff;
}

table#errordetail td.altbgcolor {
 background-color: #ffffcc;
}


