html
{
  background-color:               white;
}

body
{
  color:                          black;
}


/**
 * structure
 */
#body
{
  background-color:               white;
  background-image:               none;
}

#header
{
  background-color:               white;
  background-image:               none;
}

#header-segment,
#header-flash-wrapper
{
  display:                        none;
}

#content
{
  background-color:               white;
  color:                          black;
}

#footer
{
  display:                        none;
}

.inverse
{
  background:                     white;
  color:                          #333333;
}


/**
 * links
 */
a
{
  color:                          black;
}

a.top-link,
a.top-link:hover,
a.top-link:active,
a[href].top-link,
a[href].top-link:hover,
a[href].top-link:active
{
  display:                        none;
}


.inverse a
{
  color:                          #666666;
  text-decoration:                none;
}

.inverse a:hover,
.inverse a:active
{
  color:                          #999999;
  text-decoration:                underline;
}


/**
 * main menu
 */
#main-menu
{
  display:                        none;
}

/**
 * table
 */
table.asten-table td.column-left,
table.asten-table td.column-right
{
  background-color:               white;
  border-top:                     black solid 1px;
  color:                          black;
}

/**
 * room box
 */
#room-box
{
  display:                      none;
}

/**
 * logo bar
 */
#logo-items
{
  display:                      none;
}

/**
 * feature list
 */
ul#feature-list
{
  display:                      none;
}

