/*
 * Quick mash-up of CSS for the TG quick start page.
 */

html, body {
  color: black;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0.0em;
}

#columnleft {
  float: left;
  width: 15.0em;
  margin-top: 0.0em;
  margin-right: 0.0em;
  padding-top: 0.0em;
  padding-right: 1.0em;
  padding-bottom: 0.0em;
}

#logovert {
  background: url(../images/logovert.jpg) no-repeat;
  margin: 0px 0px;
  width: 50px;
  height: 767px;
}

#bgvert {
  background: url(../images/bgvert.jpg) repeat;
  border-left:none;
  margin: 0px 0px;
  width: 100%;
  height: 767px;
}

#columnright {
  background: url(../images/bg.gif) no-repeat;
  margin-top: 0;
  padding-top: 0.0em;
  height: 767px;
}

#bodytext {
  padding-top: 1.0em;
  background-color: #FFFFFF;
}

.bodyfooter {
  font-weight: bold;
}

.bodylist {
  list-style: none;
}

.bodylist li {
  margin-left: 1.5em;
  margin-bottom: 0.4em;
  text-indent: -0.8em;
}

.linklist {
  list-style: none;
}

.linklist li {
  margin-left: -1.5em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.pagefooter {
  font-size: 0.7em;
  padding-bottom: 1.0em;
  text-align: right;
}

#navmenu p {
  display: none;
}

#navmenu {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  width: 15em;
  padding-top: 2.0em;
}

#navmenu ul {
  list-style: none;
  margin: 0.0em;
  padding: 0.0em;
}

navmenu ul li {
  margin: 0.0em;
  border-top: 1px solid #003;
}

#navmenu ul li a {
  display: block;
  padding: 1.0em 0.2em 0.2em 1.5em;
  border-right: 1px solid #69c;
  border-bottom: 1px solid #369;
  color: #FFFF00;
  text-decoration: none;
  text-indent: -1.1em;
  width: 100%;
}

html>body #navmenu ul li a {
  width: auto;
}

.selected {
  color: #fff !important;
	cursor: default;
}

#navmenu ul li a:hover {
  background-color: #167299;
  color: #fff;
}





