html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 10px;
    padding: 0px;
    background-color: white;
}

p, table, th, td, div  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
}

h1 {
    color: #C71900;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
}

h2 {
    color: #F58C0B;
    font-size: 18px;
    font-weight:bold;
}

th {
    text-align: center;
}

form {
    margin: 0px;
}

a {
    color: #C71900;
    text-decoration: underline;
}

a:hover {
    color: #D72910;
    text-decoration: underline;
}

input[type=submit], input[type=button], .button {
    background-color: #F58C0B;
    color: #C71900;
    font-weight: bold;
}

.smallButton {
    font-size: 85%;
    padding: 0px;
}

.borderW {
    border: 1px solid white;
    padding-bottom: 2px;
    padding-top: 2px;
}

.borderB {
    border: 1px solid black;
    padding-bottom: 2px;
    padding-top: 2px;
}

hr {
    height: 1px; 
    color: black; 
    background-color: black; 
    border: none;
}

.tiny {
    font-size: 80%;
}

.normal {
    font-weight: normal;
}

.msgText {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.disabled {
    color: #909090;
}

.msgOK {
    color: darkgreen;
}

.msgNotOK {
    color: #990000;
}

.noAccessTable {
    border: 1px solid black;
    background-color: red;
    color: white;
    font-size: 150%;
    text-align: center;
    padding: 20px;
}

h3 {
    color: #BD003A; 
}


hr {
    height: 1px; 
    color: #C0C0C0; 
    background-color: #C0C0C0; 
    border: none;
}

form {
    margin: 0px;
}

.msgText {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.disabled {
    color: #909090;
}

.msgOK {
    color: darkgreen;
}

.msgNotOK {
    color: #BD003A;
}

.noAccessTable {
    border: 1px solid black;
    background-color: #BD003A;
    color: white;
    font-size: 150%;
    text-align: center;
    padding: 20px;
}

#navTable {
    width: 235px;
}

#navTable table {
    margin-top: 5px;
    margin-left: 5px;
    border-collapse: separate;
    padding: 0px;
}

#navTable td {
    padding: 0px;
}

#dataTable table {
    border-collapse: collapse;
}

#dataTable th {
    background-color: #28779A;
    color: white;
    text-align: left;
    padding-left: 2px;
}

#dataTable tr, #dataTable td {
    border: none;
}

#dataTable td {
    padding: 2px;
}

#objectTable td {
    border: 1px solid black;
    padding-right: 5px;
    padding-bottom: 5px;
}

#objectTable th {
    border: 1px solid black;
    text-align: left;
    vertical-align: top;
}

#pageCounter {
    width: 100%;
    text-align: center;
    font-size: 85%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pageCounterElement a {
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 1px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    color: #A0A0A0;
    margin-left: 1px;
}

.pageCounterElementActive a {
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    margin-left: 1px;
    background-color:#FFFFFF;
    color: black;
}

.pageCounterElementInactive {
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    margin-left: 1px;
    color: #A0A0A0;
}

.pageCounterPrevNextInactive  {
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    margin-left: 1px;
    color: #D0D0D0;
    font-weight: bold;
}

.pageCounterPrevNext a {
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 2px;
    margin-left: 1px;
    color: #A0A0A0;
    font-weight: bold;
}

#sortTable {
    border-collapse: collapse;
    font-size: 90%;
}

#sortTable th {
    color: white;
    background-color: #BD003A;
    text-align: left;
    padding: 2px;
}

#sortTable td {
    padding: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
    vertical-align: middle;
    border: 1px solid white;
}

#sortTable .headerActive {
    padding: 2px;
    cursor: pointer;
    background-image: url('../images/sort.gif');
    background-repeat: no-repeat;
    background-position: 97%;
    /*border-right: 1px solid white; */
}

#sortTable .headerActiveDesc {
    padding: 2px;
    cursor: pointer;
    background-image: url('../images/sort-desc.gif');
    background-repeat: no-repeat;
    background-position: 97%;
    color: white;
    background-color: #BD003A;
    /*border-right: 1px solid white; */
}

#sortTable .headerActiveHover {
    padding: 2px;
    cursor: pointer;
    background-image: url('../images/sort.gif');
    background-repeat: no-repeat;
    background-position: 97%;
    color: white;
    background-color: #BD003A;
    /*border-right: 1px solid white; */
}

#sortTable .headerActiveDescHover {
    padding: 2px;
    cursor: pointer;
    background-image: url('../images/sort-desc.gif');
    background-repeat: no-repeat;
    background-position: 97%;
    color: white;
    background-color: #BD003A;
    /*border-right: 1px solid white; */
}

#sortTable .headerNotActive {
    padding: 2px;
    cursor: pointer;
    background-image: url('../images/sortb.gif');
    background-repeat: no-repeat;
    background-position: 97%;
    color: white;
    background-color: #BD003A;
    /*border-right: 1px solid white; */
}

#sortTable .headerNotActiveHover {
    padding: 2px;
    cursor: pointer;
    background-image: url('../images/sortb.gif');
    background-repeat: no-repeat;
    background-position: 97%;
    color: white;
    background-color: #BD003A;
    /*border-right: 1px solid white; */
}

#sortTable .headerNoSort {
    color: white;
    background-color: #BD003A;
    /*border-right: 1px solid white; */
}

#sortTable .noBorder {
    border: none;
    border-collapse: collapse;
}

.evenRow  {
   background-color: #E0E0E0;
}

.unevenRow  {
   background-color: #FFFFFF;
}

.currentRow  {
   background-color: #FFCCCC;
}

.inactiveRow  {
   background-color: #666666;
   color: #999999;
}



