/* User */

#user fieldset label, #user fieldset input {
	display: block;
    float: left;
	padding-right: .5em;
	}

#user fieldset label {
    text-align: right;
	font-weight:bold;
    width: 150px;
	margin-top: 1em;
}
#userEditForm fieldset label {
	margin-top: 0;
	margin-right: 1em;
}
	
/*.fieldDetail {
	position: relative;
	top: 1em;
	left: 1em;
}*/

#user fieldset br {
	clear:left;
}

#userDetail {
	padding: 2em;
}

#userEditForm .options {
     float: left;
     width: 50%;
     padding: .25em 0;
}

#userSearchForm label
,#userSearchForm input
,#userEditForm label
,#userEditForm input
	{
	display: block;
    float: left;
    margin-bottom: 10px;
	}

#userSearchForm label
,#userEditForm label
	 {
    text-align: right;
    width: 150px;
	}


/**checkboxes**/
#userEditForm .checkboxLabel {
	text-align: left;
	padding-left: 10px;
	display: inline;
	width: 70%;
}

#userEditForm .checkboxArea {
	margin-left: 150px;
}

#userSearchForm br
,#userEditForm br
	{
	clear:left;
	}
#userSearchForm .checkboxInput {
	margin-left: 150px;
}
#userSearchForm .checkboxInput label {
	width: 100%;
	text-align: left;
	float: none;
	margin: 0;
}


#user {
	font-size:.9em;
	margin:.4em;
	}

#userMenu {
	text-align: center;
	padding-bottom: .5em;
}

#userMenu ul {
	margin-left: 0;
	padding-left: 0;
	} 

#userMenu ul li {
	margin-left: 0;
	padding: 0 10px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}		
#userMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;	
	}

.alphaSelect {
	text-align:center;
	}
	
#userList {
	width:100%;
	}
	
#userList th {
	background-color:#CCC;
	}
.radio {
}

/*permissions*/
#permissions {
	border: 1px solid #999;
	width: 90%;
	font-size: .9em;
}
#permissions tbody tr.selected {
	background-color: #3d80df;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
}
#permissions td, #permissions th{
	border: 1px solid #999;
}
#permissions colgroup.rights {
	text-align: center;
}

/*LoginPage*/

.siteLoginError {
	font-size: 110%;
	padding: 1em;
}


#userListTable {
	clear: both;
	width: 90%;
	font-size:  100%;
	overflow-x: scroll;
}

#userListTable caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: .5em;
}
#userListTable {
	margin: 0;
	padding: 0;
	border-left: 1px solid #C1DAD7;
}


#userListTable th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: 0 .2em;
}


#userListTable th a:link, #userListTable th a:visited {
	color: #990000;
}
#userListTable th a:active, #userListTable th a:hover {
	color: #666;
}
#userListTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: .4em;
	vertical-align: top;
}
