/*
======================
=== General styles ===
======================
*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}

body {
    background: #fff;
    line-height: 1;
    padding-bottom:10px;
}

ol, ul {
    list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body, input, textarea {
    color: #666666;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.625;
}
body {
    background: #cccccc;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight:bold;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}

/* Text elements */
p {
    margin-bottom: 1.625em;
}
p.title{
    margin-bottom: 0.625em;
}
ul, ol {
    margin: 0 0 1.625em 2.5em;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
ol {
    list-style-type: decimal;
}
ol ol {
    list-style: upper-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
ol ol ol ol {
    list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
code, kbd {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    display: block;
    margin: 0 0 1.625em;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

.underline {
    text-decoration:underline;
}

.fl_l { float:left;  }
.fl_r { float:right; }
.clear { clear:both; display:block;height:0px;line-height:0px; }

/* Forms */
input[type=text],
input[type=password],
textarea {
    background-color:#FFF;
    border: 1px solid #cccccc;
    color: #666666;
}
input[type=text]:focus,
textarea:focus {
    color: #000;
}

textarea {
    padding-left: 3px;
    width: 98%;
}
input[type=text] :not(#uLogin) {
    padding:2px 5px;
    height: 17px;
}
option {
    height: 28px;
}

input[type=submit], input[type=button] {
    height: 30px;
    width: 115px;
    font-weight: bold;
}

.redBackground {
    background: #FFE0E0;
}

.visible {
    display: inline;
}


/* Links */
a {
    color: #666;
    text-decoration: none;
}
a:focus,
a:hover {
    color:#ee3124;
}
a.chosen {
    color:#ee3124;
}
a:active {
    color:#919191  !important;
}

#site-title {
    position:absolute;
    top:25px;
    left:43px;
}

#site-title img {
    width: 170px;
}

#site-title a {
    text-decoration: none;
}

#appVersion {
    position: absolute;
    top: 36px;
    right: 47px;
    font-family: Arial; 
    font-size: 15px;
    line-height: 1.3;
    color: #AEAEAE;
}

#page {
    width:90%;
    padding:77px 46px 60px 43px;
    background-color:#FFF;
    position:relative;
    margin: 10px auto;
    min-height:480px;
}

#main {
    margin-bottom: 10px;
}

#main a {
    color: #2E6099;
    text-decoration: underline;
}

#main a:hover {
    text-decoration: none;
}

span.app-name {
    vertical-align: bottom; 
    font-family: Arial; 
    font-size: 32px; 
    color: #AEAEAE;
}

#access {
    border-color:#CCC;
    border-width:1px 1px 1px 0;
    border-style:solid;
    margin-right:1px;    
    margin-bottom:10px;
    position:relative;
    z-index:100;
    height:30px;
    line-height:30px;
    height:30px;    
    background-image: url('../images/gradients.png');
    background-repeat: repeat-x;
    background-position:0 15px;
}
#access ul.menu {
    margin:0;
    list-style-type:none;
    float:left;
}
#access ul.menu li {
    display:block;
    float:left;
    position:relative;
    height:30px;
    line-height:30px;
    border-left:1px solid #CCC;
}

.menu-item {
    display: block;
    float: left;
    position: relative;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #CCC;
}

.menu-item a {
    color: #666;
    text-decoration: none; 
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 11px;    
    text-transform: uppercase;
    float: left;
    font-family: Arial !important;
    text-align: center;
    background-image: url('../images/gradients.png');
    background-repeat: repeat-x;
    background-position: 0 30px;
}

.menu-item a:hover {
    color:#ee3124 !important;
    text-decoration: none !important;
    font-family: Arial !important;
    font-weight: bold !important;
}

/* Titles */
h1 {
    font-size:16px;
    color:#ee3124;
}
h2 {
    font-size:14px;
    color:#333333;
}
h3 {
    font-size:13px;
    color:#333333;
}
h4,
h5,
h6 {
    font-size:9px;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em;
}

div.halfWidth {
   width: 416px; 
}

.notice {
    border: 1px solid #ccc;
    padding:15px 15px 15px 35px;
    margin-bottom: 10px;
    background: url("icons/default_message.png") no-repeat 10px 50% #F7F7F7;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px;
    color: #666666;
    font-weight: bold;
    position: relative;
}

.notice.info {
    background: url("icons/info.png") no-repeat 10px 50% #CFDCFF;
    border-color: #45A8EA;
    color: #1272B2;
}

.notice.warning {
    background: url("icons/warning.png") no-repeat 10px 50% #FFE393;
    border-color: #FFD153;
    color: #F37021;
}

.notice.error {
    background: url("icons/error.png") no-repeat 10px 50% #F9B890;
    border-color: #CD9979;
    color: #563928;
}

.notice.success {
    background: url("icons/success.png") no-repeat 10px 50% #E5F0D7;
    border-color: #628B2C;
    color: #628B2C;
}

table {
    margin: 0px;
    font-size: 11px;
}

thead th {
    font-weight: bold;
    background-color: #F1E3BB;
    text-align: center;
    color: #000;
    white-space: nowrap;
}

#packaging_table th {
    font-weight: bold;
    background-color: #F1E3BB;
    text-align: left;
    color: #000;
    white-space: nowrap;
}

td,tr,th {
    color: #000;
    padding: 2px 3px 2px 3px;
}

.odd {
    background-color: #F0F0F0;
    white-space: nowrap;
}

.even {
    background-color: #E0E0E0;
    white-space: nowrap;
}

.displayNone {
    display: none;
}

.strong {
    color: red;
    font-weight: bold;
}

.nobr {
    white-space: nowrap;
}

#confirmLink {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #666;
}

#confirmLink:hover {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ee3124;
    text-decoration: none;    
}







/*
======================
=== File index.jsp ===
======================
*/

#resultBox {
    float: none;
    height: 600px;
    border: 0px;
    overflow: auto;
    width: auto;
}

#searchBox {
    float: left;
    height: 100%;
    width: 300px;
    margin-right: 20px;
}

#searchBox input, #searchBox select, #searchBox textarea {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#searchBox input[type=text], #searchBox select {
    height: 24px;
}

#vault, #manufacturer, #lastChanged {
    width: 100%;
}

#hpns {
    overflow: auto;
    width: 100%;
    height: 250px;
}


#partNumbersFunctions {
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 7px 7px 10px 7px;
    display: none;
}

#substituteCharsInput {
    width: 70%;
}

#searchBox .wideSearchButton {
    width: 100%;
}

#searchButton, #searchHistoryButton {
    height: 40px;
    font-size: 16px;
}

#paging {
    padding: 20px 0 0 0;
}

#paging span {
    margin: 0 10px 0 5px;
}

#paging label {
    margin: 0 3px 0 10px;
}

#pageNumber {
    width: 30px;
    text-align: right;
}

.excel {
    vertical-align: middle;
}

#excelButton, #excelAlteredButton, #excelAuthButton, #excelPackagingButton{
    width: 35px;
    height: 30px;
    padding: 0;
    margin-right: 5px;
}

#form2export, #form_auths2export {
    display: none;
}

#conditionOfUseBox {
    font-weight: normal;
}

#conditionsButtonsBox {
    text-align: center;
}

img.info{
    vertical-align: middle;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: white;
  color: black;
  text-align: center;
  padding: 3px 3px;
  border: solid black 0.5px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: auto;
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}







/*
=====================
=== File ajax.jsp ===
=====================
*/

#excelButton img, #excelAuthButton img, #excelAlteredButton img {
    width: 26px;
    height: 26px;
}

#snapshot {
    margin-left: 50px;
}

a.thickbox {
    color: #2E6099;
    font-weight: bold;
}




/*
======================
== File support.jsp ==
======================
*/
#supportTable {
    font-size: 12px;
    max-width: 1000px;
    text-align: left;
    background-color: #F0F0F0;
    border: 1px solid #ccc;
}

#supportTable label {
    display: block;
    text-align: right;
    padding-top: 2px;
}

td.wider {
    width: 700px;
    vertical-align: middle;
}

td.wider span {
    vertical-align: inherit;
}

td.wider input {
    width: 98%;
    height: 20px;
}

td.wider textarea {
    width: 99%;
    overflow: auto;
}

.mandatoryBlack {
    background: url('icons/asterisk_red.gif') no-repeat top left;
    padding-left: 10px;
    vertical-align: middle;
}

#supportTable select {
    width: 120px;
}

.priority-option {
    padding-left: 20px;
    height: 18px;
}

#issue_prior option[value="Blocker"] {
    background: url('icons/priority_blocker.gif') top left no-repeat;
}

#issue_prior option[value="Critical"] {
    background: url('icons/priority_critical.gif') top left no-repeat;
}

#issue_prior option[value="Major"] {
    background: url('icons/priority_major.gif') top left no-repeat;
}

#issue_prior option[value="Normal"] {
    background: url('icons/priority_normal.gif') top left no-repeat;
}

#issue_prior option[value="Minor"] {
    background: url('icons/priority_minor.gif') top left no-repeat;
}

#issue_prior option[value="Trivial"] {
    background: url('icons/priority_trivial.gif') top left no-repeat;
}

#td_create_issue {
    padding-bottom: 20px;
    padding-top: 20px;
}

.required_message {
    font-weight: bold;
    color: red;
    display: none;
}


#issue_approxParts {
    width: 120px;
}

#user_req_button {
    width: 150px;
}


/*
======================
== File footer.html ==
======================
*/
#site-generator {
    border-top:1px solid #767676;
    font-size:10px;
    padding:5px 0 0;
    height:26px;
    line-height:26px;
}
#site-generator a {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #666;
}
#site-generator a:hover {
    font-family: Arial, Helvetica, sans-serif !important;
    text-decoration: none;
    color: #ee3124;
}
#site-generator .fl_r a { text-decoration: underline; }
#site-generator .fl_r a:hover { text-decoration: none; }
#site-generator #google_translate_element {
    height:22px;
    line-height:22px;
}
#site-generator #google_translate_element select {
    height:20px;
    line-height:20px;
}
#site-generator ul,
#site-generator li {
    list-style-type:none;
    display:inline;
    margin:0;
}