
.List, .ListNoBorder {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #c5c5c5;
	width: 100%;
}

.List {		
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ListNoBorder {
	border: none;
}

.ListHeader {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	height: 30px;
	text-align: left;
	background: transparent url(../images/bg/bg_list.png) repeat-x top center;
	background-color: #FFFFFF;
}

.ListSort {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 5px 10px;
	font-weight: bold;
	line-height: 16px;
}
.Hover A.ListSort:hover {
	text-decoration: none;
	color: #0D8136;
}

.ListSortAction {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 0px 10px;
	font-weight: bold;
	line-height: 16px;
	white-space: nowrap;
}

.ListBody {
	background-color: #FFFFFF;
    position: relative;
}
.Hover .ListBody:hover,
.ListBodyActive {
	background-color: #f8f8f8;
}
.ListBody.Selected {
	background-color: #fee7e9;
}

.Sortable .ListBody {
    background: transparent url(../images/bg/bg_glue_horz.png) repeat-x bottom center;
    background-size: auto 1px;
    padding: 0px 0px 1px 0px;
}

.Sortable .ListBody:last-child {
    background: none;
    margin: 0px;
}

.Sortable .sortable-placeholder {
    background: #0D8136;
    border: 1px dashed red;
    box-sizing: border-box;
    opacity: 0.1;
}

.ListRow {
	margin: 0px;
	padding: 0px;
}

.ListRowActive {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #0D8136;
	background-color: #f8f8f8;
}

.ListContent {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 5px 10px;
}

.ListContentAction,
.ListContentPreAction {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
	padding: 2px 10px;
	white-space: nowrap;
}

.ListContentPreAction {
    padding: 2px 2px;
    opacity: 0.5;
}

.ListFooter {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	height: 30px;
	padding: 0px 10px;
	background: transparent url(../images/bg/bg_list.png) repeat-x top center;
}

.ListPageing {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	padding: 0px 0px;
	border: 0px;
}

.ListAction {
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 5px 10px;
	white-space: nowrap;
}
.ListAction img {
	float: left;
	margin: 0px 5px 0px 0px;
}

.ListSelected {
	display: inline-block;
	font-family: Arial, Helvetica, Geneva, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 18px;
	padding: 3px 10px 3px 5px;
	white-space: nowrap;
}

.ListButton {
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;	
	border: 1px solid #919090;
	line-height: 14px;
	padding: 1px 10px 1px 10px;
	cursor: pointer;
	outline: none;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.Hover .ListButton:hover {
	text-decoration: none;
	color: #0D8136;
}

.InfoActions {
	display: block;
	float: right;
	margin: 0px 0px 20px 20px;
}

.InfoListActions {
	display: block;
	margin: 20px 0px 0px 0px;
}

.Mobile .ListButton {
	margin: 5px 5px !important;
	padding: 3px 10px;
}





ul.TreeItem .ElectricityContainer {
	display: block;
	width: auto;
	height: 150px;
	overflow: auto;
	border: 1px solid #838282;
	margin: 5px 0px 0px 30px;
}

ul.TreeItem .ElectricityActions {
	display: block;
	width: auto;
	padding: 0px 0px 10px 0px;
 	margin: 5px 0px 20px 35px;
 	white-space: nowrap;
    background: transparent url(../images/bg/bg_glue_horz.png) repeat-x bottom center;
}

.ElectricityContainer .ListHeader {
	height: auto;
}

/*.ElectricityContainer .ListSort,
.ElectricityContainer .ListContent {
	font-size: 11px;
	padding: 3px 5px;
	font-weight: normal;
	line-height: 14px;
}*/