a.anchor {
  display: block; 
  position: relative; 
  top: -300px; 
  visibility: hidden; }
@font-face {
   font-family: 'Cream';
   src: url('csi-cream-source-inside.ttf');
}
body {
  margin: 0;
}
body, table
{
font-size: 14pt;
font-family: Cream;
margin-bottom: 0px;
}
#holder {
	top: 0;
    min-height: 100%;
    position:relative;
}
.summernote {
  font-family: Helvetica;
  font-size: 10.5pt;
}
.focusImage{
	opacity: 0.7;	
}
.focusImage:hover{
	opacity: 1;	
}
.note-group-select-from-files {
  display: none;
}
.page{
/*	padding: 30px 10px;*/
}
.qtip{
	font-family: Open Sans;
}
.qtip-title{
    font-size: 15px;
}
.qtip-content{
    font-size: 12px;
}
.qtip-default{
	border: 1px solid #064707;
	border-radius: 6px 2px;
	background-color: #1B891D;
	color: white;
}

.qtip-default .qtip-titlebar{
	border-radius: 6px 2px;
	background-color: #095C0B;
}

.qtip-default .qtip-icon{
	border-color: #064707;
	background: #1B891D;
	color: white;
}

.qtip-default .qtip-titlebar .qtip-close{
	border-color: #064707;
	color: white;
}
header {
    width: 100%; 
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 2px solid black;
    /*border-top:1px solid #666;*/
    background-color: white;
    z-index: 20;
    box-shadow: 0px 3px 3px #7C7C7C;
    /*box-shadow:inset 0px 20px 0px 0px #0B700B;*/
    
}
h1, h2, h3, h4, h5, h6
{
font-family: cursive;
font-weight: bolder;
}
a
{
text-decoration: none;
color: black;
}
a:hover
{
text-decoration: underline;
/*color: black;*/
}
header a {
  color: #FFFFFF; /*#F2D363;*/
  text-shadow: 3px 3px #032D00;
}
pre
{
font-family: Cream;
font-size: 8pt;
}
.Disabled
{
pointer-events:none;
}
table
{
border-collapse: collapse;
}
hr {
  margin-top: 2px;
  margin-bottom: 2px;
  border-width: 1px;
  border-style: solid;
}
input
{
    padding-left: 4px;
}
/*td
{
padding: 6px;
}*/
.categoryavatar {
	border: 1px solid grey;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #7C7C7C;
	background-image: radial-gradient(white, #bfbfbf);
}
.selectedcategory {
	background:linear-gradient(to bottom, #1B891D 5%, #095C0B 100%);
}
.shadow {
  box-shadow: 3px 3px 3px #7C7C7C;
}

.borderimage {
	border-radius: 2px 10px;
	box-shadow: 3px 3px 3px #7C7C7C;
	border-width: 1;
	border-style: solid;
}

input,select {
	border-radius:3px;
	border:1px solid #064707;
}

input[type=submit], .greenButton {
	/*-moz-box-shadow: inset 0px 0px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 0px 0px 0px #caefab;
	box-shadow:inset 0px 0px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);*/
	background:linear-gradient(to bottom, #1B891D 5%, #095C0B 100%);
	/*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color: #77d42a;
	background-color: #095C0B;*/
	/*-moz-border-radius:2px;
	-webkit-border-radius:2px;*/
	border-radius:3px;
	margin: 1px;
	/*border:1px solid #268a16;*/
	border:1px solid #064707;
	display:inline-block;
	cursor:pointer;
	/*color:#306108;*/
	color: white;
	font-size:18px;
	/*font-weight:bold;*/
	padding: 3px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px black;
}
.greenButton:hover {
	/*background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);*/
	background-color:#5cb811;
	/*text-decoration: none;*/
	color: white;
	text-decoration: none;
}
.greenButton:active {
	position: relative;
	top:1px;
}

.specialline:nth-child(even)
{
	background: #CCC;
}
.specialline:nth-child(odd)
{
	background: #FFF;
}