@import url(not-exists-custom-styles.css);
/* Corn reference data dialog */

body{
	margin: 0;
	padding: 0;
}
body.corn-info {
	
}

body.corn-info table.reference-data,
body.corn-info .ui-li-divider  {
	font-size:200%;
}
.section-title , .dialog-title
{
    margin-bottom:5px;
    font-weight:bold;
    color:#030;
}
.dialog-title 
{
    z-index: 3;
	color: #003300;
	font-size: 16px;
	text-shadow: none;
	font-weight: bold;   
}
.section-title 
{
    /*margin-top:5px;*/
}

.info-dialog .section 
{
    border: 0;
    padding:5px;
    margin-bottom:10px;
}
.info-dialog .admission-expired 
{
	background-color: grey;
    color: silver;
    font-weight:bold;
	font-size: 14px;
	padding: 10px;
}

.reference-data
{
    color:#030;
    display:table;
    width:100%;    
}
.reference-data .property td 
{
    background-color: #DDEADD;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:5px;
    padding-right:5px;    
}

.bsl-infos .s-type td 
{
    background-color:#FFE479;
}
.bsl-infos .k-type td 
{
    background-color:#A4BEDF;
}
.bsl-infos .a-type td 
{
    background-color:#FFAB55;
}
.bsl-infos .source td 
{
    background-color:#DDEADD;
}



.reference-data .property .name, .bsl-infos .property .name
{
    width: 25%;   
}

.reference-data .property .value
{
    width: 75%;
}
.bsl-infos 
{
    width:100%;
}

.reference-data .property .year-value
{
   width:auto;
   text-align:center;
}
/* LSV, EUP */
.bsl-infos 
{
    width:100%;
}

.reference-data .property .year-value
{
   width:auto;
   text-align:center;
}
.admission-country 
{
    float:left;
    display:block;
    
    padding-top:4px;
    padding-bottom:4px;
}
.corn-info .admission-country {
	width: 100px;
}


.lsv-infos .admission-country 
{
    width:4em;
}
.eup-infos .admission-country 
{
    width:8em;
}
.admission-country img,
.admission-year img
{
    margin-top:-4px;
}

/***********************UI-Styles***********************************/

h1.ui-title{
	font-size: 1.25em;
}

.ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer{
	position: relative;
}
.corn-info .sk-type-icon img {
	visibility: hidden;
	width:20px;
	height:20px;
}
	
.corn-info .type-S {
	background:url(/mobile/images/icons/typ-s-20.png) no-repeat center center;
}
.corn-info .type-K {
	background:url(/mobile/images/icons/typ-k-20.png) no-repeat center center;
}
.corn-info .type-SK {
	background:url(/mobile/images/icons/typ-sk-20.png) no-repeat center center;
}
