﻿@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Caption);
@import url(http://fonts.googleapis.com/css?family=Yellowtail&v2);
/*HTML5 Update for older browsers*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}


body 
{
    background-color: #123;
}

#container
{
    width: 760px;
    min-height: 800px;
    margin: auto;
}

/*************HEADER***************/
header
{
    background-color: #DD0;
    height: 100px;
    text-align: center;
    font-family: "Yanone Kaffeesatz", arial, serif;
}

header h1
{
    margin-bottom: -49px;
}

header p
{
    font-style: italic;
    font-variant: small-caps;
    font-size: 200%;
}

#headNav ul
{
    list-style-type: none;        
    text-align: center;    
    background-color: #080;
    margin-top: 190px;
    margin: 0;
    padding-left: 0;
}

#headNav ul li
{
    display: inline-block;
    border-right: 1px solid WhiteSmoke;
    border-left: 1px solid WhiteSmoke;    
    padding: 2px 10px;
    font-size: 120%;
    font-family: "Yanone Kaffeesatz", arial, serif;
}

#headNav ul li a
{      
    color: #FFF;
    text-decoration: none;
}

#headNav li:hover
{
    background-color: #00F;
}

/*******************BODY*********************/
#content
{
    background-color: #9BD;    
    padding: 30px;
    min-height: 600px;
    font-family: 'PT Sans Caption', sans-serif;
}

#login
{
    margin-left: 32%;
}

.gridView table
{
    margin: auto;
    background-color: #FEB;
    text-align: center;
}

.gridView table td 
{
    padding: 2px 2%;
}

.gvButtons
{
    margin-left: 25%;
}

.deleteButton tr td:last-child, .deleteButton tr th:last-child
{
    background-color: #F00;
    font-weight: bolder;
}

.deleteButton tr td:last-child a
{
    color: White;
    font-size: 80%;
}

.detailsView table
{
    min-width: 40%;
    max-width: 100%;
    margin: auto;
    background-color: #FEB;
    text-align: center;
}

.scrnCap
{
    max-width: 555px;
    max-height: 400px;
}

.detailsView table td
{
    padding: 2px 2%;
}

#defaultLinks ul
{
    padding: 15px 30px;
    background-color: #FEB;
    text-align: center;
    width: 25%;
    margin: auto;
    list-style-type: none;
    margin-top: 75;
}

#defaultLinks a:hover
{
    background-color: WhiteSmoke;
    transition
}

#defaultLinks a
{
    font-size: 120%;
    border: 1px solid black;
    background-color: #DDD;
    color: Black;
    display: block;
    text-decoration: none;
    padding: 4px;
}

.empListViewLayout  
{
    width: 75%;
    background-color: WhiteSmoke;
    margin: auto;
    margin-top: 15px;
    min-height: 200px;
    display: block;
}

.empListViewLayout h2
{
    padding-left: 10px;
    width: 255px;
    float: left;
    font-family: "Yanone Kaffeesatz", arial, serif;
    margin-bottom: 0;
}

.empListViewLayout p
{
    padding-left: 10px;
    margin-right: 45px;
}

.empListViewLayout img
{
    float: right;
    max-width: 250px;
    max-height: 200px;
}

.authSelect
{
    margin-left: 100px;
}

.empLvDeactivate
{
    background-color: #F00;
    color: White;
    margin-top: 2px;
    float: right;
}

.empActiveToggle
{
    margin-left: 29%;
    margin: auto;
    width: 58%;
    background-color: WhiteSmoke;
    margin-bottom: -15px;
    margin-top: 15px;
}

.lvBtnAdd
{
    float: left;
}

.empContactInfo
{
    display:block;
    margin-top: 74px;
}

.validationMsg
{
    color: #F00;
    background-color: #BFB;
    border: 1px solid #00F;
}
/*******************FOOTER*******************/
footer
{
    background-color: #008;
    height: 100px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    border-top: 3px solid #0A0;
}

#footerNav ul
{
    list-style-type: none;
    background-color: WhiteSmoke;
    border: 1px dotted Red;
    padding-left: 0;
}

#footerNav ul li
{
    display: inline-block;
}

#footerNav ul li:hover
{
    background-color: Silver;
    color: WhiteSmoke;
}

footer h3
{
    font-family: "Yellowtail";
    font-weight: 100;
    color: #99BBDD;
    padding: 7px 0 10px 0;
}