/********************** general *******************/
@font-face {
    font-family: ealato;
    src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: ealatobold;
    src: url(../fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: ealatoitalic;
    src: url(../fonts/Lato-Italic.ttf);
}

@font-face {
    font-family: eamontserrat;
    src: url(../fonts/Montserrat-Light.otf);
}

@font-face {
    font-family: eamontserratbold;
    src: url(../fonts/Montserrat-Regular.otf);
}


@font-face {
  font-family: 'XX Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(MaterialIcons-Regular.woff2) format('woff2'),
       url(MaterialIcons-Regular.woff) format('woff'),
       url(MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("Material-Icons/MaterialIcons-Regular.ttf");
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	vertical-align: top;
	color: white;
	margin-right: 2px;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;

	/* Support for IE. */
	font-feature-settings: 'liga';
}

div.ea-navitem .material-icons {
	font-size: 22px;
}


.disable-select {
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

*{
    font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #3a3a3a;
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    resize: none;
}

.montserrat{
    font-family: eamontserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 4px;
}

.lato{
    font-family: ealato;
	font-size: 16px;
	padding: 4px;
}

.maxmedium{
	min-width:500px;
	max-width:900px;
}

.large{
}

.largemedium{
}

.l{
	text-align: left;
}

.c{
	text-align: center;
}

.r{
	text-align: right;
}

.t{
	vertical-align: top;
}

.m{
	vertical-align: middle;
}

.b{
	vertical-align: bottom;
}

/* ckeditor5-font/theme/fontsize.css */
.text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-big {
    font-size: 1.6em;
}
/* ckeditor5-font/theme/fontsize.css */
.text-huge {
    font-size: 2em;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.noscroll::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.noscroll {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.shadow{
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2)
}

.bar{
	background-color: #ededf1;
}

.head{
	color: #fff;
	background-color: #445a7f;
	user-select: none;
	text-shadow: 1px 0px 4px black;
/*	background: linear-gradient(#334455, #8899cc); */
/*	border-top: 1px solid #ffffff; */
/*	border-bottom: 1px solid #000077; */
}


.subhead{
	color: #fff;
	background-color: #7183af;
	user-select: none;
	text-shadow: 1px 0px 4px black;
/*	background: linear-gradient(#334455, #8899cc);
/*	border-top: 1px solid #ffffff; */
/*	border-bottom: 1px solid #000077; */
}

.field{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #2a2a2a;
}


html{
	height: 100%;
	width: 100%;
    -webkit-text-size-adjust: 100%;
}

body{
	background-color: #e5e5ef;
	text-align: center;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

span.printer{
	display: none;
}

pre{
	text-align: left;
	color: black;
	background-color: white;
	max-width: 100%;
	padding: 8px;
}

cite{
	font-style: italic;
}

strong{
	font-weight: bold;
}

b{
	font-weight: bold;
}

h1{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 3px 3px 2px;
	margin-bottom: 4px;
	vertical-align: middle;
	border-bottom: 2px solid #6F80A8;
	text-align: left;
	min-width: 180px;
}

h2{
	font-size: 14.5px;
	font-weight: bold;
	line-height: 1.1em;
	padding: 3px 2px 1px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #6F80A8;
	min-width: 160px;
}

h3{
	font-size: 13.5px;
	font-weight: bold;
	line-height: 1.05em;
	padding: 2px 2px 1px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #6F80A8;
	min-width: 160px;
}

i, em{
	font-style: italic;
}

hr{
	/* border: none; */
	height: 0.5px;
	color: #333;
	line-height: 5px;
	margin: 3px 0;
	/* background-color: #333; */
}

p{
	margin: 5px 0px;
}

ul{
	margin: 8px 0px;
}

img{
	border: 0;
}

h1 img{
	height: 20px;
	margin-right: 8px;
	vertical-align: middle;
/*	display: none; */
}

h2 img{
	height: 17px;
	margin-right: 6px;
	vertical-align: middle;
/*	display: none; */
}

a, a:visited{
	color: #555588;
	text-decoration: none;
	outline: 0;
}

a:hover{
	color: #5555bb;
	text-decoration: underline;
}

a.cal{
	display: block;
	margin: 0;
}

a.disabled{
	color: #777;
}

ul{
	padding-left: 15px;
}

label{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	vertical-align: middle;
}

select{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	border-width: 1px;
	border-style: outset;
	margin: 0;
	padding: 1px 2px;
	background-color: white;
	color: #444;
/*	-webkit-text-fill-color:#000; */
}

select.d, select[disabled]{
	color: #888;
	background-color: transparent;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0;
    text-overflow: '';
    border: 0;
}

option{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #444;
	border: 0;
	padding: 1px 2px 0;
	border-bottom: 1px solid #ddd;
	min-height: 17px;
}

option.anfk{
	font-family: Monaco, Menlo, Consolas, "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: 300;
}

option.mono{
	font-family: "Andala New", Monaco, Menlo, Consolas, "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: 300;
}

optgroup{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: initial;
}

textarea{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-top-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #aaa;
	border-bottom-color: #bbb;

	padding: 0 2px;
	background-color: white;
	color: #000;
	-webkit-text-fill-color:#000;
	width: 100%;
    resize: vertical;
    overflow: auto;

	white-space: break-word;
	word-break: break-all;
}

textarea.d{
	color: #888;
	border-color: #fdfdfa;
	background-color: transparent;
}

textarea.ckeditor5 *, textarea.ckeditor *{
	all: revert;
}

span.field{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	max-width: 800px;
	word-wrap: break-word;
	display: inline-block;
}

span.field a{
/*	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	box-shadow: 1px 0px 2px #aaa; */
	padding: 0 4px;
/*	background-color: #efeff4; */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #fff;
	word-wrap: break-word;
	display: inline-block;
}

div.rich{
	min-width: 600px;
	max-width: 100%;
	max-height: 500px;
	padding: 3px;
	overflow: auto;
}

div.rich, div.rich *{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #fdfdff;
	color: #000;
	-webkit-text-fill-color:#000;
}

div.rich ol{
	list-style-type: decimal;
	padding-left: 20px;
}

div.rich ul, div.rich ul li{
	list-style-type: disc;
	padding-left: 20px;
}

div.rich p{
	margin: 6px 0;
}

div.preview{
	font-family: Monaco, Menlo, Consolas, "Courier New", Courier, monospace;
	font-size: 13px;
	text-align: left;
}

input,input.field{
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-top-color: #ddd;
	border-left-color: #ddd;
	border-right-color: #aaa;
	border-bottom-color: #bbb;
	padding: 0 2px ;

	background-color: #fdfdff;
	color: #000;
	-webkit-text-fill-color:#000;
	max-width: 98%;
}

input:-moz-read-only { /* For Firefox */
    background-color: #f4f4f2;
	background-color: transparent;
}

input[read-only]{
    background-color: #f4f4f4;
	background-color: transparent;
}

input:focus {
    background-color: #fefad5;
    box-shadow: 0 0 4px #37f;
}


textarea:focus {
    background-color: #fffde4;
    box-shadow: 0 0 4px #37f;
}

textarea:read-only {
    background-color: tranparant;
	outline: none;
}


input[type=checkbox]{
	margin: 0 4px 0 0;
	padding: 0;
	vertical-align: center;
	height: 14px;
	cursor: pointer;
}

input[type=radio]{
	margin: 0 4px 0 0;
	padding: 0;
	vertical-align: middle;
	height: 14px;
	cursor: pointer;
}

label{
	cursor: pointer;
}

input.disabled, input[disabled], textarea.disabled, textarea[disabled]{
	color: #888;
	opacity: 0.60;
	background-color: #eeebec;
/*	background-color: transparent; */
}

input[type=checkbox].disabled, input[type=checkbox][disabled]{
	color: #333;
	opacity: 1;
}

input[type=checkbox].disabled+label, input[type=checkbox][disabled]+label{
	color: #888;
	cursor: not-allowed;
}

input.upload{
	border: 0;
	margin: 0;
	padding: 0;
}

input.upload:hover{
    background-color: #fefad5;
    box-shadow: 0 0 4px #37f;
}

input.fkdesc{
	width: 350px;
	max-width: 55%;
	background-color: #f6f2f4;
	color: #666666;
}

div.shadowbox{
	display: inline-block;
	width: auto;
	height: auto;
	border: 1px outset #000055;
	background-color: #ffffff;
	box-shadow: 4px 4px 5px #777;
	padding: 0;
	margin: 0;
}


div.indexblock{
	min-width: 160px;
	min-height: 150px;
	width: auto;
	height: auto;
	margin: 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	background-color: white;
	box-shadow: 4px 4px 5px #777;
	border-radius: 5px;
}


div.flexcontainer{
	column-gap: 16px;
	margin-top: 4px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}


div.contentblock{
	width: auto;
	height: auto;
	display: inline-block;
	background-color: white;
	vertical-align: top;
	text-align: left;
	border-radius: 5px;
}


div.flexrow{
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-flex-direction: row;
	flex-direction: row;
}


div.flexcolumn{
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
}


div.head{
    font: 14px ealatobold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 22px;

	color: #fff;
	padding: 1px 4px;
	text-align: left;
	min-height: 24px;
	
	width: 100%:

	white-space: nowrap;	
	overflow: hidden;
	text-overflow: ellipsis;
}

div.subhead{
    font: 14px ealatobold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 22px;

	background-color: #7183af;

	color: #fff;
	padding: 1px 4px;
	text-align: left;
	min-height: 24px;
	
	width: 100%:

	white-space: nowrap;	
	overflow: hidden;
	text-overflow: ellipsis;
}

div.navbuttons{
	color: #333;
	display:inline-block;
	margin: 5px 6px 4px;
	padding: 4px 4px 3px;
	border: 1px solid #99a;
	box-shadow: 2px 1px 1px #777;
	background-color: white;
	vertical-align: middle;
	text-align: left;
}

div.navbuttons img{
	height: 20px;
	vertical-align: middle;
}

.edata{
	/* background-color: #e5a611; */
	background-color: #d90;
	text-shadow: 1px 0px 4px black;
}

@keyframes blink-animation {
 	0% { opacity: 1; }
 	50% { opacity: 0.65; }
 	100% { opacity: 1; }
}
@-webkit-keyframes blink-animation {
 	0% { opacity: 1; }
 	50% { opacity: 0.65; }
 	100% { opacity: 1; }
}


/********************** page header *******************/
div.eapage{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
/*	background-color: lightgrey; */
}

/*
#pageheader{
	background-color: #ddd;
	width: 100%;
	height: 1%;
	min-height:43px;
	max-height:43px;

	text-align: right;
	padding: 0;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #012;
	box-shadow: 0px 2px 4px #666;

	background-color: #445a7f;
	background: linear-gradient(#345, #89c);

	z-index: 80;
}

#pageheader div.left{
	float: left;
	display: inline-block;
	width: auto;
	height: 100%;
	padding-top: 8px;
	text-align: left;
}


#pageheader div.ea{
    font: 24px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
	line-height: 100%;
    color: #fcfcff;
	text-shadow: 0px 0px 3px black;
	display: inline-block;
	vertical-align: top;
}

#pageheader div.lic{
    font: 13.5px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #eeeeee;
	text-shadow: 0px 0px 3px black;
	display: inline-block;
    max-width: 250px;
    overflow: hidden;
	line-height: 100%;
}

#nav{
	position:relative;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#nav img{
	visibility: visible;
}

#pageheader a.nav, a.nav:visited{
    font: 13.5px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 16px;
	display: inline-block;
    padding: 14px 8px 11px;
    color: #fff;
    text-decoration: none;
	text-shadow: 0px 2px 3px #006;
	border-radius: 3px;
	margin: 0;
}

#pageheader a span{
    font: 13.5px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
}

#pageheader a.nav:hover, a.home:hover{
	text-shadow: 0px 2px 3px #4444FF;
	background-color: #333344;
    text-decoration: none;
}

#pageheader div.logo{
    height: 41px;
    width: auto;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
}

#pageheader div.logo a img, #pageheader div.logo img{
    height: 100%;
    max-width: 110px;
    border: 0;
}

#pageheader div.logo a{
	display: inline-block;
    height: 100%;
	overflow: hidden;
	color: blue;
}

#pageheader div.showmenu{
	display: none;
	padding: 4px;
	cursor: pointer;
}

#pageheader div.menu:hover{
	background-color: #333344;
}

#navscreen{
	display: none;
}

#navmenu{
 	display: none;
}

span.headermessage{
	margin-left: 4px;
	color: #f44;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 1px 1px 0px #fff;
	animation: blinker 2s linear 5;
}



/*********************** buttons ************************/
button, a.largebutton{
	display: inline-block;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 4px;
	margin: 5px;
	padding: 4px 5px;
/*	min-width: 70px; */
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
    transition: background-color 0.1s, color:0.1s;
	box-shadow: 2px 1px 1px #777;
	text-decoration: none;
}

button[disabled]{
	color:#999;
	cursor: default;
	text-decoration: none;
}

button:hover, a.largebutton:hover{
	background-color: #efeff4;
	color: #446;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff;
}

button[disabled]:hover{
	background-color: #fff;
	color:#999;
	box-shadow: 2px 1px 1px #777;
}

button.nosel{
	color:#fff;
	background-color: #99a;
	text-shadow: -1px -1px 1px #666, 1px 1px 1px #666;
}

button.nosel:hover{
	color:#000;
	background-color: #ccc;
	text-shadow: none;
}

button.smallbutton{
	font-size:12px;
	line-height:16px;
	border-radius: 1px;
	margin: 1px 0 2px;
	padding: 0px 6px;
	min-width: 0px;
	box-shadow: none;
}

input.button{
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 1px outset #dddddd;
	margin: 2px;
	padding: 3px 4px;
	background-color: white;
}

input.button:hover {
	background-color: #c2c2c2;
	color: #fff;
	text-shadow: 1px 1px 2px black;
}

input.fldbutton{
	line-height: 1.05em;
	border: 1px outset #dddddd;
	margin: 0;
	padding: 0;
	background-color: white;
	cursor:pointer;
}

input.fldbutton:hover {
	border-style: inset;
}

/*
#ok {
	background: white url(../images/ok.png) 2px 2px no-repeat;
	padding-left: 18px;
	margin: 2px;
	width: 80px
}
*/

/*
#cancel {
	background: white url(../images/cancel.png) 2px 2px no-repeat;
	padding-left: 18px;
	margin: 2px;
	width: 80px
}
*/

img.smallicon{
	background-color: white;
	vertical-align: middle;
	/* border: 1px solid #dddddd; */
	height: 20px;
	cursor: pointer;
	margin: 0;
}

img.button{
	background-color: white;
	vertical-align: middle;
	border: 1px solid #dddddd;
	height: 15px;
	cursor: pointer;
}

a.button{
	background-color: white;
	vertical-align: middle;
	border: 1px solid #dddddd;
	height: 19px;
	width: 35px;
	text-align: center;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

a.button:hover{
	background-color: #e3e3e8;
}

a.button img{
	padding-top: 2px;
	height: 16px;
	vertical-align: middle;
}

a.button span{
	padding-top: 2px;
	vertical-align: middle;
	color: #999;
}

a.smallbutton{
	display: inline-block;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	text-align:center;
	color: #000;
	border: 1px solid #aaa;
	border-radius: 1px;
	margin: 1px 0 2px;
	padding: 0px 6px;
/*	min-width: 70px; */
	background: #fff;
	background-color: #fff;
	cursor: pointer;
    transition: background-color 0.1s, color:0.1s;
	min-width: 0px;
	text-decoration: none;
}

a.smallbutton:hover{
	text-decoration: none;
	background-color: #e3e3e8;
	color: #446;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #fff;
}

a.linebutton{
	background-color: white;
	vertical-align: middle;
	border: 1px outset #aaaabb;
	height: 18px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

a.linebutton img{
	height: 17px;
}

a.linebutton:hover{
	border: 1px inset #aaaabb;
	text-decoration: none;
}

a.fk {
	background: white url(../images/findsmall.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 16px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #cccccc;
	margin: 0px 0px -2px;
}

a.fk:hover{
	text-decoration: underline;
	background-color: #efefff;
}

a.fkinfo {
	font-family: Times New Roman, serif;
	font-size: 13px;
	font-style:italic;
	font-weight:bold;
	vertical-align: top;
	padding: 2px 3px 1px;
	white-space: nowrap;
	text-decoration: underline;
	color: #9999dd;
}

a.fkinfo:hover{
	color: #000088;
}


a.info {
	background: white url(../images/info.png) 1px 1px no-repeat;
	padding: 2px 1px 1px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #cccccc;
	margin: 0 0 0 1px;
}

a.info:hover{
	text-decoration: underline;
	background-color: #efefff;
}

a.help {
	background: white url(../images/new/help.png) 1px 1px no-repeat;
	padding: 0px 0px 0px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #cccccc;
	margin: 0 0 0 1px;
}

a.help:hover{
	text-decoration: underline;
}

a.batch {
	background: white url(../images/batch.png) 1px 1px no-repeat;
	padding: 2px 1px 1px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
	border: 1px solid #cccccc;
	margin: 0 0 0 1px;
}

a.batch:hover{
	text-decoration: underline;
	background-color: #efefff;
}


a.file {
	background: white url(../images/file.jpg) 1px 1px no-repeat;
	padding: 2px 1px 2px 18px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	border: 1px solid #cccccc;
	margin: 0px;
}

a.file:hover{
	background-color: #efefff;
}

/*********************** anchors ************************/
a.sort:link,a.sort:visited{
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: none;
	color: white;
	text-shadow: 0px 0px 3px #000000;
	display:block;
	padding: 0 2px;
}

a.sortselect:link,a.sortselect:visited{
	font-size: 13px;
	line-height: 1.4em;
	text-decoration: none;
	font-style: italic;
	color: white;
	text-shadow: 0px 0px 3px #000000;
	display:block;
	padding: 0 2px;
}

a.sort:hover,a.sortselect:hover{
    text-decoration: underline;
	background-color: #333344;
}


/*********************** topnav ************************/
ul#navigation {
	display: inline;
	position:relative;
	margin: 0;
	padding: 0;
/*	float:left; */
}

ul#navigation li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}

ul#navigation li a {
    font: 14px ealatobold, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: #fff;
	text-shadow: 0px 2px 3px #006;
    padding: 14px 10px 11px;
	text-decoration:none;
	display:inline-block;
	text-align: left;
	margin: 0;
	
	-webkit-transition:color 0.2s linear, background 0.15s linear;	
	-moz-transition:color 0.2s linear, background 0.15s linear;	
	-o-transition:color 0.2s linear, background 0.15s linear;	
	transition:color 0.2s linear, background 0.15s linear;	
}

ul#navigation li a:hover {
	background-color: #334;
}

ul#navigation li:hover > a {
	background-color: #334;
}

ul#navigation li ul li:hover > a {
	background-color: #fff;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;	
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:160px;
	background: #f3f3f8;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.15s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.15s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.15s linear; 
	transition:opacity 0.2s linear, visibility 0.15s linear; 	
}

ul#navigation ul {
    top: 42px;
    left: 1px;
    border: 1px solid #ccc;
}

ul#navigation ul li ul {
    top: 0px;
    left: 158px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	font-size: 13px;
	background:none;
	padding:7px 15px;
	color:#414141;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	width:158px;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

@keyframes blinker {  
  50% { opacity: 0.1; }
}

label.cameraButton {
  display: inline-block;
  margin: 1em 0;

  /* Styles to make it look like a button */
  padding: 2px 5px;
  border: 1px outset #666;
  background-color: #fff;
}

/* Look like a clicked/depressed button */
label.cameraButton:active {
  border-color: #CCC #EEE #EEE #CCC;
}

/* This is the part that actually hides the 'Choose file' text box for camera inputs */
label.cameraButton input[accept*="camera"] {
  display: none;
}
*/


/* ea_page.php/pageheadcss() */
a.listicon{
	display: inline-block;
	margin: 2px 0;
	padding: 0;
	width: auto;
	height: auto;
}

a.listicon button{
	margin: 0;
	padding: 0 6px;
	min-height: 0;	
	height: 25px;
	vertical-align: middle;
	border: 1px outset #aaa;
	border-radius: 1px;
	background-color: #fff;
}

a.listicon button:hover, a.smallicon button:hover{
	background-color: #fb6;
}

a.listicon img{
	height: 23px;
	margin: 0;
}

a.icon{
	display: inline-block;
	vertical-align: middle;
	margin: 2px 0;
	padding: 0;
	width: auto;
	min-width: 32px;
	height: 25px;
	border: 1px outset #aaa;
	border-radius: 1px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px;
	line-height: 24px;
}

a.iconsmall{
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 -3px 0;
	padding: 0;
	width: 30px;
	height: 20px;
	min-height: 20px;
	border: 1px outset #aaa;
	border-radius: 1px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px;
	line-height: 23px;
}

a.iconfield{
	display: inline-block;
	margin: -1px 0 -3px 0;
	padding: 0;
	width: 20px;
	height: 17px;
	min-height: 17px;
	border: 1px outset #aaa;
	border-radius: 1px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px;
}

a.icon:hover, a.iconsmall:hover, a.iconfield:hover{
	background-color: #fb6;
	border: 1px solid #000;
}


a.find{
	background-image: url('../images/new/find.png');
}

a.navigate{
	background-image: url('../images/new/nav.png');
}

a.print{
	background-image: url('../images/new/print.png');
}

a.mutations{
	background-image: url('../images/new/mutations.png');
}

a.documents{
	background-position: 3px center;
	background-image: url('../images/new/file.png');
	padding-left: 25px;
}

a.documentsgreen{
	background-position: left center;
	background-image: url('../images/new/filegreen.png');
	padding-left: 22px;
}

a.close{
	background-image: url('../images/new/close.png');
}

a.list-options{
	background-image: url('../images/new/list-options.png');
}

a.insert{
	background-size: 19px;
	background-image: url('../images/new/insert.png');
}

a.duplicate{
	background-image: url('../images/new/duplicate.png');
}

a.edit{
	background-image: url('../images/new/edit.png');
}

a.batchdelete{
	background-image: url('../images/new/batchdelete.png');
}

a.delete{
	background-image: url('../images/new/delete.png');
}

a.download{
	background-image: url('../images/new/download.png');
}

a.enlarge{
	background-image: url('../images/new/enlarge.png');
}

a.linked1{
	background-image: url('../images/new/linked1.png');
}
