@media print {
  #report-selection, #prev, #next { display: none; }
}

/*
 * Form
 */
form#report-selection {
	text-align:  center;
	line-height: 3em;
}

form#report-selection option.season {
  border-top:    dashed 1px #777;
  border-bottom: dashed 1px #777;
  font-size:     0.8em;
  font-weight:   bold;
  font-family:   arial, sans-serif;
}

.pn {
  font-size: 0.8em;
}

#prev {
	float:      left;
	text-align: left;
}

#next {
	float:      right;
	text-align: right;
}

/*
 * Table of Contents
 */
ul.toc {
	font-size: 0.8em;
	width:     45%;
	padding:   0;
	margin:    0 1em;
}

ul.toc li { margin-top: 0.5em; padding: 0; }

ul.toc li a { font-weight: bold; }

ul.toc li.main_section {
	list-style-type: none !important;
	font-size:       1.25em;
	font-weight:     bold;
	margin-top:      0;
	border-bottom:   solid 1px #000;
	margin-left:    -1em !important;
}

ul#national_toc { float: left; }

ul#global_toc { float: right; }

/*
 * Supplemental
 */
#backtoreport {
  line-height: 2em;
  font-size:   0.9em;
}
#backtoreport a { font-weight: bold; }

/*
 * Citation
 */
#citation {
	margin-top: 2em;
}

/*
 * Summary Info Language Selection
 */
ul#lang-select {
	text-align: right;
	font-size:  0.8em;
	margin:     1em 0 !important;
	padding:    0 !important;
}

ul#lang-select li {
	list-style-type:  none;
	display:          inline;
	border:           solid 1px #000;
	margin:           0 -1px 0 0 !important;
	padding:          0.25em 0.75em !important;
	background-color: #efefef;
}

ul#lang-select li:first-child {
	border-radius: 5px 0 0 5px;
}

ul#lang-select li:last-child {
	border-radius: 0 5px 5px 0;
}

ul#lang-select li.selected {
	cursor:           default;
	font-weight:      bold;
	background-color: #fefefe;
}

/**
  * Info Button
  */
  .info-button {
    cursor:pointer;
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    -webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
    background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background-color:#3d94f6;
    -moz-border-radius:21px;
    -webkit-border-radius:21px;
    border-radius:21px;
    border:1px solid #337fed;
    display:inline-block;
    color:#ffffff !important;
    font-family:arial;
    font-size:9px;
    font-weight:bold;
    padding:1px 4px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1570cd;
  }.info-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
    background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background-color:#1e62d0;
  }.info-button:active {
    position:relative;
    top:1px;
  }
