@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	background:#999;/*url('images/dec.png') repeat-x */
}

/* links */
a:link, a:visited {
	color: #000;
	background-color: inherit;
	text-decoration:underline;
}
a:hover {
	color: #4884FF;
	text-decoration:none;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	color: #4884FF;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}
img{
	border:none;
}
table{
vertical-align: top; 
padding: 0; 
border-spacing: 0;
border:0;
}
table.thetable{
	border:#000 solid 1px;
	width:600px;
	margin-left:auto;/*this is how to center a table in css*/
	margin-right:auto;/*this is how to center a table in css*/
	-moz-border-radius-topleft: 2em;
	border-top-left-radius: 2em;
	-moz-border-radius-bottomright: 2em;
	border-bottom-right-radius: 2em;
	-moz-border-radius-bottomleft: 2em;
	border-bottom-left-radius: 2em;
	-moz-border-radius-topright: 2em;
	border-top-right-radius: 2em;
}
.thetable th{
	text-align:center;
}
table.theothertable{
	width:90%;
	margin-left:auto;/*this is how to center a table in css*/
	margin-right:auto;/*this is how to center a table in css*/
}

.smallr{
	font-size:10px;
	text-align:center;
}
#wrap {
	margin:0 auto;
	margin-top:15px;
	padding:0;
	text-align:left;
	width: 994px;
	background:#FFF;
	border:solid #4884FF 2px;
	-moz-border-radius-topleft: 2em 4em;
	border-top-left-radius: 2em 4em;
	-moz-border-radius-bottomright: 2em 4em;
	border-bottom-right-radius: 2em 4em;
	-moz-border-radius-bottomleft: 2em;
	border-bottom-left-radius: 2em;
}

#header{
	background:url('images/logo.png') top center no-repeat;
	height:50px;
}
#links{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:8px;
}

#links a {
	text-decoration: none;
	color:#4884FF;
	border:#4884FF solid 2px;
	background:#FFF;
	-moz-border-radius-topleft: 2em 4em;
	border-top-left-radius: 2em 4em;
	-moz-border-radius-bottomright: 2em 4em;
	border-bottom-right-radius: 2em 4em;
	-moz-border-radius-bottomleft: 2em;
	border-bottom-left-radius: 2em;
}

#links a span {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:1px;
	padding-top:1px;
	height:39px;
}

#links a:hover {
	color: #FFF;
	border:#4884FF solid 2px;
	background:#4884FF;
	-moz-border-radius-topleft: 2em 4em;
	border-top-left-radius: 2em 4em;
	-moz-border-radius-bottomright: 2em 4em;
	border-bottom-right-radius: 2em 4em;
	-moz-border-radius-bottomleft: 2em;
	border-bottom-left-radius: 2em;
}

#footer {
	clear: both;
	height: 40px;
	color: #000;
	padding-top:35px;
	margin: 0;	
	font-size:10px;			
}
#footer a { 
	text-decoration: none; 
	color: #00F; 
}
#footer a:hover {
	text-decoration:underline;
}

#footer #footer-left {
	width: 400px;
	clear:left;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0px;
	padding-left:15px;
}
#footer #footer-right {
	width: 400px;
	clear:right;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0px;
	padding-right:15px;
}
/* ALL STYLES BELOW ARE FOR INV SYS*/
.align-left{ text-align:left;}
.align-center{ text-align:center;}
.align-right{ text-align:right;}
tr.msovr { background-color:#FFF;}
tr.msovr:hover, tr.msovr:hover a {background-color:#CCF;}
input.go {
	margin:0px;
	border: 0px; 
	background:url('icon/next.png'); 
	height: 24px;
	width: 24px;
}
input.print {
	margin:0px;
	border: 0px; 
	background:url('icon/printer.png'); 
	height: 24px;
	width: 24px;
}
input.accept {
	margin:0px;
	border: 0px; 
	background:url('icon/accept.png'); 
	height: 24px;
	width: 24px;
}
input.minus {
	margin:0px;
	border: 0px; 
	background:url('/icon/previous.png'); 
	height: 24px;
	width: 24px;
}
input.search { 
	margin: 0; 
	border: 0px; 
	background:url('/icon/search.png'); 
	height: 24px;
	width: 24px;
}
.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	
	margin: 0px 0px 3px 0px;
	list-style:none;
	padding: 3px;
	cursor: pointer;
}
.suggestionList a {
	text-decoration:none;
	color:#FFF;
}

