﻿* {
	font-size: 12px;
	font-family: "MS UI Gothic", "Tahoma", sans-serif;
}

div, img, iframe {
	position: absolute;
}

div, img, iframe {
	user-select: none;
}

div.panel_header_div {
	color: #F0F0F0;
	text-align: center;
	line-height: 22px;
	border:solid #555555 1px;
	background-color:#434343;
	cursor: default;
	width:100%;
	height:20px;
	user-select: none;
}

img.panel_close_button_img {
	top:2px;
	margin-right:3px;
	user-select: none;
}

div.panel_body_div {
	border:solid #555555 1px;
	background-color:#323232;
	top:21px;
	width:100%;
	height:100%;
	user-select: none;
}

