html, body {
    margin: 0;
    padding: 0;
    border: 0;
	
	font-family:Arial;
	font-size: 12px;
}

.cell-title 
{

}

.cell-editable {
  background-color:rgb(255, 255, 235);
}

.panel-button-drilldown-closed{
	background-color:rgb(151, 151, 151);
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	color:rgb(255, 255, 255);
	cursor:pointer;
	text-decoration: none;
	padding:2px;
	margin:2px;
	margin-bottom:-10px;
	top: 0px;
	position: inherit;
	right: 0px;
	
	display: table;
	text-align: center;
	z-index:1;
}


.panel-button-drilldown-closed:hover {
	background-color:rgb(191, 191, 191);
}

.panel-button-drilldown-open{
	background-color:rgb(151, 151, 151);
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	color:rgb(255, 255, 255);
	cursor:pointer;
	text-decoration: none;
	padding:2px;
	margin:2px;
	margin-bottom:-10px;
	top: 0px;
	position: inherit;
	right: 0px;
	
	display: table;
	text-align: center;
	z-index:1;
}


.panel-button-drilldown-open:hover {
	background-color:rgb(191, 191, 191);
}

.Panel{
	background-color:rgb(151, 151, 151);
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	display: block; 
	color:rgb(255, 255, 255);
}
.Panel a{
	color:rgb(200, 50, 50);
}

.Panel-Button{
	background-color:rgb(151, 151, 151);
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	display: block; 
	color:rgb(255, 255, 255);
	cursor:pointer;
	text-decoration: none;
}
.Panel-Button:hover {
	background-color:rgb(191, 191, 191);
}

.Panel-Button-inline{
	background-color:rgb(151, 151, 151);
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	color:rgb(255, 255, 255);
	cursor:pointer;
	text-decoration: none;
	display:inline-block;
}
.Panel-Button-inline:hover {
	background-color:rgb(191, 191, 191);
}

.Condition_Row{
	padding-bottom:5px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:white;
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	width:170px;
	margin:0px;
}

.Panel_Row{
	display:inline-block;
	width:100%;
	border-top-color:red;
	border-bottom-color:red;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:solid;
	border-bottom-style:solid;
	margin:0px;
	
}

.Panel-Button a{
	color:rgb(200, 50, 50);
}

.Panel-Button:hover {
	background-color:rgb(135, 135, 135);
	border-bottom-color:rgb(255, 255, 255);
}

.Panel-Internal{
	background-color:rgb(185, 185, 185);
	border-top-width:0px;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-left-color:rgb(170, 170, 170);
	border-bottom-color:rgb(205, 205, 205);
	border-right-color:rgb(160, 160, 160);
	padding: 2px;
	margin-top:5px;
	margin-bottom:5px;
	display: block; 
	color:rgb(255, 255, 255);
}

.Block{
	margin: 0;
    padding: 0;
    border: 0;
	display: block; 
	z-index: 5;
}

.Date_Block{	
	margin: 2px;
    padding: 0;
    border: 0;
	display: block;
	color: rgb(255, 255, 255);
	background-color: rgb(151, 151, 151);
	z-index: 5;
}

#button_logout {
	width:60px;
	height:17px;
	float:right;
	padding-top:1px;
	padding-bottom:1px;
	background-color:rgb(230, 51, 51);
	border-color:rgb(255, 51, 51);
	border-style:solid;
	border-width:2px;
	color:rgb(255, 255, 255);
	text-decoration: none;
}
#button_logout:hover {
	background-color:rgb(255, 51, 51);
}

#sidebar, #container {
    position: absolute;
}
#sidebar {
    top: 0px;
    width: 200px;
    bottom: 0px;
	background-color:rgb(27, 27, 27);
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:2px;
	border-style:solid;
	border-color:rgb(255, 51, 51);
	text-align:center;
	overflow:hidden;
	position: fixed;
	padding-top:0px;
}
#sidebar-content{
	padding:5px;
	width: 190px;
}
#table-content{
	padding:5px;
}

#DataTable{
	position:absolute;
	width: 99%;
	height: 99%;
	top: 5px;
	bottom: 5px;
	right: 5px;
	left: 5px;
}

#container {
    top: 0px;
    left: 200px;
    right: 0px;
    bottom: 0px;
	border-width:1px;
	border-style:solid;
	text-align:center;
	background-color:white;
}

#sidebar-visbutton{
	width:14px;
	height:60px;
	position:fixed;
	top: 25%;
	left:185px;
	float:left;
	text-align:center;
	background-color:rgb(230, 51, 51);
	
	border-color:rgb(255, 51, 51);
	border-style:solid;
	border-width:2px;
	
	cursor:pointer;
}
#sidebar-visbutton:hover{
	background-color:rgb(255, 51, 51);
}

#sidebar-visbutton-text {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  
  text-align:center;
  margin-top:30px;
  color:white;
  
}

#loginbox{

}

#Loading{
	position:fixed;
	left:300px;
	bottom:5px;
	height:15px;
	width:70px;
	background-color: #1B1B1B;
	display:block;
	color:white;
	padding:5px;
	z-index:19;
}

.drilldown_window{
	width:70%;
	height:50px;
	background-color:#1B1B1B;
	
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	padding: 5px;
	margin-top:5px;
	display:block;
	
	font-family:Arial;
	font-size: 12px;
	z-index:20;
}

#PopupTable{
	right:0px;
	width:75%;
	height:auto;
}

#Popup_Table{
	right:0px;
	width:75%;
	height:auto;
}

.Popup{
	text-align:center;
	color:white;
	float:left;
	position:fixed;
	width:200px;
	left:300px;
	top:100px;
	background-color:rgb(25, 25, 25);
	
	border-top-width:1px;
	border-bottom-width:2px;
	border-left-width:1px;
	border-right-width:1px;
	border-style:solid;
	border-color:rgb(100, 100, 100);
	border-bottom-color:rgb(255, 51, 51);
	padding: 5px;
	margin-top:5px;
	display:block;
	
	font-family:Arial;
	font-size: 12px;
	z-index:20;
}
.PopupBody{
	color:white;
	background-color:rgb(100, 100, 100);
	margin-top:5px;
	margin-bottom:5px;
}

.button_popup{
	width:60px;
	height:24px;
	float:right;
	padding-top:1px;
	background-color:rgb(230, 51, 51);
	border-color:rgb(255, 51, 51);
	border-style:solid;
	border-width:2px;
	color:rgb(255, 255, 255);
	text-decoration: none;
	margin:2px;
	padding:0px;
	display:block;
}
.button_popup:hover{
	background-color:rgb(255, 51, 51);
}

.grip{
	width:20px;
	height:30px;
	margin-top:-3px;
	background-image:url('../img/grip.png');
	margin-left:-5px;
	position:relative;
	z-index:88;
	cursor:e-resize;
}

.grip:hover{
	background-position-x:-20px;
}

.dragging .grip{
	background-position-x:-40px;
}

#Logo{
	background-image:url('../img/logo.png');
	width:114px;
	height:45px;
	position:fixed;
	bottom:0px;
	background-size:114px 45px;
	background-repeat:no-repeat;
	z-index: -1;
}

#Overlay_Navigation{
	width:215px;
	height:22px;
	position:fixed;
	right:25px;
	bottom:25px;
	background-color:rgb(230, 51, 51);
	padding:1px;
	z-index:19;
}

.Overlay_Navigation_Information{
	width:200px;
	height:16px;
//	position:fixed;
	right:25px;
	bottom:50px;
	background-color:rgb(100, 100, 100);
	z-index:19;
	color:rgb(200, 200,200);
	display:inline;
}

#overlay_navigation_information_viewing{
	display:inline-block;
}
#overlay_navigation_information_total{
	display:inline;
}

.overlay_navigation_jump{
	margin-right:2px;
	display:inline;
	color:rgb(255, 255, 255);
}

.overlay_navigation_length{
	display:inline;
	color:rgb(200, 200,200);
}

.overlay_navigation_button_jump{
	display:inline-block;
	text-align:center;
	padding-top:2px;
	width:20px;
	height:18px;
	background-color:rgb(230, 51, 51);
	text-decoration: none;
	color:rgb(255, 255, 255);
}
.overlay_navigation_button_jump:hover{
	background-color:rgb(255, 51, 51);
}

.overlay_navigation_button_length{
	display:inline-block;
	text-align:center;
	padding-top:2px;
	width:25px;
	height:18px;
	background-color:rgb(230, 51, 51);
	text-decoration: none;
	color:rgb(255, 255, 255);
}
.overlay_navigation_button_length:hover{
	background-color:rgb(255, 51, 51);
}

.overlay_navigation_box{
	display:inline-block;
	text-align:center;
	width:35px;
	height:15px;
	background-color:rgb(100, 100, 100);
	color:rgb(255, 255, 255);
}