
#cUser h1 {
	background: url(../images/userManage/header.gif) no-repeat 0 50%;
	padding: 15px 0 10px 50px;
	font: 26px Verdana, sans-serif;
	font-weight: bold;
	color: #444;
	border: 0;
	letter-spacing: -1px;
}



/*	-------------------------------------------------------------
	USER LIST TABLE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#cUserList {
	border: 1px solid #ddd;
	text-align: left;
	border-collapse: collapse;
	color: #444;
	width: 100%;
	clear: both;
}


#cUserList thead tr th {
	padding: 7px 6px 7px 6px;
	margin: 0;
	border: 0;
	color: #fff;
	background: #0090BF url(../images/cUser/bg_list.jpg) repeat-x top left;
}

#cUserList td {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	background: #f0f0f0;
	font-size: 0.9em;
}

#cUserList a.user:link, #cUserList a.user:visited {
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
	background: url(../images/icons/user.gif) no-repeat 0 50%;
	padding: 2px 0 2px 21px;
}

#cUserList a.user:hover { color: #222; }

#cUserList a.suser:link, #cUserList a.suser:visited {
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
	background: url(../images/icons/suser.gif) no-repeat 0 50%;
	padding: 2px 0 2px 21px;
}

#cUserList a.suser:hover { color: #222; }

#cUserList a.admin:link, #cUserList a.admin:visited {
	font-weight: bold;
	font-size: 1.1em;
	color: #555;
	background: url(../images/icons/admin.gif) no-repeat 0 50%;
	padding: 2px 0 2px 21px;
}

#cUserList a.admin:hover { color: #222; }

#cUserList img { border: 0; }




/*	-------------------------------------------------------------
	USER EDIT TABS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#cUserEdit form {
	margin: 0;
	padding: 0;
}	
	
/*	Tab Menu
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#cUserEdit #tabs {
	margin: 10px 0 0 0;
}
	
#cUserEdit #tabs ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #888;
	height: 24px;
}

#cUserEdit #tabs ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#cUserEdit #tabs ul li a:link, #cUserEdit #tabs ul li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 0.9em;
	color: #fff;
	padding: 5px 8px;
	margin: 0 5px 0 0;
	background: #0090BF url(../images/cUser/bg_tab.jpg) repeat-x top left;
	border: 1px solid #888;
}

#cUserEdit #tabs ul li a:hover,  #cUserEdit #tabs ul li a.current:link, #cUserEdit #tabs ul li a.current:visited {
	background: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	color: #000;
}

/*	Tabs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#tabcontainer {
	clear: both;
}

.cUserEditTabContent {
	background: #f0f0f0;
	color: #333;
	border: 1px solid #888;
	border-top: 0;
	border-bottom: 0;
	padding: 10px 10px;
	margin-top: -1px;
}

#cUserEdit .submitbox {
	background: #f0f0f0;
	color: #333;
	border: 1px solid #888;
	border-top: 0;
	text-align: center;
	padding: 10px 0;
}

#cUserEdit .submitbox p {
	margin: 0;
	padding: 0;
	height: 40px;
}

#cUserEdit #submitbox2 {
	display: none;
}


/*	-------------------------------------------------------------
	USER EDIT - FORM ELEMENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
#cUserEdit .form table {
	margin-left: 0;
	border-collapse: collapse;
	border: 0;
	font: 1.5em Arial, sans-serif;
	color: #444;
}

#cUserEdit .form table td {
	padding: 2px 0 2px 8px;
	border-bottom: 5px solid #f0f0f0;
}

#cUserEdit .form table tr td.require {
	background: url(../images/cUser/require.gif) no-repeat 0 8px;
	background-color: none;
}	

#cUserEdit .form table tr.invalid {
	background-color: #dd9795;
	color: #fff;
}	
	
	
#cUserEdit .form  label {
	font-weight: normal;
}

#cUserEdit .form .textbox {
	border: 1px solid #aaa;
	padding: 0 2px 0 2px;
	background: #e4e4e4;
	font-size: 16px;
	width: 300px;
}
#cUserEdit .form .textbox:focus, #cUserEdit .form .textbox:active { background: #fff; border-color: #333; }


#cUserEdit .form .textboxSmall {
	border: 1px solid #aaa;
	padding: 0 2px 0 2px;
	background: #e4e4e4;
	font-size: 16px;
	width: 200px;
}
#cUserEdit .form .textboxSmall:focus { background: #fff; }
	
	
#cUserEdit .form .selectbox {
	border: 1px solid #aaa;
	padding: 0 2px 0 2px;
	background: #e4e4e4;
	font-size: 16px;
}

