/* @override http://192.168.1.42/css/pwh.css */

/* @group css reset */

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;
}
body {
	line-height: 1;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;    /**/
	background-repeat: repeat-y;
	text-align: center;
}

html, body {
    height: 100%;

}


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;
}

/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}
 @end */


/*

/* status formatting in header */

div#top_nav {
	float: right;
	font-size: 80%;
	padding: 0;
	margin: -20px 0 0;
}

#top_nav p {
	text-align: right;
	margin-top: 4px;
}

#top_nav a{
	color: red;
}

#top_nav a:hover{
	text-decoration: none;
}

#header {
	padding: 12px;
	height: 40px;
	background: url(/images/header_bkgrnd.jpg) repeat-x;
        position:relative;
}

#header h1 {
	font-size: 1.2em;
	color: black;
	text-align: left;
}


#header .contact{font-size:10px;text-align:left;position:absolute;top:32px;left:18px;width:200px;height:50px;}
#header .contact a{text-decoration:none;}
#header .contact a:hover{text-decoration:underline;}


/* @end */


/* @group login   */

#login table  {
	background-color: #eaeaea;
	border: 1px solid #646464;
	padding: 10px 5px;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	margin-top: 30px;
}
form#login td{
	width: 140px;
	font-weight: bold;
	padding: 6px;
	text-align: right;
	vertical-align: top;
}


form#login input {
	float: right;
}

/* @end */



#main {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	border-right: 1px solid orange;
	border-left: 1px solid orange;
	height: 125%;
}

/* Centers content  */
#content {
    text-align: center;
    margin-top: 20px;
}

#content p{
	margin-top: 20px;
}



/* order information */

#header_ack {
	float: left;
	margin-top: 35px;
	margin-left: 35px;
}

#header_ord {
		float: left;
	margin-top: 35px;
	margin-left: 35px;
}

#header_ack .legend, #header_ord .legend {
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
}

#header_ord, #header_ack td {
  text-align: left;
}

/* end of order information */


#order_ack {
	margin: 50px auto 500px;
}


#order_ack th {
	padding-bottom: 5px;
	border-bottom: 2px solid orange;
}

#order_ack td.item_code {
	padding: 2px 10px;
	text-align: center;
}

 #order_ack td.item_desc {
	padding: 2px 10px;
	text-align: left;
	font-family: arial narrow;
}
 #order_ack td.lot_no {
	padding: 2px 10px;
	text-align: left;
}
 #order_ack td.warning {
	padding: 2px 0px;
	text-align: left;
	font-size: 90%;
}

#order_ack tfoot td{
	padding-top: 20px;
	border-top: 2px solid orange;
	text-align: right;
}




#order_list, #print_list {
	margin: 50px auto;   
	margin: 20px auto;   
	text-align: left;
 /*	margin-left: 5px;   */
} 

#order_list th {
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 2px solid orange;
	font-size: 90%;
	text-align: left;
}

#order_list th a{
	color: #000;
        text-decoration: none;
}


#order_list a{
	color: blue;
        text-decoration: none;
}

#order_list a:hover {
	color: orange;
/*	text-decoration: none;  */
	text-decoration: underline;

}
#order_list td, #print_list td {
	padding: 2px 20px;
	padding: 2px 10px;
	text-align: left;

}

#order_list2 td{
	padding: 2px 10px;
	text-align: left;
}


#order_list2 a{
	color: blue;
        text-decoration: none;
}

#order_list2 a:hover {
	color: orange;
	text-decoration: underline;
}


#print_list {
	margin-bottom: 500px;
}

.clear {
	clear: both;
}            

/* order_list /////////////////////////////////*/

#search_form
{
margin: 20px 0 0 130px;
}

div.list_title1
{
   margin-left: 0px;
   margin-bottom: 0px;
   padding-top: 10px;
   font-size: 150%;
   font-weight:bold;


}

div.list_title2
{
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 20px;
   padding-top: 10px;
   font-size: 150%;
   font-weight:bold;
  border-top: 2px solid gray;
   width:500px;"
}



#record_pages
{
   margin-left:130px;
}

#record_pages a
{
   color: #000;
   text-decoration: none;
}



#out_border{
	border: 2px ridge orange;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	width: 600px;
}

div#avsearch_button {
	position: relative;
	text-align: center;
	margin-top: 20px;
/*	width: 500px;   */
}



/* avance search page */
.avSearchHeader {
 /* 	background-color: #666666;
	color: #FFFFFF;                */
 	background: url(/images/header_bkgrnd.jpg) repeat-x;

	vertical-align: top;
    text-align: right;
    padding: 5px 10px;
}


.avSearchRow {
	background-color: #F5F5F5;
	padding: 5px 20px 5px 10px;
	text-align: left;
}


.avSearchRow2 {
	background-color: #F5F5F5;
	padding: 5px 20px 5px 10px;
	text-align: left;
}



#email_ack {
	margin: 50px auto 500px;
}


#email_ack th {
	padding-bottom: 5px;
        padding-left: 10px;
	border-bottom: 2px solid orange;
        text-align: left;
}

#email_ack td.item_code {
	padding: 2px 10px;
	text-align: left;
}

 #email_ack td.item_desc {
	padding: 2px 10px;
	text-align: left;
	font-family: arial narrow;
}
 #email_ack td.lot_no {
	padding: 2px 10px;
	text-align: left;
}
 #email_ack td.warning {
	padding: 2px 0px;
	text-align: left;
	font-size: 90%;
}

#email_ack tfoot td{
	padding-top: 50px;
        padding-left: 10px;
	border-top: 2px solid orange;
	text-align: left;
}

