table.re {
	width: 100%;
	text-align: center;
}

table.re td {
	width: 50%;
}
table.re td li {
	text-align: left;
	margin-left: 3ex;
}

table.google {
	border: none;
}
table.google td {
	border: none;
}

/* style for Photo(), xRef(), ... */
.ph {
	white-space: nowrap;
	font-weight: bold;
}
span.phSize {
	font-weight: normal;
	font-size: x-small;
}
span.phSize:before {
	content: '[';
}
span.phSize:after {
	content: ']';
}

/* NATO */
a.nato {
	white-space: nowrap;
	border: 1px dotted black;
	color: black;
	text-decoration: none;
}

/* Aircraft ref */
*.ac {
	white-space: nowrap;
	font-family: monospace;
	border: 1px dotted white;
	color: black;
	text-decoration: none;
}

/* GRAU */
a.grau {
	white-space: nowrap;
	font-family: monospace;
	border: 1px dotted red;
	color: black;
	text-decoration: none;
}

/* Navy */
a.navy {
	white-space: nowrap;
	font-family: monospace;
	border: 1px dotted blue;
	color: black;
	text-decoration: none;
}
a.navy:before { content: 'pr.'; }

/* OKB listings */
ul.okb {
	margin-left: 1ex;
	padding-left: 1ex;
	list-style-type: none;
}

/*
ul.okb>li li {
	list-style-type: disk;
	margin-left: 0ex;
	padding-left: 0ex;
}
*/
ul.okb>li {
	margin-left: 0px;
	padding-left: 1ex; /*10px;*/
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-top: 1px solid black;
	border-left: 1px dotted black;
}

/* Red Divider */

.redDiv {
	display: block;
	color: white;
	background-color: red;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

/* Calendar */
/* Cyrillics warning */
.cyrWarn {
	text-align: center;
	color: yellow;
	background-color: red;
	font-weight: bold;
	text-decoration: underline;
}
.cyrWarn a {
	font-size: 75%;
}

/* Epilogue() */
table.epilogue {
	width: 100%;
	border: 0 none inherit;
	font-size: 8pt;
}

table.sql {
	border-collapse: collapse;
	border: 1pt solid black;
}
table.sql tr {
	border: 1pt solid black;
}
table.sql th {
	border: 1pt solid black;
}
table.sql td {
	border: 1pt solid black;
}
/*********************************************************
 * calendar...
 */
    div#calendar { /* this is for calendar placeholder, optional */
		/* font-size: 9pt; */
    
        /* position: fixed; bottom: 40%; right: 40%; /* XXX must be tuned */
		float:right; clear:right;
		
        width: 9em; height: 10em; /* may need tuning for font size change */
        
        /*background-color: #eee;*/
        border: 1px solid black;
    }
    div#calendar a { color:black; text-decoration:none }

    /*********************************************
     * these 3 defs are mandatory, but tunable
     * the table is 7 columns (weeks) by 8 rows
     */
    table.calendar th {
        border-collapse: collapse;
        border: 1px solid black;
        vertical-align: middle;
        text-align: center;
        font-size: 75%;
        white-space: nowrap;
    }
    table.calendar tr { border: 1px solid black; }
    table.calendar td {
        border: 1px solid black;
        vertical-align: middle;
        text-align: right; /* numeric! */
        padding-left: 2px;
        margin-left: 2px;
        padding-right: 2px;
        margin-right: 2px;
        width: 16%; /* better, do not touch */
        font-size: 75%;
    }
    table.calendar th.dow {
        width: 2em;
        font-size:50%;
        font-weight:normal;
        padding-left: 2px;
        margin-left: 2px;
        padding-right: 2px;
        margin-right: 2px;
    }
/* end of calendar defs
 **********************************************/

