/* 
========================================================================
BACKEND.CSS
This stylesheet applies to the back end pages.
========================================================================
*/

body, td, span, p, select, input {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 7.5pt;
	font-weight: normal;
	color: Black;
}

.verysmall {
	font-size: 7pt;
}

.small {
	font-size: 7.5pt;
}

.large {
	font-size: 10pt;
}

.bold {
	font-weight: bold;
}

.highlight {
	color: red;
}
	
.dull {
	color: #999999;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	margin: 0pt 0pt 0pt 0pt;
	padding: 0pt 0pt 0pt 0pt;
	display: inline;
}	

A:link {
	text-decoration: underline;
	color: blue;
}

A:visited {
	text-decoration: underline;
	color: blue;
}

A:hover {
	text-decoration: none;
	color: white;
	background: #FF7700;
}

.menusection {
	border: solid 1px;
	border-color: #BBBBBB;
	background-color: #EEEEEE;
}

.inputbutton {
	font-size: 7pt;
	padding: 0em 0em 0em 0em;
}

hr {
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	border: 0;
	margin: 0;
	padding: 0;
}

select {
	font-family: Verdana;
	font-size: 10px;
	color: black;
	background-color: white;
	border-color: #DDDDDD;
}

form {
	margin: 0
}

span.expl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: hand;
}

.paging {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

 
div.autocomplete {
	background: #fff;
}

div.autocomplete ul {
	border:1px solid #888;
	margin:0;
	padding:0;
	width:100%;
	list-style-type:none;
}

div.autocomplete ul li {
	margin:0;
	padding:3px;
	font-size: 8pt;
}

div.autocomplete .productname {
	font-weight: bold;
}

div.autocomplete ul li.selected { 
	background-color: #ffb; 
}
