/* noto-sans-italic - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/noto-sans-v6-latin-italic.eot');
	/* IE9 Compat Modes */
	src: local('Noto Sans Italic'), local('NotoSans-Italic'),
		url('../fonts/noto-sans-v6-latin-italic.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v6-latin-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/noto-sans-v6-latin-italic.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/noto-sans-v6-latin-italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/noto-sans-v6-latin-italic.svg#NotoSans')
		format('svg'); /* Legacy iOS */
}

/* noto-sans-700 - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/noto-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Noto Sans Bold'), local('NotoSans-Bold'),
		url('../fonts/noto-sans-v6-latin-700.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v6-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/noto-sans-v6-latin-700.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/noto-sans-v6-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/noto-sans-v6-latin-700.svg#NotoSans') format('svg');
	/* Legacy iOS */
}

/* noto-sans-700italic - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: italic;
	font-weight: 700;
	src: url('../fonts/noto-sans-v6-latin-700italic.eot');
	/* IE9 Compat Modes */
	src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'),
		url('../fonts/noto-sans-v6-latin-700italic.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v6-latin-700italic.woff2')
		format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-v6-latin-700italic.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/noto-sans-v6-latin-700italic.ttf')
		format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-v6-latin-700italic.svg#NotoSans')
		format('svg'); /* Legacy iOS */
}

/* noto-sans-regular - latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/noto-sans-v6-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Noto Sans'), local('NotoSans'),
		url('../fonts/noto-sans-v6-latin-regular.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-v6-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/noto-sans-v6-latin-regular.woff') format('woff'),
		/* Modern Browsers */
       url('../fonts/noto-sans-v6-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/noto-sans-v6-latin-regular.svg#NotoSans')
		format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup,
	tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
	legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14.5px;
	font-family: 'Noto Sans', sans-serif;
}

body {
	color: #333;
	overflow: hidden;
}

body, input, option, select, textarea {
	font-family: 'Noto Sans', sans-serif !important;
	margin: 0;
}

input, select, textarea {
	padding: 5px 4px;
}

a, a:hover, a:active, a:visited, input, img, select, option {
	outline: none;
	text-decoration: none;
	color: inherit;
}

option[disabled="disabled"] {
	color: #DDD;
}

a[rel="button"]:visited {
	color: #2779AA;
}

a[rel="button"]:hover {
	color: #0070A3;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.top_menu {
	height: 40px;
	border-bottom: 1px solid #DDD;
}

.top_menu .btn_div {
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #DDD;
	padding-right: 35px;
	background-image: url(../img/arrow_down.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 20px 12px;
}

#account_menu {
	position: absolute;
	padding-left: 100%;
	margin-left: -200px;
	width: 200px;
	z-index: 5;
}

#account_menu a {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	border-width: 1px 0;
	padding: 5px;
	margin-right: 5px;
	display: block;
	background-color: #EEE;
}

.module_menu {
	display: none;
	position: absolute;
	margin-left: 42px;
	top: 0px;
	background-color: rgba(238, 238, 238, .95);
	width: 197px;
	border-right: 1px solid #DDD;
}

.module_menu a {
	display: block;
	cursor: pointer;
	padding-top: 9px;
	padding-left: 10px;
	height: 32px;
	border-bottom: 1px solid #DDD;
	height: 32px;
}

.side_menu_container {
	background-color: white;
	border-right: 5px solid #DDD;
	float: left;
	width: 42px;
	position: relative;
	z-index: 2;
}

.side_menu_container .main_menu {
	height: 100%;
}

.side_menu_container img {
	padding: 5px;
	display: block;
	cursor: pointer;
}

.side_menu_container .link_icon {
	width: 42px;
}

.side_menu_container .link_icon:not (.side_menu_selected ):hover {
	background-color: #EEE;
}

.side_menu_selected {
	background-color: #DDD;
}

.home_layout {
	
}

.content_container {
	padding: 5px;
	overflow: auto;
	float: left;
	z-index: 0;
}

.btn_div {
	cursor: pointer;
}

.side_submenu_container a {
	border-width: 1px 0;
	padding: 5px;
	display: block;
}

.side_submenu_container>div {
	
}

.side_submenu_container {
	background-color: rgba(238, 238, 238, .95);
	border-right: 1px solid #DDD;
	width: 200px;
	position: absolute;
	margin-left: 240px;
	z-index: 1;
}

.footer_container {
	clear: both;
}

.side_submenu_selected {
	background-color: #DDD;
}

.category_list_container div.cat_div_small {
	width: 300px;
	height: 310px;
}

.category_list_container.category_index_page div.cat_div_small {
	width: 450px;
	height: 500px;
}

.category_list_container.category_index_page {
	height: 550px;
}

.jspContainer a.jspArrowUp {
	background-image: url("../img/scroll_up.png");
}

.jspContainer a.jspArrowDown {
	background-image: url("../img/scroll_down.png");
}

.jspContainer a.jspArrowLeft {
	background-image: url("../img/scroll_left.png");
}

.jspContainer a.jspArrowRight {
	background-image: url("../img/scroll_right.png");
}

.jspContainer a.jspArrow.jspActive {
	background-color: #bbb;
}

.content_title {
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
}

.loading_container {
	width: 100%;
	height: 100%;
	background: transparent url("../img/loading_back.png") top left repeat;
	position: fixed;
	z-index: 9999;
}

.loading {
	color: #000 !important;
	border: 5px solid #ddd;
	background-color: #fff;
	padding: 10px;
	font-size: 1.5em;
	width: 160px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-left: -80px;
	margin-top: -30px;
	box-shadow: 0 0 10px #000;
}

.loading_partial {
	background-image: url('../img/loading_back.png');
	position: absolute;
	z-index: 800;
	border: 1px solid #333;
	border-radius: 3px;
}

.loading_partial table table td {
	background-color: white;
	border: 2px solid black;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	box-shadow: 0 0 10px #000;
}

.category_add {
	margin: 5px auto;
}

.category_add_result {
	height: 350px;
	width: 885px;
	border: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
	margin: 0 auto;
	border-radius: 3px;
}

.category_add_result #catcontainer div {
	background-color: #fff;
}

.category_add_result #catcontainer div:nth-child(2n) {
	background-color: #f6f6f6;
}

.category_level_container {
	padding: 2px;
}

.category_level {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.category_level div.header {
	background-color: #999;
	color: #fff;
	padding: 3px 0;
	border-radius: 3px 3px 0 0;
}

.category_list_container {
	background-color: #eee;
	border: 1px solid #ddd;
	overflow-x: auto;
	width: 100%;
	height: 355px;
	border-radius: 3px;
	padding-bottom: 3px;
}

.category_list_container.category_index_page .category_list tr {
	height: 30px;
}

.category_list tr:nth-child(2n) {
	background-color: #f6f6f6;
}

.category_list tr:hover {
	cursor: pointer;
}

.category_list td {
	border-bottom: 1px solid #ddd;
	padding: 2px 0 2px 2px;
	color: #363636;
}

.category_ac_temp {
	margin: 5px auto 10px;
	width: 880px;
}

.category_ac_temp #category_ac_temp {
	width: 100%;
}

.zebra>thead th, .zebra>tfoot th {
	background-color: #999;
	color: #EEE;
	padding: 3px 0;
	border-right: 1px solid #AAA;
}

.zebra>tbody>tr:nth-child(2n) {
	background-color: inherit;
}

.zebra>tbody>tr:nth-child(2n+1) {
	background-color: #fafafa;
}

.zebra.small_list tr {
	
}

.zebra>tbody>tr:last-child>td {
	border-bottom: none;
}

.zebra>tbody>tr>td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.zebra.small_list>tbody>tr>td {
	padding: 2px;
	font-size: 0.9em;
}

.zebra_red>thead th {
	background-color: #999;
	color: #EEE;
}

.zebra_red>tbody>tr:nth-child(2n) {
	background-color: #fee;
}

.zebra_red>tbody>tr:nth-child(2n+1) {
	background-color: #fffafa;
}

.zebra_red.small_list tr {
	
}

.zebra_red>tbody>tr:last-child td {
	border-bottom: none;
}

.zebra_red>tbody>tr>td {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.zebra_red.small_list>tbody>tr>td {
	padding: 2px;
	font-size: 0.9em;
}

.width_full {
	width: 100%;
}

input[type="text"], input[type="email"], input[type="password"], input[role="textbox"],
	select, input[type="number"], textarea {
	font-size: 1em;
	color: #333;
	border: 1px solid #BBB;
}

.section_title {
	background-color: #333;
	color: #DDD;
	padding: 3px 3px;
	font-weight: bold;
	margin: 5px 0 0;
}

.section_title span {
	font-weight: bold;
}

.section_title td {
	color: #DDD;
	font-weight: bold;
}

#images_container .images>div {
	float: left;
	margin: 1.5px;
	border: 1px solid #bbb;
	background-color: #fff;
	border-radius: 3px;
}

#images_container .images input {
	padding: 0;
}

#images_container .images>div>div {
	padding: 5px;
}

#images_container .images div table td label, .images_pop_container table label
	{
	margin-right: 5px;
}

#images_container .images_list_action {
	padding: 3px;
}

#list_images_pop #images2>div {
	float: left;
	margin: 1.5px;
	border: 1px solid #bbb;
	background-color: #fff;
	border-radius: 3px;
}

#list_images_pop #images2>div>div {
	padding: 5px;
}

.form_section.float {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.form_section.float+* {
	clear: both;
}

.form_section.float>div {
	float: left;
	margin: 5px;
}

.tr_hover {
	background-color: #fdf5ce;
	color: #c77405;
}

.tr_sel {
	background-color: #ffe45c;
	color: #363636;
}

.ac_result_not_multi {
	overflow: auto;
	border-radius: 5px 5px 0 0;
}

.ac_result_not_multi table td {
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
}

.ac_result_not_multi table tr {
	background-color: #fff;
}

.ac_result_not_multi table tr:nth-child(2n) {
	background-color: #f6f6f6;
}

.ac_result_multi {
	margin-top: 5px;
	width: 440px;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	background-color: #eee;
}

.ac_result_multi table {
	width: 100%;
}

.ac_result_multi table td {
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
}

.ac_result_multi table tr {
	background-color: #fff;
}

.ac_result_multi table tr:nth-child(2n) {
	background-color: #f6f6f6;
}

.ac_result {
	color: #c00;
	font-size: 1.3em;
	text-transform: uppercase;
}

.form_submit_container {
	text-align: center;
	margin: 10px 0;
}

.index_list_page .ui-buttonset label.ui-state-default {
	background-image: none;
	border: 1px solid #eee;
	background-color: #bbb;
	color: #fff;
	font-family: verdana;
	font-size: 1em;
	margin-right: -0.4em;
}

.index_list_page .ui-buttonset label.ui-state-default.ui-state-hover {
	background-color: #c80000;
	color: #fff;
}

.index_list_page .ui-buttonset label.ui-state-default.ui-state-active {
	background-color: #C87800;
	color: #fff;
}

.index_list_page .ui-buttonset label.ui-state-default span.ui-button-text
	{
	width: 30px;
	text-align: center;
	padding: 3px 0;
}

.grid {
	margin: 5px 0;
}

.grid td {
	padding: 5px 0;
}

.grid_header th {
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}

.grid_vert {
	
}

.grid_vert td {
	border: 1px solid #DDD;
	border-width: 0 1px;
	padding: 0 3px;
}

.grid_vert td>div {
	
}

.grid_vert td:first-child {
	border-left-width: 0;
}

.grid_vert td:last-child {
	border-width: 0;
}

.hover tr {
	cursor: pointer;
}

.hover tr:hover td {
	background-color: #fdf5ce;
	color: #c77405;
}

.action_list {
	padding: 5px;
	text-align: center;
}

.action_list .global_link {
	
}

.images_container {
	text-align: center;
}

.images_container img {
	margin-top: 10px;
	box-shadow: 0 0 2px #000;
}

.login_form {
	width: 240px;
	left: 50%;
	margin-left: -120px;
	padding: 5px;
	margin-top: -75px;
	top: 30%;
	position: absolute;
	box-shadow: 0 0 2px #000
}

.hrd_permissions {
	float: left;
	background-color: #EEE;
	border: 1px solid #DDD;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 2px;
}

.status_active {
	background-color: #0F0;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 2px;
}

.status_not_active {
	background-color: #F00;
	border-radius: 3px;
	padding: 2px 5px;
	margin: 2px;
}

.product_image_small {
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px #000000;
}

.product_image_large {
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px #000000;
	width: 160px;
	height: 240px;
}

.product_no_image_small {
	width: 75px;
	height: 100px;
	margin: auto;
	text-align: center;
	background-color: #EEE;
	box-shadow: 0px 0px 5px #000;
}

.product_no_image_small div {
	padding-top: 25px;
}

.product_no_image_large {
	width: 160px;
	height: 240px;
	margin: auto;
	text-align: center;
	background-color: #EEE;
	box-shadow: 0px 0px 5px #000;
}

.product_no_image_large div {
	padding-top: 110px;
}

#location_product_container>div>div>table {
	padding-bottom: 10px;
}

#location_product_container {
	
}

.location_title_container {
	margin-top: 10px;
	background-color: #999;
	padding: 5px;
}

.location_title {
	font-weight: bold;
	color: #EEE;
	font-size: 1.2em;
}

.vendor_title_container {
	margin-top: 10px;
	background-color: #999;
	padding: 5px;
}

.vendor_title {
	font-weight: bold;
	color: #EEE;
	font-size: 1.2em;
}

.zebra_2>div:nth-child(2n) {
	background-color: inherit;
}

.zebra_2>div:nth-child(2n+1) {
	background-color: #fafafa;
}

.zebra_2>div:last-child {
	border-bottom: none;
}

.zebra_2>div {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.zebra_2>div.header {
	background-color: #999;
	color: #EEE;
	padding: 3px 0;
	text-align: center;
}

.zebra_2_red>div:nth-child(2n) {
	background-color: #FDD;
}

.zebra_2_red>div:nth-child(2n+1) {
	background-color: #FEE;
}

.zebra_2_red>div:last-child {
	border-bottom: none;
}

.zebra_2_red>div {
	border-bottom: 1px solid #ddd;
	padding: 5px;
}

.zebra_2_red>div.header {
	background-color: #999;
	color: #EEE;
	padding: 3px 0;
	text-align: center;
}

.error-message {
	margin: 10px 0;
	background-color: #F66;
	font-weight: bold;
}

.error_message_bar {
	margin: 10px 0;
	background-color: red;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}

.success_message_bar {
	margin: 10px 0;
	background-color: #09F;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px;
}

.error_bg_red {
	background-color: #F00;
}

.error_bg_yellow {
	background-color: yellow;
}

.error_bg_green {
	background-color: #0F0;
}

.page_title {
	margin-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

input.label_spinner {
	border: none;
}

.status_gray {
	background-color: #EEE;
	border: 2px solid #CCC;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 0 3px;
	margin: 5px 3px;
	font-weight: bold;
	line-height: 27px;
	display: inline-block;
}

.status_green {
	background-color: #AFA;
	border: 2px solid #0F0;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 0 3px;
	margin: 5px 3px;
	font-weight: bold;
	line-height: 27px;
	display: inline-block;
}

.status_red {
	background-color: #FAA;
	border: 2px solid #F00;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 0 3px;
	margin: 5px 3px;
	font-weight: bold;
	line-height: 27px;
	display: inline-block;
}

.status_yellow {
	background-color: #FFC;
	border: 2px solid #FC0;
	border-radius: 5px;
	text-transform: capitalize;
	padding: 0 3px;
	margin: 5px 3px;
	font-weight: bold;
	line-height: 27px;
	display: inline-block;
}

.number_large {
	font-size: 4em;
}

.progressbar {
	height: 20px;
	width: 100px;
}

.side_submenu_separator {
	border-bottom: 2px solid #999;
}

.text_double {
	font-size: 2em;
}

.text_smaller {
	font-size: 0.8em;
}

.text_smaller td, .text_smaller th {
	font-size: 0.8em;
}

.ui-button-text {
	padding: 2px 10px !important;
	font-size: 0.9em !important;
}

.checkbox_label label {
	display: inline-block;
	cursor: pointer;
	min-width: 175px;
	margin-left: 3px;
}

.checkbox_label {
	float: left;
	background-color: #EEE;
	border: 1px solid #666;
	margin: 3px;
	padding: 3px;
	border-radius: 5px;
}

.lines>div, .lines tr {
	border-bottom: 1px solid #DDD;
	padding: 3px 0;
	margin: 0 10px;
}

.lines td {
	padding: 3px 0;
	margin: 0 10px;
}

.lines>div:last-child, .lines tr:last-child {
	border: none;
}

.lines div.header {
	background-color: #CCC;
}

.rack_pending {
	float: left;
	width: 100px;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid gray;
	background-color: #EEE;
	border-radius: 5px;
	margin: 3px;
}

.rack_ok {
	float: left;
	width: 100px;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid green;
	background-color: #CFC;
	border-radius: 5px;
	margin: 3px;
	cursor: pointer;
}

.rack_not_ok {
	float: left;
	width: 100px;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid red;
	background-color: #FCC;
	border-radius: 5px;
	margin: 3px;
	cursor: pointer;
}

.count_error {
	background-color: red;
}

.count_final {
	background-color: #66F;
}

.readonly_noborder {
	border: none !important;
	padding: 0;
	background: none;
}

.attribute_select {
	background-color: #eee;
	border: 1px solid #666;
	border-radius: 5px;
	text-align: center;
	width: 150px;
	color: #333;
}

#top_data {
	height: 45px;
	background-color: #FFF;
	border-bottom: 3px solid silver;
	overflow-y: hidden;
}

#top_data>div {
	display: inline-block;
	vertical-align: middle;
}

.top_stat_title {
	width: 70px;
	background-color: #333;
	color: #DDD;
	padding: 2px 0;
	font-weight: bold;
	margin: 0 0 0 10px;
	text-align: center;
	height: 30px;
	font-size: 0.7em;
}

.top_stat_container>div {
	display: inline-block;
	width: 55px;
	margin: 5px 0 5px 0;
}

.top_stat_container>div div:nth-child(1) {
	text-align: center;
	font-size: 0.6em;
	background-color: #DDD;
}

.top_stat_container>div div:nth-child(2) {
	text-align: center;
	font-size: 1em;
	background-color: #EEE;
	font-weight: bold;
}

.home_stat_container>div {
	display: inline-block;
	width: 175px;
	margin: 5px 5px 5px 0;
}

.home_stat_container>div div:nth-child(1) {
	text-align: center;
	font-size: 1.2em;
	background-color: #DDD;
}

.home_stat_container>div div:nth-child(2) {
	text-align: center;
	font-size: 2.2em;
	background-color: #EEE;
}

.home_stat_container>div div:nth-child(3) {
	text-align: center;
	background-color: #DDD;
	padding: 5px;
}

.page_selector {
	margin: auto;
	width: 310px;
	padding: 20px 0;
	overflow: hidden;
}

.page_selector a {
	display: block;
	height: 30px;
}

.page_selector a:hover {
	background-color: #E47911;
}

.page_selector img {
	height: 24px;
	padding: 3px 0;
}

.page_selector div {
	float: left;
	width: 60px;
	background-color: #EEE;
	line-height: 30px;
	height: 30px;
	text-align: center;
}

.page_selector .first {
	border: 1px solid #DDD;
	border-radius: 5px 0 0 5px;
}

.page_selector .prev {
	border: 1px solid #DDD;
	border-left: 0px;
}

.page_selector .selector {
	border: 1px solid #DDD;
	border-width: 1px 0;
	vertical-align: middle;
}

.page_selector .selector select {
	width: 100%;
	vertical-align: middle;
}

.page_selector .next {
	border: 1px solid #DDD;
	border-right: 0px;
}

.page_selector .last {
	border: 1px solid #DDD;
	border-radius: 0 5px 5px 0;
}

.page_selector select {
	padding: 2px;
	margin: 0;
}

.problem_container {
	border: 1px solid gray;
	width: 800px;
	margin: 10px auto;
	border-radius: 10px;
	padding: 5px;
}

.problem_container div {
	padding: 3px 2px;
}

.problem_item {
	border: 1px solid #DDD;
	margin: 5px 2px;
	border-radius: 5px;
	padding: 5px;
}

.problem_store {
	font-weight: bold;
	background-color: #EEE;
}

.problem_title {
	font-weight: bold;
}

.problem_content {
	
}

.problem_open {
	font-size: 0.7em;
	text-align: right;
}

.problem_action {
	text-align: center;
	background-color: #EEE;
}

.problem_closed {
	font-size: 0.7em;
	text-align: right;
}

.problem_detail {
	
}

.problem_detail_user {
	font-size: 0.7em;
	text-align: right;
}

.problem_detail_container {
	border: 1px solid gray;
	width: 800px;
	margin: 10px auto;
	border-radius: 10px;
	padding: 5px;
}

.problem_detail_container div {
	padding: 5px 2px;
}

.problem_detail_title {
	font-weight: bold;
}

.problem_detail_content {
	
}

.problem_detail_action {
	text-align: center;
	background-color: #EEE;
}

.problem_form_container{
	border: 1px solid gray;
	width: 800px;
	margin: 10px auto;
	border-radius: 10px;
	padding: 5px;
}

.problem_form_title{
	background-color: #EEE;
	font-weight: bold;
}

.problem_form_action{
	background-color: #EEE;
}

.problem_search_container{
	border: 1px solid gray;
	width: 1000px;
	margin: 10px auto;
	border-radius: 10px;
	padding: 5px;
}

.problem_search_container .radio input{
	margin: 0 5px;
}

.problem_search_action{
	background-color: #EEE;
	text-align: center;
}