/*************************************************
*
* CSS reset rules
*
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*
*************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/*************************************************
*
* CSS reset rules
*
* HTML5 display-role reset for older browsers
*
*************************************************/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1em;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*************************************************
*
* General style
*
*************************************************/
em
{
    font-style:italic
}

floatleft 
{
    float: left;
}

floatright 
{
    float: right;
}


.display
{
    display: none;
}

/*************************************************
*
* Link style
*
*************************************************/
a:link,
a:visited,
input[type=button],
input[type=submit]
{
    text-decoration:none;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

a:hover
{
    text-decoration:underline
}




/*************************************************
*
* page element style
*
*************************************************/
.container
{
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 10px 10px 0 10px;
}

.borderless
{
    padding: 0;
    margin: 0;
}

.bar
{
    padding: 5px 0 5px 0;
    text-align: right;
}

.container-header
{
    clear: both;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
}

.container-header .sprite
{
    position:absolute;
    top:-100px;
    right:0;
    z-index:1
}

.container-header h1
{
    text-align:center;
    text-transform: uppercase;
}

.container-header h2
{
    text-transform: capitalize;
    padding: 20px 0 0 0;
}

#middle-container .container
{
    /*padding-top: 20px;*/
}

#container
{
    width:100%;
    padding:0
}

.content
{
    position: relative;
    margin: 0 auto;
    padding: 0;
}

div[class*='wrapper']
{
    min-height: 10px;
}

#top-container
{
    width: 100%;
}

#top-container .content
{
    width: 90%;
    text-align: right;
}

#middle-container
{
    width:100%
}

#middle-container .content
{
    text-align: center;
    width: 90%;
}

#bottom-container
{
    width: 100%
}

#error-page .container-body{
    padding:100px 0 0 0;
    text-align:center
}

#error-page h2{
    display:inline;
    padding:30px
}

input.datepicker
{
    float: left;
    display: inline-block;
}

input.submit
{
    float: left;
    display: inline-block;
    clear: right;
}

label.datepicker
{
    float: left;
    display: inline-block;
    line-height: 2em;
}

label.datepicker:nth-last-of-type(2)
{
    clear: left;
}
