@charset "utf-8";
@import url("style.css");

table#content
{
  width: 921px;
  height: 100%;
  margin: 0 auto;
}

div#content
{
  padding: 0 20px;
}

td#drilldown
{
  border-bottom: 1px solid #d7d7d7;
  padding:0px !important;
  margin:0px !important;
}

td#left-menu
{
  width: 210px;
  height: 100%;
  vertical-align: top;
}

/*category page*/

div.left-menu-item
{
  border-top: 1px solid #d7d7d7;
  line-height: 2.5em;
  font-size: 8pt;
  font-weight: bold;
  padding-left: 20px;
}

div#first-menu-item
{
  border: none;
}

a#cur-left-menu-item
{

}

a#othr-left-menu-item:link
{
  color: #686868;
}

a#othr-left-menu-item:visited
{
  color: #686868;
}

a#othr-left-menu-item:hover
{
  color: #164c74;
}

a#othr-left-menu-item:focus
{
  color: #164c74;
}

a#othr-left-menu-item:active
{
  color: #164c74;
}

td#right-content
{
  width: 711px;
  vertical-align: top;
  background: url('images/subpage_background.png') top repeat-x #edf2f4;
  border-left: 1px solid #d7d7d7;
  margin: 0;
  padding: 25px 0 0 25px;
}

td#right-content h1
{
  font-size: 12pt;
}

td#right-content h2
{
  color: #e47501;
  font-size: 10pt;
  font-weight: bold;
}

td#right-content h2 a:link
{
  color: #21759b;
}

td#right-content h2 a:visited
{
  color: #21759b;
}

td#right-content h2 a:hover
{
  color: #164c74;
}

td#right-content h2 a:focus
{
  color: #164c74;
}

td#right-content h2 a:active
{
  color: #164c74;
}


/*technical questions*/
td#right-content2
{
  width: 711px;
  vertical-align: top;
  border-left: 1px solid #d7d7d7;
  margin: 0;
  padding-top: 30px;
}

div#right-header2
{
  font-size: 16pt;
  font-weight: bold;
  padding: 0 0 20px 35px;
}

div#right-content2
{
  margin: 0;
  padding: 0 0 20px 35px;
}

td#right-content2 h1
{
  font-size: 12pt;
}

td#right-content2 h2
{
  color: #e47501;
  font-size: 10pt;
  font-weight: bold;
  margin: 0;
}

td#right-content2 h2 a:link
{
  color: #21759b;
}

td#right-content2 h2 a:visited
{
  color: #21759b;
}

td#right-content2 h2 a:hover
{
  color: #164c74;
}

td#right-content2 h2 a:focus
{
  color: #164c74;
}

td#right-content2 h2 a:active
{
  color: #164c74;
}

div#right-content2 p
{
  margin: 0;
  padding: 10px 0;
}

table#conversions
{
  width: 640px;
  margin: 0 auto;
  border: 1px solid #d7d7d7;
}

table#conversions thead td
{
  width: 160px;
  font-weight: bold;
  padding: 10px;
}

table#conversions tbody tr
{
  
}

table#conversions tbody td
{
  border-top: 1px solid #d7d7d7;
  width: 80px;
  padding: 10px;
}

table#conversions td.grey
{
  background-color: #f0f0f0;
}

img.inline
{
  float: right;
}

td#right-content2 div#hr
{
  clear: both;
  border-bottom: 1px solid #d7d7d7;
  width: 691px;
  margin-left: 20px;
}
/*locations*/
td#header3
{
  vertical-align: top;
  width: 235px;
}

div#left-title3
{
  font-size: 11pt;
  color: #e47501;
  padding: 30px 0 0 25px;
}

td#text
{
  width: 686px;
  vertical-align: top;
  padding: 30px 5px 0 0;
}

div#switch
{
  float: right;
  background: url('images/map-switch.png') left top no-repeat;
  width: 194px;
  height: 25px;
  font-weight: bold;
  line-height: 1.7em;
}

a#turnon-text
{
  margin: 0 0 0 20px;
}

a#turnon-flash
{
  margin: 0 0 0 30px;
}

tr#text-view
{
  display: none;
  width: 100%; /*TODO: set absolute width*/
}
tr#text-view td
{
	padding-left:225px;
}

tr#text-view h1
{
  font-size: 16pt;
  font-weight: bold;
  margin: 0px;
  padding: 0 0 20px 0;
}

tr#text-view h2
{
  font-size: 12pt;
  line-height: 2em;
  margin: 0px;
  padding: 0;
}

div#loc-title
{
  color: #e47501;
  font-weight: bold;
}

div#loc-description
{
  padding-bottom: 20px;
}

div#loc-description p
{
  margin: 0;
  padding: 0;
}

tr#text-view div#hr
{
  clear: both;
  border-top: 1px solid #d7d7d7;
  width: 676px;
  margin-left: -10px;
  padding-bottom: 10px;
}

tr#flash-view
{
  width: 920px;
  min-height: 100%;
  vertical-align: top;
  border:1px solid #000;
}