*
{
	padding:0px;
	margin:0px;
	font-family: arial;
	font-size: 10pt;
	/*font-weight: 800;*/
	color:inherit;
}
h2
{
	font-size:1.5em;
}
body
{
	background: url(../images/top_gradient2.gif) repeat-x scroll 0px 0px;
	text-align:center;
	color:#666;
}

a
{
	color:#069;
}

a:hover
{
	color:#000;
}

sub
{
	vertical-align:sub;
}
/*input
{
	/*background-image:url("../input_background2.gif");*
	height:22px;
	width:180px;
}*/
textarea
{
	/*background-image:url("../textarea_background.gif");*/
	height:70px;
	overflow:visible;
}
/*input, textarea
{
	/*border:1px solid #999;
	border-left:5px solid #C00;*
	padding-left:8px;
	padding-top:6px;
	font-size:12pt;
}*/
input, textarea, select
{
	color:#000;
}
#content select
{
	width:130px;
	vertical-align:top;
}
img
{
	border:0px;
	text-decoration:none;
}
#list table
{
	empty-cells:show;
	border-collapse:collapse;
	color:#000;
}

#content
{
	position:relative;
	width:800px;		/* change #body too */
	margin: 0 auto;
	text-align:left;
}
#heading
{
	position:absolute;
	background:url("../images/title3.gif") no-repeat;
	width:316px;
	height:68px;
	top:10px;
}
#body
{
	position:relative;
	top:100px;			/* header is 117px */
	width:800px;		/* same as #content */
}
#login
{
	position:absolute;
	right:0px;
	background:url('../images/login_bg.gif') 0px 0px repeat-x;
	height:172px;
	width:300px;
	color:#504b00;
	z-index:2;
}
#login input
{
	background-image:url("../images/input_background.gif");
	height:20px;
	padding-top:0px;
}
#school_name_top
{
	font-size:12pt;
	color:#000;
	text-align:right;
	white-space:nowrap;
	overflow:hidden;
}

#logout
{
	position:absolute;
	color:#069;
	text-align:right;
	top:25px;
	right:0px;
}

#navigation
{
	position:absolute;
	right:0px;
	height:88px;
	width:259px;
}

#navigation #nav_links
{
	position:absolute;
	width:259px;
	height:33px;
	bottom:0px !important;
	bottom:-1px;
	overflow:hidden;
}
#inventory_top, #printpage_top
{
	position:relative;
	background-color:#e1f7fc;
	width:600px;
	height:45px;
	color:#000;
}
#inventory_top div div, #printpage_top div div
{
	float:left;
	margin:0px 3px;
}
#filter
{
	position:absolute;
	top:4px;
	left:84px;
}

#filter select
{
	width:117px;
}

#quick_add
{
	position:absolute;
	left:180px;
	background:url('../images/quick_add_bg2.gif') repeat-x 0px 0px;
	height:44px;
	width:620px;
	color:#000;
	z-index:100;
}
#quick_add #name
{
	background-image:url("../images/input_background3.gif");
	border:1px solid #999;
	height:22px;
	padding-top:1px;
	vertical-align:top;
	width:345px;
}
#quick_add #quick_add_btn
{
	border:none;
	background:none;
	padding:0px;
	height:24px;
	width:24px;
}
#quick_add div
{
	position:absolute;
	top:10px;
	left:12px;
	height:26px;
	line-height:26px;
}
#quick_add span
{
	vertical-align:top;
	font-size:16pt;
	font-weight:900;
}
#quick_add #suggest_list
{
	width:395px;
}
#formula
{
	position:relative;
	vertical-align:middle;
}

#suggest_list
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:20000;
	background-color:#FFF;
	border:1px solid black;
	padding:0px;
	margin:0px;
	list-style:none;
	visibility:hidden;
	overflow:scroll;
	width:100%;
	line-height:14px;
	max-height:142px;	/*also change scrollTopMax and lineheight in suggest.js and in changeListElm() in suggest.js*/
	white-space:nowrap;
}
#suggest_list li
{
	padding:0px 10px;
	line-height:14px;
}
#suggest_list .selected
{
	background-color:#000;
	color:white;
	cursor:default;
}
#add_input
{
	color:#666;
	width:500px;
}
#add_input, #add_input div
{
	font-size:12pt;
	line-height:12pt;
}
#add_input span
{
	font-size:12pt;
	line-height:14pt;
}
#add_input span
{
	color:#000;
}
#add_input input, #add_input textarea, #account_details input, #signup input
{
	/*border-left:5px solid #069;*/
	/*margin-bottom:10px;*/
}

#stuff, #chemical_details, #account_details
{
	position:relative;
	width:500px;
}
/*#stuff input
{
	width:159px;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
#stuff div
{
	height:30px;
	line-height:30px;
	vertical-align:middle;
	margin-bottom:10px;
}*/
.disabled
{
	background-image:none;
	background-color:#d4d0c8;
	color:#000;
}

#add_input #location select, #add_input #formula_div input, #add_input #expiration_date input, #quick_add input
{
	margin-bottom:0px;
	display:inline;
}

#list tbody *
{
	font-weight:normal;
}
#list img
{
	cursor:pointer;
}

#list, #account_details, #stuff
{
	margin-top:10px;
}

#list th
{
	border-bottom:2px solid #666;
}

#list th, #list td
{
	padding:2px;
}

#locations
{
	margin-top:15px;
	color:#000;
}

#locations *
{
	text-align:left;
	font-size:14pt;
}

#list
{
	color:#000;
}

#list td, #locations td
{
	border-bottom:1px solid #CCC;
}

#locations .icon
{
	width:5%;
}

#list .centered, #locations .centered
{
	text-align:center;
}

#account_links
{
	background-color:#e1f7fc;
	width:507px;
	height:35px;
	line-height:35px;
}

#account_links a
{
	display:inline;
	padding:0px 14px 0px 12px;
	line-height:10pt;
}

#account_links .on_link
{
	color:#000;
	font-weight:bold;
	font-size:11pt;
}

#account_details div, #stuff div
{
	font-size:12pt;
}

#chemical_details, #chemical_details span, #chemical_details a
{
	font-size:12pt;
	line-height:20pt;
	font-weight:normal;
}

#chemical_details .bold
{
	font-weight:bold;
}

.selected_option
{
	background-color:#e1f7fc;
}

#message
{
	color:#F00;
}

#msds
{
	width:450px;
}

.edit
{
	visibility:visible;
}

.date_dash
{
	line-height:12pt;
	font-size:14pt;
	vertical-align:middle;
}
#name
{
	/*margin-bottom:10px;*/
}
#password
{
	margin-top:0px;
	width:111px;
}
#login_id
{
	margin-bottom:6px;
	width:153px;
}
#right_info_box
{
	position:absolute;
	/*float:right;*/
	right:0px;
	width:284px;
	top:83px;
	background-color:#ccc;
}
#right_info
{
	margin:15px;
	color:#000;
}

#right_info_box p
{
	font-family: arial;
	font-size: 10pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 16px;
}

#right_info_title
{
	font-size:12pt;
	font-weight:bold;
	padding-bottom:11px;
	border-bottom:1px solid #999;
	margin-bottom:11px;
	white-space:normal;
}
#popup
{
	font-weight:normal;
}
div #title
{
	font-size:24pt;
	color:#666;
	font-weight:normal;
	margin-bottom:15px;
}
.add_input_row
{
	width:100%;
	padding:2px 0px;
	height:40px;
	vertical-align:middle;
	position:relative;
	border-bottom:1px dotted #333;
}
.add_input_row div
{
	position:absolute;
}
.click_edit:hover
{
	/*background-color:#ff0;           done with javascript instead because of IE*/
	/*cursor:pointer;*/
}
#locations .building_block
{
	margin-bottom:5px;
	background-color:#88D5F9;
	border:4px outset #88D5F9;
}
#locations .room_block
{
	margin:8px 32px 5px 200px;
	background-color:#42C2FD;
	border:4px outset #42C2FD;
}
#locations .cabinet_block
{
	margin:8px 32px 5px 280px;
	/*height:32px;*/
	background-color:#0077EF;
	border:4px outset #0077EF;
	overflow:auto;
}
#locations .delete_img
{
	float:right;
	padding:5px;
	cursor:pointer;
}
#locations .title
{
	margin-left:8px;
	line-height:32px;
	font-weight:bold;
}
#print_stuff div, #print_stuff sub
{
	font-weight:normal;
}
#print_stuff
{
	margin-top:20px;
}
#print_stuff div
{
	margin-left:20px;
}
#print_stuff span
{
	font-weight:bold;
}
#check_boxes
{
	margin:5px 0px;
}
#check_boxes input
{
	width:auto;
	height:auto;
}

#left {
	float:left;
	width: 450px;
	margin: 0 0 0 10px;
	padding: 0;
}

#left h1 {
	font-family: arial;
	font-size: 20pt;
	color: #000;
	margin: 20px 0 5px 0;
	padding: 0;
}

#left h2 {
	font-family: arial;
	font-size: 14pt;
	color: #000;
	margin: 20px 0 10px 0;
	padding: 0;
}

#left h3 {
	font-family: arial;
	font-size: 11pt;
	color: #000;
	margin: 20px 0 10px 0;
	padding: 0;
}

#left p {
	font-family: arial;
	font-size: 11pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
	width: 450px;
}

#left .highlight {
	background-color: #FFFFCC;
}

#right {
	float:right;
	width: 300px;
	margin: 55px 0 0 0;
}

#screenshots {
	clear: both;
	margin: 20px 0 0 0;
	height: 250px;
	background: url(../images/hscreen-back.jpg) repeat-x top;
	padding: 0;
	width: 800px;
}

#screenshots h2 {
	color: #FFF;
	font-size: 10pt;
	font-weight: 800;
}

#screenshots p {
	color: #FFF;
	font-size: 8pt;
	font-weight: 100;
}

#footer {
	clear:both;
	margin: 50px 0 0 0;
	width: 800px;
}

#footer p, #footer a {
	font-size: 8pt;
	font-weight: 100;
}

#foot-left {
	float:left;
	width: 400px;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
}

#foot-right {
	float:right;
	width: 400px;
	margin: 10px 0 0 0;
	padding: 0 0 20px 0;
}

#columns {
	margin: 0 0 0 22px;
	padding: 0;
}

.column {
	float:left;
	height:225px;
	margin:20px 9px 0 0;
	padding:0;
	width:185px;
}

.quick_add_location
{
	display:none;
}

.quick_add_location img
{
	position:relative;
	top:3px;
	cursor:pointer;
}

#text-page {
	width: 800px;
}


#text-page  h1 {
	font-size: 20pt;
	color: #000;
}

#text-page  h2 {
	font-size: 18pt;
	color: #000;
	margin: 20px 0 0 0;
	padding: 0;
}

#text-page  h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
	margin: 10px 0 -10px 0;
	padding: 0;
}

#text-page p {
	font-family: arial;
	font-size: 11pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
}

#text-page strong {
	font-family: arial;
	font-size: 11pt;
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
}

#text-page ul {
	font-size: 11pt;
	font-weight: 100;
	margin: 0;
	padding: 10px 0 10px 0;
}

#text-page li {
	font-size: 11pt;
	font-weight: 100;
	margin: 5px 0 0 20px;
	padding: 0;
}
#spacer {
	clear: both;
	margin: 20px 0 0 0;
	height: 100px;
	width: 800px;
	padding:0;
}

#signupcolumns {
	margin: 0 0 0 22px;
	padding: 0;
	clear: both;
	width: 750px;
}

.signupcolumn {
	float:left;
	height:600px;
	margin: 0 9px 0 0;
	padding:0;
	width:350px;
}

#signupcolumns p {
	font-family: arial;
	font-size: 10pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 18px;
	width:350px;
}

#signup ul, #signup li {
	font-family: arial;
	font-size: 10pt;
	font-weight: 100;
	color: #000;
	margin: 0 0 0 25px;
	padding: 0 0 5px 0;
	line-height: 18px;
}
#tourleft {
	float:left;
	width: 750px;
	margin: 0 0 0 10px;
	padding: 0;
}

#tourleft h1 {
	font-family: arial;
	font-size: 20pt;
	color: #000;
	margin: 20px 0 5px 0;
	padding: 0;
}

#tourleft h2 {
	font-family: arial;
	font-size: 14pt;
	color: #000;
	margin: 20px 0 10px 0;
	padding: 0;
}

#tourleft h3 {
	font-family: arial;
	font-size: 11pt;
	color: #000;
	margin: 20px 0 10px 0;
	padding: 0;
}

#tourleft p {
	font-family: arial;
	font-size: 11pt;
	font-weight: 100;
	color: #000;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
	width: 700px;
}

#tourleft p.features {
	margin: 0 0 50px 0;
	width: 500px;
}

#tourleft p.small {
	font-family: arial;
	font-size: 9pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
	width: 780px;
}

#tourleft .highlight {
	background-color: #FFFFCC;
}

#signupcall {
	clear: both;
	margin: 20px 0 0 0;
	height: 250px;
	background: url(../images/hscreen-back.jpg) repeat-x top;
	padding: 0;
	width: 800px;
}

h2.signupcall  {
	color: #000;
	font-size: 18pt;
	font-weight: 800;
	padding: 20px 0 5px 0;
	margin: 0 0 0 25px;
}

p.signupcall {
	color: #000;
	font-size: 12pt;
	font-weight: 100;
	margin: 0 0 5px 25px;
}
ol.signupcall {
	margin: 10px 0 0 45px;
	padding: 0 0 5px 0;
}
li.signupcall {
	font-family: arial;
	font-size: 11pt;
	font-weight: 100;
	color: #000;
	margin: 5px 0 0 45px;
	padding: 0 0 5px 0;
	line-height: 18px;
}
#import
{
	width:500px;
	min-height:130px;
	margin-top:20px;
}

#dates h2 {
	color: #000;
	font-size: 16pt;
	font-weight: 800;
	padding: 20px 0 5px 0;
	margin: 0;
}

#subscription_changes h2 {
	color: #000;
	font-size: 16pt;
	font-weight: 800;
	padding: 20px 0 5px 0;
	margin: 0;
}

#subscription_changes p {
	font-family: arial;
	font-size: 9pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
	width: 500px;
}
#amount
{
	width:50px;
}
#cas
{
	width:100px;
}
#suggest_list_iframe
{
	position:absolute;
	display:none;
	visibility:hidden;
	border:none;
}
#import h2 {
	color: #000;
	font-size: 16pt;
	font-weight: 800;
	padding: 20px 0 5px 0;
	margin: 0;
}

#import p {
	font-family: arial;
	font-size: 9pt;
	font-weight: 100;
	color: #000;
	margin: 0;
	padding: 10px 0 10px 0;
	line-height: 20px;
	width: 500px;
}

#print_title
{
	display:none;
}

/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #E1F7FC;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.even td {
	background-color:#eee;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #069;
color:white;
}

.editable:hover, .editable_password:hover, .editable_select:hover, .editable_area:hover, .editable_location:hover, .editable_date:hover
{
	cursor:pointer;
	background-color:yellow;
}

#expired
{
	color:red;
	font-size:14pt;
	padding-left: 20px;
	background: url(error.gif) no-repeat 0px 5px;
	margin-bottom: 10px;
}

#stuff ul {
  padding:0;
  margin:0;
  }
#stuff li {
  list-style-type:none;
  }

#stuff .attribute
{
	float:left;
	width:250px;
	margin-bottom:20px;
}

.delete
{
	color:red;
	font-weight:bold;
	cursor:pointer;
	text-decoration:underline;
}

#locations input
{
	margin:5px 0px 5px 5px;
}

.jquery-notify-bar {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:32768;
  background-color:#efefef;
  font-size:18px;
  color:#000;
  text-align:center;
  font-family: Arial, Verdana, sans-serif;
  padding:20px 0px;
  border-bottom:1px solid #bbb;
}
.jquery-notify-bar.error {
  color:#f00;
  background-color:#fdd;
}
.jquery-notify-bar.success {
  color:#060;
  background-color:#BBFFB6;
}


/**
 * jQuery Simple Dialog 
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 10px;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
 text-align:center;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url('indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:50px;
 height:22px;
 line-height:22px;
 top:0;
 left:0;
 padding:5px;
 text-align:center;
 background-color:#ccc;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}

