
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 120%;
    padding: 0;
    margin: 0;
	
    /* hide selection */
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */  
}


@viewport
{
    width: 580px;
    min-zoom: 1;
    max-zoom: 1;
    user-zoom: fixed;
}

@-ms-viewport {
    width: 580px;
    max-zoom: 1;
    min-zoom: 1;
    user-zoom: fixed;
}
/*
.view {
    width: 580px;

    position: absolute;
    top: 0;
    bottom: 0;
    width: 580px;
    margin: 0;
    background: white;
    overflow: hidden;

}
*/
/*
    Header
*/
.header {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 96px;
    background-color: #DDDDDD;
    text-align: center;
}

.header h1 {
    font-size: 125%;
    margin: 0 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 96px;
    overflow: hidden;
}

#footercomponents{
/*#footer {*/
    text-align: center;
	position:fixed;
/*	left:0px */
	bottom:0px;
        line-height: 0;
        width: 100%;
	
}

#banner_img {
	width: 100%;
/*        max-width : 576px;*/
	border-width: 0px;
        margin : 0px;
/*	height:45px;
	width:580px;
*/

}

/*
    Main Page
*/
.firstpage {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 580px;
    height: 100%;
}

.firstpage .logo {
    display: table-cell;
    height: 420px; /*alt: 400px*/
    background-image: url('../pics/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 370px; /*alt: 350px*/
	padding-top: 25px; /*alt: 0px*/
}

.firstpage .ars {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.firstpage .buttons {
    display: table-cell;
    vertical-align: middle;
}

.firstpage .caption {
    font-size: 187.5%;
    line-height: 120%;
    margin-bottom: 10px;
}

/*
    Content
*/
.content {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

.scrollbox {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    bottom: 45px;
    margin-bottom: 90px;
    background-color: transparent;
    overflow: auto;
}

.centerbox {
    font-size: 165%;
    position: relative;
    width: 100%;
    text-align: center;
}

.elementbox {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.elementbox .element-header a, 
.elementbox .element-header a:visited, 
.elementbox .element-header a:hover {
    text-decoration: none;
    color: #008AFF;
    font-size: 165%;
    background: url('../pics/gfx/external_link.png');
    background-size: 36px;
    background-position: center right;
    background-repeat: no-repeat;
    padding:0 48px 0 0;
    white-space:nowrap;
}

.elementbox .element-header {
    display: inline-block;
    width: 80%;
}

.elementbox .element-icon {
    display: table-cell;
    width: 100px;
    text-align: center;
}

.elementbox .element-icon img {
    margin: 5px auto;
    height: 60px;
    max-width: 100px;
}

.elementbox .element-title {
    display: table-cell;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 110%;
    font-size: 110%;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    font-weight: bold;
}

.elementbox .element-content {
    line-height: 110%;
	font-size: 165%;
    display: table-cell;
    padding: 10px 15px;
}

.elementbox .element-content.no-pad {
    line-height: 110%;
    font-size: 165%;
    padding: 0;
}

/*
    Content Overview Table
*/
.elementtable {
    width: 100%;
	padding: 3px;
	background-color: #EEE;
	border-radius: 10px;
}

.elementetable-header{
	font-size: 140%;
	text-align: center;
    font-weight: bold;
	margin: 15px 0px;
}

.elementetable-area{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 96%;
	background-color: white;
	border-radius: 10px;
}

.elementetable-area-extensions{
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 47.5%;
	//height: 100px;
	vertical-align: top;
	background-color: white;
	border-radius: 10px;
	display: inline-block;
}

.elementetable-area-header{
	margin: 8px 0 5px 0;
	text-align: center;
	font-size: 140%;
}

.elementetable-area-header-extensions{
	margin: 8px 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 140%;
}

.elementtable-cell {
	font-size: 110%;
    display: inline-block;
    vertical-align: middle;
	width: 24%;
}

.elementtable-cell img {
    max-width: 95%;
    margin: 5px auto;
}

.elementtable-cell-extensions img {
    max-width: 95%;
    margin: 5px auto;
}

.elementtable-cell-header {
    display: inline-block;
	width: 23%;
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    padding: 5px 0 5px 0;
}

.layer-header {
    display: table-cell;
    text-align: right;
    font-weight: normal;
    padding: 5px 0;
}

/*
    List
*/
.listbox {
    position: relative;
    margin: 10px;
}

.listbox .item {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 82.5px 0 95px;
    margin: 2px 0;
    
    line-height: 80px;
    font-size: 140%;
    font-weight: bold;

    border: 0px solid #999999;
    border-left: 0;
    border-right: 0;
    background-color: #EEEEEE;

    background-image: url('../pics/gfx/arrow_right_dark.png');
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: right 15px center;

    cursor: pointer;
}

.listbox.nowrap .item{
    white-space:nowrap;
}

.listbox .item.overlay {
    background-color: #FFFFFF;
    background-image: none; 
}

.listbox .item:hover {
    background-color: #E0E0E0;
}

.listbox .item.overlay:hover {
    background-color: #F0F0F0;
}

.listbox .item .imgbox{
    position: absolute;
    top: 15px;
    left: 0px;
    width: 80px;
    height: 50px;
    text-align: center;
}

.listbox .item .imgbox img {
    height: 50px;
    max-width: 75px;
}

.listbox .item.first {
    border-radius: 8px 8px 0 0; 
    -moz-border-radius: 8px 8px 0 0; 
    -webkit-border-radius: 8px 8px 0 0; 
}

.listbox .item.last {
    border-radius: 0 0 8px 8px; 
    -moz-border-radius: 0 0 8px 8px; 
    -webkit-border-radius: 0 0 8px 8px; 
}

/*
    Element Relationships
*/
.elrelbox {
    position: relative;
    width: 100%;
    border: 1px solid #DDDDDD;
    
    border-radius: 12px; 
    -moz-border-radius: 12px; 
    -webkit-border-radius: 12px; 
    overflow: hidden;
}

.elrelbox .heading {
    width: 100%;
    padding: 5px 15px;
    background-color: #DDDDDD;

    font-weight: bold;
    
}

.elrelbox .item {
    position: relative;
    display: inline-block;
    height: 90px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 55px 0 95px;
    margin: 0;
    
    line-height: 90px;
    font-size: 140%;
    font-weight: bold;

    border: 0;
    background-color: #FFFFFF;

    cursor: pointer;
}

.elrelbox .item .imgbox {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 80px;
    height: 80px;
    text-align: center;
}

.elrelbox .item .imgbox img {
    height: 60px;
    max-width: 80px;
    margin: 10px 0;
}

/*
    Search
*/

.searchbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px 0;
    z-index: 100;
}

.searchbox input {
    position: relative;
    height: 69px;
    width: 90%;
    box-sizing: border-box;
    padding: 5px 60px 5px 15px;
    margin: 4px auto;
    
    font-size: 42px;
    line-height: 54px;
    
    border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    
    background-image: url('../pics/gfx/magnifier-dark.png');
    background-size: 48px;
    background-position: right 5px center;
    background-repeat: no-repeat;
}

.searchbox .invisbutton {
    position: absolute;
    height: 69px;
    width: 69px;
    top: 9px;
    right: 5%;
}

.searchproposals {
    position: relative;
    margin: 15px 0;
    width: 100%;
}

.searchproposals .item {
    position: relative;
    display: block;
    width: 90%;
    box-sizing: border-box;
    padding: 15px 25px;
    margin: 2px auto;
    
    font-size: 165%;
    line-height: 110%;

    border: 0;
    background-color: #FFFFFF;

    cursor: pointer;
}

.searchproposals .item.first {
    border-radius: 8px 8px 0 0; 
    -moz-border-radius: 8px 8px 0 0; 
    -webkit-border-radius: 8px 8px 0 0; 
}

.searchproposals .item.last {
    border-radius: 0 0 8px 8px; 
    -moz-border-radius: 0 0 8px 8px; 
    -webkit-border-radius: 0 0 8px 8px; 
}

/* simple utility */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-normal {
    font-weight: normal;
}

.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-cell {
    display: table-cell;
}

.table-row {
    display: table-row;
}

.no-pad {
    padding: 0;
}

/* 
    Overlays
*/
.overlayall {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.overlay-dark {
	background-color: rgba(100, 100, 100, 0.7);
}

.overlaylist-75 {
	position: absolute;
	width: 75%;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(100, 100, 100, 0.7);
}

.overlaylist-search {
	position: relative;
}

.overlaylist-item {
	line-height: 60px;
}

.overlaylist-item img {
	width: 70px;
	height: 70px;
	margin: 5px;
}

.shape-triangle-left {
	width: 0; 
	height: 0; 
	border-top: 25px solid transparent; 
	border-right: 50px solid rgba(100, 100, 100, 0.7); 
	border-bottom: 25px solid transparent;
}


