@charset "UTF-8";
/**
 * Primary styles
 *
 * Author: Seth Keiper
 */

html, body, div#container{
  overflow:none !important;
}
html,body{
  background: #CACACA url(/img/punchout/background.png) repeat-x;
}
header{
  color: #fff;
  background-color: transparent;
  height:30px;
  padding:5px 0;
}
header h1{
  font-size:130%;
  margin-left:2%;
  width:90%;
}
header h2#page_title{
  position:absolute;
  top:5px;
  left:160px;
  width:40%;
  font-size:125%;
  color:#FFF000;
}
header div#notifications{
  position:absolute;
  top:5px;
  right:5px;
  width:310px;
}
header div#notifications div.notices{
  padding:0.3em 0.5em;
  width:310px;
  color:#000;
  background-color:#587FF1;
  background-color:#CACACA;
  border-bottom: 1px solid #444444;
  text-align:center;
}
header div#notifications div.notices a{
  color:#000;
  background-color:transparent;
  text-decoration:none;
  margin:0.2em 0.1em 0 0.1em;
}
header div#notifications div.notices a img{
  margin-top:3px;
  margin-bottom:-3px;
}
header div#notifications div.notices img.shock_user_on, header div#notifications div.notices img.shock_user{
  margin-left:3px;
  margin-right:3px;
  margin-bottom:-3px;
}
img.shock_user_on{
  cursor:pointer;
}
nav{
  position:absolute;
  left:2%;
  right:2%;
  width:96%;
  color: #fff;
  background-color:#00279A;
  background-color: transparent;
/*
  background-color:#8C8484;
*/
  height:23px;
  border-bottom: 1px solid #444444;
/*
  border: 1px solid #8C8484;
*/
}
html,body{
	width:100%;
	height:100%;
	overflow:hidden;
}
nav ul li{
  color: #fff;
  background-color:#00279A;
  background-color:#6B6B6B;
  background-color:#8C8484;
  background-color:transparent;
  display:inline;
  padding: 0 8px 3px 8px;
  border-right: 1px solid #587FF1;
  border-right: 1px solid #AEAEAE;
}
nav ul li:last-child{
  border-right:none;
}
nav ul li a{
  font-size:102%;
  color: #ffffff !important;
  background-color:transparent;
  text-decoration: none;
}
nav ul li a:before {
   content: "  ";
}
nav ul li a:hover{
  text-decoration: underline;
}
nav ul li a:active, nav ul li a.active{
/*
  color:#85E2EC !important;
*/
  color:#FFFF00 !important;
  background-color:transparent;
}
nav ul li a.active:before {
   content: "» ";
}

img{ border:none; }
div#main{
  position:absolute;
  top:64px;
  left:5px;
  right:5px;
  bottom:26px;
  width:99%;
  overflow:auto;
  color:inherit;
  background-color:#ffffff;
  background-color:#F5F5F5;
  border: 1px solid #8C8484;
}
div#main div.columns h3{
  margin-top:2px;
  font-size:105%;
}
div#main div.columns{
  color:#fff;
  background-color:#00279A;
  background-color:#959595;
}
div#main div.columns table{
  color:#000;
  background-color:transparent;
}
table.null{
  color:#000;
  background-color:transparent !important;
}
div#main div.columns30{
  float:left;
  width:31%;
  margin:5px 5px 5px 5px;
  border:1px solid #444444;
}
div#main div.columns60{
  float:left;
  width:61%;
  margin:5px 5px 5px 5px;
  border:1px solid #444444;
}
div#main div.columns320px{
  float:left;
  width:320px;
  margin:5px 5px 5px 5px;
  border:1px solid #444444;
}
div#main div.columns650px{
  float:left;
  width:650px;
  margin:5px 5px 5px 5px;
  border:1px solid #444444;
}
div#main h2{
  margin: 5px auto;
  font-size:150%;
  width:99%;
}
div#main ul.category_items{
  width:60%;
  margin:0 auto;
}
div#main ul.category_items li{
  width:220px;
  height: 100px;
  float:left;
  list-style:none;
  list-style-image: none;

}
div#main ul.category_items li a:hover{
  background-color:#C6CAFF;
  background-color:#CCCCCC;
}
div#main ul.category_items li a{
  border:1px solid #000000;
  display:block;
  width:210px;
  height:90px;
  text-align:center;
  font-size:160%;
  vertical-align: middle;
  display:table-cell;
  background-color:#DFE1FB;
  background-color:#DBDBDB;
  text-decoration:none;
}
div#main form.crud{
  width:98%;
  margin:0 auto;
}
div#main form.login, div#main form.search{
  width:80%;
  margin:0 auto;
}
div#main form.login fieldset, div#main form.search fieldset, div#main form.crud fieldset{
  border:1px solid #444444;
  margin:10px 0;
  padding:5px;
}
div#main form.login legend, div#main form.search legend, div#main form.crud legend{
  padding: 0.2em 0.5em;
  border: 1px solid #444444;
  color:inherit;
  font-size:110%;
}
div#main form.login fieldset div.with_checkboxes_or_radio_buttons label,
div#main form.search fieldset div.with_checkboxes_or_radio_buttons label,
div#main form.crud fieldset div.with_checkboxes_or_radio_buttons label{
  float:none;
  font-weight:normal;
}
div#main form.login fieldset div label,
div#main form.search fieldset div label,
div#main form.crud fieldset div label,
div#main form.login fieldset div.with_checkboxes_or_radio_buttons strong.label,
div#main form.search fieldset div.with_checkboxes_or_radio_buttons strong.label,
div#main form.crud fieldset div.with_checkboxes_or_radio_buttons strong.label{
  float:left;
  width:35%;
  text-align:right;
  margin: 0 5px 0 0;
  font-weight:bold;
}
div#main form.login fieldset div, div#main form.search fieldset div, div#main form.crud fieldset div{
  margin:8px;
}
div#main h3.header_table_id{
  font-size:115%;
}
div#main table{
  width:98%;
  margin:5px auto;
}
div#main table, div#main table tr, div#main table th, div#main table td{
  border:1px solid #000;
}
div#main table.null, div#main table.null tr, div#main table.null th, div#main table.null td{
  border:none;
}
div#main table th, div#main table td{
  padding:3px;
}
div#main table.purchase_orders td{
  background-color:#E6E6E6;
}
div#main table tr.main_header th, tr.main_header th{
  color:#fff;
  color:#000 !important;
  background-color:#00279A;
  background-color:#A6A6A6 !important;
}
div#main table tr.odd th, div#main table tr.odd td{
  color:inherit;
  background-color:#DFE5FF;
  background-color:#E6E6E6;
}
div#main table tr.even th, div#main table tr.even td{
  color:inherit;
  background-color:#F0F3FF;
  background-color:#FAFAFA;
}
th.twocolumn,  td.twocolumn{
  width:50%;
}
th.threecolumn,  td.threecolumn{
  width:33%;
}
th.fourcolumn,  td.fourcolumn{
  width:25%;
}
th.fivecolumn,   td.fivecolumn{
  width:20%;
}
th.sixcolumn,   td.sixcolumn{
  width:16.66%;
}
th.sevencolumn, td.sevencolumn{
  width:14.28%;
}
td.eightcolumn, td.eightcolumn{
  width:12.5%;
}
th.tencolumn,   td.tencolumn{
  width:10%;
}
footer {
  display:block;
  position:absolute;
  left:2%;
  right:2%;
  bottom:0;
  width:96%;
  height:25px;
  color: #000000;
  background-color:#00279A;
  background-color: transparent;
  padding:3px 3px 0 5px;
  text-align:right;
}
* html footer {
  display:none;
}
footer p{
  margin:3px 0 3px 5px;
}
.center{
  text-align:center;
  margin:0 auto;
}
.right{
  text-align:right;
  margin-right:0;
}
.left{
  text-align:left;
  margin-left:0;
}
.warning{
  color:#710C08;
  background-color:transparent;
}
.good{
  color:#087111;
  background-color:transparent;
}

input[size="3"]{
	width:3em !important;
}
input[size="17"]{
	width:17em !important;
}
input[size="20"]{
	width:20em !important;
}
label.hiding_label {
  display:none;
}
label.error {
	display: none;
  float:none !important;
	margin-left: 15px !important;
  color: #CA0303;
}
[disabled]{
  color:#000000;
  background-color:#B5B5B5;
}
[readonly]{
  color:#000000;
  background-color:#D1D1D1;
}
input.required{
  border-color: #CA0303;
}
.placeholder { color: #666; }
.placeholderFocus { color: #000; }

.warning_that_prices_do_not_match{
  background-color:#E6A6A6 !important;
}
.po_item_status_icon{
  margin-left:5px;
  margin-top:3px;
}
a.delete_invoice_item_row img{
  margin:5px 5px 0 0;
}

.special_notes{
  color: #000;
  background-color:#FFACAC !important;
}
.special_notes p{
  margin:10px !important;
}
div.search_by_employee_number_overlap{
  display: relative;
}
div.search_by_employee_number_layer{
  display: none;
  background-color: #fff;
  width: 250px;
  height: 150px;
  overflow:auto;
  margin: 0 0 10px 0;
  padding: 5px 5px 5px 0;
  border: 1px solid #000;
}

div.search_by_employee_number_layer ul.results_list {
margin: 0;
list-style: none;
padding-left: 0px;
}
div.search_by_employee_number_layer ul.results_list li {
list-style: none;
padding: 5px;
border-bottom: 1px solid #DEDEDE;
margin-bottom: 4px;
margin-left: 0px;
}
div.search_by_employee_number_layer ul.results_list li:hover {
background-color: #F3F3F3;
}
