/* main part */

html body {
	width:100%;
	background: #ffffff;
	margin:0px;
	font: 12px Arial;
}
input {
	border: 1px solid #000000;
	font: 12px Arial;
}
textarea {
	border: 1px solid #000000;
	font: 12px Arial;
}
select {
	border: 1px solid #000000;
	font: 12px Arial;
}
h1 {
	font-size: 20px;
	font-weight:bold;
}
h2 {
	font-size: 16px;
	font-weight:bold;
}
h2.object_form {
	font-size: 14px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;
}
img {
	border:0;
}

/* div config */

.col {
	float:left;
	display:inline;
}
.form {
	width:100%;
}
.row {
	width:100%;
	display:table;
}

/* table config */

table {
	border-collapse:collapse;
}

.tback {
	background:#000000;
}
.thead {
	font-weight:bold;
	background:#C6D9F1;
	border:1px solid #6D84B4;
	border-collapse:collapse;
	padding:2px;
}
.trow {
	background:#ffffff; 
	vertical-align:top;
	border:1px solid #6D84B4;
	border-collapse:collapse;
	padding:2px;
}
.row_selected {
	background:#E7EBFF;
}
.row_inactive {
	background:#DBDAD6;
}
.row_edited {
	background:#FFF4AB;
}

/* misc */

.wrong {
	background: #FFBEBB;
}

.price_unchanged {
	background: #DADADA;
}

.price_up {
	background: #B7FFB0;
}

.price_down {
	background: #FFFEB0;
}

.hand {
	cursor: pointer;
}

/* link styles */

a, a:visited {
	color:#1C1CB5;
	text-decoration:none;
}
a:hover {
	color:#1C1CB5;
	text-decoration:underline;
}

a.big_link, a.big_link:visited {
	margin:3px;
	padding: 3px;
	font-size:15px;
	font-weight: bold;
}
a.big_link:hover {
	background: #E7EBFF;
}

.a_java {
	cursor:pointer;
}

a.menu_href, a.menu_href:visited {
	border: 1px solid #6D84B4;
	margin: 1px;
	padding: 2px 2px 2px 2px;
	background-color: #EEEDE8;
	color: #323232;
/*	font-weight:bold; */
	font-size:13px;
	text-decoration:none;
}
a.menu_href:hover {
	text-decoration:underline;
}

a.black_link, a.black_link.visited {
	color:black;
	text-decoration:none;
}
a.black_link:hover {
	text-decoration:underline;
}
a.sortrow, a.sortrow:hover, a.sortrow:visited {
	text-decoration:underline;
	text-weight:bold;
	color:black;
}

.floating {
	position:absolute; 
	display:inline; 
	border:1px dashed #9E9D9A; 
	background:#EEEDE8; 
	padding:3px;
}

.underlayer {
	background: #D3E6FE;
}

/* menu config */

#menu_lvl_1 {
	margin-bottom:10px;
}
#div_menu {
/*	text-align:center; */
	width:100%;
	background-color:#C6D9F1;
	padding:10px 0px 10px 0px;
	border-bottom:2px solid #6D84B4;
}

/* content config */

#div_content {
	padding: 10px;
}

/* js config */
.txt_detail {
	width:400px; 
	height:35px;
}
div.autocomplete_option {
	margin: 2px;
	padding: 2px;
	cursor: default;
}
div.autocomplete_option:hover {
	background: #E7EBFF;
}
div.small_chose {
	padding: 1px 0px 1px 0px;
	cursor: default;
	font-size: 11px;
}
div.small_chose:hover {
	background: #E7EBFF;
}

div.uo_accepted {
	width: 16px;
	height: 16px;
	background-image: url("../../img/check_16x16.gif");
}

div.uo_waiting {
	width: 16px;
	height: 16px;
	background-image: url("../../img/question_16x16.gif");
}

div.uo_deleted {
	width: 16px;
	height: 16px;
	background-image: url("../../img/delete_16x16.gif");
}
.invalid_mark {
	color: #ff0000;
}
div.img_del {
	position:absolute; 
	top:-10px;
	right:3px; 
	cursor:default;
	background-image:url('../../img/fancy_close.png');	
	width:30px;
	height:30px;
}

.failed_checker {
	border:2px dashed red;
}
