thead { 
        background-color: #cedae5;
        color: white;
        }

table { 
        margin-left: 10px;
        }

ul { 
     padding-left: 10px;
     margin-left: 10px;
     }

p { 
    margin-left: 10px;
    }

li { 
    margin-left: 10px;
    width: 80%;
    }

div.section > p { 
                  text-indent: 10px;
                  width: 80%;
                  }

A:link {
         text-decoration: none;
         /* color: #011389; */
         color: #468dc4;
         }

A:visited {
            text-decoration: none;
            /* color: #307010; */
            color: #83afd3;
            }

A:active  {
            text-decoration: none;
            color: #83afd3;
            }

A:hover   { 
            text-decoration: none;
            color: #83afd3;
            }

.navhomehead {
               padding-top: 0; 
               margin-bottom: 0;
               padding-bottom: 0;
               font-size: 80%
               }

.toplevel { 
            vertical-align: middle;
            }

.navhead {
           padding-top: 0; 
           margin-bottom: 0;
           padding-bottom: 0;
           font-size: 80%
           }

.navfoot { 
           font-size: 70%;
           }

.foothome { 
            font-size: x-small;
            }

.footfeed { 
            font-size: 70%;
            }

.footcopy { 
            font-size: 70%;
            margin-right: 10px;
            }

.shrink1           { font-size: small; }
.shrink2           { font-size: 70%; }
.shrink3           { font-size: 70%; }

.navtoc {
          border-style: solid;
          border-color: #cedae5;
          border-width: 2px;
          text-align: left;
          padding-left: 10px;
          color: #468dc4;
          background: url("graphics/tchecker-white.png") repeat;
          }

.section {
           width: 95%;
           margin-left: 10px;
           }

.inlinemediaobject {
                     // vertical-align: bottom;
                     }

.note {
        margin-left: 10px;
        }

.emphasis {
            color: #840000;
            font-weight: normal;
            }

.mediaobject { 
               text-align: center;
               }

.end { 
       color: #8c0b0b;
       /* font-weight: bold; */
       font-size: small;
       text-align: center;
       display: block;
       }

.finish {
          color: #000000;
          /* font-weight: bold; */
          font-size: small;
          text-align: center;
          display: block;
          }

.begin { 
         color: #000651;
         /* font-weight: bold; */
         font-size: small;
         text-align: center;
         display: block;
         }

.wip { 
       color: #0e4400;
       /* font-weight: bold; */
       display: inline;
       font-size: small;
       text-align: center;
       display: block;
       }

.duration { 
            font-weight: bold;
            text-align: right;
            padding-right: 10px;
            }

.task { 
        border-style: solid;
        border-color: #cedae5;
        border-width: 2px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
        width: 90%; }

.date { 
        width: 100px;
        text-align: center;
        }

.celltask {
            width: 250px;
            text-align: center;
            }

.title { 
         font-weight: bold;
         }


.details {
           font-size: x-small;
           text-align: right;
           margin-right: 5px;
           display: block;
           }

.itemizedlist {
                width: 100%;
                margin-left: 10px;
                }

.back{
       float: right;
       text-align: right;
       font-size: x-small;
       }

.descendant { 
              }


.titlepage { 
             margin-left: 10px;
             }

.img-logo { 
            border: 0px;
            border-style: solid;
            border-color: #cedae5;
            border-width: 2px;
            text-align: left;
            padding-left: 10px;
            padding-right: 20px;
            color: #468dc4;
            background: url("graphics/tchecker-white.png") repeat;
            margin-left: 10px;
            margin-top: 150px;
            }

.left {
        float: left;
	}

.right {
        float: right;
	}

.top {
	vertical-align: top;
	}

h1
{ 
  font-size: x-large;
  color: #cedae5;
  }

h2
{ 
  font-size: x-large;
  color: #cedae5;
  }

body { 
       background-image: url(graphics/background.jpg);
       background-repeat: repeat-y;
       }

.content {
       padding-left: 20px;
       } 
