/* 
	 DaveWeb Master CSS File
	 Copyright 2005
*/
  /* 
	DaveWeb Basic CSS File
	8:07pm 17/03/2005
*/

  @page { size: A4 landscape }

body {
  background: #ffffff;
  color: #666666;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

img {
  border: 0;
}

form {
  margin-top: 0;
  margin-bottom: 0;
}

input {
  font-size: 11px;
}
select {
  font-size: 11px;
}
p {
  margin-top: 4px;
}

a {
  text-decoration: none;
  color: #D98719;
}

a:hover {
text-decoration:underline;
}

/* Extra Stuff */


.clearRight {
  clear: right;
}
.clearLeft {
  clear: left;
}

.boxleft {
  margin: 0;
  width: 40%;
  float: left;
  border-right: 1px solid #cfcfcf;
}

.boxleft1 {
  margin: 0;
  width: 60%;
  float: left;
}

.boxright {
  margin: 0;
  padding-left: 1em;
  float: left;
}

.box {
  border: 1px solid #cfcfcf;
  margin-top: 1em;
  padding: 1em;
}

.dividerLeft {
  padding-left: 1em;
  border-left: 1px solid #cfcfcf;
}

.errorMsg {
  color: red;
}

.black {
  color: black;
}

#navButtons {
  margin-top: 0.5em;
}
#navButtons .pageStuff {
  float: left;
}
#navButtons .buttons {
  float: right;
}


  /* 
	DaveWeb Footer Styles
	9:37pm 17/03/2005
*/

#footer {
  text-align: left;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e4e4e4;
  font-size:    10px;      
  margin-top: 20px;  
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  clear: left; 
}
						
#footer p {
  margin: 0;
  padding: 0;
}	

#footer a {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}


#footer a:hover { text-decoration: underline; }
    
  /*
	DaveWeb Header Styles
	7:39pm 17/03/2005
*/

/* Header 100% Width Background */

#headerBackground {
    position: absolute;
  z-index: 1;
    width: 100%;
  height: 93px;
  background-color: #efefce;
  background-image: url( "headerbg.gif" );
  background-repeat: repeat-x;
  background-position: left;
}

#headerBackground #logout a {
  position: absolute;
  color: #d7d7d7;
  top: 70px;
  left: 680px;
}

/* Logo Area */

#headerLogo {
  padding-right: 10px;
  float: left;
  vertical-align:middle;
}

#headerUserID {
  margin-top: 6px;
  width: 540px;
}

/* User Info Display */

#headerUserID .p1 {
  margin-top: 6px;
  margin-bottom: 1px;
  color: #d7d7d7;
  padding-left: 0;
}

#headerUserID .p1Staff {
  margin-top: 6px;
  margin-bottom: 1px;
  color: #d7d7d7;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
}

#headerUserID .p2 {
  margin-top: 0;
  margin-bottom: 2px;
  color: #d8a80a;
  background-image: url( "headerdivider.gif" );
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 4px;
  padding-left: 0;
}

#headerUserID .p3 {
  margin-top: 0;
  color: #d7d7d7;
  padding-left: 0;
}



#headerBackground #orderStatus {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 35px;
  display: inline;
}

#headerBackground #orderStatus p {
  color: #d8a80a;
  margin: 0;
  padding: 0;
}
#headerBackground #orderStatus a {
  color: #d7d7d7;
}
  /* 
	DaveWeb HomePage Styles
	9:40pm 17/03/2005
*/

/* Start of Dynamic Content - Alerts, Your News, Weather etc. */

#container {
  position: absolute;
  top:126px;
  width: 95%;
  z-index: 2;
  margin: 10px;
}

#container #containerColumns ul {
  padding-left: 8px;
  margin-left: 0;
  margin-top: 0;
  padding-top: 0;
}

#container #containerColumns { width: 100%; margin-bottom: 25px; }

#container #containerColumns p {
  margin-bottom: 0;
  padding-bottom: 4px;
}

#containerColumns table {
width: 100%;
}

#adminContainer {
  position: absolute;
  top:145px;
  left:15px;
  width:95%;
  padding-bottom: 25px;
}

#snapshot {
  float: left;
  width:35%;
  padding-right: 15px;
  padding-left: 10px;
  list-style: none;
}

#col1 {
  float: left;
  width:15%;
  padding-right: 15px;
  padding-left: 10px;
  list-style: none;
}

#news {
  float: left;
  width: 28%;
 border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}
#col2 {
  float: left;
  width: 26%;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}

#newproducts {
  float: left;
  width: 28%;
  padding-left: 10px;
}
#col3 {
  float: left;
  width: 48%;
  padding-left: 10px;
}

#bottomSection {
  clear: left;
  width: 100%;
  padding-left: 10px;
}
#bottomSection ul li {
  list-style: none outside none;
  display: inline;
}

#snapshot ul li { list-style: none outside none; }
#col1 ul li { list-style: none outside none; }
#news ul li { list-style: none outside none; }
#col2 ul li { list-style: none outside none; }
#newproducts ul li { list-style: none outside none; }
#col3 ul li { list-style: none outside none; }

.description { text-align: right; display: inline;}
  /*
	DaveWeb Navigation Styles
	7:42pm 17/03/2005
*/

/* Navigation Background Image */

#navBackground {
  position: absolute;
  z-index: 1;
  top: 93px;
  width: 100%;
  height: 53px;
  background-image: url( "navbg.gif" );
  background-repeat: repeat-x;
  background-position: left;
}

#nav, #nav ul {
  position: absolute;
  top: 49px;
  z-index: 5;
  float: left;
  width: 800px;
  background: #feefc4;
  list-style-image: none;
  list-style-type: none;
  line-height: 1;
  font-weight: normal;
  padding: 0;
  margin: 0 0 1em 0;	
  border-left: 1px solid #eda;
}

/* Navigation Link Styles */

#nav a {
  display: block;
  width: 10em;
  w\idth: 6em;
  color: #ba7e4c;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 2em;
}

#nav li {
  list-style-image: none;
  list-style-type: none;
  border-bottom: none;
  float: left;
  padding: 0;
  width: 10em;
}

#nav li ul {
  position: absolute;
  top: 16px;
  left: -999em;
  height: auto;
  width: 14.4em;
  w\idth: 13.9em;
  font-weight: normal;
  border-width: 0.25em;
  margin: 0;
  padding-bottom: 8px;
}

#nav li li {
  padding-right: 1em;
  width: 13em
}

#nav li ul a {
  width: 13em;
  w\idth: 9em;
}

#nav li ul ul {
  margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.sfhover {
  background: #eda;
}
  /*
	DaveWeb Products Styles
	8:02pm 17/03/2005
*/

/* Search Div Styling */

#searchPage {
  position: absolute;
  z-index: 2;
  top: 123px;
  left: 15px;
  width: 95%;
} 

#tileScreen {
  width: 100%;
  padding: 0;
  padding-top: 10px;
}

#tileScreen .chooseTag {
  text-align: left;
}

.searchColumnLeft {
  width: 121px;
  padding: 0;
  padding-top: 10px;
  float: left;
}

.searchRow {
  padding-top: 10px;
}

.searchArrow {
  float: left;
  font-size: 2em;
  margin-top: 80px;
}

/* Product Box Styles */

.productSearch {
  padding: 10px;
  width: 120px;
  w\idth: 100px;
  height: 180px;
  h\eight: 160px;
  float: left;  
  background-image: url( "prodThumbBackground1.gif" );
  background-repeat: repeat-x;
  background-position: left; 
  background-color: #fef1c5;
  text-align: center;
}

.searchColumnLeft .productSearch, .searchRow .productSearch {
  background-image: url( "prodThumbBackground2.gif" );
  background-repeat: repeat-x;
  background-position: left; 
  background-color: #e7e7e7;
  border-right: 1px solid #dbdbd7;
}

.searchColumnLeft a, .searchRow a {
  color: #b3b3b3;
}

.prodImage {
  padding: 0;
  border-top: 1px solid #c0bdb6;
  border-bottom: 2px solid #c0bdb6;
  width: 100px;
  height: 100px;
  margin-bottom: 3px;
  display: block;
}

.inline {
  display: inline;
}

  /* 
	DaveWeb QuickLinks Styles
	7:34pm 17/03/2005 
*/

#quickLinks {
  float: right;
  border: 1px solid #cfcfcf;
  padding-left: 7px;
  padding-right: 7px;
  margin: 1em 0 5px 5px;
  width: 195px;
}

#quickLinks a {
  display: block;
  color: #D98719;
}

#quickLinks a:hover {
  text-decoration: underline;
}

#quickLinks h3 {
  background: transparent url("quicklinks.gif") no-repeat top left;
  width: 71px;
  height: 14px;
}

#quickLinks h3 span {
  display: none;
}

#quickLinks form  {
  margin-bottom: 0.5em;
}

#quickLinks form input text {
  width: 100%;
}
  /*
	DaveWeb SubPage Styles
	7:55pm 17/03/2005
*/

/* Basic Positioning Properties */

#subPage {
    position: absolute;
  z-index: 2;
  top: 123px;
    left: 15px;
  width: 95%;
} 

/* Add Bold Style to Links */

#subPage a {
  font-weight: bold;
}

/* Correct this error */

#subPage #bodyText {
  text-align: left;
}

/* Invoice Header Borders */

#subPage #invoiceHeader, #subPage #invoiceTotals {
  border: 1px solid #cfcfcf;
  margin-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 510px !important;
  width /**/:520px;
}


#subPage #errorBox {
  border: 1px solid #cfcfcf;
  margin-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 490px !important;
  width /**/:500px;
  background-color: red;
}

#subPage #errorBox p, #subPage #errorBox h4 {
  color: white;
}

#subPage #highlightBox {
  border: 1px solid #cfcfcf;
  margin-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 490px !important;
  width /**/:500px;
  background-color: yellow;
}


#subPage .top {
  float: left;
  width: 100%;
}

/* Table links go to normal */

#subPage .tabularData td a {
  font-weight: normal;
}

#subPage #invoiceHeader, #subPage #invoiceTotals h3 {
  margin-bottom: 0.5em;
}

#subPage #invoiceHeader span, #subPage #invoiceTotals span {
  font-weight: bold;
}

#subPage #invoiceTotals .totalField {
  float: left;
  padding-right: 1em;
}

#subPage #products {
  clear: left;
  width: 100%;
  padding-top: 1em;
}

#subPage #bodyText .image1 {
  float: left;
  margin-top: 1em;
  margin-right: 1em;
}

#subPage #bodyText .image2 {
  float: right;
  margin-left: 1em;
}


#subPage .columnLeft {
  float: left;
  padding-right: 1em;
  border-right: 1px solid #cfcfcf;
}

#subPage .columnRight {
  float: left;
  clear: left;
  padding-right: 1em;
}
  /* 
	DaveWeb Table Styles
	7:52pm 17/03/2005
*/

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

th {
  text-align: left;
  color: #979797;
  font-weight: bold;
  border-bottom: 1px solid #232323;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}

th.plain {
  border-bottom: 0 none;
  text-align: right;
}

td.right, th.right {
  text-align: right;
}

#containerColumns li {
  list-style-image: url(listpointer.gif);
  list-style-type: none; 
  border-bottom: thin dotted #dbdbdb;
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
}

h3 {
  color: #3d3e36;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0.5em;
}
h4 {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 0.5em;
}

.hr {
  width: 90%;
  border-bottom: 1px solid #e4e4e4;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.submit {
  height: 16px;
  float: right;
  margin-right: 16px;
  margin-bottom: 0;
}

.selected {
  font-weight: bold;
}
.total {
  color: #eeaf02;
}

.tabularData th a{
  background-image: url( "arrows.gif" );
  background-repeat: no-repeat;
  background-position: left;
  color: #979797;
  font-weight: bold;
  padding-left: 9px;
}

.tabularData td{
  padding: 4px 8px 4px 8px;
  color: #979797;
  font-weight: normal;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e4e4e4;
}

.tabularData td.total {
  color: #eeaf02;
}

.tabularData tr.odd {
  background-color: #ebebeb;
  border-right: 1px solid #cfcfcf;
}

.tabularData td.green {
  color: green;
}
.tabularData td.orange {
  color: orange;
}

.tabularData td.red {
  color: red;
}

table.plain, table.plain td {
  border: 0 none;
}
