/* CSS by nano; January 2006 */
/* for aonic, haxor of worlds. */


/* ---------- Main containers ---------- */

body {
	
	background-color: #EDEDDC;
	/* background-image: url(gradient.png); */
	background-repeat: repeat-x;
	background-position: top center;

	color: #161616;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;

	text-align: center;
}

#container {
	/* width: 620px; */
	margin-top: 9px; /*20px*/
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}

.box {
	clear: both;
	border: solid 3px white; /* Only color is overriden by color scheme. */
	padding: 10px;
	margin: 12px 0px;
}

/* ---------- General tags, lists & anchors ---------- */

h1 {
	font-size: 1.2em;
	margin-bottom: 25px;
}

h3 {
	text-align: center;
}

h3 {
	font-size: 0.8em;
	font-weight: normal;	
}
p {
	padding: 4px 10px;
}

ul {	
	clear: both;
	padding: 5px;
	margin: 5px;
}

li {
	display: inline;
	list-style-type: none;
}

a, a:visited {
	color: #3C3C30;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

/* ---------- The rest ---------- */


#display {
	margin-top: 0;/*4px;*/
}

input#input {
	font-size: 1.1em;
	margin: 8px;
	margin-bottom: 4px;
	border: dashed 1px white;
	padding: 2px;
}

#results li a {
	padding: 2px 8px;
}

#display p {
	margin-top: 4px;
	margin-bottom: 4px;
}
p.usage .body, p#p_usage #b_usage {
	font-family: monospace;
	font-size: 1.0em;
}

.item {
	font-weight: bold;
	padding-right: 10px;
}

img#loading {
	
}

#display a {
	text-decoration: underline;
}
#results { line-height: 1.5em; }
#b_desc, #b_usage { line-height: 1.2em; }

ul#results {
	margin-bottom: 0;
}

/* ---------- Tab navigation ---------- */

#tabs {
	margin-bottom: 0;
}

ul#tabs {
	padding-left:0;
}

ul#tabs li { 
	display: inline; 
}

ul#tabs li a {
	padding: 4px;
	font-weight: bold;
}

#tabphp a {
	color: #3D4A75;
	background-color: #CCD2E4;
}

#tabmysql a {
	color: #755A3D;
	background-color: #f3e19e;
}

#tabjs a {
	color: #4A753D;
	background-color: #D2E4CC;
}

#tabcss a {
	color: #753D75;
	background-color: #E4CCE4;
}

.tab_selected{
	border: 1px outset;
	border-bottom: 0;
}

/*** ads stuff ***/
div#header{ clear: right; }
#header h1 { float: left; }
#ad {
	float: right;
}