/** 
* Inventory Manager
*  CSS by Jason Stiles 
*  Website: http://www.jstiles.com 
*/

/** 
* RESET CSS 
*	Courtesy of Eric Meyer | http://meyerweb.com/eric/tools/css/reset/ | v1.0 | 20080212 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* background: transparent; MESSES UP MY TABLES IN IE!! */
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q {	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** 
* Inventory Manager Theme CSS Begins Here!
*/

input {
	padding: 0;
	margin: 0;
}

.clear { clear:both; }

.error {
	margin-top: 3px;
	background: #fe9d9d;
	padding: 5px;
	width: 100%;
	border: 1px solid red;
	clear: both;
}

.float_left { float: left; }
.float_right { float: right; }

.left { text-align: left; }
.right { text-align: right; }

.success {
	margin-top: 3px;
	background: #8afd87;
	padding: 5px;
	width: 100%;
	border: 1px solid green;
	clear: both;
}

a { text-decoration: none; }

a:link,
a:visited {
	color: #57711a;
}

a:hover {
	color: #7d9b36;
}

body {
	text-align: center;
	color: black;
	font-size: 10pt;
	background: white url(images/bg.png) repeat-x;    
	background-attachment: fixed;
	font-family: Verdana, Times New Roman, Arial;
}

div.all {
	margin: 0 auto;
	position: relative;
	top: 5px;
	left: 0px;
	width: 760px;
	_height: 1%;
	background: white;
	border: 2px solid black;
	min-width: 760px;
}

div.all:after {
	content: ".";
	clear: both;
	display: block;
	height: 1px;
	visibility: hidden;
}

div.content {
	position: relative;
	top: 15px;
	left: 0px;
	width: 98%;
	margin: 0 auto;
	text-align: left;
	clear:both;
}

div.content:after {
	content: ".";
	clear: both;
	display: block;
	height: 5px;
	visibility: hidden;
}

div.fieldHolder {
	border-bottom: 1px solid #DFDFDF;
	padding: 3px;
	min-height: 1%;
	clear: both;
}

div.fieldHolder:after {
	content: ".";
	clear: both;
	display: block;
	height: 2px;
	visibility: hidden;
}

div.fieldHolder:hover {
	background: #e1e1e1;
}

div.fieldHolder span {
	font-weight: bold;
	padding: 5px;
	width: 48%;
	float: left;
}

div.files {
	position: relative;
	float: left;
	width: 30%;
}

div.files ul {
	position: relative;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	top: 3px;
}

div.files ul li {
	position: relative;
	left: 15px;
	list-style-type: disc;
}

div.footer {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 8pt;
	width: 98%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	height: 15px;
	background: #daf49b;   
	border: 1px solid #43590e;
}

div.form_result {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.header {
	position: relative;
	top: 10px;
	left: 0px;
	width: 98%;
	height: 55px;
	border: 1px solid #66851d;
	text-align: left;
	background: #a5c94f url(images/header_bg.png) repeat-x;
	margin: 0 auto;
	margin-bottom: 5px;
	z-index: 40;
}

div.header input.text {
	position: relative;
	left: 50px;
	top: 6px;
	font-size: 20pt;
	color: black;
	font-weight: bold;
	border: 0px;
}

div.header span.title {
	position: relative;
	left: 50px;
	top: 8px;
	font-size: 20pt;
	color: black;
	font-weight: bold;
}

div.ie_fix {
	position: relative;
	height: 27px;
	width: 100%;
	clear:both;
	visibility: hidden;
}

div.item_form {
	position: relative;
	float:right;
	width:69%;
}

div.grayOut {
	background-color: #ffffff;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
	filter: alpha(opacity=70); /* IE */
	z-index: 1000;
	height: 100%;
	width: 100%;
	border: 2px solid #c8c8c8;
	background-repeat:repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
}

div.loading {
	text-align: center;
	position: absolute;
	margin: 0 auto;
	top: 10px;
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 14pt;
	z-index: 1001;
}

div.login {
	position: relative;
	top: 5px;
	left: 5px;
}

div.login div {
	font-weight: bold;
	padding-bottom: 5px;
}

div.login div.rememberMe {
	font-weight: normal;
	font-size: 9pt;
}

div.logo {
	cursor: pointer;
	position: relative;
	top: 0px;
	width: 242px;
	height: 55px;
	background: transparent url(images/logo.png) no-repeat;
}

div.menu {
	margin: 0 auto;
	position: relative;
	top: 10px;
	width: 98%;
	height: 25px;
	border: 1px solid #66851d;
	text-align: left;
	background: transparent url(images/menu_bg.gif) repeat-x;
	clear:both;
}

div.menu a:link,
div.menu a:visited {
	color: black;
	font-weight: bold;
}

div.menu a:hover {
	color: #475f0f;
}

div.menu_pad_left {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
}

div.menu_pad_right {
	position: relative;
	top: 1px;
	right: 5px;
	float: right;
}

div.page_result {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.trail {
	position: relative;
	width: 100%;
	height: 20px;
	border: 1px solid #c8c8c8;
	text-align: left;
	background: #d6f5a9;   
	clear:both;
	margin-bottom: 5px;
}

div.trail_pad {
	position: relative;
	top: 2px;
	left: 5px;
}

div.user_bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	border: 1px solid #000000;
	text-align: left;
	background: #000000;
	margin: 0 auto;
	color: white;
	z-index: 50;
}

div.user_bar a:link,
div.user_bar a:visited {
	color: #7d9b36;
	font-weight: normal;
	font-size: 10pt;
}

div.user_bar a:hover {
	color: #abd548;
}

div.user_bar_left {
	position: relative;
	top: 5px;
	left: 5px;
	float: left;
}

div.user_bar_right {
	position: relative;
	top: 6px;
	right: 5px;
	float: right;
	font-size: 8pt;
}

form.forms input.text {
	width: 100%;
	border: 1px solid #616161;
}

form.forms input.text_half {
	width: 50%;
	border: 1px solid #616161;
}

form.forms input.text:focus,
form.forms input.text_half:focus {
	background: #fcf8cd;
	border: 1px solid black;
}

form.forms textarea.textarea {
	width: 100%;
	min-height: 90px;
	border: 1px solid #616161;
}

form.forms textarea.textarea:focus {
	background: #fcf8cd;
	border: 1px solid black;
}

form.search input.text:focus {
	background: #fcf8cd;
	border: 1px solid black;
}

h1 {
	font-size: 14pt;
	font-weight: normal;
}

table.tables {
	border: 1px solid #99c55a;
	width: 100%;
}

table.tables th,
table.tables td {
	border: 1px solid #99c55a;
	padding: 3px;
}

table.tables tr {}

table.tables tr:hover {
	background: #cdeaa2;
}
