/* 
    Document   : webCheckList
    Created on : Apr 29, 2011, 11:27:55 PM
    Author     : Rafael Guerra
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
    text-align:center;
    background-color: #C8D7FF;
}

div.body {
    margin-left: 15%;
    margin-right: 15%;
    width: 70%;
    text-align: left;
    font-family: Tahoma, Arial,Serif;
    background-color: #FFFFFF;
}

div.headPage { height: 95px; }

div.centerPage { min-height: 620px; }

div.footerPage { height: 15px; }

input.button {
    background-color: #09548B;
    border: 1px #666666 solid;
    width: auto;
    font-weight:bold;
    color: white;
    text-align: center;
}

input.button:hover {
    background-color: white;
    color: #09548B;    
}

div.justified {
    margin-bottom: 10px;
    text-align: left;
}

h2 {
    text-align: center;
    border-bottom-style: solid;
}

h4, hr.doubleLine {
    margin: 2px;
}

div.login {
    font-weight:bold;
    background-color: white;
    border-style: outset;
    border-color: #BEBEBE;
    margin-left: 1%;
    height: 100%;
    width: 25%;
    text-align: center;
    float: inherit;
}

div.login#textAlingLeft {
    text-align: left;
}

div.messages { 
    text-align: center; 
    font-size: 18pt;
    font-weight: bold;
}

select {
    background-color: #FFFFFF;
}

button {
    background-color: #09548B;
    border: 1px #666666 solid;
    width: auto;
    font-weight:bold;
    color: white;
    text-align: center;
}

button:hover {
    background-color: white;
    color: #09548B;
}

button.center {
    margin-top: 10px;
    margin-left: 50%;
    padding: 5px;
}

button.right {
    margin-top: 10px;
    margin-left: 540px;
    padding: 5px;
}

button.left {
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px;
}

button.users {
    margin-top: 10px;
    margin-left: 90%;
    padding: 5px;
}

button.voltar {
    margin-top: 38px;
    margin-left: 813px;
    padding: 5px;
}

table.users {
    width: 100%;
    font-style: tahoma, italic;
    color: blue;
    font-weight:bold;
    background-color: white;
    border:1px solid black;    
}

table.users td.left {
    width: 50%;
    color: black;
    font-weight:bold;
}

table.users td.right {
    width: 50%;
    color: black;
    font-weight:bold;
    padding-left: 35%;
}

th {
    text-align:left;
}

td {
    text-align:left;
}

div.usersGroup {
    position: absolute;
    margin-top: 5px;
    text-align: left;
}

input.right[disabled='false'] {
    color: white;
    background-color: gray;
}

input.right[disabled='false']:hover {
    color: white;
    background-color: gray;
}




input.right {
    float: right;
    background-color: #09548B;
    border: 1px #666666 solid;
    width: auto;
    font-weight:bold;
    color: white;
    text-align: center;  
    margin-top: 10px;
    margin-left: 2px;
    padding: 5px;
}

input.right:hover {
    background-color: white;
    color: #09548B;
}

input.center {
    position: static;
    background-color: #09548B;
    border: 1px #666666 solid;
    width: auto;
    font-weight:bold;
    color: white;
    text-align: center;  
}

input.center:hover {
    background-color: white;
    color: #09548B;
}

p.logged {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    color: black;
}

p.path {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #09548B;
}

p.footer {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #09548B;
}

table {
    height: 100%;
    width: 100%;
}

table.home td{
    border: 2px solid;
    height: 200px;
    width: 30%;
    text-align: center;
    background-color: white;
}



table.center {
    width: 100%;
    font-style: italic;
    color: blue;
    font-weight:bold;
    background-color: white;
    border:1px solid black;
}

table.center td.left {
    width: 50%;
    color: black;
    font-weight:bold;
}

table.center td.right {
    width: 50%;
    color: black;
    font-weight:bold;
    text-align: right;
    padding-left: 35%;
}

table.center th.left {
    width: 50%;
    font-weight:bold;
}

table.center th.right {
    width: 50%;
    font-weight:bold;
    padding-left: 35%;
}

div.auditing {
    width: 100%;
}

div.auditing#Question {
    font-style: italic;
    color: #09548B;
    font-weight:bold;
    background-color: white;
    border:1px solid black;
}

div.auditing#QuestionItens {
    font-style: normal;
    color: black;
    background-color: #BEBEBE;
}

div.auditing#SubQuestionItens{
    font-style: italic;
    background-color: white;
}

table.auditing#BoxSubQuestionItens{
    width: 100%;
    font-weight:normal;
    background-color: white;
}

table.auditing#BoxSubQuestionItens td{
    width: 70%;
    border-style: solid;
    border-color: black;
    font-weight: normal;
    background-color: white;
}

textarea.auditing {
    width: 99.5%;
    color: Brown;
    font-weight:bold;     
}

textarea.auditing[disabled='false']{
    color: black;  
    font-weight: normal;
}

table {
    width: 100%;
    border: 1px solid #cef;
    text-align: left; 
}

th {
    font-weight: bold;
    background-color: #acf;
    border-bottom: 1px solid #cef; 
}

td,th {
    padding: 4px 5px; 
}

.odd {
    background-color: #def; 
}

.odd td {
    border-bottom: 1px solid #cef; 
}