.tutorial
{
  	height: 100%;
	margin: 20px;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 0.93em;
	color: #333;
}

.tutorial form {
  	margin: 0;
  	padding: 0;
}

.tutorial a {
	text-decoration: none;
	border-bottom: 1px dotted #1B57B1; 	
}

.tutorial a:link, a:visited {
	color: #1B57B1;
}

.tutorial a:hover {
	color: #00c;	
}

.tutorial p {
  	margin-top: 0px;
  	margin-bottom: 12px;
}

.tutorial p img {
	vertical-align: middle;
}

.tutorial p.copyright {
	font-size: 0.7em;
	color: gray;
}

.tutorial p.important {
	border: 1px solid #B11B1B;
	padding: 5px;
	background: #ffddbb;
}

.tutorial table {
	border-width: 1px;
	border-spacing: 1px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.tutorial th, .tutorial td {
	border-width: 1px;
	border-style: dotted;
	border-color: gray;
	-moz-border-radius: 0px;
	font-weight: normal;
	font-size: 0.85em;
}

.tutorial th  {
	text-align: center;
	background-color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	color: #B11B1B;
	font-size: 0.80em;
	font-weight: bold;
}

.tutorial tr.odd td {
	background-color: #ffddbb;
}

.tutorial tr.even td {
	background-color: #fffffd;
}

.tutorial td  {
	vertical-align: top;
	background-color: white;
	padding: 2px;		
}

.tutorial h1, .tutorial h2 , .tutorial h3  {
  	margin-top: 25px;
  	margin-bottom: 10px;
	font-weight: bold;  
	font-family:Helvetica, Arial, sans-serif;
	vertical-align: bottom;
}

.tutorial h1 {
	font-size: 1.4em;
	color: #B11B1B;
	width: 100%;
	padding-bottom: 20px;
}

.tutorial h2 {
	font-size: 1.2em;
	color: #333;
	width: 100%;
	padding-bottom: 5px;	
}

.tutorial h3 {
  	font-size: 1em;
  	border-bottom: 1px solid #ccc;
  	color: #333;
  	padding-left: 0px;
}

.tutorial tt {
	font-size: 1.2em;
}

.tutorial .index
{
	font-size: 0.75em;
	font-weight: bold;
}

.tutorial a#apidoc {
	font-family: Courier, Helvetica, Arial, sans-serif;
	font-size: 120%;
}

.iwoverlayselectioncontrol {
	font-family: Arial,Helvetica,sans-serif;
	font-Size:12px;
	line-height:16px;
}


	
