  body {
    font-family : "Tahoma, Arial, Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
	color : #BBBBBB;
    }

  table {
    font-family : "Tahoma, Arial, Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
	color : #BBBBBB;
    }

  A:link {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }

  a.blackout {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #000000;
	text-decoration: none;
    }

  A:visited {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }

  A:hover {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #FF9900;
	text-decoration: Underline;
    }
  
  H3 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 15pt;
    fontsize : 16pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }
   H4 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 11pt;
    fontsize : 12pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }
   H5 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : normal;
    color : #FF9922;
	text-decoration: none;
    }
   H6 {
	font-family : "Tahoma","Arial","Helvetica";
    fontfamily : "Tahoma","Arial","Helvetica";
    font-size : 10pt;
    fontsize : 11pt;
    font-weight : bold;
    color : #CC6600;
	text-decoration: none;
    }
    
/* Client styles */
div#errorbox {
	border: 2px dashed red;
	background-color: pink;
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	width: 80%;
}

table.inventory {
	width: 800px;
	padding: 5px;
	border: 1px solid white;
}

table.inventory th {
	background: #fff;
	color: #000;
	font-size: 1.1em;
	padding: 10px 5px;
}

table.inventory td {
	padding: 5px;
}

table.inventory tr.inv_highlight {
	background: #999;
	color: #000;
}

p.breadcrumb {
	color: #CC6600;
	text-transform: uppercase;
}

ul.client_options {
	list-style-type: none;
	margin: 0 0;
}

ul.client_options li {
	border-bottom: 1px #999 dashed;
	font-size: 1.3em;
	padding: 5px 5px;
}

ul.client_users {
	list-style-type: none;
	margin: 0 0;
}

ul.client_users li {
	border-bottom: 1px #999 dashed;
	font-size: 1em;
	padding: 5px 5px;
}


ul.userlist li {
	border: 0;
	font-size: 1.3em;
	padding: 2px 5px;
}

#uploadform .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 1.1em;  
	background-color: #fff;  
	color: #333;  
	margin-right: 6px;
	border: 2px solid #CC6600;
}

span.errortextonly {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	padding: 0 10px 0 10px;
}

table#inventory th.sortfield-ASC, table#inventory th.sortfield-DESC {
	background-color: #CC6600;
	color: #000;
}

table#inventory th.sortfield-ASC a, table#inventory th.sortfield-DESC a {
	color: #000;
}

div.details {
	text-align: center;
	border-bottom: 2px solid #CC6600;
	border-left: 2px solid #CC6600;
	border-right: 2px solid #CC6600;
	display:none;
	overflow:hidden;
}

.transparent {
    filter:alpha(opacity=90);
    background-color:white;
     -moz-opacity:0.5;
    display:none;
    width:800;
    height:600;
    position:absolute;
    color: white;
    border: 1px #CC6600 solid;
    left:30px;
    top: 100px;
    overflow: auto;
}

div#compare_error {
	float: left;
	background-color: pink;
	border: 1px dashed red;
	color: red;
	font-weight: bold;
	padding: 3px 10px;
	display: none;
}

table.inventory_details th {
	background-color: #333;
	color: #fff;
	font-size: .8em;
	padding: 2px 2px;
}

table.inventory_details td {
	font-size: .8em;
	padding: 5px;
}

table.inventory_compare th {
	background-color: #333;
	color: #fff;
	font-size: .8em;
	padding: 2px 2px;
}

table.inventory_compare td {
	font-size: .8em;
	padding: 5px;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
}

table.inventory_compare td.close_compare {
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	background-color: #CC6600;
	cursor: pointer;
}



