@CHARSET "UTF-8";



html, body{
	margin: 0;
	padding: 0;
}

a span {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}

#logo {
	width: auto;
	height: 45px;
	position:absolute;
	top: 10px;
	left: 20px;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 0.85em;
	color: #525252;
	background: #ffffff;
}

.hidden {
	display: none;
}

div.spacer {
	clear: both;
	height: 1px;
}

.errorMessage {
	display: inline-block;
	color: #ff0000;
	font-size: 0.85em;
	/* 	margin: 0px 0px 0px 20px; */
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	/* style="float: right;"*/
	position: absolute;
	top: 4px;
	right: 20px;
}

#page-container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 15px;
	width: 96%;
	width: 80%;
	margin: 0px auto;
}

/* Header */

#header {
	background: #008670;
	height: 50px;
	color: #ffffff;
	padding: 5px;
	border-bottom: 18px solid #2B6868;
	font-size: 100%;
}

.title { 
	font-size: 25px; 
	padding: 50px;  
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	text-decoration: none; 
}

.logo-container{
	position:	relative;
	padding:	20px;
}

.logo{
	position: absolute;
	left: 0;
	width: 33%;
}

.title a:link, .title:visited { 
	color: #ffffff;
}


/* Footer */

#footer, #footer2  {
	clear: both;
	background: #ffffff;
	height: 5%;
	color: #525252;
	text-align: center;
	padding: 5px;
}

/* Nav bar */

.menu li {
	display: inline-block;
	/* width: 20%;
	white-space: nowrap; */

}

.menu ul {
	text-align: center;
	width: 80%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

.menu a:link,.menu a:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 40px;
	padding-right: 40px;
}

.menu a:hover, .menu a:active, .menu a:focus {
	background-color: #B8B8B8;
	color: #000000;
	font-weight: bold;
}

/* Footer Nav bar */

#footerLinks{
	background: white;
	height: auto;
	color: black;
	padding: 5px;

}

.inline-navigation {
	/* Remove default UL indentation */
	margin: 0 auto 0 0;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 0;
	list-style-type: none;
	text-align: center;
}

.inline-navigation li{
	display: inline-block;
	border-left: 1px solid #000; /* separator */
	/* Spacing */
	padding-left: 1em;
	padding-right: .66em;
	/* .33em is occupied by whitespace in HTML source */
	white-space: nowrap;
}
/* no separator for first item in list */
.inline-navigation li:first-child {
	border-left: none;
	padding-left: 0;
}

/* Horizontal Rule */
hr {
	border-color: #2B6868;
	background-color: #2B6868;
	color: #2B6868;
	align: center;
	width: 80%;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

/* Tables */
#tableBasic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	border-collapse: collapse;
}

#tableBasic td,#tableBasic th {
	font-size: 0.9em;
	border: 1px solid #000000;
	padding: 3px 7px 2px 7px;
}

#tableBasic th {
	font-size: 1.1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #000000;
	color: #ffffff;
}

#tableBasic tr.alt td {
	color: #000000;
	background-color: #EAF2D3;
}

table {
	width: 98%;
	height: auto;
	background-color: white;
	font-family: Tahoma;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin: 10px;
	border-collapse: collapse;
}

th {
	border: solid 1px white;
	padding: 8px;
	background-color: #2B6868;
	color: white;
	font-weight: bold;
}

tr.d1 td {
	border: solid 1px #C9C9C9;
	padding: 4px;
	background-color: #C1E6E6;
	color: black;
	word-break: break-all;
	/* THIS WRAPS THE TEXT IN CHROME, IE, FIREFOX, OPERA */
}

tr.d0 td {
	border: solid 1px #C9C9C9;
	padding: 4px;
	word-break: break-all;
	/* THIS WRAPS THE TEXT IN CHROME, IE, FIREFOX, OPERA */
}

#tableLink a:link,a:visited {
	padding-right: 6px;
	color: #275E5E;
}

/* Links */

#bulkImporterList, #facilitySearch, #brandSearch{
	font-size: 1.25em;
	font-weight: bold;
	
}

a.previousbutton {
	border: 1px solid #ccc;
	padding: .3em;
	text-decoration: none;
	background: #e1eeee url(../images/arrowLeftCircle.gif) no-repeat 5% 50%;
	padding-left: 20px !important;
}

a.nextbutton {
	border: 1px solid #ccc;
	padding: .3em;
	text-decoration: none;
	background: #e1eeee url(../images/arrowRightCircle.gif) no-repeat 92%
		50%;
	padding-right: 20px !important;
}

a.lastpage,a.firstpage {
	text-decoration: none;
	border: 1px solid #ccc;
	padding: .3em;
	background: #e1eeee;
}

/* Pagination */

.pageXofX {
	display: inline;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: .3em;
	background: #e1eeee;
	margin-right: .3em;
}

.pagination {
	text-align: center;
}

