﻿/* CSS Reset (Eric Meyer) */
/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}*/
body 
{
    background:#FFFFFF url(./images/fundo.png) repeat top left fixed;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #333333;
    behavior: url("csshover3.htc"); 
}

img{
    border: 0 none;
}
a img{
    vertical-align: middle;
}
.ttSource{}
.ui-tooltip{
    font-size: 1em !important;
}

.noDialogClose .ui-dialog-titlebar-close{
    display:none;
}

a:link,.ui-widget-content a:link{
    color: #034af3;
    text-decoration: none;
}

a:visited,.ui-widget-content a:visited{
    color: #034af3/*#505abc;*/
}

a:hover,.ui-widget-content a:hover{
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #0000CC;
}

p, ul {
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

.required{
    color:Red;
    font-weight: bold;
}

.hidden{
    visibility:hidden;
    display:none;
}

input[aria-controls]::-ms-clear {
    display:none;
}


/* 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;
}

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: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 0px 0;
    margin: 0;
    color: #fff;
    border: none;
    /*line-height: 2em;*/   
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 4px 30px 10px 30px;
    background-color: #fff;
    /*background-color: #e8eef4;*/
    /*background: url("./images/mainPage.png") repeat scroll #FFFFFF;*/
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
.menubar{
    background-color:#CCCCCC;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 0 0 0 4px;
}
ul#menu {
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: left;
    z-index:3000;
}

ul#menu li {
    display: inline;
    list-style: none;
    position: relative;
}

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;*/
    padding: 4px;
    margin: 4px;
    /*font-weight: bold;*/
    text-decoration: none;
    line-height: 2.8em;
    background-color: #CCCCCC;
    color: #000000;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

ul#menu li:hover a {
    border: 2px solid #999999;
    padding: 6px;
    margin: 0px;
}
ul#menu li a:hover{
    background-color: #999999;
    color: #FFFFFF;
    text-decoration: none;    
}

ul#menu li a:active {
    background-color: #666666;
    border-color: #666666;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #CCCCCC;
    color: #000;
}

/* Subitens do Menu */
ul#menu li ul
{
    background-color:#CCCCCC;
    border: 2px solid #999999;
    display: none;
    float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
	top: 1.6em;
	left: 0;
	z-index:1;
	
	border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    
}

ul#menu li:hover ul {display: block; }

ul#menu li ul li
{
    display:block;
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	/*width: auto;*/
	width: 310px;
	color: #FFFFFF;
}

ul#menu li:hover ul li a {
    border: 0px none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* 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;
}

form input[type="text"], 
input[type="password"],
input[type="date"],
input[type="email"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

input[type="text"]{
    color: #444;
    border: 1px solid #ccc;
}

input[type="email"]{
    width: 400px;
}

input[readonly="readonly"] {
    background-color: #dcdcdc;
    color: #000000;
}

form select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 100%;
}

select {
    color: #444;
}

tr .submitArea{
    padding-top: 15px;
}

.submitArea input[type="submit"], 
.submitArea input[type="button"],
.buttonSubmit {
    font-size: 1.2em;
    padding: 5px;
}

.closeSearch{
    background-color:#CCCCCC;
    text-align: right;
}

.closeSearch input[type="button"]{
    font-size: 1em;
    padding: 5px;
}

/*  Action Bar */
.actionbar{
    background-color:#99CCFF;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    padding: 4px;
}
/*.actionbar input[type="button"]{
    background-color:#99CCFF;
}*/
/*.actionbar input[type="button"]{
    cursor:pointer;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	background-color:#99CCFF;
	color: #333333;
	border: 0px none #ffffff;
	
	border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}

.activebutton{
    cursor:pointer;
}

.inactivebutton{
	cursor: auto;
	background-color:#99CCFF;
	color: #666666;
}

.actionbar input[type="button"]:hover {
	background-color:#3399FF;
	color: #000000;
}*/

/* TABLE
----------------------------------------------------------*/
table {
    border-collapse: collapse;
}

table td{
    padding: 8px;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

.rowClick{
    cursor:pointer;
}

.rowClick:hover{
    font-weight:600;
}
/* MISC  
----------------------------------------------------------*/
.clear{
    clear: both;
}

.error{
    color: Red;
}

.ra{
    text-align:right;
}

nav, 
#menucontainer {
    margin-top: 80px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #666666;
}

.logininfo{
    font-size: 1.1em;
    text-align: right;
    margin: 10px;
    color: #666666;
}

#logindisplay a:link {
    color: #666666;
    text-decoration: none;
}

#logindisplay a:visited {
    color: #666666;
    text-decoration: none;
}

#logindisplay a:hover {
    color: #666666;
    text-decoration: underline;
}

/* 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;
}

/* Columns styles 
----------------------------------------------------------*/

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#fff;		/* right column background colour */
}
.rightmenu .colleft {
	right:35%;			    /* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:64%;			/* left column content width (left column width minus left and right padding) */
	left:35%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:35%;			/* right column content width (right column width minus left and right padding) */
	left:36%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.novidadesSection
{
    font-family:"Proxima Nova Regular","Helvetica Neue",Arial,Helvetica,sans-serif;
    border-style:solid;
    border-width: 1px;
    border-color: #39f;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}
.novidadesTitle
{
    padding: 5px;
    font-size: 1.10em;
    background-color:#39f;
    color: #fff;
    font-weight:bold;
}
.novidadesMain
{
    padding: 5px;
    font-size: .90em;
}
.novidadesFooter{
    color: #999;
    text-align: right;
    line-height: normal;
    font-size: .85em;
}

/* Printing */
.noPrint{  }
.yesPrint{ }
.onlyPrint{ display: none; }

/* -- */

.actionBarHistorico{
    font-size: 1em;
}

form .actionBarHistorico input[type="text"],
form .actionBarHistorico input[type="submit"] {
    padding: 2px;
    font-size: 1em;
}

.pl20{
    padding-left:20px;
}
