﻿
@font-face
{
    font-family: 'Apercu Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Regular'), url('../Content/Fonts/Apercu_Regular.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Italic'), url('../Content/Fonts/Apercu Italic.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Light';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Light'), url('../Content/Fonts/Apercu Light.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Light Italic'), url('../Content/Fonts/Apercu Light Italic.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Medium'), url('../Content/Fonts/Apercu Medium.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Medium Italic'), url('../Content/Fonts/Apercu Medium Italic.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Bold'), url('../Content/Fonts/Apercu Bold.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Bold Italic'), url('../Content/Fonts/Apercu Bold Italic.woff') format('woff');
}


@font-face
{
    font-family: 'Apercu Mono Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Apercu Mono Regular'), url('../Content/Fonts/Apercu Mono.woff') format('woff');
}


body
{
    background: #fff;
    color:#000;
    font-family: 'Apercu Regular', Arial, Helvetica, sans-serif;
    font-size:15px;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

input
{
    font-family: 'Apercu Regular', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

strong
{
    font-weight: normal;
    font-family: 'Apercu Bold', Arial, Helvetica, sans-serif;
}

#topBar {
    min-height:30px;
    padding-top:13px;
    text-align:right;
    width:100%;
}

#topBar a {
    padding-right:50px;
}

#pageContent
{
    box-shadow: 0px 2px 4px rgba(0,0,0,.24);
    border:1px solid #f1f1f1;
    margin:5px auto 0px auto;
    width:90%;
}

#header
{
    background: #647de1;
    height:130px;
}

#logo {
    padding:20px 0px 0px 30px;
}

#footer
{
    background: #e6e6eb;
    height: 60px;
    position:relative;
    width: 100%;
}

#footer span {
    
    position: absolute;
    left:30px; 
    top:20px;
}

/*a:link, a:visited
{
    color: white;
}

a:hover
{
    color: white;
    text-decoration: none;
}

a:active
{
    color: white;
}*/

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    color: #000;
    font-size: 1.5em;
    /*font-variant: small-caps;*/
    font-weight: normal;
    margin-bottom: 20px;
    /*text-transform: none;*/
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*.page
{
    width: 98%;
    background-color: #ffffff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}*/


.main
{
    padding: 0px 10px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

/*
.leftCol
{
    padding: 6px 0px;
    margin: 10px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}
*/

/*.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}*/

/* TAB MENU   
----------------------------------------------------------*/
#menu
{
    display: block;
    background-color: #000;
    margin: 0px;
    min-height: 45px;
    padding: 0px;
}

    #menu ul
    {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    #menu li
    {
        display: inline;
        min-height: 45px;
    }

        #menu li input {
            cursor:pointer;
        }

            #menu li input:hover
            {
                background: #8223d2 !important;
            }

            .menu_button
            {
                background:#000 !important;
                border:none!important;
                color: #fff;
                min-height: 45px;
            }
    
/* Menu Grid Height Dropdown
------------------------------------------------------------*/
#ddlgridheight
{
    float: right;
    margin-top: -30px;    
    margin-right: 20px;   
}
        
#lblgridheight
{
    color:#fff;
}
       

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-bottom:10px;
}

/*.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px 20px 10px 20px; 
    color: #FFFFFF;
}

.loginDisplay a:link
{
    color: #FFFFFF;
}

.loginDisplay a:visited
{
    color: #FFFFFF;
}

.loginDisplay a:hover
{
    color: white;
}*/

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.btn_img 
{
     background-image: url(images/buttons.jpg);
     width:25px;
     height:25px;
}



    