.fw-bold .x-btn-inner
{
	font-weight: bold;
}

.error-summary ul
{
	padding-left: 20px;
	padding-top: 5px;
}

.exit
{
	background-image: url('images/exit.jpg');
}

.loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -64px;
	margin-top: -64px;
}

.hole-data-table
{
	border: solid 1px #ccc;
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
}

.hole-data-table th, .hole-data-table td
{
	border: solid 1px #ccc;
	padding: 3px 5px;
}
.copy
{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -200px;
	z-index: 100;
}

.copy a
{
	color: #6190CD;
}

.x-tree-icon-leaf {
  background-image: url("../sysJS/extJS/resources/themes/images/default/tree/folder-open.gif");
  width: 16px;
}

.file-leaf {
  background-image: url("../sysJS/extJS/resources/themes/images/default/tree/leaf.gif");
  width: 16px;
}

/*
#fs-up-button-btnInnerEl
{
	padding: 36px 0 0 0;
	margin: 0;
	text-align: : center;
}
#fs-up-button
{
}
*/
#msg-div {
    position:absolute;
    right:10px;
    bottom:0px;
    width:300px;
    z-index:20000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #F6F6F6;
    border: 2px solid #99BCE8;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}

.jt-unselectable{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

.jt-bg-white {
	background-color: #FFFFFF;
}

.jt-radius-0 {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
}
