* {
  /*
  margin: 0;
  */
  margin-left: auto;
  margin-right: auto;
}

html, body { 
  height: 100%;
}

/* body { font-size: 100%} */

.astro_color {
  color: #ff7f2a;
}

/*
div.toppanel {
  position: relative;
  left: 5px
  top: 5px;
  width; 98%;
}

div.logo {
  position: relative;
  left: 0px;
  top: 0px;
  width: 250px;
  background-color: #3c86d2;
}
*/

/*
div.topfiller {
  position: absolute;
  left: 250px;
  top: 0px;
  width: 98%;
  height: 124px;
  background-color: #3c86d2;
}
*/

div.logo a:hover {
  color: black;
  background-color: transparent;
}

/*
div.topttitle {
  position: relative;
  top: 0;
  left: 210px;
  color: black;
  background-color: #9cf;
  border-top: 1px solid #c0ffff;
  border-right: 1px solid #00f;
  border-bottom: 1px solid #00f;
  border-left: 1px solid #c0ffff;
  padding: 5px;
}
*/

table.header { 
  width: 100%;
  border: 0px;
  align: center;
  cellpadding: 0px;
  cellspacing: 0px;
}

div.header_links {
  position: absolute;
  width: 100%;
  top: 10px;
  right: 250px;
  text-align: right;
}
/*
div.header_links {
  position: absolute;
  top: 10;
left: 100;
}
*/

div.header_links a {
  color: white;
}

div.sidepanel {
float: left;
/*  position: absolute; 
  top: 0px;
  left: 0px;
  */
  width: 200px;
  margin: 0;
  padding: 1em;
  border: 1px solid #000000;
}

div.ticker_wrapper {
  font-family: arial, sans-serif;
  font-size:1.05em;
  margin-top: 100px;
}

div.ticker_wrapper p {
  margin-bottom: 5px;
}

div.button_panel {
  text-align: left;
  margin-top: 0px;
  border: 1px;
}

div.vertical_divider {
  position: absolute;
  top: 125px;
  left: 205px;
  background-color: #000000;
  width: 1px;
  height: 100%;
}

div.acronym_panel {
  position: relative;
  left: 10px;
  top: 10px;
}

div.acronym_panel a {
  text-decoration: none;
  color: black;
}

div.acronym_word:first-letter {
  padding: 0px;
  color:#ff7f2a;
  font-size:1.3em;
}



div.main_content {
  z-index: 0;
  position: relative;
  margin-left: 245px;
/*
  top: 125px;
  right: 0px;
  width: auto;
*/
  height: auto; 
  line-height: 1.3em;
}

div.content_wrapper {
  z-index: 0;
/*
  position: relative;
  padding-left: 220px;
  top: 125px;
  right: 0px;
  width: auto;
*/
  height: auto; 
  line-height: 1.3em;
  padding-right: 0.5em;
  padding-bottom: 4em;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height 100%;
  margin: 0 auto -2em;
  width: 900px;
}

.footer, .push {
  height: 2em;
}
/*
.footer, .push {
  position: absolute;
  bottom: 0;
  width:100%;
  height: 4em;
  background:#6cf;
}
*/

div.main_title {
  color: black;
/*  background-color: #9cf;*/
  padding: 8px;
/*
  border-top: 1px solid #c0ffff;
  border-right: 1px solid #00f
  border-bottom: 1px solid #00f
  border-left: 1px solid #c0ffff;
*/
  font: 40px arial, sans-serif;
}

div.title_logo {
  padding:20px;
}

div.main_text {
  font-family: arial, sans-serif;
}

div.main_text p + p {
  margin-top: 0.5em;
}

div.head1 {
  font-family: arial, sans-serif;
  font-size: 1.5em;
  background-color: #d3d3d3;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}

div.head2 {
  font-family: arial, sans-serif;
  font-size: 1.1em;
  background-color: #d3d3d3;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 5px;
/*  clear: both; */
}

.head3 {
  font-family: arial, sans-serif;
  font-size: 1.1em;
  background-color: #d3d3d3;
  padding: 2px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 5px;
/*  clear: both; */
}

.head3_icon {
  height: 40px;
  width: 40px;
}

.head4 {
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

space10 {
  margin-top: 0.5em;
}


/* left menu buttons */
/*
div.button {
  color: white;
  background-color: #3c86d2;
  border-top: 1px solid #c0ffff;
  border-right: 1px solid #00f;
  border-bottom: 1px solid #00f;
  border-left: 1px solid #c0ffff;
  padding: 0;
  margin: 0;
}

a.menubutton:link, a.menubutton:visited {
  text-decoration: none;
  color: white;
  background-color: #0009cf;
  display: block;
  padding : 3px;
}

a.menubutton:hover { 
  text-decoration: none;
  color: yellow;
  background-color: #090;
  display: block;
  padding : 3px;
}

a.menubutton:active { 
  text-decoration: none;
  color: yellow;
  backgroud-color: #0000c0;
  display: block;
  padding : 3px;
}
*/

.toolbar_item {
  /* clear:both; */
        /*
  border-top: 1px solid #c0ffff;
  border-bottom: 1px solid #ff0000; 
  */
  height: 48px;
  margin-bottom: 10px;
}

.toolbar_item_btn {
  float: left;
  height: 48px;
  width: 48px;
}

.toolbar_item_text {
  padding-left: 5px;
  /*
  position: relative;
  top: 10px;
  left: 5px;
  */
}

.indent15 {
  margin-left: 15px;
}

.indent30 {
  margin-left: 30px;
}

.list1 {
  margin-top: 10px;
}

.list1 li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.question {
  font-family: arial, sans-serif;
  font-size: 1.0em;
  background-color: #d3d3d3;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-top: 10px;
  /* clear: both; */
}

.answer {
  font-family: arial, sans-serif;
  font-size: 1.0em;
  background-color: #ffffff;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  /* clear: both; */
}

/*
a.plain_link:link a.plain_link:visited a:hover a:active {
  color: #ff0000;
  text-decoration: none;
}
*/

.plain_link a {
  text-decoration: none;
  color: black;
}

.toolbar_table1 {
  margin-top: 10px;
  margin-left: 15px;
}

.toolbar_table1_td1 {
  width: 180px;
}
