pre {
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

body.glossary ol li a:hover,
body.glossary section a:hover {
	text-decoration: underline;
}
body.glossary h1{
	padding-left: 0px;
}

body.glossary header p{
	width:91%;
}

body.glossary h2{
	clear:both;
	cursor: default;
	float:left;
	font-size:600%;
	font-weight: normal;
	margin: -25px 0 0 -80px;
	text-decoration: none;
	width:75px;
}
body.glossary h2.strapline{
	color:#333333;
	float:right;
	font-size:18px;
	font-style:oblique;
	font-weight:normal;
	letter-spacing:0.1em;
	padding:60px 0 0;
	text-align:right;
	width:40%;
	clear: none;
	margin: 0;
}
/*--------------------------------------------------------------------*/
/*----------------------------HTML 5 SECTIONS-------------------------*/
/*--------------------------------------------------------------------*/
body.glossary #glossary{
	border-top: none;
	clear: both;
	float: none;
	margin: 0 auto;	
	width: 780px;
}
body.glossary header{
	clear: both;
}
body.glossary article{
	padding: 20px;
	border: none;
}
body.glossary #glossary dl dd footer a:hover{
	background: transparent !important;
	color: #1A6AA4;
	text-shadow: none;
	}
/*--------------------------------------------------------------------*/
/*------------------------------HEADINGS -----------------------------*/
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*------------------------------HEADINGS -----------------------------*/
/*--------------------------------------------------------------------*/
p#copy{float: left;}
p#top{
	background: #EEEEEE;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
p#top a:hover{
	background: #EEE;
	color: #0481B5;
}
body.glossary ol{
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	font-family:Cambria,"Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",Times,serif;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	list-style-type: none;
}
body.glossary ol li{
	display:inline;
	font-size:1.4em;
	margin:0 0.3em;
}
body.glossary ol a{
	font-size:180%;
	font-weight:bold;
	text-decoration: none;

}
body.glossary dl{
	float:left;
	height:auto !important;
	margin:0 0 10px;
	min-height:30px;
	padding:10px;
	width:100%;
}
body.glossary dl:hover{
	background: #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

body.glossary dt{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	width:15%;
	font-weight: bold;
}

body.glossary dt span{
	display: block;
	margin:10px 0 0;

}

body.glossary dt span a{
	background:#EEEEEE;
	color: #1A6AA4;
	font-size: 89%;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
body.glossary dt span a:hover{
	background:#FFF;
	color: #1A6AA4;
	text-decoration: underline;
}

body.glossary dl:hover dt span a{
	background:#FFF;
}

body.glossary dd{
	float:right;
	font-size:1.2em;
	width:82%;
}
body.glossary dd footer{
	margin: 1em 0 0 0;
	width: 100%;
	padding: 0 !important;
	border: none !important;
}
body.glossary dd footer a.link{
	float: left;
}

body.glossary dl dd footer a.code{
	float: right;
}

body.glossary dl ul, body.glossary dl ol {
	font-size:0.7em;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
.pop{display: none;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color: #666;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* Meus estilos */
body {
	background:#ddd;
	font: 14px Arial, Helvetica, sans-serif;
	}
#glossario {
	background:#fff;
	width:900px;
	padding:0 10px 20px 10px;
	margin:0 auto;
	}
#glossario  h1 {
	font-size:40px;
	margin-left:8px;
	}
#glossario  h2 {
	margin-left:8px;
	font-size:50px;
	color:#c30;
	border-top:1px solid #ccc;
	margin-top:20px;
	}
#glossario p {margin:12px;}
pre code {
	font: 14px "Courier New", Courier, monospace;
	}
pre code span {
	color:red;background:#ff0;
	padding:2px;
	}
#glossario ol {text-align:center;}
#glossario dt{font-size:20px;float:left;}
#glossario dd{margin-left:140px;}
#glossario dt span {display:block;font-size:11px;}
#glossario ol li{
	list-style:none;
	font-size:20px;
	display:inline;
	margin-right:5px;
	}
#glossario ol li a {text-decoration:underline !important;}
#glossario a.code {
	display:block;
	color:#090;
	margin-top:15px;
	}
#glossario dl {
	margin-left:8px;
	padding:8px;
	}
#glossario dl:hover {
	background:#f0f0f0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}
ul.versao {
	list-style:none;
	margin:0 0 0 10px; 
	padding:0;
	}
h3.halo {
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-left:8px;
	}