div.list {
	padding: 1px 3px;
	display: block;
	float: left;
	/*clear: left;*/
	background-color: #F5F5F5;
	margin-bottom: 10px;
	color: #202020;
	position: relative;
	overflow: hidden;
	border: 1px solid #bbb;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	border-radius: 3px;
}

div.inline_list {
	clear: none;
}

div.list_content {
	font-family: Verdana;
	float: left;
	overflow: auto;
	clear: both;
	padding-bottom: 2px;
	font-size: 11px;
	position: relative;
	background-color: #F5F5F5;
}

div.ls_header_container {
	width: 100%;
	float: left;
	clear: both;
	background: url('/images/tabel_header.jpg') top left repeat-x;
	font-size: 11px;
	position: relative;
	background-color: #d5d5d5;
	height: 30px;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
	z-index: 10;
	font-family: Verdana;
}

div.ls_list_container {
	position: relative;
}

div.list_title {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.list div {
	float: left;
}

.row div {
	float: left;
}

div.ls_headers {
	height: 22px;
	padding-top:7px;
	color:#272727;
	border-bottom:1px solid #bbb;
	position: absolute;
}

#list_headers_selector {
	font-weight: bold;
	border-bottom: 2px solid #858585;
}

div.list_navigation {
	float: right;
	padding-right: 2px;
	min-height: 30px;
}

div.list div.ls_header {
	line-height: 16px;
	color: #272727;
	margin-right: 0px;
	display: inline;
	overflow: hidden;
	min-height: 16px;
}

div.list div.ls_header_mover {
	border-right: 1px solid #aaa;
	color: #aaa;
	height: 18px;
	float: left;
	cursor: e-resize;
	width: 4px;
	z-index: 10;
	position: relative;
}

div.list div.ls_header_line {
	/*position: absolute; */
	border-left: 1px solid #bbb;
	width: 1px;
	padding-right: 1px;
	margin-top: 27px;
	z-index: 100;
	margin-left: 4px;
}


div.list div.ls_header_title {
	overflow: hidden;
	white-space: nowrap;
	float: left;
	padding-left:4px;
	/*position: relative;*/
}

div.ls_header {
	/*font-weight: bold;*/
}

div.ls_header a {
	color: #272727;
	text-decoration: none;
	text-shadow:0 1px 0 #FFFFFF;
}

div.items_block {
	width: 100%;
	clear: left;
	min-height: 20px;
	/*position: relative;*/
/*	margin-top: 30px;*/
}

div.row
{
	clear: left;
	width: 100%;
}

div.list_children {
	padding-left: 30px;
	background: url('/images/list/tree_line.png') repeat-y;
	background-position: 20px bottom;
	/*clear: left;*/
}

div.list_children div.row:last-child
{
	background: url('/images/list/tree_line_end.png') no-repeat transparent;/* #ffffff; */
}

div.white {
}

div.item {
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	clear: none;
	display: inline;
	padding-left: 2px;
	padding-right: 0px;
	margin-left: 1px;
	margin-right: 2px;
	vertical-align: middle;
}

div.item_right {
	padding-left: 0px;
	padding-right: 2px;
	text-align: right;
}

div.tree {
	overflow: hidden;
	height: 20px;
    width: 20px;
	line-height: 16px;
	white-space: nowrap;
	clear: none;
	padding-top:5px;
}

div.clines {
	/*background: url('images/list/tree_line.png') repeat-y #ffffff;*/
	background-color: green;
}

.list_image {
	margin-right:3px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

div.items {
	float: left;
	cursor: pointer;
	height: 25px;
	padding-top:1px;
	padding-bottom:1px;
	border-bottom:1px solid #bbb;
}

div.items_hover {
	background-color: #fff9f8;
}

div.items_selected {
	background-color: #dce9f5;
}

div.items_selected:hover {
	background-color: #cfe0ef;
}

.tree_image {
	display: block;
	width: 20px;
	height: 20px;
}


div.list_navigation select {
	margin-right: 2px;
}


img.list_navigation {
	padding-left: 2px;
	vertical-align: middle;
}


div.list_operations_left {
	height: 31px;
	width: 3px;
	background: url('/images/list/balloon_left.png') no-repeat #ffffff;
}

div.list_operations_right {
	height: 31px;
	width: 4px;
	background: url('/images/list/balloon_right.png') no-repeat #ffffff;
}

div.list_operations_more_text {
	height: 31px;
	padding-top: 9px;
	padding-right: 5px;
}

div.list_operations_more_menu {
	height: 31px;
	width: 21px;
	background: url('/images/list/balloon_right.png') no-repeat #ffffff;
}

div.list_operations_more_menu_container {
	float: none;
	clear: left;
	position: absolute;
	z-index: 1000;
	border: 1px solid #929292;
	background-color: white;
	padding: 5px 0px 5px 0px;
	width: 190px;
	margin-top: 30px;
	display: none;
}

div.list_operations_more_menu_placer {

}

div.list_operations {
	padding: 0px;
	background-color:#ecf2f7;
	border: 1px solid #7DA3C5;
	border-radius: 5px;
	position: absolute;
	left: 210px;
	z-index: 1020;
	margin-top:15px;
	display: none;
	box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

ul.list_ul {
	list-style-type: none
}

li.list_li {
	margin-left:-40px;
	padding:5px;
	height:15px;
	padding-right:10px;
	padding-left:10px;
}

li.list_li:hover {
	background-color:#FFFFFF;
}

div.list_operations_items {
	white-space: nowrap;
}

a.list_operations {
	color: #444;
	text-decoration: none;
	padding-right: 10px;
}

a.list_operations:hover {
	color: #000;
}

a.list_operations img {
	margin-right: 8px;
}


.list_checkboxes {
	float: left;
	cursor: pointer;
	margin-top: 8px;
}
#group_operation_select_all {
	cursor:pointer;
	text-decoration: none;
	padding-right: 10px;
}

div.more_menu_item {
	clear: both;
	padding: 3px 5px 3px 5px;
}

div.groupoperation_container {
	width: 100%;
	background-color: #E0E9F1;
	padding-top: 2px;
	display: none;
	position: absolute;
	margin-top: 0px;
	z-index: 101;
}

div.groupoperation_container .button {
	height: 15px !important;
	padding: 3px 5px !important;
	margin-bottom: 2px !important;
}

.list_placer {
	width: 100%;
	font-style: italic;
	height: 2px;
}

.list_sortHelper
{
	border: 1px dashed #666;
	float: left;
	height: 20px;
	min-width: 100px;
}

div.list_group_selection {
	width: 100%;
	margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.list_summary {
	position: fixed;
	border: 1px solid #7FAAFF;
	margin-left: 14px;
	margin-top: 6px;
	padding: 5px;
	background-color: #E0E9F1 !important;
	z-index: 1001;
	color: #000000;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	font-size: 13px;
	line-height:18px;
}

.list_summary_icon {
	margin-top: 5px;
}

.list_summary_th {
	text-align: right;
	padding-right: 5px;
}

.list_summary_table {
	border-spacing: 0px;
	padding: 0px;
	max-width: 100%;
}
.list_summary_th {
	max-width: 100%;
}

.list_summary_td {
	max-width: 100%;
}

.list .mover {
	margin-top: 8px;
}

div.list_no_bottom_margin {
	margin-bottom: 0px;
}

.list_checkboxes_all {
	margin-left: 1px;
	margin-right: 5px;
	vertical-align: middle;
}

.list_order {
	width: 12px;
	height: 12px;
	float: right;
	margin-top: 3px;
}

.list_header_operations {
	display: none;
	position: absolute;
	padding: 3px;
	margin-top: -2px;
}

.list_summary_th { 
	text-align: right; 
	padding-right: 5px; 
} 
 
.list_summary_table { 
 
	border-spacing: 0px; 
	padding: 0px; 
} 
