@charset "UTF-8";
/* CSS Document */
/* universal reset */

* {
	margin: 0;
	padding: 0;
}
	
/*  body */

p {
	margin-bottom: 2px;
}
	
ol {
	background: #F3F3F3;
	padding: 10px;
	border-left: 5px solid #CCCCCC;
	margin-bottom: 30px;
}
	
ol li {
	list-style: decimal inside;
	margin-bottom: 5px;
	color: #999999;
	font-size: 85%;
}
	
ol li code {
	color: #333333;
	font-size: 120%;
}
	
	
/* tutorial styles */

/* tabs */

#tabs {
	/*font-size: 90%;*/
	margin: 10px 0;
}

#tabs ul {
	float: left;
	background: #F0F0F0;	/* before : white */
	/*width: 600px;*/
	padding-top: 4px;
}
	
#tabs li.tabli {
	margin-left: 2px;
	list-style: none;
}

#tabs li p {
	border: 1px solid gray;
	color: darkgray;
	border-color: gray gray white;		/* before gray gray white */
	padding: 1px 2px;
//	background: #F0F0F0;	
	font-family: verdana;
	font-size: 7pt;
	margin-bottom: 0px;	
}

#tabs li.emptytab {
	background: #F0F0F0;
	border: 1px solid gray;
	color: darkgray;
	border-color: gray gray white;		/* before gray gray white */
}

#tabs li.emptytab a {
	border: 1px solid gray;
	color: darkgray;
	border-color: gray gray white;		/* before gray gray white */
}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}
		
#tabs li,
#tabs li a {
	float: left;
	list-style: none;
}
	
#tabs ul li a.tab {
	text-decoration: none;
	padding: 1px 2px;
	color: black;
	/*font-weight: bold;*/
	border: 1px solid black;
	border-bottom: white;		/* before : white */
}
	
#tabs ul li.active {
	background: #CEE1EF url(img/nav-right.gif) no-repeat right top;	/* before : CEE1EF  */
}
	
#tabs ul li.active a {
	/*background:  url(img/nav-left.gif) no-repeat left top;*/
	background-color: #F0F0F0;		/* before : white */
	font-weight: bold;
	color: black;
	border-color: black black #F0F0F0;
	border-width: 1px;
	border-style: solid;
	position: relative;
	top: 1px;
}
	
#tabs div {
	clear: both;
	padding: 20px;
	padding-left: 3px;
	margin-top: -15px; /* Added for IE alignement */
	border-top: 1px solid black;
}

/*#tabs div#tab-1, div#tab-2, div#tab-3, div#tab-4, div#tab-5 {
	text-align: left;
}*/
#tabs div {
	text-align: left;
	padding-top: 10px;
}
	
#tabs div p {
	line-height: 115%;
}

#tabs .tab_footer {
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -20px;
	margin-bottom: -45px;
	min-height: 15px;
}

#tabs .tab_footer ul, li {
	background: transparent;
}

#tabs .tab_footer div {
	min-height: 40px;
}

#tabs .tab_footer ul li a {
	text-decoration: underline;
	border-style: hidden;
	padding: 0px 0px;
	/*border-color: black;
	border-width: 1px;*/
}

#tabs .tab_footer ul li a.selected {
	text-decoration: none;
	/*background: black;
	color: white;*/
	top: 0px;
}
