/* CSS Document */
.php_tag{ color: #FF0000; }
.php_quoted{ color: #FF0000; }
.php_function{ color: #009900; }
.php_function2{ color: #0000CC; }
.php_comments{ color: #666666; }
.php_constant{ color:#0099FF; }

.html_tag{ color:#003399; }
.html_quoted{ color:#0033CC; }

.codeLine{
	padding-left: 10px;
}

.codeLine1{ padding-left: 20px; }

.codeLine2{ padding-left: 30px; }

.codeLine3{ padding-left: 40px; }

.codeLine4{ padding-left: 50px; }

.code{
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 10px;
	overflow-x: scroll;
}



.classDescriptionHolder{
	margin-bottom: 20px;
}
.classDescriptionHolder h2{ margin-bottom: 10px; }

.classAttributesHolder{
	margin-bottom: 20px;
}
.classAttributesHolder h2{ margin-bottom: 10px; }

.classMethodsHolder h2{ margin-bottom: 10px; }

.methodHolder{
	padding: 5px;
	border: #AAAAFF 1px solid;
	background-color: #EEEEFF;
	margin-bottom: 20px;
}

table.attriburesTable{
	border: #AAAAFF 1px solid;
	border-collapse: collapse;
}

table.attriburesTable thead{
	font-weight: bold;
	color: #ffffff;
	background-color: #0153EB;
}

table.attriburesTable tbody tr{
	background-color: #DDDDFF;
}
table.attriburesTable tbody tr.color{
	background-color: #EEEEFF;
}

table.attriburesTable td{
	padding: 5px;
	border: #AAAAFF 1px solid;
	vertical-align: top;
}


.methodDefinition{
	margin-bottom: 10px;
}

span.name{
	font-weight: bold;
}

span.var_name{
	font-style: italic;
}