/* Scaladoc style sheet */

body {
	color: black;
	background: none white;
	font-family:"DejaVu Sans",Verdana,Helvetica,Arial,sans-serif; 
}
			
p { 
	font-family:"DejaVu Sans",Verdana,Helvetica,Arial,sans-serif; 
	font-size: 12pt;
	margin-left:20px; 
	text-align: justify;
}

pre { 
	font-family:"DejaVu Sans Mono","Lucida Console",Courier,Fixed,Monospace;
	margin-left:20px; 
}

code { 
	font-size: 85% 
}

ul.li { 
	list-style-type:square; 
}

a {
	text-decoration: none;
}

a:link {
	color: #999999;
}

a:visited {
	color: #888888;
}

a:active {
	color: #666666;
}

a:hover { 
	background-color: #ffa;
	color: inherit;
}

div.entity {
	margin: 18px 0px 18px 0px;
	font-size: large;
	font-weight: bold;
}

div.doctitle {
	font-weight: bold;
	font-style: italic;
}

div.doctitle-larger {
	background-color:#777777;
	color:#FFFFFF;
	margin: 0px 0px 10px 0px;
	font-size: larger;
	font-weight: bold;
}

div.kinds {
	margin: 0.6em 0 0 0; /* top right bottom left */
	font-weight: bold;
}

div.page-title {
	margin: 15px 0px 15px 0px;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

div.source {
	font-size: smaller;
	color: gray;
}

span.entity {
	background-color:#777777;
	color:#FFFFFF;
}

table.member {
	margin: 0 0 1.2em 0; /* top rigth bottom left */
	border: none;
	width: 100%;
}

table.member td.title {
	border: none;
	background-color:#777777;
	color:#FFFFFF;
	font-size: large;
	font-weight: bold;
}


table.inherited {
	margin: 0 0 1.2em 0; /* top rigth bottom left */
	border: none;
	width: 100%;
}

table.inherited td.title {
	color: #FFFFFF;
	background-color: #777777;
	font-weight: bold;
}

table.member-detail {
	margin: 10px 0px 0px 0px;
	border: none;
	background-color: #ffffff;
	color: #000000;
	width: 100%;
}

table.member-detail td.title {
	border: none;
	background-color: #777777;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}

table.navigation {
	border: none;
	width: 100%;
	font-family: "DejaVu Sans",Verdana,Helvetica,Arial,sans-serif;
}

td.inherited-members {
	border: none;
}

td.inherited-owner {
	color: #FFFFFF;
	background-color: #777777;
	font-weight: bold;
}

td.modifiers {
	border: none;
	width: 50px;
	text-align: right;
}

td.navigation-enabled {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #777777;
}

td.navigation-links {
	width: 100%;
	background-color: #777777;
	color: #FFFFFF;
}

td.navigation-selected {
	font-weight: bold;
	color: #ffffff;
	background-color: #FFFFFF;
}

td.signature {
	border: none;
	width: 90%;
}

ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

