﻿/*http://www.colorcombos.com/color-scheme-130.html*/

body 
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border:0;
    padding:0;
	/*font-family: arial;*/
    font-family: verdana;
	font-size: 12px;
    color: #606060;
}

/* Start LAYOUT */

#container {
}

/* --- footer --- */
#footer {
}

#logo {
	width: 205px;
	height: 60px;
	padding-top: 20px;
	float:left;
	position: absolute;
}

/* End LAYOUT */


/* vários */


.centereddiv {
    clear:both;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

.centereddivcontent {
    position:relative;
    left:50%;
}

.cleardiv 
{
    clear:both;
}

.hidden {
    display:none;
}

.TopPager {
    text-align:center;
}

/* PROGRESS BAR COMPONENT */

.ProgressBarComponent
{
    position:absolute;
    padding: 2px 3px;
    display:none;
    width:248px;
    height:72px;
    z-index:1000;
}

.ProgressBarComponent .pb_container {
    border: solid #808080;
    border-width: 1px 0px;
}

.ProgressBarComponent .pb_header {
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 5px;
    color: #000000;
    font-size:9pt;
    font-weight:bold;
    line-height:1.9;
    font-family: arial,helvetica,clean,sans-serif;
}

.ProgressBarComponent .pb_body {
    background-color: #F2F2F2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding:10px;
}


/* TEMPORARIO PRA TESTE */

#masterpages {
    height:30px;
    line-height:30px;
}

/* -------------------- */


/* PAGER COMPONENT, É UMA CLASSE PORQUE PODE HAVER 2 PAGER COMPONENTS */

.PagerComponent {
	line-height:30px;
	color: #606060;
	font-family: verdana;
	font-size: 12px;
}

.PagerComponent a,.PagerComponent a:visited {
	color: #606060;
	text-decoration: none;
}

.PagerComponent a:hover {
	color: #d57000;
}

/* Page Numbers */
.PagerComponent .Page {
	padding-right:3px;
	padding-left:3px;
}
/* -------------*/

/* Current Page */
.PagerComponent #currentPage {
	color: #d57000;
}
/* ------------ */

/* Previous Page */
.PagerComponent #PrevPage {
	padding-right:3px;
}

.PagerComponent #PrevPage a img {
	background:url(../images/btn_pageNav_prev.gif);
	width:23px;
	height:21px;
	border:0px;
    vertical-align:text-top;
	-moz-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.PagerComponent #PrevPage a:hover img {
	background:url(../images/btn_pageNav_prev_ovr.gif);
}
/* ------------- */

/* Next Page */
.PagerComponent #NextPage {
	padding-left:3px;
}

.PagerComponent #NextPage a img {
	background:url(../images/btn_pageNav_next.gif);
	width:23px;
	height:21px;
	border:0px;
    vertical-align:text-top;
	-moz-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.PagerComponent #NextPage a:hover img {
	background:url(../images/btn_pageNav_next_ovr.gif);
}
/* --------- */

/* Page Number Separator */
.PagerComponent .divider:after {
	content: "|";
}
/* --------------------- */


.TopPager .PagerComponent a,.TopPager .PagerComponent a:visited 
{
    color: #606060;
}

.TopPager .PagerComponent #currentPage 
{
	color: #d57000;
}



/* FORMS COMMON */

select, input[type=text], input[type=password], input[type=checkbox], textarea {
	font-family: verdana;
	font-size: 12px;
	color: #a7a8ac;
	padding-left: 11px;
	padding-top: 2px;
	-moz-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

select, input[type=text], input[type=password], textarea {
	background-color: #ffffff;
	border: solid 1px #f0f0f0;
}

select, input[type=text], input[type=password], input[type=checkbox] {
	height: 22px;
}

select {
	height: 26px;
}

input[type=submit]
{
	font-family: ProximaNovaSemiBold;
	font-size: 16px;
    color: #a7a8ac;
    margin:0px 0px 0px 10px;
	width: 142px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border: 1px solid #c0c1c3;
    /**/background:#ffffff;
	-moz-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px -2px 2px 1px rgba(0, 0, 0, 0.1);
}

input[type=submit]:hover
{
    cursor: pointer;
    background-color: #ededed !important;
}

input[type=submit][disabled="disabled"], input.disabled
{
    color:#f4f4f4;
    background-color:#fafafa !important;
    cursor:auto;
}

input:hover.disabled
{
    color:#f4f4f4;
    background-color:#fafafa !important;
    cursor:auto;
}


/* WORDSEARCH.ASPX FORM */

#wordsearchform {
    margin-left:auto;
    margin-right: auto;
    width:580px;
}

#wordsearchform #tbSearchContainer {
    display:table;
    width:100%;
    padding-bottom:3px;
}

#wordsearchform #tbSearch {
    display:table-cell;
}

#wordsearchform #tbSearch input {
    width:100%;
}

#wordsearchform #btnSubmit {
    display:table-cell;
    text-align:right;    
}

#wordsearchform #btnSubmit input{
    width:95%;
}

#wordsearchform #Formats
{
    clear:both;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

#wordsearchform #FormatsContent
{
    padding-top:10px;
    position:relative;
    left:50%;
}

#wordsearchform #lblFormats
{
    padding-top:3px;
    float:left;
}

#wordsearchform #ddlFormats
{
    float:left;
    padding-left:5px;
}

#wordsearchform #ddlFormats select {
    width:200px;
}

/* ADVSEARCH.ASPX FORM */

#AdvSearchForm {
    margin-left:auto;
    margin-right: auto;
    width:580px;
}

#AdvSearchForm table {
    margin-left: auto;
    margin-right: auto;
}

#AdvSearchForm table td {
    text-align: left;
}

#btnAddRemoveFormItem
{
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
}

#btnAddRemoveFormItem input[type=submit] {
    font-weight:normal;
}

#DB {
    clear:both;
	float:right;
	position:relative;
	left:-50%;
	text-align:left; 
    padding-bottom:10px;
}

#DBContent {
    position:relative;
    left:50%;
}

#lblDB {

    float:left;
}

#ddlDB {
    padding-left:5px;
    float:left;
}

#SortFormats
{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

#SortFormatsContent
{
    padding-top:5px;
    position:relative;
    left:50%;
}

#lblSortFormats
{
    padding-top:3px;
    float:left;
}    

#ddlSortFormats
{
    padding-left:5px;
    float:left;
}

#ddlSortFormats select {
    width:200px;
}

#ddlSortOrder
{
    padding-left:5px;
    float:left;
}

#RestrictYears
{
    clear:both;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

#RestrictYearsContent
{
    padding-top:10px;
    position:relative;
    left:50%;
}

#lblRestrict
{
    padding-top:3px;
    float:left;
}

#lblRestrict2
{
    padding-top:3px;
    padding-left:5px;
    float:left;
}

#ddlStartYear
{
    float:left;
    padding-left:5px;
}

#ddlEndYear
{
    float:left;
    padding-left:5px;
}

#AdvSearchForm #Formats
{
    clear:both;
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

#AdvSearchForm #FormatsContent
{
    padding-top:10px;
    position:relative;
    left:50%;
}

#AdvSearchForm #lblFormats
{
    padding-top:3px;
    float:left;
}

#AdvSearchForm #ddlFormats
{
    float:left;
    padding-left:5px;
}


#btnSubmit
{
    padding-top:20px;
	padding-left: 15px;
    clear:both;
    text-align: right;
}

/* ADVANCED SEARCH FORM ITEMS */

#AdvSearchFormItems {
}

.AdvSearchFormItem {
    clear:both;
}

.AdvSearchFormItem .tbSearch {
    padding-left:5px;
    float:left;
}

.AdvSearchFormItem .tbSearch input {
    width:260px;
}

.AdvSearchFormItem .cbLeftRight {
    text-align: right;
    padding-right:5px;
    clear:both;
}

/* SEARCH RESULTS */

.record_body
{
    display:table-cell;
}

.record_options
{
    display:table-cell;
    width:140px;
}

div.recordeven {
  font-size: x-small;
  margin-top: 0px;  
  padding-left: 20px;
  padding-right: 20px;
  display:table;
  width:100%;
}

div.recordeven table {
  font-size: x-small;
  width: 100%;
}


div.recordodd {
  font-size: x-small;
  background-color: #edf4f5;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  display:table;
  width:100%;
}

div.recordodd table {
  font-size: x-small;
  width: 100%;
}

/* Search Info Component */

.SearchInfoComponent
{
    width: auto;
	background-color: #ffffff;
    clear:both;
    overflow:auto;
	padding-left:35px;
	padding-right:35px;
	padding-top:19px;
	color: #606060;
	font-family: verdana;
	font-size: 12px;
}

.lblBaseTitle {
    float:left;
	color: #d57000;
}

.ltlBaseTitle {
    padding-left:5px;
    float:left;
}

.lblSearchExpression
{
    padding-left: 25px;
    float:left;
	color: #d57000;
}

.ltlSearchExpression
{
    padding-left: 5px;
    float:left;
}

.lblSortFormatTitle
{
    padding-left:5px;
    float:left;
}

.ltlSortFormatTitle
{
    padding-left:5px;
    float:left;
    font-weight:bold;
    color:Yellow;
}

.ResultsSection
{
    float:right;
}

.lblResults
{
    float:left;
}

.ltlStartResult
{
    padding-left:5px;
    float:left;
	color:#d57000;
}

.lblResultsTo
{
    padding-left:5px;
    float:left;
}

.ltlEndResult
{
    padding-left:5px;
    float:left;
	color:#d57000;
}


.lblResultsOver
{
    padding-left:5px;
    float:left;
}

.ltlResultsFound
{
    padding-left:5px;
    float:left;
	color:#d57000;
}

.lblResultsFound
{
    padding-left:5px;
    float:left;
}

/* Search Options Component */

.SearchOptionsComponent
{
	width: auto;
	background-color: #ffffff;
    clear:both;
    overflow:auto;
	padding-bottom:10px;
	padding-top: 20px;
	color: #606060;
	font-family: verdana;
	font-size: 12px;
	padding-left: 35px;
	padding-right: 35px;
}

.SearchOptionsComponent select {
}

.SendOptionsSection {
	
}

.lblSendTo {
    float:left;
}

.imgEmailOption,.imgPrintOption,.imgExportOption {
    float:left;
    padding-left:14px;
}

.imgEmailOption img {
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	overflow:hidden;
	vertical-align: middle;
	border-style:none;
    background-image:url(../images/email.png);
}

.imgPrintOption img {
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/print.png);
}

.imgExportOption img {
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/export.png);
}


.FormatOptionsSection
{
    float:right;
    margin-right:0px;
	padding-left: 25px;
	border-left: 1px solid #e9e9ea;
	width: 280px;
}

.FormatOptionsSection .ddlFormats select 
{
    width:188px;
}

.lblFormats
{
    float:left;
	padding-top: 3px;
}

.ddlFormats
{
    padding-left: 15px;
    float:left;
}

.SortFormatOptionsSection
{
    padding-left:10px;
    display:table-cell;
}

.lblSortFormats
{
    float:left;
}

.ddlSortFormats
{
    padding-left:5px;
    float:left;
}

.SelectSendOptionsSection
{
	width: 251px;
	padding-right: 15px;
	border-right: 1px solid #e9e9ea;
	float: left;
}


.SelectOptionsSection
{
    
}

.hlSelectAll
{
    float:left;
    padding-right:14px;
}

.hlUnSelectAll
{
    float:left;
    padding-right:14px;
}

.hlFilterSelected
{
    float:left;
    padding-right:14px;
}

.hlSelectAll img {
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/selectall.png);
}

.hlUnSelectAll img {
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/unselectall.png);
}

.hlFilterSelected img {

	background-repeat:no-repeat;
	width:34px;
	height:34px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/filterselected.png);
}

.SearchContextComponent, .MultiSearchContextComponent {
    margin-top:5px;
    width:100%;
    background-color:#D6E4E1;
}

.lblSearchContextTitle, .lblMultiSearchContextTitle {
    width:100%;
    background-color: #9DB2B1;
    line-height:2em;
    color: #FFF;
}

.SearchContextComponent #lvContext, .MultiSearchContextComponent #lvContext {
    overflow:auto;
    max-height:145px;
}


.SearchContextComponent a, .MultiSearchContextComponent a { 
    text-decoration:none;
    color: #485C5A;    
}

.SearchContextComponent a:hover, .MultiSearchContextComponent a:hover {
    text-decoration:none;
    color: #FFFF99;    
}

.PagerSection 
{
    width: 555px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
	float: left;
}


.ContextOdd
{
    float:left;
    clear:both;
    width:49%;
    line-height:20px;
}

.ContextEven
{
    float:left;
    width:49%;
    line-height:20px;
}

/* EMAILSELECTED.ASPX FORM */

#emailProgress {
    position:absolute;
    width:100%;
    height:100%;
    text-align:center;
    display:none;
}

#emailProgress img {
    
    position:relative;
    top:120px;
	background-repeat:no-repeat;
	width:220px;
	height:19px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/loader.gif);
    
}

#frmEmailSelected {
    padding-top:10px;
    margin-left: auto;
    margin-right: auto;
    width:400px;
    display:table;
}

#frmEmailSelected #pnlInfo {
    padding-top:100px;
    width:100%;
    font-size:1.2em;    
    text-align:center;
}

#EmailAddress
{
}

#EmailAddressContent
{
    display:table-row;
}

#EmailAddressValidation
{
    display:table-row;
}

#lblEmailAddress
{
    width:150px;
    display:table-cell;
    text-align: right;
}

#tbEmailAddress
{
    width:200px;
    display:table-cell;
    padding-left:5px;
}

#Comment {
    display:table-row;
}

#CommentContent {
    padding-top:10px;
}

#lblComment {
    width:150px;
    display:table-cell;
    text-align: right;
    vertical-align:top;
}

#tbComment
{
    width:200px;
    display:table-cell;
    padding-left:5px;
}

#tbComment textarea {
    height:150px;
 }

#frmEmailSelected #Formats
{
    display:table-row;
}

#frmEmailSelected #FormatsContent
{
    padding-top:10px;
}


#frmEmailSelected #lblFormats
{
    width:150px;
    display:table-cell;
    text-align:right;
}

#frmEmailSelected #ddlFormats
{
    width:200px;
    display:table-cell;
    padding-left:5px;
}

#frmEmailSelected #ddlFormats select
{
    width:207px;
}

#btnSend
{
    padding-top:10px;
    padding-left:155px;
    display:table-cell;
}

/* Update Progress */

#UpdateProgress {
    position:absolute;
    width:100%;
    text-align:center;
    display:none;
}

#UpdateProgress img {
    position:relative;
    top:120px;
	background-repeat:no-repeat;
	width:220px;
	height:19px;
	overflow:hidden;
	vertical-align:middle;
	border-style:none;
    background-image:url(../images/loader.gif);
    
}

/* Validation Popup */

.validationpopup {
	color: #fff;
	width: 350px;
	z-index:2500;
    background-color:Black;
	position:fixed;
	top:0px;
	left:0px;
	border: 10px solid #000000;
	background-color: #000000;
}

.validationpopup-title {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	color: #9FD4FF;
	padding: 0px 0px 8px 0px;
    text-align:center;
}

.blInvalidEmailPass {
    color: Red;
}

.validationbg {background-color:gray; filter: alpha(opacity=60); opacity:0.60}

/* VALIDATORCALLOUT POPUP STYLING */

.CustomValidator {position:relative;margin-left:0px;}

.CustomValidator div {border:solid 1px Black;background-color:gray; position:relative;}

.CustomValidator td {border:solid 1px Black;background-color:gray}

.CustomValidator .ajax__validatorcallout_popup_table { display:none;border:none;background-color:transparent;padding:0px;}

.CustomValidator .ajax__validatorcallout_popup_table_row {vertical-align:top;height:100%;background-color:transparent;padding:0px;}

.CustomValidator .ajax__validatorcallout_callout_cell {width:20px;height:100%;text-align:right;vertical-align:top;border:none;background-color:transparent;padding:0px;}

.CustomValidator .ajax__validatorcallout_callout_table {height:100%;border:none;background-color:transparent;padding:0px;}

.CustomValidator .ajax__validatorcallout_callout_table_row {background-color:transparent;padding:0px;}

.CustomValidator .ajax__validatorcallout_callout_arrow_cell {padding:8px 0px 0px 0px;text-align:right;vertical-align:top;font-size:1px;border:none;background-color:transparent;}

.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:1px;border-bottom:none;border-right:none;border-left:none;width:15px;background-color:transparent;padding:0px;}

.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none;border-bottom:none;border-right:none;padding:0px;margin-left:auto;display:none}

.CustomValidator .ajax__validatorcallout_error_message_cell {font-family:Verdana;font-size:10px;padding:5px;border-right:none;border-left:none;width:100%;}

.CustomValidator .ajax__validatorcallout_icon_cell {width:32px;padding:5px;border-right:none;}

.CustomValidator .ajax__validatorcallout_icon_cell img { width:32px; height:32px; background:url(../images/warning.png) }

.CustomValidator .ajax__validatorcallout_close_button_cell {vertical-align:top;padding:0px;text-align:right;border-left:none;}

.CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {border:none;text-align:center;width:22px;padding:0px;cursor:pointer;}

.CustomValidator .ajax__validatorcallout_close_button_cell img {width:22px; height:22px;background: url(../images/exit.png)}


/* Search Box Component */

.SearchBoxComponent
{
    background-color: #9DB2B1;
}

.lblSearchBoxTitle {
    height:25px;
    line-height:25px;
}

.tbSearchBox {
    height:50px;
    background-color:yellow;
}

.tbSearchBox textarea {
    margin:0px;
    padding:0px;
    border:none;
    width:100%;
    height:100%;
}
    
.SearchBoxOptions {
    height:25px;
    line-height:25px;    
}


.lblSearchBoxOptionsTitle
{
    float:left;
}

.rblOperator
{
    float:left;
}

.btnSearchBoxSubmit
{
    float:right;
}


/*-----------------------------------*/
/*------- toggle pesquisa form ------*/
/*-----------------------------------*/

div.mmform_options
{
	width:1134px;
	padding-left:35px;
	padding-right: 35px;
	padding-bottom:5px;
	margin-top: -5px;
    display:table;
	font-family: ProximaNovaSemiBold;
	font-size: 18px;
	border-bottom: 1px solid #e8e8e8;
}

div.mmform_toggle 
{
	cursor:pointer;
	height:20px;
	line-height:20px;
	display:table-cell;
	color: #d57000;
}

div.mmform_history
{
    text-align:right;
    display:table-cell;
}

div.mmform_toggle a,div.mmform_toggle a:hover,div.mmform_toogle a:visited,div.mmform_history a,div.mmform_toggleinactive a 
{
	color: #d57000;
}

div.mmform_toggleinactive {
	height:20px;
	line-height:20px;
	display:table-cell;
}

div.mmform_toggleinactive a 
{
	
}

div.mmform_toogle a,a:visited {
	
}
	
div.mmform_toggle a:hover {
	
}
div.mmform_toggleinactive a,a:visited {
	
}
	
div.mmform_toggleinactive a:hover {
	
}

.arrowtoggle {
	margin-left:18px;
	width: 13px;
	height:9px;
	border:0px;
}

div.mmform_toggle .arrowtoggle {
	background:url(../images/nav_arrow_vert_close.png) no-repeat right;
}

div.mmform_toggleinactive .arrowtoggle {
	background:url(../images/nav_arrow_vert_open.png) no-repeat right;
	margin-top: 3px;
}

/*--------- end toggle pesquisa form ------*/

.tipbox {
	color: #fff;
	width: 155px;
	z-index:25;
    background-color:Black;
}

.tipbox .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 8px 8px;
}
 
.tipbox .tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}


.cotainfo {
	color: #fff;
	width: 139px;
	z-index:25;
    background-color:Black;
}


.cotainfo .tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.cotainfo .tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
}

.iteminfo {
	color: #fff;
	width: 350px;
	z-index:25;
    background-color:Black;
	position:fixed;
	top:0px;
	left:0px;
	border: 10px solid #000000;
	background-color: #000000;
	display: none;
}

.iteminfo table td {
    text-align:center;
}

.iteminfo-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 0px 0px 8px 0px;
    text-align:center;
}

/* login.aspx form */

.label 
{
    padding-right:10px;
}

.input 
{
    width:250px;
}

.input input
{
    width:200px;
}

.validator
{
    height:30px;
    line-height:30px;
}

/* register.aspx form */

.RegisterForm .labelusernumber
{
    /*width:90px;*/
    padding-right:10px;
    white-space:nowrap;
}

.RegisterForm .labeluserdocid
{
    /*width:220px;*/
    padding-left:20px;
    padding-right:10px;
    white-space:nowrap;
}

.RegisterForm .labelemail
{
    /*width:50px;*/
    padding-left:20px;
    padding-right:10px;
    white-space:nowrap;
}

.RegisterForm .input 
{
}

.RegisterForm .inputusernumber input
{
    width:80px;
}

.RegisterForm .inputuserdocid input
{
    width:120px;
}

.RegisterForm .inputemail input
{
    width:259px;
}

.RegisterForm .validator
{
    height:30px;
    line-height:30px;
}

/* noproxy.aspx */

#lblInfoBox {
    margin-top:20px;
    margin-left:10px;
    margin-right:10px;
    text-align:center;
    font-size:1.2em;
    background-color:#9DB2B1;
    color:Yellow;
    padding-top:5px;
    padding-bottom:5px;
}


/* userarea.aspx */

#lblActionInfo {
    margin-top:20px;
    margin-left:10px;
    margin-right:10px;
    text-align:center;
    font-size:1.2em;
    background-color:#9DB2B1;
    color:Yellow;
    padding-top:5px;
    padding-bottom:5px;
}

#btnContinue {
    margin-top:20px;
    text-align:center;
}


.pnlUserInfo {
    display:table;
    width:100%;
}

#UserInfoSection {
    display:table-row;
}

#ltlUserRecordTitle {
    margin-left:5px;
    margin-right:5px;
    background-color:#9DB2B1;
    color:yellow;
    font-weight:bold;
    height:20px;
    line-height:20px;
    text-align:center;
}

#ltlUserRecord {
    margin-left:5px;
    margin-right:5px;
    background-color:#D6E4E1;
}

.pnlRecord {
    clear:both;
}

#ltlRecordTitle {
    margin-left:5px;
    margin-right:5px;
    background-color:#9DB2B1;
    color:yellow;
    font-weight:bold;
    height:20px;
    line-height:20px;
    text-align:center;
}

#ltlRecord {
    margin-left:5px;
    margin-right:5px;
    background-color:#D6E4E1;
}

.pnlHold {
    margin-left:5px;
    margin-right:5px;
    background-color:#D6E4E1;
}

.loans {
    display:table-cell;
    width:50%;
}

.lblLoans {
    margin-left:0px;
    margin-right:5px;
    background-color:#9DB2B1;
    color:yellow;
    font-weight:bold;
    height:20px;
    line-height:20px;
    text-align:center;
}

.lvLoans {
    margin-left:0px;
    margin-right:5px;
    height:300px;
    overflow:auto;

}

#loanitem {
    width:100%;
    margin-top:1px;
    background-color:#D6E4E1;
}

.holds {
    display:table-cell;
    width:50%;
}

.lblHolds {
    margin-left:5px;
    margin-right:1px;
    background-color:#9DB2B1;
    color:yellow;
    font-weight:bold;
    height:20px;
    line-height:20px;
    text-align:center;
}

.lvHolds {
    margin-left:10px;
    margin-right:10px;
    height:300px;
    overflow:auto;
}

#holditem {
    width:100%;
    margin-top:1px;
    background-color:#D6E4E1;
    
}

/* 29-03-2011 */

.AdvSearchForm {
	margin-left: 35px;
	margin-right: 35px;
	text-align:left;
}

.divtable {
    display:table;
    width:100%;
}

.divrow 
{
    display:table-row;
}

.divcell {
    display:table-cell;
}

.ddlKeysHeader 
{
	padding-right:15px;
	width: 122px;
	text-align: right;
}

.ddlOperator, .ddlKeys, .tbSearch, .tbSearchFirst, .filterstart, .filterend, .filterlanguage, .filtercountry  {
    padding-top:2px;
}

.ddlOperator 
{
	width: 125px;
	text-align: right;
	padding-right: 15px;
}

.ddlOperator select {
    width:65px;
}

.ddlKeys 
{
    text-align:right !important;
    width:270px;
}

.ddlKeys select 
{
	width:259px;
}

.tbSearch 
{
	width:550px;
	padding-right: 137px;
}

.tbSearch input 
{
	width:539px;
}

.tbSearchHeader {
	width: 140px;
}

.tbSearchFirst 
{
    width:550px;
}

.tbSearchFirst input 
{
	width:539px;
}

.pnlListHeader
{
    width:100%;
	line-height:35px;
    background-color: #ededed;
    color:#606060;
    clear:both;
    overflow:auto;
	font-family: verdana;
	font-size: 12px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.ListHeader
{
    table-layout:fixed;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.ListHeader td
{
	border-left: 1px solid #fafafa;
	border-right: 1px solid #c8c8c8;
	text-align: center;
}

.ListHeaderFirst
{
	/*border-left: 1px solid #ededed !important;
	border-right: 1px solid #c8c8c8;*/
	padding-left: 35px;
	width: 65px;
}

.ListHeaderLast
{
	border-left: 1px solid #fafafa;
	border-right: 1px solid #ededed !important;
	padding-right: 35px;
	width: 85px;
}

.ListRow, .AlternateListRow
{
	color: #878888;
	font-family: verdana;
	font-size: 11px;
	border-bottom: 1px solid #dedede;
}

.ListHeader, .ListRow
{
    width:100%;
    border-collapse:collapse;
}
 
.ListRow 
{
    background-color: #ffffff;
}

.ListRow  td, .AlternateListRow td 
{
	padding: 8px 3px;
}

.AlternateListRow 
{
    width:100%;
    border-collapse:collapse;
    background-color: #f4f4f4;
}

.ListRowInner
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.ListRowInner td
{
	padding: 0px 3px;
}

.ListHeaderInnerFirst
{
	border-left: 1px solid #ededed !important;
	border-right: 1px solid #c8c8c8;
}

.ListHeaderInnerLast
{
	border-left: 1px solid #fafafa;
	border-right: 1px solid #ededed !important;
}

.record_options_check div
{
	text-align:left;
	padding-left:33px;
	width:63px;
}

.record_detail
{
	color: #878888;
	font-family: verdana;
	font-size: 11px;
	border-bottom: 1px solid #dedede;
    background-color: #f8f8f8;
    padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 35px;
}

.record_detail a
{
	color: #797979;
	text-decoration: underline;
}

.record_toggle 
{
    text-align:center;
	width:66px;
}

.record_toggle a img 
{
	background:url(../images/ViewPlus.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:16px;
	height:16px;
	border:0px;
	padding-top:3px;
}

.record_toggle img 
{
	background:url(../images/ViewPlus.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:16px;
	height:16px;
	border:0px;
	padding-top:3px;
	cursor:pointer;
}

.items_link 
{
    text-align:center;
	padding-right:35px !important;
	width:83px;
}

.items_link img 
{
	background:url(../images/ViewItems.png);
	width:16px;
	height:16px;
	border:0px;
}

.url
{
	
}

.url img 
{
	background:url(../images/url.png);
	width:16px;
	height:16px;
	border:0px;
}

hr 
{
    border:2px solid black;
}


.regua 
{
    width:700px;
    background-color:Green;
}

.regua1
{
    width:680px;
    background-color:Green;
}

.DBtable {
	margin-top: 20px;
}

.lblDBselect {
	width: 140px;
}

.DBSelect {
    width: 994px;
}

.DBSelect select {
    width:552px;
}

.itemtable 
{
	margin-top: 5px;
}

/* Form - Tabela de Filtros */

.filtertable
{
	margin-top: 5px;
}

.filtertable .divrow .divcell 
{
   
}

.lblFilterFrom 
{
    width:140px;
}

.lblFilterTo
{
    text-align:center;
	padding-left: 0px;
	padding-right: 0px;
    width:40px;
}

.filterstart {
    width:60px;
	padding-left: 0px;
}

.filterstart input  {
    width:49px;
}

.filterend {
    width:60px;
}

.filterend input {
    width:49px;
}

.lblLanguage
{
	padding-right:15px;
	width: 105px;
	text-align: right;
}

.filterlanguage 
{
    width: 240px;
}

.filterlanguage select 
{
	width: 242px;
}

.lblCountry
{
    padding-right: 13px;
	width: 122px;
	text-align: right;
}

.filtercountry
{
    text-align:right;
	width: 307px;
}

.filtercountry select
{
	width: 296px;
}

.pnlFieldAdd,.pnlFieldRemove 
{
    text-align:center;
	padding-left: 15px;
}

.pnlFieldAdd input 
{
    vertical-align:text-bottom;
	background:url(../images/plus.png);
	width:20px;
	height:22px;
	border:0px;
}

.pnlFieldRemove input
{
    vertical-align:text-bottom;
	background:url(../images/minus.png);
	width:20px;
	height:22px;
	border:0px;
}


/* Assembleia da Republica */

#banner
{
	height: 114px;
	margin: 0 auto;
	width: 1025px;
}


div.SearchHintsBox-Toggle { 
	width:auto;
	padding-left:15px;
	margin: 0 auto;
	cursor:pointer;
	height:20px;
	line-height:20px;
}

div.SearchHintsBox-Toggle-Inactive {
	width:auto;
	padding-left:15px;
	margin: 0 auto;
	cursor:pointer;
	height:20px;
	line-height:20px;
}    


div.SearchHintsBox-Toggle .arrowtoggle {
	background:url(../images/nav_arrow_vert_close.gif) no-repeat right;
}

div.SearchHintsBox-Toggle-Inactive .arrowtoggle {
	background:url(../images/nav_arrow_vert_open.gif) no-repeat right;
}


div.SearchHintsBox
{
	width:auto;
	padding-left:25px;
	margin: 0 auto;
}

#SearchHints
{
	text-align: left;
	margin-left: 15px;
	padding-right: 15px;
	font-size:0.9em;
}

/*#SearchHints .title
{
	
}*/

#SearchHints .highlight
{
	color: #b6b6b6;
}

#SearchHints ul
{
	list-style-image: url(../images/seta_vermelha.gif);
	list-style-position: outside;
	margin-left: -30px;
}


#SearchHints ul li
{
    margin-top: 0.5em;    
}


/* AUTOCOMPLETE */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color: #FFFFFF;
	color: #a7a8ac;
	border-top : 0px;
	border-left : 1px;
	border-right : 1px;
	border-bottom : 1px;
	border-color : #f0f0f0;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
	padding-left: 11px;
	padding-top: 2px;
	width: 539px !important;
}

.autocomplete_highlightedListItem
{
	background-color: #ededed;
	color: #606060;
	padding: 1px;
}

.autocomplete_listItem 
{
	padding : 1px;
}


#TextBoxProgressBar
{
    position:absolute;
    display:none;
    z-index:1000;
    height:16px;
    line-height:16px;
    width:16px;
    overflow:hidden;
    background: url(../images/TextBoxLoader.gif) repeat-x 0px 0px;
}

#HistoryTable 
{
    border-collapse:collapse;
    width: 100%;
}

#HistoryTable th 
{
    height:30px;
    background-color: #222222;
}

#HistoryTable td
{
    text-align:center;
    height:30px;
	border-bottom: 1px solid #434343;
}

#HistoryTable td.odd
{
    
}

#HistoryTable td.even 
{
    
}

a 
{
    color: #b6b6b6;    
    text-decoration: none;
}

a:visited
{
    color: #b6b6b6;    
}

a:hover 
{
    color: #e67111;  
}

p.comment 
{
    border-bottom: 1px solid #999;
}


/* esconder as setas de previous e next e o numero da multibox */

.MultiBoxPrevious, .MultiBoxNext, .MultiBoxNumber 
{
    display:none;
}

/*.MultiBoxTitle
{
    position:relative;
    left:-30px;
}*/


/* MULTIMEDIA CSS */

.thumblandscape
{
    width:100%;
}

.thumbportrait
{
    height:100%;
}


.outerthumbdiv
{
    margin-top:3px;
    margin-right:3px;
    float:left;
} 

.thumbdiv 
{
    width:185px;
    width:185px;
    border: 1px solid lightgrey;
}

.thumbdiv img.thumblandscape
{
    position:absolute;
    bottom:0px;
}

.thumbdiv img.thumbportrait {    
   display:block;
   margin:auto;
}

.innerthumbdiv 
{
    width:175px;
    height:175px;
    position:relative;
    margin:5px;
}

.innerthumbdiv a img
{
    border:none;
}

.thumbdesc 
{
    margin-top:2px;
    width:185px;
    height:40px;
    border:1px solid lightgrey;
}

.thumbdesc p
{
    margin:0px;
    padding-left:5px;
}


.mm_previewbox {
	position:fixed;
	top:0px;
	left:0px;
	border: 10px solid #000000;
	background-color: #000000;
	display: none;
}

.mmpreviewbox_media {
	
}

.mmpreviewbox_image {
	border:none;
}

.mmpreviewbox_comment {
	color:white;
	font-size:9px;
}

table.thumbtable 
{
    width:150px;
    height:150px;
}


/* width 1024 */
@media (max-width: 1024px)
{

div.mmform_options
{
    width:878px;
}

.PagerSection 
{
    width: 299px;
}

}

/* EXTRAS */
#EasterEgg 
{
    position:fixed;
    display:none;
    /*left:-1000;
    top:-1000;*/
    z-index:100000;
}


.mmsection_outer
{
	padding-left: 20px;
}

.mmsection_outer .SlideItMoo_back {  
	float:left;
	position:relative;
	cursor:pointer; 
	width:25px; 
	height:25px;
	top:100px;
	left:-10px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;
}

.mmsection_outer .SlideItMoo_forward
{
	float:left;
	position:relative;
	cursor:pointer; 
	width:25px; 
	height:25px;
	top:100px;
	left:10px;
	background:url(../images/slideitmoo_forward.png) no-repeat center;
}


.mmsection_inner { 
	float:left;
	position:relative; 
	overflow:hidden; 
	/* 135px * n = número máximo de associações multimedia por linha */
	/* quando o número de associações é inferior ao nº de slides     */
	/*width:810px;*/
}

.mmsection_items { 
	display:block; 
	position:relative; 
}


#mbHistory
{
    z-index: 1000000;
}


/* ITEMS */

.pnlItemListHeader
{
    width:100%;
	line-height:35px;
    background-color: #ededed;
    color:#606060;
    clear:both;
    overflow:auto;
	font-family: verdana;
	font-size: 12px;
	/*border-top: 1px solid #e5e5e5;*/
	border-bottom: 1px solid #e5e5e5;
}

.ItemListHeader
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.ItemListHeader td
{
    width:20%;
	padding: 0px 3px;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}

.ItemListHeaderFirst
{
	border-left: 1px solid #ededed !important; /* para não se ver */
}

.ItemRow
{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.ItemRow td
{
	padding: 0px 3px;
    border-left: 1px solid #e5e5e5;	
    border-bottom: 1px solid #e5e5e5;	
	width:20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}


.ItemRowFirst
{
	border-left: 1px solid #fff !important; /* para border não se ver */ 
}

.ItemRowLast
{
	width:20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}


.UserAreaForm .label
{
    /*width:90px;*/
    padding-right:10px;
    white-space:nowrap;
}

.tree td div 
{
    height: 20px !important;
}


.tree td:first-child{
/*    background-color:red;*/
}

.tree td
{
    /*background-color:Green;*/
}

.tree td img
{
    vertical-align: bottom;
}
/*
.tree table {
    border-collapse: collapse;
}

.tree td 
{
    border:none;
}
*/

table.familytable 
{
    border-collapse:collapse;
    border-spacing:0px;
    /*padding:0px;
    margin:0px;*/
}

table.familytable td
{
    /*border:none;*/
    padding:0px;
    /*margin:0px;*/
}