@import url(stylesheet.css);/* old stylesheet... to be deprecated */

/* "I am king of all things styled..." - Dave Maison */
/* 07/30/2008 smt 14527 DMaison, added styles for page controls */
/* changed out body font from verdana to "lucida grande","lucida unicode",tahoma,verdana,helvetica,arial,sans-serif */
/* 05/13/2010 smt 15619 JG added the thumbnail pop up in here. */

/* TEMPORARY CHANGES */
th {text-align: left;} /* Remove when tables.css is added to WPA */

body {
	background-color: #fff;
	font: normal 11px "lucida grande","lucida unicode",tahoma,verdana,helvetica,arial,sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}

/* Typography */
.Head, .head {
	color: #369; 
	font-weight: bold; 
	font-size: 1.3em;
}

h1 {
	color: #369; 
	font-weight: bold; 
	font-size: 2em;
	margin-bottom: 1em;
}

h2 {font-size: 1.5em;}

.inactive {color: #f00;}

.break-before {margin-top: 1.5em;}

/* Admin */
#edit-page-controls {
	float: right;	
	cursor: pointer;
	margin-top: .25em;
	line-height: 1em;
}
#edit-page-controls img {
	vertical-align: bottom;
	margin-right: .3em;
}

#edit-page-controls-mobile :  #edit-page-controls {
	float: left;
}

.page-control {margin: 1em 0;}

ul.page-notes {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.page-notes, .page-control {text-align: left;}
.page-buttons {text-align: center;} /* 08/05/2008 smt 12203 DMaison, Changed page-buttons alignment */

/* 08/09/2008 smt 14527 DMaison, fixed a elements in page buttons */
.page-buttons a {
	display: -moz-inline-box; /* ff 2 fix */
	display: inline-block;	
	margin-right: 1em;
	vertical-align: bottom;
	text-decoration: none;
}

.page-buttons a img {border: 0;}

/* 08/09/2008 smt 12203 DMaison, added classes updated-by and added-by */
.updated-by, .added-by {text-align: left;}

.updated-by {margin-top: 1em;}
.added-by {margin-bottom: 1em;}

/* LAYOUT */
/* LAYOUT */
#ajax-message {
	position: fixed;
	top: 1em;
	right: 1em;
	box-shadow: 0 .5em 5px -5px #333;
	border-radius: 1em;
	background-color: #fff;
	background-position: 1em center;
	background-repeat: no-repeat;
	border: 1px solid #eee;
	padding: 1em;
	z-index: 999;
}

#ajax-message.processing {
	background-image: url(../images/icons/ajax/activity-indicator.gif);
	background-color: #ffe;
	padding-left: 3em;
	border-color: #eeb;
}

#ajax-message.success {
	background-image: url(../images/icons/silk/accept.png);
	background-color: #dfc;
	padding-left: 3em;
	border-color: #ce9;
}

#ajax-message.error {
	background-image: url(../images/icons/silk/exclamation.png);
	background-color: #fcc;
	padding-left: 3em;
	border-color: #eb9;
}


/* Header */
#header {border: 1px solid transparent;} /* ie bug fix... */
* html #header {border: 1px solid #fff;} /* IE 6 border fix */

#header img {
	display: block; 
	margin-bottom: 21px;
	margin-left: 4px;	
}


/* Tabs */
#header ul {
	margin: 0;
	padding: 0;
	margin-left: 8px;
	list-style: none;	
}

#header li {
	background: #05a url(../images/tab-right.gif) no-repeat right top;
	float: left;
}

#header li a {
	display: block;
	color: #fff;
	line-height: 20px;
	background: transparent url(../images/tab-left.gif) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	padding: 0 6px;
}

#tabs-main li {margin-right: 110px;}

#tabs-alt li {
	background-color: #69c;
	margin-right: 2px;
}

/* Logged in display */
#logged-in {
	background-color: #05a;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	padding-left: 196px;
}

/* Container */
#bread-crumbs {
	list-style: none;
	display: none; /* hide for now */
}

#container {
/*	background: #fff url(../images/container-bg.gif) repeat-y 190px top;*/
	background-color: #fff;
	border: 6px solid #05a;
	border-top: none;
	border-bottom-width: 20px;	
	border-left-width: 4px;
	clear: both;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

/* Left Nav */
#menu-parent {
	padding: 4px;
	width: 180px;
	float: left;
}

#menu-bottom, #menu-parent p {
	font-weight: bold;
	text-align: center;
	margin: 4px 0;
	width: 180px;
}

#menu img {
	vertical-align: text-bottom;
	border: 0;
	margin-right: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	font-weight: bold;
	margin-bottom: 6px;
}

#menu ul ul > li {margin-top: 6px;}

#menu li li {
	font-weight: normal;
	margin-left: 22px;
}

#menu :link, :visited { text-decoration: none; }
#menu :link:hover, :visited:hover { text-decoration: none; }

#menu-parent hr {width: 80%;}
#menu-parent a {color: #000;}
#menu-parent a:hover {color: #f60;}

.help-link {
	float: right;
	text-align: left;
	width: 350px;
	display: block;
}

#menu-parent ul {
	display: none;
}

#menu-parent ul.toplevel,
#menu-parent ul.active {
	display: block;
}

#menu-parent ul {
	display: none;
}

#menu-parent ul.toplevel,
#menu-parent ul.active {
	display: block;
}

#menu-parent ul {
	display: none;
}

#menu-parent ul.toplevel,
#menu-parent ul.active {
	display: block;
}

/* Content */
#content {	
	margin-left: 185px;
	padding: 1px 10px;
	min-width: 644px;
	border-left: 6px solid #05a;
}

* html #content {
	width: 910px;
}

#back-to-top {
	position: absolute;
	bottom: 0;
	margin: 2px;
	left: 196px;
}

#clear {clear: both;}

/* Footer */
#footer {
	text-align: center; 
	font-weight: bold; 
	margin-top: 10px;
	clear: both;
}

#logout {
	text-align: left; 
	margin-left: 4px;
	clear: both;
}

#copy-right {
	text-align: left; 
	margin-top: 10px; 
	font-weight: normal;
}

/* additional styles */
.row-odd {background-color: #eee;} /* 08/09/2008 smt 12203 DMaison, added row-odd */

#menu-bottom,
.menu-bottom-log {
	padding-top: 1em;
}

#menu-bottom a {
	white-space: nowrap;
	margin: 1em;
}

/*** AJAX Auto Completion ********************************/
  div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: #fff;
    border: 1px solid #888;
    margin: 0;
    padding: 0;
  }

  div.autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  div.autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px;
    line-height: 1.4em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #f0f0f0;
    position: relative;
  }

  div.autocomplete ul li.selected {
    background-color: #ffb;
  }
  
  div.autocomplete ul li span.informal {
    font-weight: normal;
    font-size: 0.75em;
    color: #444;
    position: absolute;
    right: 2px;
  }
/*********************************************************/

.button-mirror {
	display: block;
}

/************************************************************
*   Thumbnail pop up on noview.asp and nokitselectionselected
************************************************************/
#thumbicon {
	left: 1px;
	position: relative;
	top: 1px;
	width: 21px;
}

#thumbicon a .prodthumb {
	border: 0px;
	display: block;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#thumbicon a img {
	border: 0;
}

#thumbicon a.thumbicon1, #thumbicon a.thumbicon1:visited {
	display: block;
	position: relative;
	height: 21px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 21px;
}


/****
	IE6 won't apply the hover effect on the link's descendents (see the next rule) unless
	the link has it's own hover change: http://www.webmasterworld.com/forum83/4457.htm
	These rules should just cancel each other out, but trigger this behavior
****/
#thumbicon a.thumbicon1:hover {
	left: -1px;
	margin-left: 1px;
	*width: 20px; /* adjust the width for IE 6 & 7 (box-model difference) */
}

#thumbicon a.thumbicon1:hover .prodthumb {
	border: 1px solid #000000;
	display: block;
	left: 25px;
	width: 150px;
	position: absolute;
	top: 0px;
}

/*** basic form styles ***/
	/*** 
		NOTE: the fieldset.simple class was added to prevent unknown side effects, since I'm not sure where else fieldsets are used.
				This class is used only on the bulkorderapprove.asp for now
	***/
	fieldset.simple {
		border: 0;
		border-top: 1px solid #ccc;
	}
	/* overrides style in old imported stylesheet */
	fieldset.simple select {
		margin-bottom: 0 !important;
	}

	legend {
		font-weight: bold;
	}



/**
 * Non-semantic helper classes: taken from HTML5 Boilerplate project (https://github.com/paulirish/html5-boilerplate)
 */

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


/* expandables */
.expandable:not(.open) > div
{
    display:none;
}
.expandable legend  { background: url('../images/icons/add.png') no-repeat 99% center; }
.expandable.open legend { background: url('../images/icons/delete.png') no-repeat 99% center; }
.expandable legend:hover { cursor:pointer; }