/*
Author: Steve Morissette
Copyright Notixia 2007
*/

/* General */ 

a {
    text-decoration: none;
    color: white;
}

img {
    border: none;
}

body {
    background:#002341;
    font-family: sans-serif; 
    font-size: 10pt; 
    color: white; 
}

.LightBackground {
/*    background:#3C556E;*/
    background:#3C556E;
}

.DarkBackground {
    background:#002341;
}

.NavigationTitle1 {
    white-space: nowrap;
    font-weight: bold;
    font-size: 9pt;
    color: gray;
}

.NavigationTitle2 {
    white-space: nowrap;
    font-weight: bold;
    font-size: 10pt; 
    color: white;
}

.Navigator {
    white-space: nowrap;
    font-size: 9pt; 
    height: 20px;
}

.SelectedNavigator {
    background:#002341;
}

.LinksTitle {
    white-space: nowrap;
    font-weight: bold;
    font-size: 10pt;
}

.ContentTitle {
    font-size:12pt;
    font-weight: bold;
    color: orange;
}

.SubTitle {
    font-size:12pt;
    color: white;
    font-weight: bold;
}

.HomeText {
    font-size:12pt;
    color: black;
}

.ContentImage {
    float: right;
    margin: 20;
}

.AboutImage {
    float: left;
    margin: 0;
}

.News {
    color: black; 
    /*    background:lightgray;*/
    height:150px;
    overflow:auto;
}

.StatusBar {
    font-size:10pt;
    white-space: nowrap;
}

.Language {
    font-size:8pt;
    white-space: nowrap;
    color: gray;
}

.LanguageCurrent {
    font-size:10pt;
    white-space: nowrap;
    color: white;
}

.ButtonLarge {
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
}

.ButtonSmall {
    text-align: center;
    font-size: 7pt;
    font-weight: bold;
}

.errorMsg {
    color: darkred; 
    font-weight: bold;
}

.debugMsg {
    color: white; 
    font-style: italic;
}
