body, p, li, th, td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #369;
}

h1 {	font-size: 24px; color:#039 }
h2 {  font-size: 18px; color:#36C }
h3 {
	font-size: 16px;
	color: #0099CC;
}
/*   Some test properties:

color: #CC9900; - an orange-ish color

*/

a#skippy {
    position: absolute;
    left: -999px;
}

a#skippy:focus {
    left: 5px;
}

a {	color: #36C;  }
a:hover { color: #69C;}

body { background-color: #fff; margin: 0; padding: 0}

.required-field {
    color: #AD0000;
}

input {
color:#039;
margin: 2px 2px 0 2px;
font-size:12px;
background-color:#ced7de;
}
input:focus {
	background-color: #FEFF5E;
}
input[type="submit"], input[type="reset"] {
color:#039;
margin: 2px;
font-size:12px; font-weight: bold;
background-color:#ced7de;
border: 1px solid #039
}

.discrete {
	color: #039;
	font-weight: normal;
}

table#main_tbl { background-color: #fefefe; border-top: 3px double navy; }
td.main_content { padding: 2px 4px 4px 4px; text-align:left; }

.main_content > div {
    padding: 0 10px 0 10px;
}

td#left_menu {
padding: 2px 4px 0 4px;
text-align:left;
}

#left_menu ul, #left_menu dl {
margin: 0 0 10px 0;
padding: 0;
}


#left_menu li {
border: 1px solid black;
list-style-type:none;
margin: 1px 0 1px 0;
padding: 3px 2px 3px 24px;
background: transparent url(/images/list_bull4.gif) 4px 4px no-repeat;
font-weight: bold;
color: #29557F;
}

#left_menu dd li {
	list-style-position: inside;
	list-style-type: square;
	background: transparent;
	border: none;
	padding: 2px;
	margin: 1px;
}
#left_menu a {
font-weight: normal;
color: #369;
text-decoration: none;

}

#left_menu a:hover {
text-decoration: none;
font-weight: bold;
}


#left_menu dl {
border: 1px solid black;
}

#left_menu dt {
border-bottom: 1px solid black;
margin: 2px;
padding: 2px 4px 2px 24px;
background: transparent url(/images/list_bull4.gif) 1px 1px no-repeat;
}
#left_menu dt, #left_menu dt a {
font-weight: bold;
}
#left_menu dd {
border: 1px solid black;
padding: 2px;
margin: 2px;
}

#footer_content {
	border-top: 4px double black;
	padding: 8px 4px;
	color: #039;
	font-size: 10px;
	text-decoration: none;
}

#footer_content .discrete {
	color: #AAA;
}
p.gotop, .gotop a { font-size:10px; color:#AAA; text-align: right; line-height: 6px;}

.prefix_label {
    visibility: hidden;
}

.linktext {
    /*background: white url(/images/redarrow.png) no-repeat left center; */
    background: url(/images/redarrow.png) no-repeat left center;
    padding-left: 15px;
    cursor: pointer;
}
.linktext.active {
    background-image: url(/images/bullet-triangle-down.png);
    cursor: pointer;
}

div.option dt {
	text-indent: 24px;
	font-weight:
}
div.option dd {
	color: #777;
}

div.option dt {
	margin-bottom: 2px;
}

div.option dd {
	margin-bottom: 12px;
}

#platform_stats_id th, #country_stats_id th {
    color: #0099FF;
    text-align: left;
    padding-right: 30px;
}

#platform_stats_id tr, #country_stats_id tr {
    padding-bottom: 10px;
}

#platform_stats_id .period, #country_stats_id .period {
    color: #0099FF;
    padding-left: 10px;
}

#platform_stats_id .odd, #country_stats_id .odd {
    background-color: #EFEFEF;
    hover  {color: orange; text-decoration: underline; }
}

#platform_stats_id .even, #country_stats_id .even {
	background-color: #D0DFEF;
}

.country_label {
	white-space:nowrap;
    color: #00438F;
    text-align: left;
    padding-right: 30px;
}

div.countryContainer {
	clear: both;
	height: 350px;
	overflow: auto;
}

html>body tbody.scrollContent {
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
#id_tutorials, #id_additional_data_sets, #id_related_software {
  padding-bottom: 5px;
}
#id_related_software > .list-wrapper {
  padding:0 15px 0 15px;
}
#id_tutorials > h3, #id_additional_data_sets > h3, #id_related_software > h2 {
	border-bottom: double medium #dfdfdf;
	margin-bottom:0;
}
.tutorial-definition > dt, .related-software-definition > dt {
    margin-bottom: 2px;
    text-indent: 0;
    font-weight: bold;
}

.tutorial-definition > dd, .related-software-definition > dd {
    margin-left: 2px;
    padding-bottom: 10px;
}

dl.inline dd {
  display: inline;
  margin: 0;
}
dl.inline dd:after{
  display: block;
  content: '';
}
dl.inline dt{
  display: inline-block;
}




#id_additional_data_sets > p, #id_tutorials > p {
  /*font-size: 14px;*/
}

#id_treescan_ad {
  border: 2px solid #369;
  padding: 5px 5px 5px 5px;
  font-family:'Open Sans',Helvetica,Arial,sans-serif;
  font-weight:bold;
  text-align: center;
}

#id_treescan_ad > div {
  margin-bottom:8px;
}

#id_twitter_follow {
    margin-top:8px;
    margin-bottom:8px;
}

.tech-docs > li {
  height: 25px;
}
ul.dataset-list {
  margin-top: 5px;
}
li.dataset {
  margin-bottom: 5px;
}
ul.nyc-files-list {
  margin: 0 0 10px 0;
  padding: 0;
}
ul.nyc-files-list > li {
  list-style-position: inside;
  list-style-type: square;
  background: transparent;
  border: none;
  padding: 2px;
  margin: 1px;
}