/********************** general *******************/
*{
    font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 13px;
}

.maxmedium{
	min-width:300px;
	max-width:100%;
}

.small{
}

.large{
	display: none;
}

.largemedium{
	display: none;
}

.shadow{
	box-shadow: none;
}

.largenowrap{
	white-space: normal;
}

h1{
	min-width: 240px;
}

h2{
	min-width: 240px;
	margin-bottom: 6px;
}

div.rich{
	min-width: none;
	max-width: 100%;
}

input.fkdesc{
	width: 200px;
	height: 17px;
}

div.head{
	min-height: 30px;
}

div.indexblock{
	margin: 0;
	width:352px;
	max-width: 98%;
	margin-bottom: 8px;
}

div.contentblock{
	height: auto;
	margin: 0 0 8px;
	display: block;
}

div.navbuttons{
	display: block;
	border: 0;
	margin: 0;
}

table.listtable caption.head span.title{
	font-size: 16px;
	line-height: 26px;
	display: block;
	border-top: 1px solid white;
	text-align: center;	
}

span.cnt{
	display: none;
}

/********************** page header *******************/

#pageheader span.ea{
	z-index: 100;	
}

#pageheader div.ea{
	position: fixed;
	top: 8px;
	left: 4px;
}

#pageheader div.lic{
    display: none;
}

#pageheader span.nav{
	visibility: collapse;
    display: none;
}

#pageheader a.nav{
    display: none;
}

span.headermessage{
	font-size: 12px;
	position: absolute;
	top: 28px;
	left: 14px;
}

#nav img{
	visibility: hidden;
}

#navscreen{
	display: block;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	background-color: rgba(55,50,50,0.40);
	z-index: 50;	
}

#navmenu{
	position: fixed;
	top: 42px;
	left: 0;
	width: 100%;
	height: auto;
	display: table;
	background-color: rgba(240,240,240,0.9);
	z-index: 60;	
}

#navmenu a{
	font-size: 16px;
	display: block;
	padding: 12px 0;
	text-align: center;
	border-bottom: 1px solid #bbb;
	text-decoration: none;
	text-shadow: 0px 0px 1px #fff;
	color: #666;
	z-index: 65;	
}

#navmenu a:hover{
	color: #000;
	background-color: #fff;
}

@-webkit-keyframes slidetop {
    from {top: -150px;}
    to {top: 41px;}
}

@keyframes slidetop {
    from {top: -150px;}
    to {top: 41px;}
}

#pageheader a.menu{
	font-weight: bold;
	font-size: 15px;
	color: white;
	text-decoration: none;
    display: block;
	padding: 10px;
    margin: 0;
    border-bottom: 1px solid white;
	text-align: center;
}

#pageheader a.menu:hover{
	background-color: #333344;
	text-decoration: none;
}

#pageheader a.home{
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
    line-height: 32px;
    margin: 0;
	position: fixed;
	top: 6px;
	left: 135px;
}

#pageheader div.logo{
    display: none;
}

#pageheader div.showmenu{
	display: inline-block;
 	margin-right: 10px;
}

/********************** page footer *******************/
#pagefooterX{
    display: none;
}


/********************** tables *******************/
.colchar{
	text-align: left;
	width: 110px;
	max-width: 110px;
	min-width: 110px;
}

.colsmallchar{
	text-align: left;
	width: 65px;
	max-width: 65px;
	min-width: 65px;
}

.coltxt{
	text-align: left;
	width: 110px;
	max-width: 110px;
	min-width: 110px;
}

table.indexblock{
	max-width:98%;
	width:350px;
	min-height: 0;
	margin: 0 0 4px;
}

table.indexblock a{
	padding: 6px 3px;
	font-size: 14px;
/*
	display: block;
	padding: 6px 4px;
	text-align: left;
	background-color: #dde;
	border: 0;
*/
}

/*
table.indexblock a:hover{
	background-color: #eef;
}
*/

#listtable td{
	font-size: 13px;
	height: 18px;
}

td.headbuttons{
    display: none;
}

td.linebuttons{
    display: none;
}

/*
table.indexblock td{
	padding-top: 4px;
	padding-bottom: 4px;
}
*/

table.listtable td.nr{
	width: 50px;
	max-width: 50px;
	min-width: 50px;
}

table.listtable td.hv{
	width: 50px;
	max-width: 50px;
	min-width: 50px;
}

table.listtable td.dec{
	width: 65px;
	max-width: 65px;
	min-width: 65px;
}

table.listtable td.char{
	width: 125px;
	max-width: 125px;
	min-width: 125px;
}

table.listtable td.smallchar{
	width: 70px;
	max-width: 70px;
	min-width: 70px;
}

table.listtable td.txt{
	width: 170px;
	max-width: 170px;
	min-width: 170px;
}

/********************** dialogs *******************/
span.datesel{
	display: none;
}

div.enable{
	top: 30px;
	max-width: 98%;
	height: auto;
	max-height: 96%;
	overflow:scroll;
	cursor: auto;
	z-index: 100;
/*	padding: 50px 0 0; */
}


input.button{
	border: 1px solid #666677;
	border-radius: 3px;
	font-size: 14px;
	padding: 4px;
	background-color: #eeeeee;
	background: linear-gradient(#ffffff, #ccccd4);
	text-shadow: 0px 0px 3px #ffffff;
}

input{
	line-height: 20px;
}

a.button{
	height: 26px;
	width: 40px;
}

a.button img{
	height: 22px;
}

ul#navigation {
	display: none;
}
