#map {
  width: 45em;
  height: 30em;
}

#sidebar{
	font-size: 0.7em;
	width: 20em;
	height: 40em;
	margin: 0;
	padding:0;
}

#SideBarContent{
	padding-left: 1em;
}

#SideBarLegend{
	font-size: 0.9em;
	margin-bottom: 0.4em;
	padding-left: 1em;
	border-bottom: 1px solid #C0C0C0;
}

#SideBarLegend img{
	padding-left: 0.4em;
	padding-right: 0.4em;
}


#SideBarDrill{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-left: 1em;
	padding-right: 0.1em;
}

#SideBarTitle{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding-left: 0.6em;
	padding-right: 0.1em;
	display: inline;
}

#CountrySelect{
	margin: 0;
	padding: 0;
	display: inline;
}

#CoBList{
	font-size: 1.1em;
}

#SideBarListTitle{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.4em;
	margin-top: 0.3em;
	padding-left: 1em;
	border-bottom: 1px solid #C0C0C0;
}

#SideBarListTitle a{
	color: #036;
}


#CountryListGlobal{
	position: absolute;
	top: 19.6em;
	width: 18em;
	height: 35.6em;
	overflow: auto;
	padding-left: 0.2em;
}

#CountryList, #LocationList, #PlayerList, #StateList, #SeasonList{
	position: absolute;
	top: 22.2em;
	width: 18em;
	height: 35.6em;
	overflow: auto;
	padding-left: 0.2em;
}

.SeasonsSubList1{
	position: absolute;
	top: 0em;
	left: 0em;
}

.SeasonsSubList2{
	position: absolute;
	top: 0em;
	left: 4.2em;
}

.SeasonsSubList3{
	position: absolute;
	top: 0em;
	left: 8.4em;
}

.SeasonsSubList4{
	position: absolute;
	top: 0em;
	left: 12.6em;
}

.StateHeader{
	font-size: 1em;
	font-weight: bold;
	padding-top: 0.3em;
}

.IWindowBig{
	width: 22em;
	height: 10em;
}
.IWindowBigContent{
	width: 22em;
	height: 10em;
	overflow: auto;
}

.IWindowTitle{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.IWindowTable{
	margin-top: 0.4em;
	font-size: 0.7em;
}

.IWindowTable td{
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	padding-left: 0.2em;
	padding-right: 0.4em;
	width: 2.1em;
}

.IWindowTable td.nm{
	width: 13em;
}

.IWindowTableHeaderRow{
	font-size: 1.1em;
	font-weight: bold;
}



