﻿body {
}

.tn-rte ul > li {
    line-height: 5px;
}

.tn-header #header .appname {
    color: white;
    font-family: PermianSlabSerifTypeface, 'Permian Slab', Georgia, serif; 
    font-size: x-large; 
    font-weight: bold;
    letter-spacing: -0.05rem;
}

.tn-header #header .loginstatus
{
    font: medium 'Open Sans', Arial, serif;
    font-weight: normal;
    z-index: 500;
}

.tn-header #header .loginstatus a
{
    text-decoration: underline;
}


/* LOGIN ELEMENTS   
----------------------------------------------------------*/

div.accountInfo
{
    /*width: 25%;*/
    /*margin: auto;*/
    width: 300px;
}

/* MISC  
----------------------------------------------------------*/

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

/*
input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}
*/

/* set the controls to normal  */

.dropdown
{
    margin:0; padding:0; font-size:100%; line-height:1;
}

label
{
    font-weight: normal;
}





