﻿/*.ui-helper-hidden-accessible { display:none; }*/

body {
    margin: 0px;
    background-color: #f0f0f0;
}

a {
    outline: none;
}

.header {
    position: absolute;
    width: 240px;
    padding-left: 30px;
    height: 166px;
    text-align: center;
}

.head1line {
    padding-top: 46px;
}

.head2line {
    padding-top: 35px;
}

.page {
    width: 780px;
    clear: both;
}

#pnlHeader {
    height: 166px;
    width: 780px;
    background-color: #ffc107;
    background-repeat: no-repeat;
    color: #000000;
}

.imgHeader {
    float: right;
}

.Container {
    font-family: Calibri,Arial, Verdana;
    font-size: 1em;
    padding: 0;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 780px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    background: #ffffff;
}

.NavBar {
    position: absolute;
    padding-left: 530px;
    padding-top: 15px;
}

.WzdContent {
    padding: 5px 20px 1em 20px;
    width: 740px;
}

.msgBox {
    font-family: Calibri, Verdana, Arial;
    font-size: 0.9em;
}

.info {
    width: 26px;
    height: 24px;
    position: relative;
    top: 5px;
}

.leftInfo {
    width: 26px;
    height: 24px;
    position: relative;
    float: left;
}

.tipBox {
    font-family: Calibri, Verdana, Arial;
    font-size: 150%;
}

.textBox {
    font-family: Calibri, Verdana, Arial;
    font-size: 1em;
    border: 1px solid #999;
    height: 25px;
    padding-left: 3px;
    margin-top: 3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.textArea {
    font-family: Calibri, Verdana, Arial;
    font-size: 1em;
    border: 1px solid #999;
    height: 100px;
    margin: 3px;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.error, select.error {
    background: Yellow;
    border: 1px solid red;
}

label.error {
    font-family: Calibri, Verdana, Arial;
    color: red;
}

.colHead {
    padding-left: 5px;
    font-weight: bold;
    float: left;
}

.colLeft {
    margin-left: 10px;
    width: 245px;
    float: left;
}

INPUT.colRight {
    width: 450px;
}

TEXTAREA.colRight {
    width: 450px;
    padding-right: 3px;
    margin-left: 0;
}

SELECT.colRight {
    width: 455px;
}

.colTiny {
    width: 50px;
}

.colSmall {
    width: 80px;
}

.colMedium {
    width: 160px;
}

.colLarge {
    width: 220px;
}

.colXLarge {
    width: 260px;
}

.button {
    width: 100px;
    background: black;
    color: white;
    font-family: Calibri, Verdana, Arial;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #999;
}

    .button:hover {
        background: black;
        color: white;
    }

/* Horizontal Check List */
div.chkList {
    float: left;
    width: 450px;
}

.chkList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .chkList ul li {
        display: inline-block;
        *display: inline;
        height: 25px;
    }

        .chkList ul li input {
            padding: 5px 0 0 0;
            margin: 0;
            -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
        }

        .chkList ul li label {
            text-decoration: none;
            padding: 0px 1em 0 .5em;
        }

/* Style upload */
div.uplContainer {
    position: relative;
    margin-top: 8px;
    margin-right: 5px;
    width: 65px;
    float: left;
}

div.uplOverlay {
    position: absolute;
    top: -5px;
    left: 0px;
    z-index: 1;
}

input.uplHidden {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

input.fileName {
    width: 345px;
    margin-right: 5px;
    float: left;
}

div.Question {
    clear: both;
    padding-bottom: 2px;
}
