﻿.collapsible {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	font-family: verdana;
}

.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	/*background-color: #f1f1f1;*/
	transition: max-height 0.2s ease-out;
	font-family: verdana;
}

.active {
	background-color: #eee;
	font-size: 15px;
	font-family: verdana;
}

.collapsible:hover {
	background-color: rgb(68, 114, 196);
	color: white;
	font-family: verdana;
}

.collapsible:after {
	content: '\25BC'; /* Unicode character*/
	/*content: '+';*/
	font-size: 15px;
	font-weight: bolder;
	float: right;
	margin-left: 5px;
	font-family: verdana;
}

.active:after {
	content: '\25B2'; /* Unicode character*/
	font-family: verdana;
}

.float-container {
	padding: 10px;
	display: flex;
}

.float-container-child {
	float: left;
}


/* 0 BASIC TAGS */
/*
table {
	font-size: 1em;
}
*/
/*select
{
	font-size: 11px;
	text-transform: uppercase;
	font-family: Tahoma, 'Times New Roman' , Arial;
	background-color: #ffffe6;
	border-right: aqua 0.05em solid;
	border-top: aqua 0.05em solid;
	border-left: aqua 0.05em solid;
	border-bottom: aqua 0.05em solid;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}


p {
	line-height: 1.4em;
}*/

/*hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 10px;
}*/

/*a
{
	text-decoration: none;
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}*/

/*


a:active {
	color: #980000;
}

*/

/*a:hover
{
	text-decoration: underline;
	color: #1e90ff;
}


body {
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

img {
	border-width: 0;
}*/

/* 1 HEADER */

.header {
	/*	background-image: url(Images/header.png);
	background-repeat: no-repeat;*/
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666666;/*	position: relative;
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
*/
}

.title {
	font-family: verdana;
	color: #666666;
	font-weight: bold;
	font-size: small;
}

.smallText {
	font-family: verdana;
	color: #666666;
	font-size: 5pt;
}

.footerText {
	font-family: verdana;
	font-size: x-small;
}

.footerbody {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 18px;
	background-color: gainsboro;
	color: darkgray;
	text-align: right;
	vertical-align: middle;
}
.modal-panel {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 1;
}

.modal-aviso {
	position: fixed;
	width: 550px;
	border-style: solid;
	border-radius: 5px;
	border-width: 0.5px;
	background: white;
	opacity: 1.0;
	top: 30px;
	/*overflow: hidden;*/
	box-shadow: 3px, 3px, red;
	left: 50%;
	transform: translate(-50%, 0%);
}

.modal-termoAcordo {
	position: fixed;
	width: 80%;
	border-style: solid;
	border-radius: 5px;
	border-width: 0.5px;
	background: white;
	opacity: 1.0;
	top: 20px;
	/*overflow: hidden;*/
	box-shadow: 3px, 3px, red;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 5px;
}

.dg_item {
	font-size: small;
	font-family: Verdana;
	background-color: gainsboro;
	height: 30px;
}

.dg_alternate {
	font-size: small;
	font-family: Verdana;
	background-color: whitesmoke;
	height: 30px;
}

.dg_titulo {
	font-weight: bold;
	font-size: small;
	font-family: Verdana;
	color: white;
	background-color: rgb(68, 114, 196)
}

.label {
	height:10px;
	font-size: 0.7em !important;
	font-family: Verdana;
	color: black;
}

.labelBold {
	height: 10px;
	font-size: 0.7em;
	font-family: Verdana;
	color: black;
	font-weight: bold;
}
.labelError {
	height: 10px;
	font-size: 0.9em;
	font-family: Verdana;
	color: red;
	font-weight: bold;
}

.labelBoldLarge {
	height: 10px;
	font-size: 1.2em;
	font-family: Verdana;
	color: black;
	font-weight: bold;
}

.labelLarge {
	height: 10px;
	font-size: 1.2em;
	font-family: Verdana;
	color: black;
}

.labelSelectBoldLarge {
	height: 30px;
	font-size: 1.2em;
	font-family: Verdana;
	color: black;
	font-weight: bold;
	border:none;
	text-align:center;
}

.labelSelectBold {
	height: 15px;
	font-size: 0.7em;
	font-family: Verdana;
	color: black;
	font-weight: bold;
	border: none;
	text-align: center;
}

.textBox {
	background-color: none;
	text-align:center;
	border: 1px solid;
	line-height: 0;
	font-size: medium;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 60px;
	font-weight: 100;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.textBoxSmall {
	background-color: none;
	text-align: center;
	border: 1px solid;
	line-height: 0;
	font-size: small;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 70;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.textBoxLeftSmall {
	background-color: none;
	text-align: left;
	border: 1px solid;
	line-height: 0;
	font-size: small;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 70;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.textAreaLeftSmall {
	background-color: none;
	resize: none;
	text-align: left;
	border: 1px solid;
	font-size: small;
	box-sizing: border-box;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 70;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}

.actionButton {
	border-style: solid;
    border-color: inherit;
    border-width: 1px;
    background-color: green;
	color: white;
	text-align: center;
	line-height: 0;
	font-size: medium;
	height: 40px;
	width: 200px;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: 100;
	letter-spacing: 0.01em;
	position: relative;
	z-index: 1;
    top: 0px;
    left: -1px;
}
.actionButtonGoldenRod {
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	background-color: goldenrod;
	color: white;
	text-align: center;
	line-height: 0;
	font-size: medium;
	height: 40px;
	width: 200px;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: 100;
	letter-spacing: 0.01em;
	position: relative;
	z-index: 1;
	top: 0px;
	left: -1px;
}

.actionButtonSmall {
	background-color: green;
	color: white;
	text-align: center;
	border: 1px solid;
	line-height: 0;
	font-size: medium;
	height: 30px;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: 100;
	letter-spacing: 0.01em;
	position: relative;
	z-index: 1
}




/*#master_page {
	background-image: url(Images/header.png);
	background-repeat: no-repeat;*/
	/*position: relative;*/
	/*margin-top:69px;*/
	/*width: 760px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	/*z-index: 0;
}*/

/*#MainImage {
	position: absolute;
	left: 15px;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 11px;
}

.Cliente
{
	position: absolute;
	right: 37px;
	top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	font-family: Tahoma, Verdana;
}
.VersaoSistema
{
	position: absolute;
	right: 37px;
	top: 35px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	font-family: Tahoma, Verdana;
	color: #0000ca;
}

.menua 
{
	position:absolute;
	right: 37px;
	top: 21px;
	text-transform: uppercase;
	font-size: 10px;
}


.menua a:visited, .nav a:visited
{
	color: #3300ff;
}

.menua a:hover {
	text-decoration: underline;
	color: #000066;
}

.nav
{
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}*/

/* 1.1 SHIM */

/*.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim-photo.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}*/

/* 2 PAGE */

/*.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}*/

h3 {
	font-size: 1em;
	font-weight: bold;
	font-family: verdana;
}
h4 {
	font-size: 0.7em;
	font-weight: bold;
	font-family: verdana;
}

fieldset {
	border-style: solid;
	border-radius: 5px;
	border-width: 0.6px;
}

/* 2.1 HOME, RESUME, LINKS, REGISTER, ADMIN/ALBUMS, ADMIN/PHOTOS PAGES */

/*#home, #resume, #links, #register, #admin-albums, #admin-photos {
	background-image: url(images/body-repeat.png);*/
	/*position: relative;*/
	/*width: 751px;
	padding: 0px 5px;
	padding-top: 5px;*/ /* Weird Mozilla Bug */
	/*padding-bottom: 40px;*/ /* Weird Mozilla Bug */
/*}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}


#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#resume h4, #links h4 {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}

#resume #photo {
	position: absolute;
	left: 37px;
	top: 20px;
	width: 214px;
}

#resume .first {
	margin-top: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
}

dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #bababa;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}*/

/* 2.2 ALBUMS PAGE */

/*#albums {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0px 37px;
	padding-bottom: 40px;
	width: 686px;
}

.view {
	margin-left: auto;
	margin-right: auto;
	width: 686px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}*/

/* 2.3 PHOTOS, DETAILS, ADMIN/DETAILS PAGE */

/*#photos, #details, #admin-details {
	background-image: url(images/body-repeat-photo.gif);
	padding: 0;
	width: 760px;
}

.buttonbar {
	background-image: url(images/photonav-bg.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	width: 744px;
	height: 33px;
	text-align: center;
}

.buttonbar-top {
	background-image: url(images/photonav-top-bg.gif);
}

#photos .view, #admin-details .view {
	margin-top: 20px;
	margin-bottom: 20px;
}*/

/* 3 FOOTER */

/*.footerbg {
	background-image: url(images/footer-side.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 75px;
	text-align: center;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 75px;
	text-align: center;
	font-size: 10px;
}


.menub {
	margin: 12px auto 5px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited
{
	color: #0000cd;
}*/



/* Inline styles are used because image controls hard code a border property */
/*.photo_198 {
	border: 4px solid #FFFFFF;
}

.MenuItemSelect
{
	font-size: 11px;
	text-transform: uppercase;
	font-family: Tahoma, 'Times New Roman' , Arial;
	background-color: #ededed;
	border-right: aqua 0.05em solid;
	border-top: aqua 0.05em solid;
	border-left: aqua 0.05em solid;
	border-bottom: aqua 0.05em solid;
	line-height: 17px;
	vertical-align:middle;
}

.MenuStaticMenuItemStyle
{*/
	/*background-image: url(../App_Themes/White/Images/headerGRADIENT_Tall.gif);*/
	/*border-bottom: outset 0px #507CD1;
	border-top: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: lighter;
	text-transform: uppercase;
	background-color: transparent;
	line-height: 17px;
	vertical-align:middle;
}

.MenuStaticHoverStyle
{*/
	/*background-color: #4681B4;*/
	/*border-bottom: inset 0px #507CD1;
	border-top: solid 0px #507CD1;
	border-left: inset 0px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	font-weight: bolder;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial, Tahoma;
	background-color: #b0c4de;
	line-height: 17px;
	vertical-align:middle;
}

.MenuDynamicMenuItemStyle
{*/
	/*background-color: #4681B4;*/
	/*font-family: Arial, Tahoma;
	font-size: 10px;
	border-top: solid 1px #FFFFFF;
	font-weight: bolder;
	background-color: #b0c4de;
	line-height: 17px;
	vertical-align:middle;
}

.MenuDynamicHoverStyle
{
	background-color: #faebd7;
	border-top: solid 1px #FFFFFF;
	font-weight: bolder;
	font-size: 10px;
	color: #0000ff;
	font-family: Arial, Tahoma;
	line-height: 17px;
	vertical-align:middle;
}

.botao1
{
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	font-size: 7pt;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
	font-family: Tahoma, Arial, 'Times New Roman';
	cursor: hand;
	background-color: #b0e0e6;
	color: #0000ff;
	width: 150px;
	height: 25px;
}
.subtitulo1
{
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Tahoma, 'Times New Roman';
	background-color: #fff5ee;
}
.Message
{
	position: absolute;
	left: expression((document.body.clientWidth-300)/2);
	top: expression((document.body.clientHeight-30)/2);
	border-right: blue 1px solid;
	padding-right: 5px;
	border-top: blue 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: blue 1px solid;
	line-height: 20pt;
	padding-top: 5px;
	border-bottom: blue 1px solid;
	background-color: #fff5ee;
	width: 300px;
	height: 30px;
}

.CertidaoErrorSummary
{
	
	color:Red;
		
}
.CertidaoErrorSummary:first-line
{
	font-weight:bold;
	color:red;
}

.tbLoginContainer
{
	border-collapse:collapse; 
	width: 560px;
	margin:10px;
	margin:10px; 
	border:solid 1pt blue;
	text-align:left;
}
	.tbtdLoginContainer_tdTitulo
	{
		text-align: center;
    }
		.tbtdLoginContainer_tdTitulo_tbTitulo
		{
			border-collapse:collapse;
			width: 100%;
			height:25px;
		}
	.tbtdLoginContainer_tdCorpo
	{
	}
		.tbtdLoginContainer_tdCorpo_tbCorpo
		{
			width:100%;
		}


		.tbtdLoginContainer_tdCorpo_tbCorpo_tbOK
		{
			border-right: cornflowerblue 1px solid;
			border-top: cornflowerblue 1px solid;
			font-size: 8pt;
			border-left: cornflowerblue 1px solid;
			border-bottom: cornflowerblue 1px solid;
			font-family: Tahoma, Arial, 'Times New Roman';
			cursor: hand;
			background-color: #b0e0e6;
			color: blue;
			width: 120px;
			height: 25px;
		}*/
		
		