﻿@font-face
{
    font-family: 'Carrois Gothic';
    src: url('carroisgothic-regular-webfont.eot');
    src: url('carroisgothic-regular-webfont.eot?#iefix') format('embedded-opentype'),url('carroisgothic-regular.svg') format('svg'),url('carroisgothic-regular-webfont.woff') format('woff'),url('carroisgothic-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: 'Carrois Gothic';
}
#nextcrew-footer
{
    clear: both;
    width: 966px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}
#nextcrew-footer a
{
    color: Orange;
    text-decoration: none;
}
#loggedin-view
{
    display: none;
    margin: 20px 0 0 -20px;
    width: 315px;
}
#user-name
{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}
#loginid
{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#loggedin-view ul
{
    margin-left: 120px;
    margin-top: 10px;
}
