ul {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
}
textarea, input, button, select {
    font-family: inherit;
    font-size: inherit;
}
a {
	color:#6c3d00;
}
img {
	border:0px SOLID;
}
h1 {
	margin:0px;
	padding:5px;
    padding-top: 10px;
	font-size:20px;
	font-weight:bold;
}
h2 {
	margin:5px 0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}

p {
	margin:3px 0px;
}


#splash {
    text-align: center;
}

#header {
	margin:0px;
    margin-bottom:2px;
	padding:0px;
	width:100%;
	height:172px;
	background-color:#61432B;
	background: transparent url('/images/bg-header.jpg') no-repeat center top;
}

#nav {
	width:100%;
	padding-bottom:2px;
	background-color:#61432B;
    border-top-left-radius: 15px 15px;
    border-top-right-radius: 15px 15px;
}




/*
 * Style for left/sub menus
 */

/* The left menu is in a table cell, with class 'menu' */
.menu {
	background-color:#61432B;
}

span.nav2.large {
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

span.nav2.large ul {
    margin: 0px;
    padding: 5px;
    text-align: left;
    list-style-type: none;
}


span.nav2.large ul li {
    margin: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: bold;
}


span.nav2.large ul li.current {
	background-color:#51331B;
    border-radius: 14px;
}


span.nav2.large ul a {
    color: #FFF;
    text-decoration: none;
}

span.nav2.large ul li:hover {
    opacity: .80;
}




span.nav2.small {
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

span.nav2.small ul {
    margin: 0px;
    padding: 5px;
    text-align: center;
    list-style-type: none;
}


span.nav2.small ul li {
    margin: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
    font-weight: bold;
}


span.nav2.small ul li.current {
	background-color:#51331B;
    border-radius: 14px;
}


span.nav2.small ul a {
    color: #FFF;
    text-decoration: none;
}

span.nav2.small ul li:hover {
    opacity: .80;
}





#content {
    display: inline-block;
	margin:0px;
	padding:0px;
	width:100%;
	clear:both;
	background-color:#ffffff;
}


#content_full {
	width:894px;
	padding:5px;
	background-color:#FFF;
	float:left;
}


#footer {
	margin:0px;
    margin-top:2px;
	padding:0px;
	width:100%;
	height:25px;
	text-align:center;
	line-height:22px;
	background-color:#61432B;
    border-bottom-left-radius: 15px 15px;
    border-bottom-right-radius: 15px 15px;
	clear:both;
	color:#FFF;
}

table {
	border:2px SOLID #d3d3d3;
	font-size:14px;
}

td {
	padding:2px;
	border:1px SOLID #d3d3d3;
}

th {
	border:1px SOLID #d3d3d3;
}

.error {
	font-weight:bold;
	text-align:center;
	color:#ff0000;
	border:2px SOLID #ff0000;
}



.fieldset {
    display: inline-block;
    vertical-align: top;
    min-height: 10em;
    min-width: 24em;
}

.fieldset label {
    display: inline-block;
    min-width: 6em;
}

.fieldset input[type="text"] {
    display: inline-block;
    min-width: 250px;
}

.fieldset .legend {
    font-weight: bold;
    font-size: 130%;
}




.boxed {
    background:-moz-linear-gradient(center top, white, #CFE281) repeat scroll 0% 0% transparent;
    background:-webkit-gradient(linear, left top, left bottom, from(white), to(#CFE281));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#CFE281');
    border: 2px inset #e0e0e0;
    padding: 5px;
    margin: 3px;
    display: inline-block;
}

.button {
    display: inline-block;
    box-sizing: border-box;
    background-color: #173E7D;
    padding: 8px;
    border: 4px;
    border-style: solid;
    border-color: #083166;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    font-size: 8pt;
    vertical-align: middle;
}

.button.left {
    float: left;
}

.button.right {
    float: right;
}


.button:hover {
    cursor: pointer;
}

.button.clicked {
    cursor: progress;
    border-color: #A4E3EE;
}






.image_button_48 {
    display: inline-block;
    background: #FFA10A;
    border-width: 3px;
    border-style: solid;
    border-color: #61432B;
    color: #000;
    font: normal 11px arial;
    text-tranform: uppercase;
    letter-spacing: 1px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    margin: 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.image_button_48:hover {
    cursor: pointer;
    border-color: #FFCF2B;
}


.image_button_48_image {
    vertical-align: middle;
}


.image_button_48_text {
    font-family: Arial;
    font-size: 14.25pt;
    font-weight: bold;
    color: black;
    vertical-align: middle;
}



.image_button_24 {
    display: inline-block;
    background: #FFA10A;
    border-width: 2px;
    border-style: solid;
    border-color: #61432B;
    color: #fff;
    font: normal 11px arial;
    text-tranform: uppercase;
    letter-spacing: 1px;
    height: 26px;
    line-height: 26px;
    padding: 0 15px;
    margin: 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.image_button_24:hover {
    cursor: pointer;
    border-color: #FFCF2B;
}

.image_button_24_image {
    vertical-align: middle;
}

.image_button_24_text {
    font-family: Arial;
    font-size: 14.25pt;
    font-weight: bold;
    color: black;
    vertical-align: middle;
}


span.checkbox {
    display: inline-block;
    margin: 1px;
}

span.checkbox:hover {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.selected {
    background-color: #F0FD51;
}


#popupBackground {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
}

#popupEdit {
    display: none;
    background-color: #F0F0F0;
    padding: 10px;
    border: 20px solid black;
}


#certification th {
    text-align: left;
}

.note {
    color: red;
    margin: 10px;
}

.required {
    color: red;
    font-size: 110%;
}


/* style for Working.tt2 */
#working {
    display: none;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #000000;
    color: red;
    font-size: 50px;
    border: 1px solid #cecece;
    background-image:url('/images/work-in-progress.png');
    background-position: center;
}

#working_success {
    display: none;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: green;
    color: red;
    font-size: 50px;
    border: 1px solid #cecece;
    background-image:url('/images/GreenThumbsUp1.jpg');
    background-position: center;
}

#working_failure {
    display: none;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: red;
    color: red;
    font-size: 50px;
    border: 1px solid #cecece;
    background-image:url('/images/red_x_image1.png');
    background-position: center;
}

/*
 * styles for jQuery dataTables
 */
table.dataTable tr.selected { background-color: yellow; }

table.dataTable tr.odd.selected { background-color: yellow; }
table.dataTable tr.even.selected { background-color: yellow; }

table.dataTable tr.odd.selected td.sorting_1 { background-color: yellow; }
table.dataTable tr.odd.selected td.sorting_2 { background-color: yellow; }
table.dataTable tr.odd.selected td.sorting_3 { background-color: yellow; }
table.dataTable tr.even.selected td.sorting_1 { background-color: yellow; }
table.dataTable tr.even.selected td.sorting_2 { background-color: yellow; }
table.dataTable tr.even.selected td.sorting_3 { background-color: yellow; }


/*
 * Change the opacity for readonly inputs - make them look a bit different
 */
input[readonly] {
    opacity: .80;
}



#main_menu.large li {
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding:0px 20px;
	color:#FFF;
#	margin:0px 20px;
    white-space: nowrap;
}

#main_menu.large li:hover {
    opacity: .80;
    cursor: pointer;
}

#main_menu.large li.selected {
	background-color:#462D17;
    border-radius: 14px;
}


#main_menu.small {
    text-align: center;
    list-style-type: none;
}

#main_menu.small li {
#	display:inline-block;
	font-size:18px;
	font-weight:bold;
	padding:0px 20px;
	color:#FFF;
#	margin:0px 20px;
    white-space: nowrap;
    text-align: center;
}

#main_menu.small li:hover {
    opacity: .80;
    cursor: pointer;
}

#main_menu.small li.selected {
	background-color:#462D17;
    border-radius: 14px;
}


#admin_menu li, span.admin_menu_item {
	font-size:18px;
	font-weight:bold;
	padding:0px 20px;
	color:#FFF;
}

#admin_menu li:hover, span.admin_menu_item:hover {
    cursor: pointer;
}

#admin_menu li.selected, span.admin_menu_item.selected {
	background-color:#462D17;
    border-radius: 14px;
}


#qa_menu li, span.qa_menu_item {
	font-size:18px;
	font-weight:bold;
	padding:0px 20px;
	color:#FFF;
}

#qa_menu li:hover, span.qa_menu_item:hover {
    cursor: pointer;
}

#qa_menu li.selected, span.qa_menu_item.selected {
	background-color:#462D17;
    border-radius: 14px;
}




#reports_menu li, span.reports_menu_item {
	font-size:18px;
	font-weight:bold;
	padding:0px 20px;
	color:#FFF;
}

#reports_menu li:hover, span.reports_menu_item:hover {
    cursor: pointer;
}

#reports_menu li.selected, span.reports_menu_item.selected {
	background-color:#462D17;
    border-radius: 14px;
}






#content_home {
    text-align: center;
}

#button_companies_new {
    float: right;
}

.ig_grid {
    margin-bottom: 5px;
}


.clear {
    clear: both;
}


#qa__packhouse_inspection__attribute_text_value {
    text-align: right;
}


@media screen and (min-width: 800px) {
    #trial__tabs-1 .fieldset {
        min-height: 14em;
    }
}


#content table.dataTable tbody td {
    padding: 0px 4px;
}


/* Company */
#facility_grid tbody td:nth-child(6) {
    text-align: right;
}


#sync_status {
    display: inline-block;
    position: absolute;
    left: 20px;
    padding-right: 10px;
    background-color: #61432B;
}

.sync {
    margin-left: 10px;
    border-radius: 5px;
    background: red;
    width: 10px;
    height: 10px;
    display: inline-block;
}

#info {
    margin-right: 20px;
    display: inline-block;
    position: absolute;
    right: 20px;
    padding-left: 10px;
    background-color: #61432B;
    font-family: "Elephant", "Georgia", serif;
    font-weight: bold;
}


.bold {
    font-weight: bold;
}


#order__view_table {
    width: 100%;
}

#order__view_table th {
    text-align: left;
}

#order__view_table th.sub {
    padding-left: 3em;
}

#order__view_table tr pre {
    margin: 0;
    font-family: inherit;
}

#order__view_load {
    width: 100%;
}

#order__view_load tr {
    height: 30px;
}

#order__view_contact {
    margin-left: 3em;
}

#order textarea {
    width: 19em;
}
