﻿/*
    Styles for Language Pages
*/

.align-right {
	text-align: right;
}
.center {
	text-align: center;
}
.menu {
	text-align: center;
	color: #283D49;
	width:inherit;
	margin-bottom: 30px;
	font-family:Century gothic;
    font-weight:bold;
    color:#000;
    font-size:1em;
    text-align:left;
    text-transform:uppercase;
    text-align:center;

}
.highlight {
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
}

/*
    Styles for collapsible menus
*/

.menutitle{
    cursor:pointer;
    margin-bottom: 5px;
    width:inherit;
    padding:5px;
    border-bottom: 1px solid #36647f ;
    font-family:Century gothic;
    font-weight:bold;
    color:#fff;
    font-size:0.9em;
    text-align:left;
    text-transform:uppercase;
}

.submenu{
    color: #ccc;
    width:inherit;
    margin-bottom: 0.5em;
    text-align:justify;
    font-size:1em;
    display: none;
    line-height:11px;
    letter-spacing: 1px; 
}

table.compact{
	font-size:8pt;
}
table {
	margin: 10 0 10 0;
}
table, tr, td {
	border: none;
	text-align:inherit;
    color:#fff;
    font-size:1em;
}

