﻿.panel {
	margin: 0px; border-radius: 0px; border: 0px currentColor; border-image: none; text-align: left; overflow: hidden; -moz-border-radius: 0 0 0 0; -webkit-border-radius: 0 0 0 0;
}
.panel-header {
	padding: 5px; position: relative;
}
.panel-title {
	background: url("images/blank.gif") no-repeat;
}
.panel-header-noborder {
	border-width: 0px 0px 1px;
}
.panel-body-noheader {
	border-top-width: 1px;
}
.panel-body-noborder {
	border-width: 0px;
}
.panel-with-icon {
	padding-left: 18px;
}
.panel-icon {
	top: 50%; height: 16px; overflow: hidden; margin-top: -8px; position: absolute;
}
.panel-tool {
	top: 50%; height: 16px; overflow: hidden; margin-top: -8px; position: absolute;
}
.panel-icon {
	left: 5px; width: 16px;
}
.panel-tool {
	width: auto; right: 5px;
}
.panel-tool a {
	margin: 0px 0px 0px 2px; width: 16px; height: 16px; vertical-align: top; display: inline-block; opacity: 0.6;
}
.panel-tool a:hover {
	border-radius: 3px; opacity: 1; background-color: rgb(230, 230, 230); -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;
}
.panel-loading {
	padding: 11px 0px 10px 30px;
}
.panel-noscroll {
	overflow: hidden;
}
.panel-fit {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; height: 100%; overflow: hidden;
}
.panel-fit body {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; height: 100%; overflow: hidden;
}
.panel-loading {
	background: url("images/loading.gif") no-repeat 10px 10px;
}
.panel-tool-close {
	background: url("images/panel_tools.png") no-repeat -16px 0px;
}
.panel-tool-min {
	background: url("images/panel_tools.png") no-repeat 0px 0px;
}
.panel-tool-max {
	background: url("images/panel_tools.png") no-repeat 0px -16px;
}
.panel-tool-restore {
	background: url("images/panel_tools.png") no-repeat -16px -16px;
}
.panel-tool-collapse {
	background: url("images/panel_tools.png") no-repeat -32px 0px;
}
.panel-tool-expand {
	background: url("images/panel_tools.png") no-repeat -32px -16px;
}
.panel-body {
	color: rgb(51, 51, 51); font-size: 12px; background-color: rgb(255, 255, 255);
}
.panel-title {
	height: 16px; line-height: 16px; font-size: 12px; font-weight: bold;
}
