/* additional styles for calendar page and others */

.stdComments {
    margin-left : 10%;
    max-width : 80%;
  }


.stdTable {
    background-color : #CCCCFF;
    width : 90%;
    margin-right: 5%;
  }


.fixedHeightTable {
    background-color : #CCCCFF;
    height : 81%;
    width : 96%;
    margin-left: 2%;
  }


.table75 {
    background-color : #CCCCFF;
    padding-left : 2px;
    padding-right : 2px;
    width : 85%;
  }


.stdCaption {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
    font-style : italic;
    color : navy;
  }


.lightRow {
    background-color : white;
  }


.darkRow {
    background-color : silver;
  }


.addRow {
    background-color : #CCCCFF;
  }


.fontTitle {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 18pt;
    font-weight : bold;
  }


.fontStd {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
  }


.fontSmall {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
  }


.fontCalendar {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
  }


.fontSmalli {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-style : italic;
  }


.fontLabel {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
  }


.fontColumnHeaderSm {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    background-color : navy;
    color : white;
  }


.fontColumnHeaderStd {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
    background-color : navy;
    color : white;
  }


.note {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    margin-left : 5%;
    margin-right : 5%;
  }

