@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-image: url("../images/honeyComb.png");
	background-repeat: repeat;
	background-attachment: fixed;
}
.bold{
	font-weight: bold;
}
#mainTitle {
	color: white;
	font-family: sans-serif;
	font-size: x-large;
	margin-left: 10px;
}

.allContent {
	display: table;
	width: 100%;
	height: 100%;
}

.contentArea {
	display: table-row;
	position: absolute;
	width: 100%;
	bottom: 30px;
	top: 112px;
	
	overflow: hidden;
}
.footer{
	display: table-row;
	position: absolute;
	width: 100%;
	bottom: 1px;
	height: 30px;
	background-color: gray;
	color: white;
	font-size: small;
	vertical-align: middle;
}
.footer a{
	color: white;
}
.textSection p{
	width: 80%;
}
.footerTable{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.titleArea {
	width: 100%;
	height: 75px;
	display: table-row;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.96) 96%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.96) 96%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.96) 96%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',
		endColorstr='#000000', GradientType=0);
	background-repeat: repeat; /* IE6-9 */
}

.rowDiv {
	width: 100%;
	display: inline-block;
}

.columnDiv {
	float: left;
}

.rowDivRed {
	width: 100%;
	height: 1px;
	background-color: red;
}

.toolbarSep {
	height: 35px;
	width: 2px;
	background-color: red;
	float: left;
}

.toolbarItem {
	border-left: 1px solid black;
	border-bottom: 2px solid black;
	height: 35px;
	padding-left: 15px;
	width: 20%;
	color: white;
	vertical-align: middle;
	display: table-cell;
}

.toolbarItemSelected {
	border-left: 1px solid black;
	border-bottom: 2px solid red;
	height: 35px;
	padding-left: 15px;
	width: 20%;
	color: white;
	vertical-align: middle;
	display: table-cell;
}

.toolbarItem:hover {
	cursor: pointer;
	border-bottom: 2px solid red;
	background: rgb(5, 5, 5); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(5, 5, 5, 1) 0%,
		rgba(168, 168, 168, 1) 19%, rgba(14, 14, 14, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5, 5, 5, 1) 0%,
		rgba(168, 168, 168, 1) 19%, rgba(14, 14, 14, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5, 5, 5, 1) 0%,
		rgba(168, 168, 168, 1) 19%, rgba(14, 14, 14, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505',
		endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
}

#toolbar {
	display: table;
	width: 100%;
	height: 35px;
	background: rgb(5, 5, 5); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(5, 5, 5, 1) 0%,
		rgba(125, 126, 125, 1) 19%, rgba(14, 14, 14, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5, 5, 5, 1) 0%,
		rgba(125, 126, 125, 1) 19%, rgba(14, 14, 14, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(5, 5, 5, 1) 0%,
		rgba(125, 126, 125, 1) 19%, rgba(14, 14, 14, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#050505',
		endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
}

.textSection {
	padding: 10px;
	border-top: 2px solid red;
	background-color: white;
	margin-left: 125px;
	margin-right: 125px;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
	overflow: auto;
}

a {
	color: red;
}
.hidden{
	display: none;
}
.sectionHost {
	display: table;
}


.stripedTable {
}

.stripedTable th, td {
    text-align: left;
    padding: 8px;
}
.stripedTable thead th {
	background-color: #f2f2f2;
	
}
.stripedTable tbody tr:nth-child(even){
	background-color: #f2f2f2;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: absolute;
  z-index: 2;
  left: 45%;
  top: 30%;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 0, 0, 0.2);
  border-right: 1.1em solid rgba(255, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(255, 0, 0, 0.2);
  border-left: 1.1em solid #ff0000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.disable{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 0.5;
	background-color: black;
	
}
.smallText{
	font-size: small;
}

.clickable:hover{
	cursor: pointer;
}
.thintable{
	border: 1px;
	border-color: black;
	border-width: 1px;
}
