/*** SIDEBAR ***/
table.sidebar {
     width: 180px;
     align: left;
     padding: 5px;
     text-align: justify;
}

.styledbox {
color: #9b9f8b;
font-family:georgia;
font-size: 14px;
background-color: #181f2a;
padding: 10px;
padding-top: 10px;
padding-bottom: 10px;
border: 5px solid #526f677;
text-align: justify;
}

.sidebarstyle {
padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
border: 0px solid #526677;
text-align: justify;
}

.sidebarbutton {
    display: block;
    position: relative;
    float: left;
	height: 30px;
	width: 30px;
	margin: 20px 0px -50px -32px;
	border-top-left-radius:2em;
	border-bottom-left-radius:2em;
	cursor: pointer;
   background: #0256568a;
    border-right: 3px solid #042717;
    border-bottom: 2px solid #193f27;
    border-left: 2px solid #193f27;
    box-shadow: -1px 1px 3px #ffffff;
	box-shadow: -1px 1px 3px #000000;
	color: #0e2f3c;
}

.sidebarbarhah {
	display: block;
	width: 14px;
	margin-bottom: 3px;
	margin-top:5px;
	margin-left: 8px;
	height: 1px;
	padding: 1px;
	border-radius: 1px;
	background-color: #0e2f3c;
}
.sidebarstyle {
color: #e9e6c7c2;
font-family: Spectral;
font-size: 13px;
background-color: #031712;
}

.sidelinksmenu a:link,
.sidelinksmenu a:visited, .thresholdsubs a:link,
.thresholdsubs a:visited, .oocsubs a:link,
.oocsubs a:visited {
  background: #08352e;
  border-right: 3px solid #03211c;
  border-bottom: 2px solid #03211c;
  border-left: 2px solid #03211c;
  box-shadow: 1px 1px 3px #000000;
  color: #e9e6c799;
  text-shadow: 0px 0px 1px #000000;
}

.sidelinksmenu a:hover,
.sidelinksmenu a:active, .thresholdsubs a:hover,
.thresholdsubs a:active, .oocsubs a:hover,
.oocsubs a:active {
  background: #e3d2a1;
  color: #18171b;
}

/*** END SIDEBAR ***/