/* PG Calculator CSS */

p {
    text-align: center;
}

p.leftjust {
    text-align: left;
}

h1 {
    text-align: center;
    vertical-align: middle;
    font-size: 20pt;
    color: #003366;
}

h2 {
    text-align: center;
    font-size: 12pt;
    /* color: #003366; */
}

.maintable {
    border-collapse: collapse;
    table-layout: fixed;
}

.pagetitle {
    color: #003366;
    font-family: Sans;
    font-size: 20pt;
    /*font-style: bold;*/
    text-align: center;
}

td.tabs {
      background-color: #003366;
      color: white;
      text-align: center;
      font-family: Sans;
      font-size: 10pt;
      border-style: none;
      border-width: 0px;
      outline-style: none;
      padding: 3px;
}

td.stdtext {
    font-family: Sans;
    font-size: 10pt;
    border-style: none;
    vertical-align: top;
    /*width: 400px;*/
}

td.awardcell {
    text-align: center;
}

td.advertcell {
    width: 240px;
    text-align: center;
    vertical-align: top;
    font-family: Tahoma, Arial, Sans !important;
    font-size: 8pt !important;
}

td.imagecell {
    width: 380px;
    text-align: center;
    vertical-align: top;
}

td.pagerank {
    width: 100px;
}

a.tabs {
    color: white;
}

a.tabs:link {
    color: white;
}

a.tabs:visited {
    color: yellow;
}

.smalltext {
    font-family: Sans;
    font-size: 8pt;
    font-style: italic;
    text-align: center;
}

.smalltable {
    font-family: Sans;
    font-size: 8pt;
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
    text-align: center;
}

