/* File Created: February 2, 2012 */

body
{
    margin: 0;
    width: 100%;
    padding: 0;
    font-family: Inter;
    font-size: 13px;
    background: #f0f0f0; /*color: #69747D; url(images/globebg245.gif) repeat*/
    color: #333;
    height: auto;
}

div.main
{
    width: 100%;
    margin: 0;
    border: solid 0px #eee; /*min-height: 450px; -moz-border-radius: 10px 10px 10px 10px;     border-radius: 10px 10px 10px 10px;*/
    border: solid 0px #333;
    height: auto;
}

.top-nav
{
    margin: 0;
    width: 100%;
    height: 40px;
    font-family: Inter;
    font-size: 11px;
   background-color: #293852; /* background-color: #05055F;;color: #69747D; #07122A*/
    color: #333; /*border-radius: 0px 0px 0px 0px;*/
}

.header
{
    margin: 0;
    width: 100%;
    height: 60px;
    font-family: Inter;
    font-size: 11px;
    background-color: #293852; /*background-color: #343399;;color: #69747D;*/
    color: #333; /*border-radius: 0px 0px 0px 0px;*/
}

.logo
{
    /* height: 50px;     width: 220px;*/
    height: 35px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.logo-wrapper
{
    float: right;
    height: 50px;
    width: auto;
    margin: 10px 10px 0px 40px;
}

.app-name
{
    float: left;
    height: 50px;
    width: auto;
    margin: 10px 10px 0px 20px;
    color: #fff;
    font-size: 28px;
    font-family: 'French Script MT';
    /*font-family: 'Copperplate Gothic Light';*/
}

.app-fullname
{
    float: left;
    height: 30px;
    width: auto;
    margin: 0px 10px 10px 0px;
    color: #fff;
    font-size: 11px;
    font-family: Verdana;
    font-weight: normal;
}
 

.menu
{
    margin: 0;
    width: 100%;
    height: 25px;
    font-family: Inter;
    font-size: 11px; /*background: #69747D url(images/top_bar.png) repeat; color: #69747D;*/
    color: #333;
}

.menubar
{
    height: 25px;
    padding-top: 10px;
}

.content
{
    margin: 0;
    width: 100%;
    background: #fff;
    min-height: 450px;
    height: auto;
}

.c-right #title
{
    background: #fff;
    margin: 5px 1% 0px 2%;
    border: solid 1px #ccc;
    border-bottom: none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    min-width: 250px;
    height: 35px;
    color: #808080;
    float: right;
}

.c-right #title div
{
    font-size: 16px;
    font-weight: Normal;
    margin: 8px 10px 7px 10px;
    color: #05055F;
    text-align: center;
}

.c-right #wrapper
{
    background: #fff;
    margin: 0px 1% 10px 2%;
    border: solid 1px #ccc;
    -moz-border-radius: 7px 0px 7px 7px;
    -webkit-border-radius: 7px 0px 7px 7px;
    -o-border-radius: 7px 0px 7px 7px;
    border-radius: 7px 0px 7px 7px;
    width: 97%;
    min-height: 380px;
    float: right;
    height: auto;
}

.c-left
{
    float: left;
    width: 0%;
    border-right: 1px solid #eee;
    min-height: 450px;
    background-color: #eee;
    height: auto;
}

.c-right
{
    float: left;
    width: 99%;
    border-left: 1px solid #eee;
    min-height: 430px;
    height: auto;
}

.footer
{
    margin: 0;
    width: 100%;
    height: 40px;
    font-family: Inter;
    font-size: 11px;
    padding-top: 10px;
    border-top: solid 1px #ccc; /*background-color: #000066; border-radius: 0px 0px 10px 10px;background: #fff url(images/body-bg.png) repeat;color: #69747D;*/
    background-color: #05055F;
    color: #fff;
}

.footer-cell
{
    text-align: right;
    margin: 10px 30px;
}