@charset "utf-8";
/* CSS Document */

div.list_default {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;

}
div.list_default:hover {
	background-color: #CCC;
}
div.list_default .content {
	margin: 3px;
	padding: 3px;
}
div.list_default .chkbox {
	display: inline;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div.list_default .title {
	font-size: 10px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline;
}

div.list_default .interface {
	margin: 2px;
	padding: 2px;
	position: relative;
	float: right;
}


div.list_A_users {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-bottom: 1px;
	overflow: hidden;
}
div.list_A_users .chkbox {
	display: inline;
}
div.list_A_users .title {
	font-size: 10px;
	overflow: hidden;
	display: inline-block;
	margin: 3px;
	padding: 3px;
}
div.list_A_users .title_company {
	font-size: 9px;
	overflow: hidden;
	margin: 4px;
	padding: 4px;
	display: inline;
	font-weight: normal;
	text-decoration: none;
	float: right;
}

div.list_A_users .interface {
	position: relative;
	right: 5px;
	margin: 2px;
	padding: 2px;
	float: right;
}
div.list_A_users .icon {
	display: inline;
}
div.list_A_users div {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;	
}

