

 div#left-sidebar{
  float: left;
  width:100px;
  height: 100%;
 }
 div#right-sidebar{
  float: right;
  width:100px;
  height: 100%;
 }
div#center{
  margin-left: 100px;
  margin-right: 100px;
 }
 
 table.resources {
	width: 580px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.resourceGroup {
	background-color: #60c97a;
	border: 1px #15bf41 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #404040 !important;
	
}

td.resourceGroup a:link {
	text-decoration: none;
	color: #404040;
}

td.resource {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .8em;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.resourceDesc {
	border-bottom: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: .8em;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

td.sqlTerm {
	border-bottom: 1px #6699CC dotted;
	border-left: 1px #6699CC dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: .8em;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}


td.sqllink {
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: .9em;
	text-decoration: underline;
	color: #404040;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}

table.resourceDetailsTable {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.resourceDetailsDesc {
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	width: 75%;
	vertical-align: top;
	padding: 4px 4px 4px 0px;
	color: #404040;
}

td.resourceInfoHead {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	width: 25%;
	color: #404040;
	background-color: #fafafa;
	padding: 4px 4px 4px 4px;
	border: 1px #6699CC dotted;
}

td.resourceInfo {
	font-family: Verdana;
	font-size: 14px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC dotted;
	padding: 4px 4px 4px 4px;
}

.resourceDetailsText {
	font-family: Verdana;
	font-size: 14px;
	color: #404040;
}

table.parameters {
	width: 80%;
	border-collapse: collapse;
	color: #404040;
	border-spacing: 4px;
	border: 0;
}

table.parameters td {
	font-family: Verdana;
	font-size: 13px;
	color: #404040;
	padding: 4px;
}
.exampleH {
	font-family: Verdana;
	font-size: 15px;
	color: #404040;
	font-weight: bold;
	text-decoration: underline;
}
.exampleD {
	font-family: Verdana;
	font-size: 15px;
	color: #404040;
	padding: 5px 5px 0px 10px;
}

preu {

	word-wrap: break-word;
	margin-bottom: 10px;
	padding: 10px;


	font-family: "Firefoxius Monospace Maximus", monospace;
	font-size: 15px;
}
pre {
	word-wrap: break-word;
	margin-bottom: 10px;
	padding: 10px 1em;
	background-color: #F6F6F6;
	border: 1px solid #E0E0E0;
	font-family: "Firefoxius Monospace Maximus", monospace;
	font-size: 15px;
}
code {
	display: inline;
	font-family: "Firefoxius Monospace Maximus", monospace;
	font-size: 15px;
	height: auto;
	line-height: 22.1580009460449px;
	text-align: left;
	text-indent: 0px;
	width: auto;
	zoom: 1;
}

