/* CSS Document */

html,body {
	/* background: #faf8f8;*/
	background: #fffdfd;
	color: #222;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

html,body,td {
	cursor: default;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	/* Geneva, Arial, Helvetica, sans-serif;*/
	/* Helvetica, Verdana, sans-serif;*/ 
	/*font-size: x-small; */
}

div {
	margin: 0;
	padding: 0;
}

img {
	padding: 0px;
	margin: 0px;
	/*vertical-align: top;*/
	background: transparent;
	border: 0px none;
}

#header {
	/* background: #19575e url('/pub/img/headbg.gif') left top repeat-x; */
	height: 125px;
	position: relative;
}

#footer { 
	margin: 0 auto 0 auto;
	border-top: 1px solid #ccc;
	font-size: 0.8em;
	height: 2.2em;
}

#main {}

#xcontent {
/*	margin: 20px 10px 0px 20px;*/
	margin: 20px auto;
	padding: 5px 20px 10px 20px;
	font-size: 1.3em;
	-webkit-font-smoothing: antialiased;
	text-align: justify;
	max-width: 900px;
}

/* Styles for Content part */

p {
	margin: 15px 10px;
	padding: 0;
	text-indent: 5px;
}

b {
	font-weight: bolder;
	font-size: 1.1em;
}

a, a:link, a:visited {
	color: #6080D0;
	text-decoration: none;
	border-bottom:1px dotted gray;
}

a:hover, a:active { 
	color: #4090E0;
	text-decoration: none;
	border-bottom:1px solid gray;
}

pre {
  border: 1px solid #bcbada;
  background: #dfdfe5;
}

code {
	text-indent: 0;
	background: #F8F8F8;
	color: #111111;
	display: inline-block;
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
	padding: 10px 10px 10px 5px;
	border: 1px dashed #DCDADA;
/*	white-space: pre;*/
}

code.escaped { white-space: nowrap; }

