﻿/***********************************************************
USER LIST
***********************************************************/

.listcheckbox {
	margin:0;
	padding:0px;
}
.list_titlebar_inactive {
	border-color: #B4B4B4;
	border-style: solid;
	background-image: url('../images/titlebar_inactive.gif');
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0060a6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 1px;
	padding-left:4px
}
.list_titlebar_active {
	border-color: #B4B4B4;
	border-style: solid;
	background-image: url('../images/titlebar_active.gif');
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0060a6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-right-width: 1px;
	padding-left:4px;
}
.list_titlebar_arrow {
	float:right;
	padding:0px;
	margin:1px, 10px, 0, 0;
	vertical-align:middle;
	width:7px;
	height:7px;
}
.list_titlebar_activetitle {
	float:left;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

.userlist {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-decoration: none;
	font-weight: normal;
}
.userlist td {
	border-width: 1px;
	border-color: #cccccc;
	border-right-style: solid;
	padding-left: 6px;
	border-bottom-style: dashed;
	vertical-align:middle;
}
.userlist span {
	border-width: 1px;
	border-color: #cccccc;
	border-right-style: solid;
	padding-left: 6px;
	border-bottom-style: dashed;
	vertical-align:middle;
	height:21px;
}
.userlist tr {
	height: 20px;
}
.userlist_image {
	margin:0, 6px, 0, 0;
	vertical-align:middle;
}
.dashbottomborder_list {
	border-bottom:1px #CCCCCC dashed;
	width:100%;
	height:1px; 
	margin:-2px, 0, 0, 0; 
	padding:0px;
}
.solidbottomborder_list {
	border-bottom:1px #CCCCCC solid;
	width:100%;
	height:1px; 
	margin:-2px, 0, 0, 0; 
	padding:0px;
}
