<p>
    .display-field DropDownList { width:35px; }
</p>
/* Created by http://freehtml5templates.com */

/* reset */
* {
    margin: 0;
    padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
    display: block;
}

body {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-family: 'KontrapunktLight', Garamond, Georgia, Times, 'Times New Roman', serif;
    line-height: 18px;
    line-height: 1;
}

/* layout */

#wrapper {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1200px;
    background: #fff;
}

.display-field {
    color: #333;
    font-weight: bold;
    font-size: 15px;
}


nav {
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    background: #004C9A;
}

#main {
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
    width: 1200px;
    background: #FFF;
}

#content {
    float: left;
    margin-left: 5px;
    width: 1195px;
}

#sidebar1 {
    float: left;
    padding-left: 20px;
    width: 10px;
}

#sidebar2 {
    float: right;
    padding-right: 30px;
    width: 10px;
}

footer {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

/* basics */

@font-face {
    font-family: 'KontrapunktLight';
    src: local('KontrapunktLight'), url('Kontrapunkt-Light-webfont.woff') format('woff'), url('Kontrapunkt-Light-webfont.ttf') format('truetype'), url('Kontrapunkt-Light-webfont.svg#webfontW8TwLcf2') format('svg');
    src: url('Kontrapunkt-Light-webfont.eot');
    font-weight: normal;
    font-style: normal;
    
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #333;
    font-weight: bold;
}

a:link, a:visited {
    color: #004C9A;
}

a:hover, a:active {
    color: #333;
}

p {
    margin-bottom: 18px;
}

li {
    padding-left: 5px;
}

/* nav */

nav .menu {
    font-weight: bold;
    font-size: 16px;
}

    nav .menu ul {
        margin: 0;
        height: 100%;
        list-style: none;
    }

        nav .menu ul li {
            display: block;
            float: left;
        }

            nav .menu ul li a {
                display: block;
                float: left;
                margin-right: 5px;
                padding: 17px;
                background: #004C9A;
                color: #FFF;
                text-decoration: none;
            }

                nav .menu ul li a:hover, nav .menu ul li .current {
                    background: #AE9962;
                }

/** Login **/

#logindisplay {
    position: absolute;
    top: 55px;
    right: 5px;
    display: block;
    margin: 10px;
    color: blue;
    text-align: right;
    font-size: 1.1em;
}

    #logindisplay a:link {
        color: blue;
        text-decoration: underline;
    }

    #logindisplay a:visited {
        color: blue;
        text-decoration: underline;
    }

    #logindisplay a:hover {
        color: blue;
        text-decoration: none;
    }


/** HEADER */

header {
    padding: 30px 0 0 0;
}

    header .littlelogo {
        position: absolute;
        top: 55px;
        left: 5px;
    }

    header .mainimg {
        margin-top: 10px;
    }

    header > h1 {
        float: left;
        margin: 0 0 18px 100px;
        width: 900px;
        font-size: 40px;
        line-height: 36px;
    }

        header > h1 a {
            color: #333;
            text-decoration: none;
            font-weight: bold;
        }

    header > h9 {
        float: right;
        clear: right;
        margin: 14px 10px 18px 0;
        color: #777;
        font-style: italic;
        font-size: 14px;
    }

.header h2 {
    float: right;
    clear: right;
    margin: 40px 10px 10px 0;
    color: #777;
    font-style: italic;
    font-size: 20px;
}

/** CHAMPION **/

.champion-display-label {
    float: right;
    clear: right;
    margin: 2px 5px 0px 5px;
    color: #777;
    font-weight: bold;
    font-size: 20px;
}

.champion-display-field {
    clear: right;
    margin: 2px 5px 0px 5px;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    /* float: right; */
}

.display-field-right {
    margin: 20px 10px 10px 30px;
}

.display-field-left {
    float: left;
    clear: left;
    margin: 2px 5px 0px 5px;
}

.display-field select {
    padding: 5px;
    width: 320px;
    height: 34px;
    border: 1px solid #A6C9E2;
    background: transparent;
    color: #333;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
}

.submission_table {
}


/* TABLE
----------------------------------------------------------*/

table {
    width: 100%;
    border: solid 1px #89A8C7;
    border-collapse: collapse;
}

    table td {
        padding: 5px;
        border: solid 1px #89A8C7;
    }

    table th {
        padding: 6px 5px;
        border: solid 1px #89A8C7;
        background-color: #89A8C7;
        text-align: left;
    }

/* MISC
----------------------------------------------------------*/

/** ARTICLES **/

/* article {
border-bottom: 1px solid #ed8e00;
margin-bottom: 15px;
}  */

article img {
    border: none;
    -moz-box-shadow: 3px 3px 7px #777;
    -webkit-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
    margin-bottom: 24px;
}

    #content ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
    }

#content h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    color: #333;
    line-height: 1.5em;
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 10px;
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 10px;
}

.aligncenter, img.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

.aside h3 {
    border-bottom: 1px solid #ed8e00;
    font-size: 18px;
}

.aside ul {
    margin: -15px 0 15px 25px;
    color: #bbb;
    list-style: square;
}

#footer-area {
    overflow: hidden;
    padding: 18px 0;
    background: #004C9A;
    color: #FFF;
    font-size: 90%;
}

.footer-segment {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    width: 490px;
}

.footer aside h4 {
    color: #AE9962;
    font-size: 16px;
    line-height: 1.5em;
}

.footer ul {
    margin: -15px 0;
    list-style: none;
}

.footer a:link, .footer a:visited {
    color: #ccc;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin-top: -15px;
    color: #faf0e6;
}

.text-box single-line {
    width: 90em;
}



.button {
    margin: 20px 0 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #656565;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #34cdf9;
    background-image: -moz-linear-gradient(top center, #34cdf9, #00009b);
    background-image: -o-linear-gradient(top, #34cdf9, #00009b);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34cdf9), to(#00009b));
    -moz-box-shadow: 0px 0px 10px #343434;
    -o-box-shadow: 0px 0px 10px #343434;
    -webkit-box-shadow: 0px 0px 10px #343434;
    box-shadow: 0px 0px 10px #343434;
    color: black;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="34cdf9", endColorstr="00009b");
    cursor: hand;
    cursor: pointer;
    /* Pour IE seulement et mode gradient à linear */
    /*uniquement en mode linear*/
}

.buttonSave {
    margin: 5px 0 5px 0;
    padding: 5px 15px 5px 15px;
    border: 1px solid #656565;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #34cdf9;
    background-image: -moz-linear-gradient(top center, #34cdf9, #00009b);
    background-image: -o-linear-gradient(top, #34cdf9, #00009b);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#34cdf9), to(#00009b));
    -moz-box-shadow: 0px 0px 10px #343434;
    -o-box-shadow: 0px 0px 10px #343434;
    -webkit-box-shadow: 0px 0px 10px #343434;
    box-shadow: 0px 0px 10px #343434;
    color: #c0c0c0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="34cdf9", endColorstr="00009b");
    cursor: hand;
    cursor: pointer;
    /* Pour IE seulement et mode gradient à linear */
    /*uniquement en mode linear*/
}

.right {
    float: right;
    padding-right: 10px;
    width: 380px;
}

.left {
    padding-right: 10px;
    width: 480px;
    /*float: left;*/
}

.txtBrowse {
    width: 300px;
}

#rovex-footer {
    display:inline;
}

#rovex a {
    color: gray;
    font-size: 10px;
}

#rovex {
    color: gray;
    font-size: 10px;
}

#rovex-vesion {
    float:right;
    color: gray;
    font-size: 10px;
}
