#namedpad_dialog { display : none; }
#namedpad_dialog label { font-size: 10pt;}
#namedpad_dialog .ui-dialog-title { font-size: 8pt !important; }
div.ui-dialog-titlebar { display:none;  }
#namedpad_dialog .ui-button { font-size: 11pt;}

.ui-button-text-only .ui-button-text {
    padding: 0.2em 0.51em;
}

body { background-color: #FAFAFA; }
A, A:visited { 
	text-decoration: none;
	color: #565656; 
}
A:hover { color: #000; }
#container { 
			 width: 960px;
			 border: none;
			 margin-left: auto ;
  			 margin-right: auto ;
  			 min-height: 800px;
  			 margin-top: 40px; 
			}

#header {   
	  		border-radius: 15px 15px 0px 0px; 
			border: 1px solid #ABABAB;
			/*height: 230px; */
			background-color: #FFF;
		}
#header .logo { 
			height: 100px; 
			width: 95%;
			padding-top: 50px;
			text-align: center;
			background-image: url('../images/logo-transformadora.png');
			background-repeat: no-repeat;
			background-position: center right; 
			}
#header .logo h2 { 
			font-weight: normal; 
			font-style: italic; 
}					
#header .pad_bar { 
			width: 95%;
			text-align: left;
			padding: 20px;
		}
#header .pad_bar A { display: block; } 		
#newPadButton {
	font-size: 20px;
	border: 1px solid #898989;
	border-radius: 5px;
	background-color: #D9ECD9;
	padding: 10px;
	width: 140px;
	text-align: center;
}
#newNamedPadButton {
	margin-top:10px;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #898989;
	border-radius: 5px;
	background-color: #EFEFEF;
	width: 140px;
	text-align:center;
}

#content {
		  	border-radius:  0px 0px 15px 15px; 
			border: 1px solid #ABABAB;
			border-top: none;
			min-height: 600px;
}

#content .left-column, #content .right-column { float: left; height: 100%; }
#content .left-column { width: 75%; padding-left: 20px; }
#content .right-column { padding-left: 15px; }
#content .left-column p { font-size: 10pt; text-align: justify; }
#content .left-column p img { height: 14px; }

#languages { clear: both; text-align: right; padding-right: 30px; }
#header .pad_bar #languages A { display: inline; }