
.noprint {
    visibility: visible;
    }

@media print {
    .noprint {
        visibility: hidden;
        overflow: hidden;
        /*width: 0;*/
        display: none;
        position: absolute;
        }
    .notnoprint {
        display: inline-block !important;
        visibility: visible !important;
        background: blue;
        overflow: hidden !important;
        /* width: 100%; */
        /* position: absolute;
        top: 0px; */
    }
    a { color: black;
	text-decoration: none;
	}
    body{ font-size:75%; 
	font-size: small;
	}
    .page-header {
        margin-top: -10px;
    }
    }

@media screen {
    .print {
	visibility: hidden;
	overflow: hidden;
	width: 0;
	display: none;
	position: absolute;
	}
    body {
	font-size:medium;
	}
   /* * {font-size: 105%} */
    }
@page { margin-top: 2cm }
@page :first { margin-top: 1cm }

.input_text,
.input_number,
input.input_text, 
input.input_number {
	background: black; 
	color: #a0ff80; 
	font-weight: bold; 
	border:0; 
	font-family: Courier New, mono-space;}
.input_number,
input.input_number {
	text-align:right}
table.Supplier_table td {
	border-right: 1px solid white; 
	white-space: pre;
	}
body{ 	background: white;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
	}



#content {
	background: transparent;
	}
#body {
	background: transparent;
	}
div { background: transparent; }
.Eurowa_Inventory_System{
	color: yellow; 
	position:absolute; 
	left:32em; 
	line-height: 2em;
	}
div.fieldset, div.fieldseta { 
	background: white;
	border-style: solid;
	border-width: 20px;
	border-color: #f0f0f0;
	padding: 0px;
	text-align: left;
	}
div.fieldseta {
	}
.fieldset .legend, .fieldseta .legend { 
	background: white;
	color: #590d4a;
        position: relative;
        display: block;
	float: left;
        text-align: left;
        padding-left:5px;
        padding-right:5px;
        left: 35%;
        top: -23px;
	font-weight:bold;
        }
.Left {
	text-align: right;
	width: 35%;
	min-width: 35%;
	position:static;
	overflow: hidden;
	float: left;
	display: block;
	padding-right: 5px;
	clear:left;
	font-weight: bold;
	vertical-align:top;
	}

/*.fullRight {
	text-align:left;
	display: inline-block;
	overflow: hidden;
	}*/
.Right {
	text-align:left;
	}
input.fullRight {
	width: 50%;
	}
select.fullRight {
	width: 51%;
	}
.RightFlushRight {
	width:51%; 
	text-align: right; 
	overflow: hidden;
	}
input.submit, button.submit {
	font-weight: bold;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}
.small_tdL,
.stL {
	vertical-align:top;
	text-align: left;
	font-weight: bold;
	width: 35%;
	padding: 0px;
	margin: 0px;
	padding-right: 5px;
	white-space: pre;
	}
.small_tdBoth,
.stB {
	vertical-align:top;
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	}
.small_tdR,
.stR {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
/*input.stR {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 1px;
	margin: 0px;
	width: 97%;
	overflow: hidden;
	} */
.oI, .OtherIsInput{  /*Note: used as a secondary class -- must be AFTER primary class */
	padding-top: 4px;
	}
table.none {
	margin:0;
	padding:0;
	}
button{
	cursor:pointer;
	}
button.uR, button.upperRight {
	float:right; 
	font-size:xx-small; 
	vertical-align:bottom;
	}
button.uLS, button.upperLeftSpecial{
	position: absolute;
	left: 0px;
	top: -16px;
	font-size:xx-small; 
	vertical-align:bottom;
	}
button.lL, button.lowerLeft{
	float:left; 
	font-size:xx-small; 
	vertical-align:bottom;
	}
button.lR, button.lowerRight{
	float:right; 
	font-size:xx-small; 
	vertical-align:bottom;
	}
button.floatRight {
	float:right; 
	font-size: 9pt; 
	}
.materialbutton {
	margin-left: 8px;
	width: 140px;
	}
table.MDD, table.MaterialDisplayDetails{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	}
table.MD, table.MaterialDisplay{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	}
td.MDL, td.MaterialDisplayLeft{
	width: 35%;
	text-align: center;
	vertical-align:middle;
	}
td.MDR, td.MaterialDisplayRight{
	width: 65%;
	text-align:left;
	vertical-align:middle;
	}
.MDNotes{
	border:1px solid black;
	white-space: pre;
	padding:5px;
	margin-left: 0px;
	text-align:left;
	width:95%;
	}
#project_header{
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
	}

.Calendar {
        float: left;
        border: 1px outset #DBF2DB;
        background-color: #DBF2DB;
        color: #666;
        padding: 3px;
        /*margin: 0 0 0 10px;*/
        }
        .Calendar a {
                text-decoration: none;
                color: #000;
                }
        .Calendar a:hover {
                color: #000;
                background-color: #FFF;
                text-decoration: none;
                }
        .Calendar a.today {
                /*color: #FFF;*/
                border: 1px solid red;
                /*background-color: #538B52;*/
                }
        .Calendar a.selected {
                background-color: #88F;
                }
        .Calendar a.proposed {
                background-color: #8F8;
                }
        .Calendar a.dim {
                color: #888;
                }
        .Calendar .Cal_month  a {
                text-decoration: none;
                text-align: center;
		white-space: pre;
                }
        .Calendar .Cal_week {
                border-left: 1px solid #538B52;
                margin: 0 0 0 3px;
                }
                .Calendar .Cal_week  a {
                        text-decoration: none;
                        color: #000;
                        background-color: #FFF;
                        padding: 0 3px;
                        }
                .Calendar .Cal_week a:hover {
                        color: #B00;
                        }

.notes_empty {
	width: 3em;
	height: 1em;
	}

.notes_1row {
	width: 26em;
	height: 1em;
	}
.notes_2row {
	width: 26em;
	height: 2.4em;
	}
.notes_4row,
.notes_empty:focus,
.notes_1row:focus,
.notes_2row:focus {
	/*width: 26em;
	height: 4.8em;*/
	}

.textarea_empty {
	width: 8px;
	height: 6px;
	}

.textarea_1row {
	width: 26em;
	height: 1em;
	}
.textarea_2row {
	width: 26em;
	height: 2.4em;
	}
.textarea_4row,
.textarea_empty:focus,
.textarea_1row:focus,
.textarea_2row:focus {
	width: 26em;
	height: 4.8em;
	}
 
.Details_empty,
.Details_1row,
.Details_2row,
.Details_4row {
    background: lightblue;
    height:.6em;
    width: 2em;
    }    
.Details_empty:focus,
.Details_1row:focus,
.Details_2row:focus,
.Details_4row:focus {
    height:4.8em;
    width:35em
}

.search_results {
        background: white;
        color: black;
        text-align: center;
        padding: 5px;
        font-size: medium;
        white-space:nowrap;
        }
.search_results table {
        text-align: left;
        border-collapse: collapse;
        margin-top: 10px;
        }
.search_results tr.search_header_row {
        background: #e0e0ff;
        }
.search_results th {
        padding: 0px 5px;
        border: 1px solid black;
        }
.search_results tr.highlight {
        background: #c0c0ff;
        }
.search_results tr.even {
        background: #e0e0e0;
        }
.search_results tr.odd {
        background: white;
        }
.search_results td {
        padding: 0px 5px;
        border: 1px solid black;
        }
.search_results a {
        text-decoration: none;
        }

.inventory_detail_highlight .input_number,
.inventory_detail_highlight .input_text {
	background-color: #4040a0;
	}

.mainAction {
        padding: 3px;
        border: 2px solid green;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 1px;
        }

.subActionGobutton {
        border: 1px solid green;
        border-radius: 5px;
        background: #eeeeee url('gobutton.gif') no-repeat center center;
        height: 14px;
        width: 20px;
        vertical-align: 25%;
        }
.subAction,
.subsubAction,
.subActionMiddle {
        font-size: small;
        border: 1px solid green;
        padding: 0px 0px;
        font-weight: bold;
        text-decoration: none;
        color: black;
        font-family: arial;
        border-radius: 5px;
	border-radius: 5px;
        margin-left: 1px;
        }
.subActionMiddle {
        margin-top: 4px;
        }

a.subAction {
        padding: 1px 5px;
        }
.subsubAction {
        font-size: xx-small;
        }

tr.highlight {
        background: #c0c0ff;
        }

/*##################################################################*/
/*#      Ajax.autocomplete                                         #*/
/*##################################################################*/

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:#e0ffff;
  border:3px solid #888;
  margin:0;
  margin-top: 7px;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  /*height:32px;*/
  cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
    visibility: hidden;
    /*font-size: 80%;*/
    font-size: small;
}
div.autocomplete ul li span {
        color: black;
        visibility: visible;
        }






.Widget_Area {
        text-align: left;
        }

.Widget_Editor {
        background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAQAAAAwokVPAAAApUlEQVQ4y2NgGBaAl8GNwQcIjcnQ+5/bxo8hhSENCB1QJM7AIV7taq+DwJrTgK7A1I4HOACdy8Ygx5DGCtKshCaL31aGEKidaZxALKpPko932zCkQjSzg8hEBjWSgut1UE2cdpJ/AjvUEAZdUrSz/Vf77/jf7FAozA1ooU6UIQL7Qplg2t0o0R5NsmaIdp4U08TVHmRoBmn/7/Pf5r8AWZpHASYAAAu0NfKexbY5AAAAAElFTkSuQmCC");
        background-position: -4px -2px;
        cursor: pointer;
	display: inline-block;
        height: 12px;
	position: relative;
        width: 20px;
        }

.Widget_Editor:hover {
        background-color: orange;
        }

.Widget_Editor_actionlist {
	background: white;
	border: 1px solid cornflowerblue;
	color: black;
	font-size: small;
	font-weight: bold;
	left: 20px;
	position: absolute;
	text-align: left;
	width: auto;
	z-index: 1;
	}
.Widget_Editor_actionlist * {
	background: white;
	padding: 0px 2px;
	white-space: nowrap;
	}
.Widget_Editor_actionlist *:hover {
	background: cornflowerblue;
	color: white;
	}

.WidgetOpened {
	background: bisque;
	border: 2px solid cornflowerblue;
	position: absolute;
	padding: 3px;
	}

.WidgetTitle {
	background: cornflowerblue;
	text-align: center;
	padding-right: 18px;
	}
.WidgetA {
        font-size: xx-small;
        border: 1px solid green;
        padding: 0px 2px;
        font-weight: bold;
        text-decoration: none;
        color: black;
        font-family: arial;
        border-radius: 5px;
        margin-left: 3px;
        }


.closeIcon {
	/*background-image: url("icon-close.png"); */
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAXRJREFUeNpiYKAQMIKIP6tX8zMyM29gYGJyIErXv38H/v/9G8ASGvqRBcT/+/37BkZGRgcSLHb4////BiDtCHbBt2nT/pPjfKArFMAu+PP5M4oEh5cXw9/Hjxl+X74M5rPq6jIwy8oy/Ni2DUUdX3n5Q4gXkAzgBGpm1dEB438/fkAM9PSEeB2o7juaIRgu+Hb4MAOrvj4DExcXA1dgICLcvn0Dy/1Fcy0TzAAY/nnzJsO7ri6Gf1+/IjQD2SAxkByyWrgL0E1lFxdnYOLmRtgCZDMDxX5eu4YRkBhe4HFzYxDMzITY/OULxAAeHrAYKEy+7NqFxQCoQrBrgH6FuepZbi6YLTV5MgMzLy9YDlktwgufPsEFPqxaxfDv+3eGn7dugf0MAk+SkxnY1dQYPm3ejD0pX1VSIishad+7xwgLgwOg5Emi/gNwL/z/8SPg358/Gxj+/yfOEEbGA0wsLAFwLyCDMwwM9gS0PzBhYHgI4wAEGAARZrBsHocP6gAAAABJRU5ErkJggg==");
	height: 16px;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 16px;
	}
	
div.Inventory_Check {
	display: inline;
	}

.Inventory_Check_Button_stale {
	background: #FAA;
	}

.Inventory_Check_Button_checked {
	background: #AFA;
	}

.Inventory_Check_Button_empty {
	background: #555;
	}



.right { float: right }
.left  { float: left }
.small { font-size: small }
.x-small { font-size: x-small }
.xx-small { font-size: xx-small }


