@font-face {
	font-family: 'miso';
	local: miso;
	src: url("/javax.faces.resource/fonts/miso-regular.eot.jsf?ln=style-invg");
	src: url("")
		format('embedded-opentype'),
		url("/javax.faces.resource/fonts/miso-regular.woff.jsf?ln=style-invg")
		format('woff'),
		url("/javax.faces.resource/fonts/miso-regular.ttf.jsf?ln=style-invg")
		format('truetype'),
		url("")
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'miso-bold';
  local: miso-bold;
  src: url("/javax.faces.resource/fonts/miso-bold.eot.jsf?ln=style-invg");
  src: url("") format('embedded-opentype'),
  	   url("/javax.faces.resource/fonts/miso-bold.woff.jsf?ln=style-invg") format('woff'),
  	   url("/javax.faces.resource/fonts/miso-bold.ttf.jsf?ln=style-invg") format('truetype'),
  	   url("") format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

html {
	background: none repeat scroll 0 0 transparent;
	background-color: #EBEBEB;
}

body {
	background-color: #ffffff;
	width: 1005px;
	margin: 0 auto;
}

ul {
	list-style: none outside none;
}

a {
	outline: medium none;
}

.header_box {
	padding-left: 15px;
	margin: auto;
	height: 112px;
}

.invg_logo {
	padding-right: 30px;
	float: right;
	display: block;
	margin-top: 8px;
}

.shop_title span {
	font-size: 30px;
	font-family: miso-bold, Verdana, Helvetica, sans-serif;
}

.invg_lines {
	float: left;
}

ul>li.sub1>a {
	margin-left: 10px;
}

ul>li.sub2>a {
	margin-left: 25px;
}

#menu_area {
	padding: 10px 10px 0 0;
	width: 186px;
	height: 100%;
	float: left;
	position: relative;
}

#menu_area ul {
	margin: auto;
	padding: 0 0 0 0px;
}

#menu_area li {
	list-style-position: outside;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	border-bottom: 1px solid grey;
}

#menu_area li a {
	display: block;
	font-family: Verdana, Helvetica, sans-serif;
	padding: 3px 0 0;
	text-decoration: none;
	color: grey;
	font-size: 11px;
}

#menu_area li a.current {
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}


#content_area {
	border-top: 3px solid;
	background-color: #ffffff;
	width: 975px;
	margin: 0 auto;
	padding-bottom: 53px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 15px;
	height: 100%;
	position: relative;
}

#work_area {
	padding-bottom: 30px;
	float: right;
	width: 770px;
}

#work_area.no_menu {
	margin: 0 auto;
	width: 800px;
	float: none;
}

#work_area .input_field, .tabbed_box .input_field, .ui-dialog .input_field	{
	display: block;
	margin-bottom: 4px;
	min-height: 17px;
	width: 100%;
}

#work_area .input_field .input_box, .tabbed_box .input_field .input_box, .ui-dialog .input_field .input_box {
    margin-left: 190px;
}


.work_box a, .tabbed_box a, .page_box a, .page_box a {
    color: #505050;
}

div.booleancheckbox_container {
	padding-left: 190px;
}

div.booleancheckbox_container label {
	display: inline !important;
	float: none !important;
	position: absolute;
	margin-left: 3px;
	width: 280px;
	white-space: nowrap;
	margin-top: 1px;
}

#work_area input, .tabbed_box input, .ui-dialog input, select {
	border: 1px solid #B3B8BE;
	font-size: 10px !important;
	width: 280px;
	font-weight: normal;
}

#work_area .ui-autocomplete-input {
	width: 272px;
}

#work_area input.small {
	width: 80px;
}

#work_area label, .tabbed_box label, .ui-dialog label {
	display: block;
	float: left;
	width: 190px;
}

#work_area select {
	width: 282px;
	height: 19px;
}

.checkbox {
	border: 1px solid #B3B8BE !important;
	font-size: 10px !important;
	width: 16px !important;
	padding: 0px !important;
	margin: 0px !important;
	margin-right: 3px;
}

input.calendar {
	width: 80px !important;
	margin-right: 5px !important;
}

.work_box {
	background: none repeat scroll 0 0 transparent;
	margin-bottom: 15px;
	padding: 10px 0 20px;
	width: 748px;
}

/* Datepicker ******************/
.ui-datepicker-trigger {
	padding-top: 2px;
	position: absolute;
}

.ui-datepicker {
	background: white !important;
}

.ui-datepicker table {
	background: white !important;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: black !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active  {
	background: white !important;
	color: black;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: grey !important;
	border: 1px solid grey !important;
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker-header {
	background: white !important;
}

.ui-sortable-column {
	background: white !important;
}

/* JSF Messages ****************/
ul.message_box {
	margin-left: 0;
	padding-left: 0;
}

.error {
	color: #cc0033;
}

.error_box {
	color: black;
	font-family: miso-bold, Verdana, Helvetica, sans-serif;
	margin-left: 192px;
}

/* Tab navigation **************/
.tab_navigation ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #ddd;
	display: table;
}

.tab_navigation ul li {
	float: left;
	margin-bottom: -1px;
}

.tab_navigation ul li.active a {
	border-color: #eeeeee #eeeeee #ffffff;
	color: black;
	background-color: white;
}

.tab_navigation ul li a {
	background-color: #cccccc;
	border-color: #cccccc;
	border-image: none;
	border-radius: 10px 10px 0 0;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	line-height: 18px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: black;
	display: block;
	margin-right: 2px;
	padding-left: 12px;
	padding-right: 12px;
}

.tab_navigation ul li a:hover {
	background-color: #eeeeee;
	border-color: #eeeeee;
}

.tab_navigation ul li.active a:hover {
	background-color: white;
	border-color: #eeeeee #eeeeee #ffffff;
}

.tab_navigation ul li.disabled {
	color: #b5b5b5;
	margin-bottom: -1px;
}
.tab_navigation ul li.disabled span {
	margin-right: 2px;
	padding: 9px 12px;
	border-color: #eeeeee #eeeeee #ffffff;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-radius: 10px 10px 0 0;
	display: block;
}

/* FOOTER **********************/
#footer_area {
	bottom: 0px;
	clear: both;
	height: 40px;
	margin: auto;
	position: fixed;
	z-index: 10;
}

#footer_content {
	width: 995px;
	height: 40px;
	background-color: #ffffff;
	margin: auto;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	pdding-top: 5px;
	bottom: 0px;
	font-size: 13px;
}

#footer_content a {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

.footer_buttons {
	padding: 10px;
	float: left;
}

.footer_buttons a {
	text-decoration: none;
}

.primary_action {
	float: left;
	font-size: 13px;
	height: 32px;
	margin-right: 1px;
	padding-left: 190px;
}

.primary_action button {
	background-color: #000000;
	color: white;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 23px;
	border: 0px;
	margin: 0 30px 0 0;
	padding: 0px 16px 5px 14px;
	text-decoration: none !important;
	border-radius: 0 0 0 0px;
	box-shadow: 0 0 0 0px;
	text-shadow: none;
	font-size: 12px;
	padding-bottom: 15px;
}

.ui-button .ui-button-text {
	display: inline;
	line-height: 20px;
}

.empty_space {
	display: block;
	height: 17px;
	width: 10px;
}

.secondary_action {
	display: block;
	float: left;
}

.secondary_action a {
	cursor: pointer;
	display: block;
	font-size: 11px;
	text-decoration: underline;
	color: black;
	margin-bottom: 10px;
}

/* Confirm Box/Buttons *********/
div.confirm_box {
    display: none;
	width: 340px;
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 5px;
}

.secondary_action .confirm_buttons a {
	color: #000000;
	display: inline;
	padding-top: 10px;
	cursor: pointer;
	padding-right: 20px;
	font-size: 11px;
	text-decoration: underline;
}

a.jumper_arrow {
	background: none repeat scroll 0 0 transparent;
	text-decoration: underline;
	color: black;
}

.title_box {
	margin-bottom: 0px;
	padding-bottom: 13px;
}

.title_box span {
	font-family: miso-bold, Verdana, Helvetica, sans-serif;
	font-size: 30px;
	margin-left: 15px;
}

.shop_title {
	margin-bottom: 75px;
	margin-left: 15px;
	font-family: miso, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	width: 974px;
	padding-bottom: 38px;
	border-bottom: 3px solid black;
}

h2 {
	font-weight: normal;
	font-family: miso-bold, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 7px;
	margin-top: 8px;
}

h3 {
	font-family: miso-bold, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}


.ui-widget {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
}

.ui-widget-content {
	border: none;
	background: none !important;
}

.ui-state-default {
	border: none;
	background: none repeat scroll 0 0 transparent;
	color: black;
	font-weight: bold;
	text-shadow: none;
	border-bottom: 2px solid black;
}

.ui-widget-header {
	border: none;
	background: none repeat scroll 0 0 transparent;
	color: black;
	text-shadow: none;
	font-weight: normal;
}

.ui-dialog {
	background: white !important;
}

.ui-dialog-title {
	font-weight: bold;
}


table thead tr th.ui-state-hover {
	text-shadow: none;
	box-shadow: none;
}

table thead tr {
	background-color: white !important;
}

span.ui-paginator-page.ui-state-default {
	color: white !important;
}

span.ui-paginator-page.ui-state-active {
    color: black !important;
}

.ui-state-default .ui-icon  {
	/*background-image:
		url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg")
		!important;*/
}

.ui-paginator-prev, .ui-paginator-next, .ui-paginator-first,
	.ui-paginator-last, .ui-paginator-page {
	background: none repeat scroll 0 0 transparent !important;
	background-color: #FFFFFF !important;
	border: none !important;
}

.ui-paginator-prev.ui-state-hover {
	text-shadow: none;
	box-shadow: none;
}

.ui-paginator-next.ui-state-hover {
	text-shadow: none;
	box-shadow: none;
}

.ui-dt-c {
	overflow: hidden !important;
	padding: 4px 10px !important;
	text-align: left !important;
}

.ui-dt-c span {
	padding-left: 4px !important;
}

table tbody tr {
	border: none;
	border-bottom: 1px solid black !important;
}

table tbody tr td {
	border-style: none !important;
}

table tbody tr.ui-datatable-even {
	color: black !important;
	background-color: #EBEBEB !important;
}

table tbody tr.ui-datatable-odd {
	color: black !important;
	background-color: #FFFFFF !important;
}

table tbody tr.ui-state-highlight {
	background: none repeat scroll 0 0 transparent !important;
	border: none !important;
	border-bottom: 1px solid black !important;
	text-shadow: none !important;
}

td.center div {
	text-align: center !important;
}

.ui-chkbox .ui-chkbox-box {
	border-radius: none !important;
}

div.ui-state-active {
	background: none !important;
	font-weight: normal !important;
	text-shadow: none !important;
}

div .ui-chkbox .ui-state-default {
	background: none repeat scroll 0 0 transparent !important;
}

div .ui-chkbox .ui-state-hover {
	background: none repeat scroll 0 0 transparent !important;
	box-shadow: 0 0 0 0px;
}

table thead tr th div div {

}

table thead tr th div div div {
	border: 1px solid grey !important;
}

.hideMultiselectBox div div {
	visibility: hidden !important;
}

.hint_box {
    color: #1980cd;
    display: block;
    margin: 5px 0px 5px 192px;
}

.input_box table {
	width: auto;
	padding: 0px;
	margin: 0px;
}

.input_box table tr {
	height: 17px;
	padding: 0;
}

.input_box table td {
	padding: 0 15px 0 0;
	margin-right: 2px;
}

div.input_box table tbody tr td input {
	width: auto !important;
	width: auto;
	display: inline;
	padding: 0px;
	margin: 2px 3px 0px 0px;
	float: left;
}

div.input_box table tbody tr td label {
	width: 180px !important;
	padding-left: 5px;
}

div.ui-fileupload-buttonbar span {
	background: none repeat scroll 0 0 transparent !important;
	border: 0px !important;
	background-color: black !important;
	color: white !important;
	border-radius: 0px !important;
	margin-right: 2px !important;
	box-shadow: none !important;
	width: 133px !important;
}

div.ui-fileupload-buttonbar span.ui-state-hover {
	text-shadow: none !important;
	box-shadow: none !important;
	border: 0px !important;
	padding-top: 0px !important;
	margin-right: 2px !important;
}

div.ui-fileupload-buttonbar span span.ui-icon-plusthick {
	display: none !important;
}

div.fileupload-buttonbar span span {
	text-shadow: none !important;
	padding: 0px !important;
}

div.ui-fileupload-content {
	display: none;
}

table.files {
	display: none;
}

.inputFullWidth {
	width: 100% !important;
}

.columnSmall {
	width: 50px;
}

.buttonDefault {
	width: 133px !important;
}

.singleLine {
	text-wrap: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.greenText {
	color: green;
	font-weight: bold;
}

.redText {
	color: #cc0033;
	font-weight: bold;
}

.large {
	width: 545px;
}

tr>th {
	border-style: none none solid !important;
	border-width: 2px !important;
	text-align: left !important;
}

.inputFullWidth {
	width: 100% !important;
}

.ui-autocomplete-panel {
	background-color: white !important;
}

.ui-autocomplete-items li.ui-state-highlight {
	background-image: none;
	background-color: #ebebeb !important;
	color: black;
	text-shadow: none;
}

.ui-inputfield {
	box-shadow: none;
}

.ui-inputfield.ui-state-focus {
	box-shadow: none;
}

.sortDown{
    background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -129px -186px rgba(0, 0, 0, 0);
    padding: 8px 7px;
}

.sortUp{
    background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -161px -186px rgba(0, 0, 0, 0);
    padding: 8px 7px;
}

.reorder {
    background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -115px -82px rgba(0, 0, 0, 0);
    padding: 0 7px;
}

.delete{
    background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -32px -189px rgba(0, 0, 0, 0);
    padding: 3px 7px;
}

.add {
	background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -1px -186px rgba(0, 0, 0, 0);
    padding: 8px 7px;
}

.edit {
    background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -64px -114px rgba(0, 0, 0, 0);
    padding: 3px 7px;
}

.list {
    background: url("/javax.faces.resource/images/icon_list.png.jsf?ln=style-invg") no-repeat rgba(0, 0, 0, 0);
    padding: 1px 12px;
}

.info {
	background: url("/javax.faces.resource/images/ui-icons_222222_256x240.png.jsf?ln=style-invg") no-repeat scroll -16px -137px rgba(0, 0, 0, 0);
	padding: 9px 7px;
}

.ui-button-icon-only .ui-button-text {
	display: block;
}

.ui-inputtextarea {
	border: 1px solid black;
	background: white;
	color: black;
	font-weight: normal;
	border-radius: 0;
	font-size: 11px;
	padding: 2px;
}

.ui-chkbox .ui-chkbox-box {
	border: 1px solid black;
}


.ui-datatable .ui-selection-column .ui-chkbox-all {
	display: inline;
}

.ui-chkbox .ui-state-default {
    background: none repeat scroll 0 0 transparent !important;
}
.ui-chkbox .ui-state-hover {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: 0 0 0 0px;
}

