﻿@charset "UTF-8";
.ourtable .NoSpaceAround{
	margin:0px;
	padding:0px;
}
.ourtable{
	height:100%;
	width:100%;
	position: relative;
}
.lblclock{
	color:#eee;
}
body {
  background: url("../images/Backgrounds/1.jpg") no-repeat;
  background-size: 100% 100%;
  margin:0px;
  overflow:hidden;
  height:100%;
  width:100%;
}
.img{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.blur_bg {
	margin: 0px;
position: absolute;
background: #444141;
bottom: 0px;
width: 100%;
border-top-color: #211;
border-top-style: solid;
border-top-width: 1px;
height:7%;
z-index:100;
}
.blur_bg:before {
  content: '';
position: absolute;
width: 100%;
height: 100%;
background: url("../images/Backgrounds/1.jpg") no-repeat;
background-size: 100%;
background-position: 0% 89%;
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
filter: blur(4px);
opacity: 0.6;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
left: -8px;
bottom: -8px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  padding: 1em 0 1em 1em;
  border: 1px solid #107177;
  border-radius: 0;
  position: relative;
  border-right-width: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 1em;
  }
}
select:focus {
  outline: none;
  border-color: #169ca4;
}

label {
  position: relative;
  display: inline-block;
}
label:after {
  display: block;
  content: "";
  font-size: 20px;
  width: 20px;
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -14px;
  right: 0;
  color: #fff;
  pointer-events: none;
}
.lastLine {
    padding-left: 6em;
  }
.WindowIcon{
	width:16px;
	height:16px;
}
.WindowNAB{
	width:62px;
	height:35px;
}
.NAB{
	background-image:url("../images/SystemImages/NABBackground.png");
	background-size:62px 35px;
	width:62px;
	height:35px;
}
.window {
  border: 1px solid #eee;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
  margin: 0px;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  background: url("../images/SystemImages/BackGround.png");
  box-shadow:#666 0 0 15px;
}

.windowInactive{
  
  border: 1px solid #eee;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
  margin: 0px;
  padding: 2px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  background: url("../images/SystemImages/BackGround.png");
  box-shadow:#666 0 0 5px;
}

.titleBar {
  cursor: default;
  color: #ffffff;
  font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px 2px 2px .5em;
  text-align: right;
  white-space: nowrap;
}

.titleBarText {
  float: left;
  overflow: hidden;
  text-align: left;
}

.titleBarButtons {
  border-style: none;
  border-width: 0px;
  vertical-align: middle;
  width: 50px;
  height: 14px;
}

.clientArea {
  background-color: #ffffff;
  border-color: #404040 #e0e0e0 #f0f0f0 #505050;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 10pt;
  margin: 0px;
  overflow: auto;
  padding: 0px;
}
.CloseWindow{
	width:48px;
	height:20px;
	background: url("../images/SystemImages/close.png") no-repeat;
	background-size: 100%;
	border: 1px solid #666;
	-moz-border-radius:0px 0px 4px 0px;
	-webkit-border-radius:0px 0px 4px 0px;
	border-radius:0px 0px 4px 0px;
	padding:0px;
	margin:0px;
}
.CloseWindow:hover{
	background: url("../images/SystemImages/CloseOver.png") no-repeat;
	box-shadow:#fe561c 0 0 10px;
	
}
.MinWindow{
	width:28px;
	height:20px;
	background: url("../images/SystemImages/minActive.png") no-repeat;
	background-size: 100%;
	border: 1px solid #666;
	-moz-border-radius:0px 0px 0px 4px;
	-webkit-border-radius:0px 0px 0px 4px;
	border-radius:0px 0px 0px 4px;
	padding:0px;
	margin:0px;
}
.MinWindow:hover{
	background: url("../images/SystemImages/minOver.png") no-repeat;
	box-shadow:#1083db 0 0 10px;
}
.CloseWindowInactive{
	width:48px;
	height:20px;
	background: url("../images/SystemImages/CloseNormal.png") no-repeat;
	background-size: 100%;
	border: 1px solid #eee;
	-moz-border-radius:0px 0px 4px 0px;
	-webkit-border-radius:0px 0px 4px 0px;
	border-radius:0px 0px 4px 0px;
	padding:0px;
	margin:0px;
}
.CloseWindowInactive:hover{
	background: url("../images/SystemImages/CloseOver.png") no-repeat;
}
.MinWindowInactive{
	width:28px;
	height:20px;
	background: url("../images/SystemImages/minNormal.png") no-repeat;
	background-size: 100%;
	border: 1px solid #eee;
	-moz-border-radius:0px 0px 0px 4px;
	-webkit-border-radius:0px 0px 0px 4px;
	border-radius:0px 0px 0px 4px;
	padding:0px;
	margin:0px;
}
.MinWindowInactive:hover{
	background: url("../images/SystemImages/minOver.png") no-repeat;
}
.link{
	color:white;
	text-shadow:#333 0 0 3px;
}
.tdtoolbar{
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #c5c5c5), color-stop(3, transparent));
  background-image: -webkit-linear-gradient(top, white, #5CBFE6);
  background-image: -moz-linear-gradient(top, white, #5CBFE6);
  background-image: -ms-linear-gradient(top, white, #5CBFE6);
  background-image: -o-linear-gradient(top, white, #5CBFE6);
  background-image: linear-gradient(white, #5CBFE6);
}
.toolbarDiv{
	width:100%;
	/*height:100%;*/
	margin:0px;
	padding:0px;
	/*border: 2px solid #aaf8fd;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;*/
	
  display: inline-block;
  vertical-align: middle;
  
}
.toolbarItem{
	float: left;
	margin:3px;
	padding:2px;
}
.toolbarItem:hover{
	border: 2px solid #aaf8fd;
	border-style:inherit;
	cursor:pointer;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #c5c5c5), color-stop(3, transparent));
  background-image: -webkit-linear-gradient(top, white, #92DCFA);
  background-image: -moz-linear-gradient(top, white, #92DCFA);
  background-image: -ms-linear-gradient(top, white, #92DCFA);
  background-image: -o-linear-gradient(top, white, #92DCFA);
  background-image: linear-gradient(white, #92DCFA);
  text-shadow:gray 1px 0.5px;
}
.FolderCont{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
  display: inline-block;
}
.FoldreContItem{
	width:95px;
	height:120px;
	float: left;
	margin:3px;
	padding:2px;
/* 	background-image:url('../images/SystemImages/Folder.png');
	background-size: 95% 90%; */
}
/* .FoldreContItem:after{
	background-image:url('../images/SystemImages/Folder.png');
	background-size: 95% 90%;
} */
.FoldreContItemInner{
	width:95%;
	height:90%;
	background:url('../images/SystemImages/Folder.png') no-repeat;
	background-size: 95% 90%;
	text-align:end;
}
.FoldreContItem:Hover{
	border: 2px solid #aaf8fd;
	border-style:inherit;
	cursor:pointer;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #c5c5c5), color-stop(3, transparent));
  background-image: -webkit-linear-gradient(top, #F2FBFF, #92DCFA);
  background-image: -moz-linear-gradient(top, #F2FBFF, #92DCFA);
  background-image: -ms-linear-gradient(top, #F2FBFF, #92DCFA);
  background-image: -o-linear-gradient(top, #F2FBFF, #92DCFA);
  background-image: linear-gradient(#F2FBFF, #92DCFA);
  text-shadow:gray 1px 0.5px;
  /*background-image:url('../images/SystemImages/Folder.png');*/
	/*background-size: 95% 90%;*/
}
.FolderContName{

}
.FolderContIcon{
	width:45%;
	height:40%;
	bottom:0px;
	right:0px;
	
}