@import url(styles.css);
@import url(forms.css);
@import url(cliqueandmedia.css);

.userList
{
	width: 525px;
}
.userItem
{
	float: left;
	width: 510px;
	height: auto;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 10px;
	text-align: left;
    border: solid 1px #E6E6E6;
}

.userItem .userItemDesc
{
	text-align: left;
	font-size: 9px;
}

.quickSearchForm
{
	font-size: 10px;
	padding: 5px;
	margin: 0px;
	width: 100%;
	color: #707070;
}
.quickSearchForm select
{
	font-size: 10px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.quickSearchFormCheckbox input
{
	width: 12px;
	height: 12px;
    margin-right: 5px;
}
.quickSearchFormButton input
{
	width: auto!important;
	background-color: #ffffff;
	color: #f26522;
	border: solid 1px #f26522;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}
.quickSearchTable
{
	width: 200px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 5px;
}

.quickSearchTable td
{
	text-align: left;
	color: #707070;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}

.quickSearchTable th
{
	text-align: right;
	color: #959595;
	font-weight: bold;
	border-right: 10px solid #ffffff;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	font-weight: bold;
}

