body {
  font-family:verdana,tahoma,arial,helvetica;
	font-size:11px;
	color:#333333;
}

a:link {color:#006600;text-decoration:none;font-weight:bold;}
a:visited {color:#006600;text-decoration:none;font-weight:bold;}
a:hover {color:#66cc00;text-decoration:underline;font-weight:bold;}
a:active {color:#66cc00;text-decoration:underline;font-weight:bold;}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	background-color: #cc9933;
	border-bottom: 1px solid #333; 
	border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
  font-size: 10px;
}

#nav li {
	float: left;
}

#nav li a {
	display: block;
	padding: 6px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	border-right: 1px solid #333;
}

#nav li a:hover {
	color: #cc9933;
	background-color: #333;
}
td.breakword{	
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}
.datatable {
  border:1px solid #999999;
}
.saved-info{
	color:#006600;
}
.datatableheading {
    font-weight:bold;
    background-color: #cccccc;
    border: 1px solid;
}

.datatablecells {
    color:#333333;
}

.login-container {
  border: 1px solid #666666;
  width: 600px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}

.login-form {
  border: 1px solid #cccccc;
  width: 300px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
}

.input_button {
  background-color: #000000;
  border: 2px outset #cc9933;
  color: #cc9933;
  cursor:pointer;
  cursor:hand;
  font-family: arial, verdana, tahoma, helvetica;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.input_button_green {
  background-color: #006600;
  border: 2px outset #339900;
  color: #ffffff;
  cursor:pointer;
  cursor:hand;
  font-family: arial, verdana, tahoma, helvetica;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #333333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.input_button_disabled {
  background-color: #666666;
  border: 2px outset #333333;
  color: #ffffff;
  cursor:pointer;
  cursor:hand;
  font-family: arial, verdana, tahoma, helvetica;
  font-weight: bold;
  font-size: 12px;
  text-shadow: #333333 1px 1px 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.textltborder {
  border: 1px solid #cccccc;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 12px;
	color: #333333;
  padding-left: 3px;
}

.textltborderreadonly {
  border: 1px solid #cccccc;
  background-color:#ebebeb;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 12px;
	color: #333333;
  padding-left: 3px;
}

.inputdisabled {border:1px solid #339900;background-color:#006600;font-size:12px;color:#ffffff;text-shadow:#000000 1px 1px 1px;padding-left:3px;}

div.note {
	text-align: left;
	padding: 10px 10px 10px 48px;
	border: 4px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	margin: 5px 0px;
	line-height: 135%;
}

div.alert {
	background: #9b0000 url(../img/alert.png) no-repeat 10px 50%;
	border-color: #FF0000;
	color: #f8ff00;
	font-size:10px;
  font-weight:bold;
}

div.warn {
	background: #d5aa00 url(../img/warning.png) no-repeat 10px 50%;
	border-color: #F7D229;
	color: #FFF;
	font-size:10px;
  font-weight:bold;
}

div.accept {
	background: #b3de7e url(../img/accept.png) no-repeat 10px 50%;
	border-color: #3a9805;
	color: #173d08;
	font-size:10px;
  font-weight:bold;
}

div.info {
	background: #0050BA url(../img/info.png) no-repeat 10px 50%;
	border-color: #008CFF;
	color: #D6E3FF;
	font-size:10px;
  font-weight:bold;
}

ul.check li {
	background: url(../img/check.png) no-repeat 0% 0.19em;
	font-size: 1em;
	line-height: 16px;
	list-style: none;
	list-style-position: outside;
	margin-bottom: 4px;
	padding: 2px 0px 2px 20px;
}

.criteria {
    float: left;
 margin-left: 4px;
 margin-right: 4px;
}


.ReportHeading {
    background-color: #cccccc;
    padding-left: 2px; 
    padding-right: 2px;
    font-size: 11px;
    font-weight:bold;
    text-align: center;
}

.LineItem {
    color:#333333;
    padding-left: 2px; 
    padding-right: 2px;
    font-size: 11px;
}

.TransactionTotal {
    color:#000000;
    font-weight: bold;
    padding-left: 2px; 
    padding-right: 2px;
    font-size: 11px;    
}

.CustomerTotal {
    background-color: #cccccc;
    color:#000000;
    font-weight: bold;
    padding-left: 2px; 
    padding-right: 2px;
    font-size: 11px;    
    white-space: nowrap;
}

.Numeric {
    text-align: right;
}

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

.OnTransaction {
    background-color: #ffe8b3;
}
.OnGrading {
    background-color: #B9FF00;
}

.MouseOver {
    background-color: #efefef;
}

#InventoryReport tr:hover {
    background-color:yellow;
}

.Top
{
    vertical-align: top;
   padding-bottom: 5px;
   padding-top: 5px;
   padding-left: 1px;
   padding-right: 1px;
    border-bottom: 1px solid;
}

.input_button {
    background-color: #000000;
    border: 2px outset #cc9933;
    color: #cc9933;
    cursor: pointer;
    cursor: hand;
    font-family: arial, verdana, tahoma, 
}        
        
.void-button  {
    display: inline-block;
    vertical-align: middle;
    margin-top: -20px;
}
#ItemsAttrEditForm .datatablecells input.withAutocomplete{
	background:url(images/select-arrow.jpg) no-repeat center right 10px #FFF;
	border: 1px solid #AAA;
}