/* MENU ITEMS */
a:hover {
    text-decoration: underline;
}
.menulevel1 {
	margin-left: 0;
	font-size: 15px;
}
.nav > li > a.menulevel1:hover {
    font-size: 16px;
    font-weight: bold;
    color: #000099;
    background-color: #eee;
    text-decoration: none;
}
.menulevel2 {
	margin-left: 15px;
	font-size: 14px;
}
a.menulevel2:hover {
	font-size: 14px;
    font-weight: bold;
    color: #000099;
    background-color: #eee;
    text-decoration: none;
}
.menulevel3 {
	margin-left: 25px;
	font-size: 14px;
}
.menulevel3:before {
    content:"• ";
    font-size: 14px;
}
a.menulevel3:hover {
	font-size: 14px;
    font-weight: bold;
    color: #000099;
    background-color: #eee;
    text-decoration: none;
}
.form-textarea {
    width: auto;
    background-color: #F2F3F4;
}
.wikitable1 {
    background-color: #f8f9fa;
    color: #333;
    border: 2px solid #333;
    border-collapse: collapse;
}
.wikitable1 th {
    background-color: #eaecf0;
    border: 1px solid #333;
    padding: 5px;
    text-align: left;
}
.wikitable1 td {
/*  background-color: white; */
    border: 1px solid #333;
    padding: 5px;
    text-align: left;
}
.wikitable2 {
    background-color: #f8f9fa;
    color: #333;
    border: 2px solid #333;
    border-collapse: collapse;
}
.wikitable2 th {
    background-color: #eaecf0;
    border: 1px solid #333;
    padding: 5px;
    text-align: left;
}
.wikitable2 td {
/*  background-color: white; */
    border: 1px solid #333;
    padding: 5px;
    text-align: center;
}