﻿/* DisplayPage.css - CSS definitions for the DisplayPages.aspx page
 *
 * Revision History
 *  REC 1457-399   2013-12-16  John Hildebrand  - Original version - VPM updates
 --------------------------------------------------------------------------------------------------------------*/

.ABCTitle2 {    /* copied from StyleSheet1.css - 1457-399 */
  color: #000000;       /* 1457-278 - old value #CE3331; */
  font-size: 12pt;
  font-weight: bold;
  vertical-align: middle;
  margin: 0px 0 0px 0;
  display:block;
}

.BeBold2 {
  color: black;
  font-weight: bold;
  font-style: italic;
}

.BORD_TB {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 0;
  margin: 0;
  padding: 4px;
}

.BORD_T {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 0;
  padding: 4px;
}

.BORD_TBL {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  margin: 0;
  padding: 4px;
}

.BORD_TL {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0;
  padding: 4px;
}

.BORD_TR {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 1px 0 0;
  margin: 0;
  padding: 4px;
}

.BORD_TRB {
  border-color: #999999;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  margin: 0;
  padding: 4px;
}

img.LessRight {
    float: right;
    margin: -10px 10px 10px 0;
    width: 117px;
}

.std_body_slim_width {  /* copied from StyleSheet1.css - 1457-399 */
    width: 90%;
    border:1px solid #BBB;
    border-top:0px;
}

.std_body_slim_width td {   /* copied from StyleSheet1.css - 1457-399 */
    padding:2px;
}

.std_body_slim_width tbody tr:hover {   /* copied from StyleSheet1.css - 1457-399 */
    background-color:#eee;
}

.std_body_slim_width td input { /* copied from StyleSheet1.css - 1457-399 */
    margin:0px 6px 0px 6px;
}

/* End of DsiplayPage.css */