html, body {
	background: #464646;
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
}

html, body, #container {
	min-height: 550px;
	max-height: auto;
}

/*html>body, html>body #container {
	height: auto;
}*/

td {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
}

body {
	padding: 10px 0 0 10px;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #D6DDE6;
}

a {
	color: #0783da;
}

#left-container a {
	color: #000;
}

#product_tree_container {
	line-height: 1.2;
}

#container, #container-footer {
	width: 740px;
	overflow: hidden;
	margin: 30px auto 0 auto;
}

#container-footer {
	color: #ffffff;
	margin: 10px auto 0 auto;
	font-size: 11px;
}

#left-container {
	float: left;
	width: 146px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#right-container {
	float: right;
	width: 591px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#left-column-top, #top-left-logo {
	margin-bottom: 3px;
}

#left-column-top {
	height: 300px;
}

#top-row {
	margin-bottom: 3px;
	width: 591px;
	height: 105px;
	background-image: url('../images/layout/top_nocompany.gif');
	background-repeat: no-repeat;
}

#top-row img {
	display: block;
}

#middle-column {
	float: left;
	width: 442px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	overflow: hidden;
}

#middle-column .big {
	float: left;
	width: 591px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	overflow: hidden;
}

#right-column, #left-column-bottom, #left-column-top {
	width: 146px;
}

#right-column, #left-column-bottom, #left-column-top, #middle-column {
	background: #ffffff;
}

#left-column-bottom {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#right-column {
	float: right;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

.small {
	background: url('../images/layout/top_short.gif') no-repeat scroll top center;
}

.big {
	background: url('../images/layout/top_long.gif') no-repeat scroll top center;
}

.column {
	padding: 10px 6px 10px 6px;
}

.highlight {
	background: url('../images/layout/highlight.gif') no-repeat scroll center center;
	width: 120px; /* Original size was 126px */
	height: 20px;
}

.table-input td {
	padding: 2px 0px 0px 2px;
}

h3 {
	clear: both;
}

h3.sidebar-header {
	border: 1px solid #fff;
	float: left;
	width: 170px;
	font-size: 12px;
}

h3.product_error {
	background-color: red;
}

div#package_saved_header {
	visibility: hidden;
	font-weight: bold;
}

form#login_form, form#login_form input {
	width: 120px;
	clear: both;
	/*min-width: 140px;
  	max-width: 140px;*/
}

form, .fisk {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 430px;
  min-width: 0px;
  max-width: 500px;
}

form fieldset, .fisk fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend, .fisk fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

form div, .fisk div {
	margin-bottom: 10px;
}

.fisk form {
  width: inherit;
  min-width: 0;
  max-width: none;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

select#size_table, select#colors, select#package_job_roles, select#company_administrator_user_id {
	width: 120px;
	height: 100px;
}

select#size_table {
	width: 200px;
}

select#company_administrator_user_id {
	width: 200px;
	height: 100px;
}

textarea#standard {
	width: 100%;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  width: 200px;
  height: 16px;
  border: 1px solid #999;
  float: left;
}

select {
	height: 20px;
	width: 202px;
	padding: 1px 0 0 0;
}

input.button {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #ffffff;
  border: 1px solid #156788;
  background-color: #37a1cc;
}

select.product_size_table {
	width: 80px;
	height: 60px;
	float: right;
}

form div.right-form-column, .fisk div.right-form-column {
	clear: both;
	margin-left: 200px;
}

select#gender_id {
	width: 80px;
	height: 40px;
}

select#currency {
	width: 100px;
	height: 20px;
	margin-left: 5px;
}

select#product_job_roles, select#product_group, select#size_id, select#art_id {
	width: 80px;
	height: 100px;
}

.multiple_select, select#product_job_roles, select#product_group {
	width: 200px;
	height: 100px;
	margin-bottom: 5px;
	padding: 2px 0 0 0;
}

select#product_job_roles option {
	color: #000;
}

select#size_table, select#currency, select#gender_id, select#product_group {
	margin-bottom: 5px;
}

input.button, input#start_package {
	height: auto;
}

input.button, input.standard, input#start_package {
	width: auto;
}

input.zipcode, input#price, input.size_table {
	width: 40px;
}

select.size_table {
	width: 146px;
}

textarea {
  overflow: auto;
  height: 	40px;
}

form div label, .fisk div label {
  display: block;
  float: left;
  width: 150px;
  padding: 2px 5px 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
  clear: left;
}

form div label.radio-labels, .fisk div label.radio-labels {
	width: auto;
	float: left;
	clear: none;
}

div.required label {
	font-weight: bold;
}

ul#product_2_product_group_inner_container {
	float: left;
	position: relative;
	top: -8px;
	padding: 0;
}

ul#product_2_product_group_inner_container li div {
	float: left;
	width: 120px;
}
ul#product_2_product_group_inner_container li span {
	float: left;
	clear: right;
}
ul#product_2_product_group_inner_container li {
	margin-top: 4px;
}
ul#available_job_roles, ul#available_job_status, ul#available_prices, ul#relation_companies, ul#package_products, ul#due_date_list {
	float: left;
	position: relative;
	top: 4px;
}

ul#available_job_roles li, ul#available_job_status li, ul#available_prices li, ul#relation_companies li, ul#product_2_product_group_inner_container li,
ul#package_products li, ul#color-list li, ul#due_date_list li {
	display: block;
	clear: both;
	list-style: none;
}



ul li div.li_text {
	float: left;
	width: 160px;
}

ul#color-list {
	list-style-type: none;
}

ul li span.edit_links {
	float: left;
	clear: right;
	width: 40px;
}

ul#package_products li div.li_text {
	width: 80px;
}
.clear {
	clear: both;
}

.icon-user {
	padding-left: 20px;
	background: transparent url(../images/user.png) 0 0px no-repeat;
	text-decoration: none;
}

.icon-admin-user {
	padding-left: 20px;
	background: transparent url(../images/admin_user.png) 0 0px no-repeat;
	text-decoration: none;
}

.icon-product {
	padding-left: 20px;
	background: transparent url(../images/produkt.gif) 0 0px no-repeat;
	text-decoration: none;
}

.icon-package {
	padding-left: 20px;
	background: transparent url(../images/pakke.gif) 0 0px no-repeat;
	text-decoration: none;
}

.icon-no-children, .icon-no-children-last {
	padding-left: 18px;
	padding-bottom: 6px;
	background: transparent url(/scripts/build/treeview/assets/tn.gif) 0 0px no-repeat;
	text-decoration: none;
}

.icon-no-children-last {
	background: transparent url(/scripts/build/treeview/assets/ln.gif) 0 0px no-repeat;
}

div#product_tree_outer_container, div#size_table_tree_outer_container {
	width: 200px;
	float: left;
}

div#product_2_product_group_container, div#packageContainer, div#sizeTableTreeContainer {
	width: 220px;
	float: left;
}

div#editPackage, div#sizeTableTreeContainer {
	display: none;
}

div#packageContainer input, div#packageContainer label, div#sizeTableTreeContainer input, div#sizeTableTreeContainer label {
	float: none;
	width: 140px;
	text-align: left;
	margin: 0;
	padding: 0;
}

div.balance {
	float: left;
	text-align: left;
}
div.quantity {
	float: right;
	text-align: right;
}

div.node .node-links {
	padding-left: 10px;
	text-decoration: none;
}

input#job_status_btn, input#job_role_btn, input#save_price_btn {
	margin-left: 10px;
}

input#job_role, input#job_status {
	width: 160px;
}

form#package_form, form#size_table_form {
	width: 200px;
}

#ysearchmod {
	text-align:center;
}

#search_result_container {
	position:absolute;
	z-index:9050;
}

#search_result_container .yui-ac-content {
	position:absolute;
	left:0;
	top:0;
	width:auto;
	border:1px solid #404040;
	background:#fff;
	overflow:auto;
	text-align:left;
	z-index:9050;
}

#search_result_container .yui-ac-shadow {
	position:absolute;
	left:0;
	top:0;
	margin:.3em;
	background:#a0a0a0;
	z-index:9049;
}

#search_result_container ul {
	padding:5px 0;
	width:100%;
}

#search_result_container li {
	padding:0 5px;
	cursor:default;
	white-space:nowrap;
	margin: 0px;
}

#search_result_container li.yui-ac-highlight {
	background:#eee;
}
form#list_type_form label, form#list_type_form select, form#list_type_form input {
	width: auto;
	float: left;
}

form#list_type_form input {
	width: 80px;
}

div.right {
	float: right;
}

div.left {
	float: left;
}

.order_confirm table, .product_list table {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 430px;
}

.matrix_table table {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 390px;
}

.order_confirm th, div#show_order_container table th, div#show_order_container table tfoot {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 400px;
}

.order_confirm th, .matrix_table th, .product_list th, div#show_order_container table th {
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
}

div#show_order_container table tfoot {
	font-weight: bold;
}

div#show_order_container table tfoot td {
	border: 0px solid #e7eff2;
	background-color: #e7eff2;
}

.order_confirm th, .matrix_table th, .product_list th, div#show_order_container table th {
	border: 1px solid #828282;
	background-color: #37a1cc;
}

.order_confirm td, div#show_order_container table td, .product_list td, .matrix_table td  {
	padding: 3px;
	border: 1px solid #D6DDE6;
}

tr.altrow {
	background-color: #f2f6f8;
}

div#decline_comment_container{
	display: none;
	width: 200px;
	border: 1px solid #828282;
	background: #BCBCBC;
	position: absolute;
	top: 200px;
	left: 160px;
	z-index: 9999;
	padding: 10px;
}

div#decline_comment_container label, div#decline_comment_container textarea, div#decline_comment_container input {
	width: auto;
	float: none;

}

div#decline_comment_container textarea {
	width: 200px;
	height: 80px;
	margin-right: 10px;
}

div#show_order_container div#receiver_data {
	width: 180px;
	padding: 4px;
	border: 1px solid #828282;
	background-color: #BCBCBC;
	margin-bottom: 10px;
	float: left;
}

div#show_order_container table {
	clear: both;
	width: 420px;
}

div#declined_order_comments, div#error_container {
	background: #d2b1b1;
	border: 1px solid #9a5c5c;
	width: 200px;
	padding: 4px;
	margin-left: 20px;
	float: left;
}

div#error_container {
	clear: both;
}

div#package_description, div#package_rule_description {
	background: #e7eff3;
	border: 1px solid #49c5f9;
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
	float: left;
	clear: both;
}

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

ul#pending_orders li {
	display: block;
	margin-left: -30px;
}

div#breadcrumbs {
	margin: 0 0 14px 0;
	background: #e7eff3;
	padding: 4px 0 4px 4px;
	font-size: 80%;
}

input.date-input {
	width: 80px;
	margin-right: 5px;
}

a.line_spacer {
	display: block;
	padding-top: 20px;
}

th.date_column {
	width: 140px;
}

#flags {
	float:right;
	margin-right: 21px;
	margin-top: 10px;
}

#flags img {
	float: left;
	margin-left: 10px;
}

table.small {
	float: left;
	margin: 3px 0 5px 0;
	border-collapse: collapse;
}

table.small th, table.small td {
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 10px;
}

table.small th {
	font-weight: bold;
}

table.small tr.selected td {
	text-decoration: underline;
}


