﻿/* MASTER PAGE
----------------------------------------------------------*/
html
{
    height: 100%;
}

.modal
{
    background-color: #fff;
    display: none;
    width: 350px;
    padding: 15px;
    text-align: left;
    border: 2px solid #333;
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2
{
    background: url(/img/global/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}

body
{
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

DIV#container
{
    min-height: 100%;
    position: relative;
}

DIV#header
{
    background-image: url("Imagens/Cabecalho.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 90px;
    padding: 0;
    margin: 0;
    width: 100%;
}

DIV#navigation
{
    background-image: url("Imagens/FundoMenu.png");
    background-repeat: repeat-x;
    height: 42px;
    width: 100%;
    margin: -26px 0 0 0;
}

DIV#content
{
    position: relative;
    padding-bottom: 20px;
    width: 100%;
}

DIV#footer
{
    position: absolute;
    bottom: 0px;
    height: 20px;
    width: 100%;
    color: White;
    background: #532D42;
    text-align: center;
    padding: 0;
}



/* Header  
----------------------------------------------------------*/
DIV#header DIV#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: White;
    margin: 0 1em 0 0;
    padding: 0;
    float: right;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

DIV#header DIV.title
{
    color: #FFFFFF;
    font-size: 22px;
    font-style: normal;
    padding: 20px 0 0 .6em;
    margin: 0;
}

DIV#header DIV.version
{
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    padding: 0 0 0 22px;
    margin: -5px 0 0;
}

/* LogOn Form
----------------------------------------------------------*/
DIV.LogoContent
{
    height: 100%;
    left: 0;
    position: absolute;
    width: 50%;
}
DIV#LogoImage
{
    height: 100%;
}
#imagenDoLogo
{
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    margin: 0 12px;
}

DIV.LogOnFormContent
{
    border-left: 2px solid #AAC82A;
    padding: 12px 0 0 12px;
    width: 45%;
    margin: 0 0 0 50%;
}

/* Navigation Bar
----------------------------------------------------------*/

#navigation ul
{
    margin: 0;
    padding: 1px;
}

#navigation ul li
{
    list-style-type: none;
    display: inline;
}

#navigation li a
{
    display: block;
    float: left;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    background-color: #85B31E;
    margin: 0 6px 0 0;
}

#navigation li a:hover
{
    background-color: #9AA726;
    text-decoration: underline;
}

/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 1px;
    line-height: 18px;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
    text-align: center;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
    margin: 2px 0px 2px 5px;
    padding: 0;
    color: Gray;
}

h6
{
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */

#header h1
{
    margin: 0;
    color: White;
}

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

textarea
{
    min-height: 75px;
}

input[type="text"], input[type="password"], input[type="textarea"]
{
    border: 1px solid gray;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}


select
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"]
{
    font-size: 1em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}

table td
{
    padding: 10px 5px 0px 0px;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 40em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* Mudanças */

div.Caixa1
{
    margin: 0px 5px 5px 5px;
    background-color: #DCD1DB;
    border: 1px solid #594456;
}

div.Caixa2
{
    background-color: White;
    border: 1px solid #9F9AA7;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0px 5px 5px 5px;
}

div.login
{
    float: right;
    margin: 10px;
    width: 550px;
    display: inline;
}

input.ButtonLogin
{
    background-color: #A5C529;
    border-color: #858321;
    border-width: 1px;
    border-style: groove;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 30px;
    padding: 0 5px 0 5px;
}

input.ButtonLogin[disabled]
{
    background-color: #D3D3D3;
    border-color: #858321;
    border-width: 1px;
    border-style: groove;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 30px;
    padding: 0 5px 0 5px;
}

button.ButtonAvaliacao
{
    border-style: none;
    background-color: transparent;
}

form.FormAvaliacoes
{
    margin: 2px;
}

input.InputAvaliacao
{
    border-style: none;
    background-color: transparent;
    color: Blue;
    text-align: left;
    margin: 0px;
    padding: 0px;
    cursor: hand;
    width: auto;
}

input.InputAvaliacao:hover
{
    text-decoration: underline;
}
