/****************************************************/
*{
	margin:0;
	padding:0;	
}
body{
	background-color: #FFF;
	font-family:"Times New Roman", serif;
	}
html, body {
	height:100%;
	min-height:100%;
}
/****************************************************/
/* Main Page Layot Formating*/
#page{
	position:relative;
	width:860px;
	min-width: 760px;
	min-height:100%;
	margin:0 auto;
	padding: 0 0.7em;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#header{
	height:auto;
	text-align:center;
	padding:0 0em;
}
#header h1{
	left:0px;
	right:0px;
	padding:1em 0 0.5em 0 ;
	font-size:16pt;
	text-decoration:underline;
	color:#999;

}
#header h2{
	color: #006666;
	font-size:20pt;
	padding:0.5em 0 1em 0em;
}
#main_content{
	padding-top:1em;
	border-top:1px dotted #333;
	text-align:justify;
	line-height:1.3em;
}
#nav_links{
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
}
#footer{
	bottom:0px;
	left:0px;
	right:0px;
	border-top:1px dotted #333;
	text-align:center;
	margin-top:4em;
}
#footer p{
	color: #066;
}
span.mail{
	font-style:italic;
	color: #09D;
}
#w3valid img{
	border:none;
 	width:75px;
 	height:25px;
}
/****************************************************/
/* Basic HTML Elements Formating*/
h2{
	padding:1em 0 0.5em 0em;
}
#main_content h2{
	text-decoration:underline;
}
p{
	margin: 0.5em 0 ;
}

/****************************************************/
/* My Classes*/
.section{
	padding-left:2em;
	padding-right:1em;
}
.section_title{
	padding-top:1em;
	padding-bottom:0em;
	color: #666;
}
pre.htmlcode{ /* Block of code examples*/
	padding:1em 0 1em 1em;
	margin:1em 0 1em 0;
	border:1px dotted #999;
	font-size:11pt;
	line-height:1.3em;
	background-color: #F3E5C5;
	color: #2E261E;
}
pre.jscode{ /* Block of code examples*/
	padding:1em 0 1em 1em;
	margin:1em 0 1em 0;
	border:1px dotted #999;
	font-size:11pt;
	line-height:1.3em;
	background-color: #EFEBE7;
	color:#2E261E;
}
pre.jscomm{ /* Block of code examples*/
	padding:1em 0 1em 1em;
	margin:1em 0 1em 0;
	border:1px dotted #999;
	font-size:11pt;
	line-height:1.3em;
	background-color: #EFEBE7;
	font-family:Platino, serif;
	color:#666;
}
pre.plcode{ /* Block of code examples*/
	padding:1em 0 1em 1em;
	margin:1em 0 1em 0;
	border:1px dotted #999;
	font-size:11pt;
	line-height:1.3em;
	background-color: #EFEBE7;
	color:#2E261E;
}
div.down_note{ /* Explanation bellow the line*/
	margin-left:2em;
	margin-right:0em;
	padding-top:0.2em;
	padding-bottom:1.3em;
	border-top:1px dotted #999;
	color:#333;
	font-style:italic;
	font-size:12pt;
}
div.block{
	border: 1px dotted #333;
	margin: 0.5em 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.code{ /* Code in text  */
	font-family: "Platino",Verdana, sanserif;
	font-size:10pt;
	font-weight:bold;
	color: #336633;
}
.note{ /* Note in text  */
	font-size:12pt;
	font-style:italic;
	color:#600; /*dark-red*/
}
.comm{ /*comments*/
	font-family:Platino, serif;
	color:#666;
}
.bold{
	font-weight:bold;
}
.ital{
	font-style:italic;
}
.kword{
  color: #00F;
}
img.left{
	display:inline;
	float:left;
	margin-right: 0.3em;
	padding:0;
}
span.left{
	padding-left:0;
	padding-right:10%;
}
span.center{
	padding-left:40%;
	padding-right:10%;
}
span.right{
	padding-left:10%;
	padding-right:0;
}
/****************************************************/
/* Lists Formating*/
ul{
	list-style-image:url(../img/bullets/diamond_small.jpg);
}
li{
	margin-top: 1em;
	list-style-position:inside;
}
li ul{
	list-style-type:disc;
  list-style-position:inside;
	padding-left:0;
}
ol.abc{
	list-style-type:lower-alpha;
	padding-left:1.2em;
}
ol li{
	margin-top:1em;
}
li h3{
	display:inline;
}
li h4{
	display:inline;
}
img.bullet{
	margin:0;
	margin-right:0.3em;
	float:left;
}

