@font-face { 
    font-family: 'VAG';  
    src: url('VAGROLN.ttf') format('truetype');
}

@font-face { 
    font-family: 'VAG';  
    src: url('VAGRON.ttf') format('truetype');
    font-weight: bold;
}

p {
background-color: #ffeabb;	
font-family: VAG;
text-align: justify;
font-size: 20px;
line-height: 2;
}

p.fineprint {
background-color: #ffeabb;	
font-family: VAG;
text-align: justify;
font-size: 11px;
line-height: 1.5;
}

p.verysmall {
background-color: #ffeabb;	
font-family: VAG;
text-align: center;
font-size: 11px;
line-height: 1;
}

h1 {
background-color: #ffeabb;	
font-family: VAG;
font-size: 45px;
text-shadow: 2px 2px grey;
line-height: 2;
}

hr {
border-top: 2px solid black;
width: 80%;
}

iframe {
border: none;
height: 100%;
width: 100%;
}

.content_container {
padding-left: 60px;
padding-right: 60px;
background-color: #ffeabb;
background-image: url(images/schematic2.png);
}

/* ----------- main table ------------- */
table.main_table {
border: 5px solid black;
}

td.top{
border-bottom: 2px solid black;	
}

/* ----------- standard table ------------- */
table.standard {
border: 2px solid black;
}

td.TableTitle {
background-color: #6c3218;
font-family: VAG;
font-weight: bold;
font-size: 28px;
text-align: center;
color: white;	
}

td.TableHead {
background-color: #ffeabb;
border: 1px dotted black;
font-family: VAG;
font-weight: bold;
font-size: 22px;
text-align: center;
color: #6c3218;		
}

td.TableContent {
background-color: #ffeabb;
border: 1px dotted black;
font-family: VAG;
font-weight: normal;
text-align: left;
color: black;	
}

/* ----------- event table ------------- */
table.event_table, table.sale_table {
border: 2px solid black;
}

td.event_date {
background-color: #ffeabb;
border: 1px dotted black;
font-family: VAG;
font-weight: bold;
text-align: left;
color: black;	
width: 20%;
}

td.sale_item {
background-color: #ffeabb;
border: 1px dotted black;
font-family: VAG;
font-weight: bold;
text-align: left;
color: black;	
width: 80%;
}

td.event, td.sale_price {
background-color: #ffeabb;
border: 1px dotted black;
font-family: VAG;
font-weight: bold;
text-align: left;
color: black;	
}


td.event_detail, td.sale_description {
background-color: #ffeabb;
border: 1px dotted black;
font-family: VAG;
font-weight: normal;
text-align: left;
color: black;	
}


/* ----------- END OF TABLES ------------- */

.menu_container {
background-color: #ffeabb;	
background-repeat: no-repeat;
background-image: url(images/towerbkgnd.png);
background-position:  center center;
vertical-align: top;
text-align: right;
}  

/* ----------- main menu links (these are default links) ---------------- */
a:link, a:visited, a:active {
color: white;
background-color: #6c3218;
text-align: right;
text-decoration: none;
font-size: 16px;
font-family: VAG;
font-weight: bold;
}	

a:hover {
color: #6c3218;
background-color: white;
text-align: right;
text-decoration: none;
font-size: 16px;
font-family: VAG;
font-weight: bold;
}	


/* -------------- submenu links ------------ */
a.sub:link, a.sub:visited, a.sub:active {
color: black;
background-color: #ffeabb;
text-align: right;
text-decoration: none;
font-size: 15px;
font-family: sans-serif;
font-weight: bold;
}	

a.sub:hover {
color: black;
background-color: white;
text-align: right;
text-decoration: none;
font-size: 15px;
font-family: sans-serif;
font-weight: bold;
}	
/* ----------black links ------------------ */
a.blacklink:link, a.blacklink:visited, a.blacklink:active, a.blacklink:hover {
color: black;
background-color: transparent;
font-family: VAG;
font-weight: normal;
text-align: left;
}	

/* ------------------------------------ */
table.minutes_table {
height: 100%;
width: 100%;
}

td.minutes_list {
background-color: #ffeabb;
border-left: 2px dotted black;
text-align: right;
vertical-align: top;
padding-right: 10px;
width: 150px;	
}

td.minutes_data {
background-color: #ffeabb;
vertical-align: top;
}

iframe.minutes_iframe {
border: none;
height: 100%;
width: 100%;
}

