#toc { display: none; visibility: hidden; }
#VisibleColumnsForm { display: none; visibility: hidden; }
img { display: none; visibility: hidden; }

#title {
    border-bottom:	2px solid black;
    width:					100%;
}

/* Styles for mini-view */
#miniToc {
    position:   absolute;
    left:       0px;
    top:        30px;
    height:     40px;
    width:      100%;
    padding:    0;
    margin:     0;
}

#miniContent {
    position:   absolute;
    top:        45px;
    height:     auto;
    width:      100%;
}

#miniTitle {
    position:         absolute;
    top:              0px;
    left:             0px;
    height:           25px;
    padding:          5px;
    padding-top:      10px;
    background-color: #BBF;
    width:            100%;
}

body {
  font-family:  sans-serif;
  font-size:    9pt;
}

table {
    border:    none;
    font-size: 9pt;
    margin:    2px;
}

td {
  border:       1px solid;
  border-color: #EEE;
  padding:      3px;
}

tr.even {
  background-color: transparent;
}

tr.odd {
  background-color: #EEF;
}

tr.highlight {
  background-color: #AFA;
}

th {
  vertical-align:   top;
  text-align:       left;
  border:           0px none;
  padding:          4px;
  background-color: #BBF;
}

table.invisible {
  border:         0px none;
  border-spacing: 1px;
  padding:        1px;
  margin:         1px;
}

td.invisible {
  border: 0px none;
}

h1 {
  font-family:  sans-serif;
  font-size:    1.8em;
}

h2 {
  font-family:  sans-serif;
  font-size:    1.6em;
}

h3 {
  font-family:  sans-serif;
  font-size:    1.4em;
}

a {
  text-decoration:none;
}

/* --Login Classes-- */
a.login {
  text-decoration:  none;
  font-size:        10pt;
  font-family:      sans-serif;
}

a.login:hover {
  text-decoration:  none;
  background-color: #AAFFAA;
}

/* --Footer Classes-- */

p.footer {
  text-align: left;
  font-size: 75%;
}

/* --Warning Classes-- */

table.warning {
  border:	2px solid red;
}

p.warning {
  font-family:  sans-serif;
  font-weight:  bold;
  font-size:    1.25em;
}

p.byline {
  font-family:  sans-serif;
  font-size:    0.75em;
  padding-top:  0;
  margin-top:   0;
}

p.news {
  padding:	2px;
  margin:		2px;
  border:		1px solid gray;
  max-width: 600px;
}
