body, html {
	height: 100%;
	margin: 0;
    padding: 0;
}

body, td {
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	text-align: left;
}

body {
	margin: 0px;
	padding: 0px;
}

p.footer {
	font-size: 9px;
	color: #999999;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #E78608;
	color: #e78608;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #f89709;
	/* color: #f89709; */
}

a.noborder {
	border: 0px;	
}

a.showall {
	font-size:10px;
}

a img {
	border: none;
}

table.results span.type {
	color: #e78608;
	font-size: 10px;
	cursor: default;	
}

table.results td {
	vertical-align: top;	
}

li + li {
    margin-top: 6px;	
}

/* INFOBOX STYLING */

div.infobox {
	width:320px;
	border:1px dotted #cccccc;
	background-color:#FDEDD0; /* FEF8EB */
	text-align:left;
	padding:20px 10px 20px 12px;
}

div.infobox h3 {
	padding:0px;
	margin:0px;
}

div.newfeature {
    background-image:url(../img/new-01.gif);
    background-repeat:no-repeat;
    background-position:100% 0px;
}

div.infobox-image {
	width:100%;
	padding:6px 0px 6px 30px;
}

div.infobox-image img {
	border: 1px solid #cccccc;
}

/* FORM STYLING */

table.form, table.form table {
    width: 100%;	
}

table.form input[type="text"], table.form textarea {
    width: 100%;	
}

/* OTHER STYLES */

span.history {
	color: #999999;
	font-size: 10px;
}

span.history a {
	color: #999999;
	border-color: #999999;
}

span.code {
    font-family: Courier;
    font-size: 9px;	
}

span.command {
    font-size: 9px; 
    font-weight: bold; 
}

sup.new {
	font-weight:bold;
	font-style:italic;
	font-size: 9px;
}
