/*	-------------------------------------------------------------
	-------------------------------------------------------------
	CSS CODED BY - pxwebdesign.com.au - 2008
	This is a core Breeze3 CMS file
	-------------------------------------------------------------
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	-------------------------------------------------------------
	USER MANAGE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage {
	padding: 30px 0 20px 0;
}

#content #userManage .textbox,
#content #userManage .textboxLarge {
	margin: 0;
	width: 150px;
	border: 1px solid #999;
	background: #fbfafa;
	padding: 3px 3px;
	font: 16px Arial, Verdana, sans-serif;
	color: #444;
}

#content #userManage .textboxLarge {
	width: 220px;
}

#content #userManage label {
	display: block;
	padding: 4px 0 3px 0;
	font: 11px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #444;
}

#content #userManage a:link,
#content #userManage a:visited {
	display: inline;
	color: #628d41;
	font: 12px Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background: 0;
	text-decoration: underline;
}

#content #userManage a:hover {
	display: inline;
	color: #486730;
	font: 12px Verdana, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background: 0;
	text-decoration: underline;
}

	
/*	User Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage .userBox {
	border: 1px solid #aaa;
	border-top: 0;
	background: #f5f1f1;
	width: 400px;
	margin: 0 auto;
}

/*	User Box Headers
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #userManage h4.userBoxTitle {
	display: block;
	width: 400px;
	margin: 0 auto;
	line-height: 1.3em;
	background: #75bb3f url(../images/user/h4_bg.jpg) no-repeat bottom left;
	font: 14px Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	border: 1px solid #639d36;
	border-bottom: 1px solid #729358;
	padding: 5px 0;
}

#content #userManage h4.userBoxTitle span {
	padding-left: 6px;
	font-weight: bold;
}

#content #userManage h4.userBoxTitleKey span {
	padding: 0 0 0 32px;
	background: url(../images/icons/key.gif) no-repeat 8px 1px;
}

#content #userManage h5.userBoxTitle {
	display: block;
	margin: 10px 0 5px 0;
	padding: 5px 10px;
	line-height: 1.3em;
	background: #ddd;
	font: 14px Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #555;
	border: 1px solid #aaa;
	border-left: 0;
	border-right: 0;
}

#content #userManage h5.userBoxTitle span {
	padding-left: 6px;
	font-weight: bold;
}



/*	User Box Table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #userManage table {
	border-collapse: collapse;
}
	
#content #userManage table tr td {
	display: table-cell;
	text-align: left;
	padding: 5px 3px;
	vertical-align: top;
}	


/*	User Errors
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #userEditBox label.error,
#content #userManage #registerBox label.error,
#content #userManage #forgotPasswordBox label.error {
	float: none;
	display: block;
	font-weight: bold;
	font-size: 0.5em;
	margin: 3px 0 5px 0;
	padding: 4px 5px 4px 24px;
	width: 195px;
	border: 1px solid #d4b72f;
	background: #f6db5a url(../images/icons/msg_error.gif) 3px 3px no-repeat;
	color: #905b1d;
}
	
	
/*	-------------------------------------------------------------
	USER LOGIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
/*	User Login Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #loginBox {
	margin-bottom: 20px auto;
}


#content #userManage #loginBox .inner {
	padding: 10px 20px;
}

#content #userManage #loginBox form {
	background: url(../images/user/loginBox_bg.gif) no-repeat 0px 5px;
	padding: 0 0 0 140px;
}

#content #userManage #loginBox form p {
	padding: 7px 0 2px 0;
	margin: 0;
}

#content #userManage #loginBox p {
	padding: 8px 0 6px 0;
	text-align: center;
	margin: 0;
	line-height: 1.3em;
}

#content #userManage #loginBox .textbox {
	font-size: 1.4em;
	color: #666;
	margin: 0 0 6px 0;
	width: 200px;
}

#content #userManage #loginBox #lostPassword {
	display: block;
	float: left;
	position: relative;
	top: 134px;
	left: 15px;
}

#content #userManage #loginBox #lostPassword a:link,
#content #userManage #loginBox #lostPassword a:visited {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
}

/*	Register and Confirm boxes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #userManage #registerAndConfirm {
	margin: 20px auto;
	width: 400px;
	height: 80px;
}

#content #userManage #registerAndConfirm a:link,
#content #userManage #registerAndConfirm a:visited {
	display: inline-block; /* would have done 'block' but ohhh no... ie6 just has to be difficult */
	width: 185px;
	float: left;
	margin-left: 10px;
	color: #666;
	border: 1px solid #aaa;
	background: #f5f1f1;
	text-decoration: none;
}
#content #userManage #registerAndConfirm a:hover {
	background: #edebeb;
	color: #888;
}

/* header */
#content #userManage #registerAndConfirm a:link strong,
#content #userManage #registerAndConfirm a:visited strong {
	display: block;
	background: #76af4a;
	font-weight: bold;
	color: #fff;
	padding: 3px 0;
	border-bottom: 1px solid #72a84a;
	text-align: center;
}
#content #userManage #registerAndConfirm a:hover strong {
	color: #c8ebae;
	background: #649a3b;
}

/* body */
#content #userManage #registerAndConfirm a:link span,
#content #userManage #registerAndConfirm a:visited span {
	display: block;
	padding: 4px 5px;
	line-height: 1.2em;
	text-align: center;
}

/* confirm link */
#content #userManage #registerAndConfirm a#confirmReg:link,
#content #userManage #registerAndConfirm a#confirmReg:visited {
	float: right;
	font-size: 0.7em;
	margin: 4px 5px 0 10px;
	width: 174px;
}

#content #userManage #registerAndConfirm a#confirmReg:link strong,
#content #userManage #registerAndConfirm a#confirmReg:visited strong {
	background: #7babab;
	border-bottom-color: #75a0a0;
}
#content #userManage #registerAndConfirm a#confirmReg:hover strong {
	background: #6c9e9e;
	color: #d7eeee;
}



/*	-------------------------------------------------------------
	REGISTER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #registerBox .inner {
	padding: 5px 10px;
}

#content #userManage #registerBox p {
	padding: 5px 0;
}

	
/*	User Details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #registerBox table {
	margin: 0 0 10px 0;
}
	
#content #userManage #registerBox label {
	float: right;
	font-size: 1.1em;
	padding: 3px 6px 6px 0;
}

#content #userManage #registerBox label small {
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

#content #userManage #registerBox label.error {
	font-size: 0.8em;
}


/*	-------------------------------------------------------------
	FORGOTTEN PASSWORD
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #forgotPasswordBox .inner {
	padding: 5px 10px;
}

#content #userManage #forgotPasswordBox p {
	padding: 5px 0;
}
	
#content #userManage #forgotPasswordBox label {
	font-size: 0.9em;
	padding: 0 6px 6px 0;
}

#content #userManage #forgotPasswordBox .textboxLarge {
	width: 270px;
}

#content #userManage #forgotPasswordBox #submitButton {
	float: right;
	margin-top: 2px;
}



/*	-------------------------------------------------------------
	EDIT DETAILS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #userEditBox form {
	padding: 5px 0;
}

#content #userManage #userEditBox p {
	padding: 5px 0;
	width: 90%;
	margin: 2px auto;
	font-size: 1.1em;
}

/*	User Details
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
#content #userManage #userEditBox table {
	margin: 0 0 10px 5px;
}
	
#content #userManage #userEditBox label {
	float: right;
	font-weight: normal;
	font-size: 1.1em;
	padding: 3px 6px 6px 10px;
	color: #555;
}

#content #userManage #userEditBox table tr td.require label {
	font-weight: bold;
	background: url(../images/icons/require.gif) no-repeat 0 10px;
}

#content #userManage #userEditBox label {
	float: right;
	font-weight: normal;
}


#content #userManage #userEditBox label.error {
	font-size: 0.8em;
}

/*	Timezone
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #userManage #userEditBox select {
	font: 10px Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	border: 1px solid #999;
	background: #fbfafa;
	padding: 1px 2px;
	color: #444;
}

#content #userManage #userEditBox p label {
	float: none;
	font-weight: normal;
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}