#cp_chart_logo_1, #cp_chart_logo_2 {
	display: none;
}

#cp_chart_adv_div_1, #cp_chart_adv_div_2 {
	position: absolute;
	top: 2px; left:0px;
	width: 320px; height: 50px
}

#cp_chart_adv_1, #cp_chart_adv_2 {
	border-width: 0px;
	width: 320px; height: 50px;
	padding: 0px;
}

#cp_chart_date_div_1, #cp_chart_date_div_2 {
	position: absolute;
	top: 54px; left:0px;
	width: 90px; height: 125px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 2px
}

label {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

#cp_chart_date_select_1, #cp_chart_date_select_2 {
	height: 70px; width: 88px;
}

#cp_chart_date_div_1 option, #cp_chart_date_div_2 option {
}

button {
	margin-top: 2px;
}

#cp_chart_sort_div_1, #cp_chart_sort_div_2 {
	position: absolute;
	top: 185px; left: 0px;
	width: 90px; height: 45px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 2px
}

#cp_chart_sort_select_1, #cp_chart_sort_select_2 {
	height: 20px; width: 88px
}

#cp_chart_place_div_1, #cp_chart_place_div_2 {
	position: absolute;
	top: 236px; left: 0px;
	width: 90px; bottom: 2px;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 2px;
}

#cp_chart_place_select_1, #cp_chart_place_select_2 {
	position: absolute;
	left: 2px; top: 50px;
	bottom: 2px; height: auto;
	width: 88px;
}

#cp_chart_tabs_1, #cp_chart_tabs_2 {
	position: absolute;
	left: 96px; top: 54px;
	height: auto; width: auto;
	bottom: 2px; right: 0px;
}

#cp_chart_tabs_1 a, #cp_chart_tabs_2  a {
	font-size: 11px;
	padding-left: 2px; padding-right: 2px;
}

#cp_chart_tabs_1 div, #cp_chart_tabs_2  div {
	background-color: white;
	margin: 0px; padding: 0px;
	height: 250px;
	overflow-x:scroll; overflow-y:hidden
}

/*** Simple Pop.Dev. Charts ***/

#cp_chart_popdev_div {
	visibility: hidden;
	height: 270px; width: 330px;
	background-color: #2b2b2b;
	padding: 0px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

#cp_chart_popdev_chart {
	height: 230px; width: 320px;
	background-color: #2b2b2b;
	padding: 0;	margin: 0;
}
.showPopDevDialog {
	background-color: #2b2b2b;
}

#cp_chart_popdev_close {
	display: none;
}

#cp_chart_popdev_div header {
	background-color: #eee; 
	margin: 0px; height: auto;
}
#cp_chart_popdev_div footer {
	font-size: 12px; line-height: 18px;
	font-weight: bold;
	text-align: right;
	color: white; 
	height: 20px;
	margin: 0px;
}

#cp_chart_popdev_adv {
	width: 320px; height: 50px;
	padding: 0px;
	margin: 0px;
}

#cp_chart_popdev_adv iframe {
	font-family: Roboto, Helvetica, sans-serif;
}


@media all and (orientation:landscape) {

#cp_chart_logo_1, #cp_chart_logo_2 {
	position: absolute;
	left: 0px; top: 2px;
	width: 50px; height: 50px;
	display: block;
}

#cp_chart_adv_div_1, #cp_chart_adv_div_2 {
	left: 52px;
}

#cp_chart_date_div_1, #cp_chart_date_div_2 {
	height: 110px;
	background-color: yellow;
}

#cp_chart_date_select_1, #cp_chart_date_select_2 {
	height: 55px; 
}

#cp_chart_sort_div_1, #cp_chart_sort_div_2 {
	top: 170px;
}

#cp_chart_place_div_1, #cp_chart_place_div_2 {
	top: 221px;
}

#cp_chart_tabs_1 a, #cp_chart_tabs_2  a {
	font-size: 12px;
}

}