﻿/***************BODY**************/
body {
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: Verdana;
    margin: 0;
    padding: 0;
    color: #000000;

}
img
{
    border:0px;    
}

a {
color:#333333;
    text-decoration: none;
}
a:hover {
color:#00b2fa;
    text-decoration: none;
}

p, ul {

}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height:343px;
    
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main 
{
    z-index:0;
    margin-top:0px;
    background-color:#eaeaea;
      /* background-image:url(natal_fundo.jpg);
      background-position:left top;
      background-repeat:repeat-x;*/

    width:100%;
}

footer, 
#footer {
   background-color: #ffffff;
  /*  background-image:url(transparencia80.png);*/

   
    color: #2e2e2e;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 5px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    position:relative;
}
footer h1, #footer h1
{
    font-family:Arial Rounded MT Bold;
    font-size:14px;
    color:#2e2e2e;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

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;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    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: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/


/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* 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: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}



/* -------------
 * Buttons
 * ------------- */
#BOTAO_PRODUTOS {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

#BOTAO_PRODUTOS span {
	background: transparent url(botoes_direita.png) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

#BOTAO_PRODUTOS span span {
	background: transparent url(botoes_esquerda.png) no-repeat top left;
	color: #fff;
	padding: 8px 4px 0px 8px;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
#BOTAO_PRODUTOS span span:hover { background-position: left -33px ; }
#BOTAO_PRODUTOS span:hover { background-position: right -33px ; }

/*clicked*/
#BOTAO_PRODUTOS span span { background-position: left -66px ; }
#BOTAO_PRODUTOS span { background-position: right -66px ; }



.barra_rss
{
    font-family:Arial;
    font-size:11px;
    width:970px;
    height:28px;
    padding-top:6px;
    padding-left:20px;
    color:#333333;
}
.barra_rss{
    text-align:right; width:100%
}


.botao_azul 
{
behavior: url(ie-css3.htc);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
padding:3px 15px 0px 15px;
background-color:#00b6ff;
height:19px;
color:#ffffff;

}
.botao_azul:hover {background-color:#87ddff; }

.botao_azul a {color:#ffffff; display:block; height:20px}
.botao_azul a:hover {color:#ffffff;}


.area_cliente_bt a {color:#00b6ff; font-size:9px}
.area_cliente_bt a:hover {color:#efefef}
.area_cliente_bt img {vertical-align:middle; height:19px; width:20px}



/* AREA RESERVADA AGENTES   */


/* LOGIN FORM */

.loginForm input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}

.loginForm td { height:40px;  vertical-align:middle;}
.loginForm input[type="text"] {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height:20px; width:120px; border:solid 1px #cdcdcd; padding:5px} /*username*/
.loginForm input[type="password"] {-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; height:20px; width:70px; border:solid 1px #cdcdcd; padding:5px } /*password*/
.loginForm input[type="submit"] 
{
    border:none;
    line-height:16px;  float:right; font-size:13px; color:#fff; padding:8px 25px; margin:1px 1px 1px 10px;  height:32px; background-color:#0098dc; text-decoration:none;

    -moz-border-radius: 10px; /* gecko */
    -webkit-border-radius: 10px; /* webkit */
    border-radius: 10px; /* CSS3 standard */
    -khtml-border-radius: 10px; /* old konkeror */
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;

    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;

    -moz-box-shadow: 1px 1px 4px #cdcdcd;
    -webkit-box-shadow: 1px 1px 4px #cdcdcd;
    box-shadow: 1px 1px 4px #cdcdcd;
     cursor:pointer;
    
    } /*submit button*/
.loginForm input[type="submit"]:hover {background-color:#404041;}

.alert {border:solid 1px #cdcdcd; font-size:13px; font-weight:bold; padding:15px; margin-bottom:30px}
.alert img{ vertical-align:middle;}
