@CHARSET "ISO-8859-1";

pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
    margin: 0px;
}

div#sites {
	width: 500px;
	margin-top: 100px;
	text-align: left;
	color: #cccccc;
}

div#sites ul {
	margin-left: -40px;
}

div#sites li {
	color: #666666;
	list-style: none;
	display: inline;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 15px;
}

div#sites a {
	color: #194b15;
	font-weight: normal;
	text-decoration: none;
}


div#searchbox {
	width: 500px;
	height: 100px;
	margin: auto;
	margin-top: 50px;
	padding: 90px 20px 20px 20px;
	border: 2px solid #cccccc;
	background-color: #fafafa;
	-moz-border-radius: 2em;
}


div#logo {
	margin-top: -140px;
	margin-bottom: 45px;
	margin-left: -80px;
}

div#footer {
	color: #999999;
}

div#resultsearchbox {
	width: 100%;
	height: 50px;
	margin: 0px;
	margin-top: 50px;
	/*padding: 15px 0px 20px 0px;*/
	padding-bottom: 20px;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	background-color: #fafafa;
}

div#resultsearchbox form {
	margin-left: 20px;
}

div#logosmall {
	margin-top: -40px;
	margin-bottom: 15px;
	margin-left: 20px;
}

div#logosmall img {
	border: 0px;
}

div#error {
	width: 300px;
	height: 50px;
	margin: auto;
	margin-top: 50px;
	padding: 14px 14px 0px 14px;
	border: 2px solid #f8bd09;
	background-color: #fcfaf5;
	-moz-border-radius: 1em;
}

div#info {
	width: 300px;
	height: 50px;
	margin: auto;
	margin-top: 50px;
	padding: 14px 14px 0px 14px;
	border: 2px solid #0060ff;
	background-color: #f5f8fc;
	-moz-border-radius: 1em;
}

img.icon {
	vertical-align: middle;
}

div#statsbar {
	width: 100%;
	height: 12px;
	margin: 0px;
	text-align: right;
	margin-bottom: 20px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #12ff00;
	background-color: #f0fcef;
}

div#statsbar div {
	margin-right: 10px;
}

div#searchresult {
	margin-left: 30px;
	width: 75%;
	margin-bottom: 30px;
}

div#sr-title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #24a01b;
}

div#sr-title a {
	color: #194b15;
	text-decoration: none;
}

td.sr-m-title, td.sr-p-title { 
  	color: #bbbbbb;
	font-size: 9px;
	font-weight: normal;
	padding: 0px;
}

td.d-det-title, td.fname, span.ptype,
  td.dname {
	color: #555555;
	font-size: 11px;
	padding: 8px;
	font-weight: normal;
	vertical-align: top;
}

span.ptype {
	font-size: 9px;
	padding-left: 0px;
}

td.sr-m-detail a, td.sr-p-detail a {
	color: #aaaaaa;
	font-size: 9px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}



td.d-det-detail, td.fvalue, 
  td.pname, td.pdesc, td.ddesc {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 8px;
}

div#sr-desc {
	margin-top: 5px;
	margin-left: 10px;
}

div#searchnav {
	margin-bottom: 20px;
}

ul.searchnav {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

ul.searchnav li {
	margin-left: 0;
	padding: 3px 3px;
	list-style: none;
	display: inline;
	font-weight: bold;
	color: #194b15;
}
	
		
ul.searchnav li.first {
	margin-left: 0;
	list-style: none;
	display: inline;
}

a.searchnav {
	color: #000000;
}

div#defindex, div#modindex,
  div#packindex{
	background-color: #eeeeee;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	width: 150px;
	float: left;
}

a.modlink {
	margin-left: 5px;
	color: #194b15;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

a.deflink {
	color: #194b15;
	font-size: 9px;
	text-decoration: none;
	font-weight : normal;
	
}

ul.deflist li, ul.modlist li,
  ul.packlist li {
	width: 140px;
	overflow: hidden;
}


ul.deflist, ul.modlist,
  ul.packlist {
	list-style: none;
	padding-left: 5px;
	padding-top: 0px;
	margin-left: 5px;
	margin-top: 0px;
}

div#definition, div#module,
  div#package, div#xdoc, 
  div#comments {
	float: none;
	margin-left: 180px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: auto;
}

div#comments {
	float: none;
	margin-top: 50px;
}


div#xdoc {
	margin-left: 40px;
}

div.dtitle, div.comtitle {
	border-bottom: 1px solid #29dd00;
	font-size: 18px;
	font-weight: bold;
	color: #1c580e;
	padding-bottom: 1px;
	padding-top: 4px;
}

div.comtitle {
	border-bottom: 1px solid #10a300;
	font-size: 14px;
	color: #29aa00;
}

div.fields, div.params, div.codebox,
  div.defs, div.mods, div.packs,
  div.comment, div.addcomment {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 10px;
	color: #1c580e;
	background-color: #efefef;
}

div.comment {
	background-color: #f8f8f8;
	border-left: 4px solid #999999;
	padding-left: 5px;
}

div.code {
	color: #000000;
	margin: 10px;
	font-size: 14px;
}

div#xdocref {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	
}

div#xdocref img {
	border: none;
}

table.searchin {
	margin-top: 10px;
}

div.sr-search {
	float: left;
}

table.sr-searchin {
	margin-top: -25px;
	margin-left: 20px;
}

table.sr-searchin td {
	height: 20px;
}

table.searchin td a, table.sr-searchin td a{
	font-size: 9px;
	color: #666666;
	padding-right: 5px;
	text-decoration: none;
	
}

/*a.browselink {
	font-weight: bold;
}*/

td.timestamp {
	color: #aaaaaa;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
}




