/*	-------------------------------------------------------------
	V 1.0  -  CODED BY - pxwebdesign.com.au - 2007
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	
/*	-------------------------------------------------------------
	USER LOGIN
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#userLogin {
	margin: 20px auto;
	width: 350px;
	border: 1px solid #ccc;
	background: #f5f1f1;
	font-size: 12px;
	color: #444;
	font-weight: bold;
}

#userLoginInner {
	padding: 18px 10px 10px 10px;
	background: url(../images/userLoginBox.jpg) no-repeat 20px 12px;
}

#userLogin p {
	padding: 0 20px 10px 0;
	margin: 0 0 0 160px;
	line-height: 1.2em;
}

#userLogin input {
	display: block;
	margin: 1px 0 0 0;
	padding: 2px;
	width: 140px;
	border: 1px solid #bbb;
	background: #f8f6f6;
}

#userLogin input#userLoginButton {
	margin: 0 40px 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/userLoginButton_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	width: 80px;
}


#content .userLoginLostPassword {
	clear: both;
	text-align: center;
	padding: 5px 0;
}

#content .userLoginLostPassword a:link, #content .userLoginLostPassword a:visited {
	background: 0;
	font-size: 1em;
	font-style: normal;
	color: #d06f6d;
	text-decoration: underline;
	letter-spacing: 0;
}

#userLoginLostPassword a:hover {
	color: #ca1c1c;
}


#userLogin input#userLoginButton {
	margin: 0 40px 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/userLoginButton_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	width: 80px;
}

#userLogin input#userLostPasswordButton {
	margin: 6px 0 0 0;
	line-height: 1.1em;
	padding: 2px 6px 2px 6px;
	background: #7c98da url(../images/userLoginButton_bg.jpg) top left repeat-x;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	width: 140px;
}




/*	-------------------------------------------------------------
	USER MENU
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#menuUser {
	height: 30px;
	margin: 10px 10px;
}

#menuUser p {
	display: block;
	float: left;
	color: #555;
	margin: 0;
}

#menuUser p a:link, #menuUser p a:visited {
	padding: 2px 3px 2px 21px;
	text-decoration: none;
	font-size: 1.1em;
	color: #5c9433;
	background: url(../images/icons/user.gif) no-repeat 2px 50%;
}

#menuUser p a:hover {
	background-color: #7aa226;
	color: #fff;
}

#menuUser ul {
	margin: 0;
	padding: 0;
	float: right;
}

#menuUser ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#menuUser ul li a:link, #menuUser ul li a:visited {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	padding: 3px 6px 4px 27px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background: #9e6559 no-repeat 4px 50%;
	border: 1px solid #8c5448;
}

#menuUser ul li a:hover {
	background-color: #8b594e;
}



/*	-------------------------------------------------------------
	MANAGER LINK
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #managerLink {
	clear: both;
	display: block;
	text-align: right;
	height: 30px;
}	
	
#content #managerLink a:link, #content #managerLink a:visited {
	margin-top: 2px;
	float: right;
	padding: 2px 6px 2px 27px;
	display: block;
	color: #fff;
	border: 1px solid #6882a4;
	background: #829aba url(../images/icons/manager.gif) no-repeat 3px 50%;
	text-decoration: none;
}

#content #managerLink a:hover {
	float: right;
	padding: 2px 6px 2px 27px;
	display: block;
	color: #fff;
	border: 1px solid #829aba;
	background: #97aecc url(../images/icons/manager.gif) no-repeat 4px 50%;
}




/*	-------------------------------------------------------------
	COMMON ERROR MSG
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#errorMsg {
	display: block;
	clear: both;
	padding: 30px auto 20px auto;
	font-size: 1.4em;
}

#errorMsg a:link, #errorMsg a:visited {
	display: block;
}


/*	-------------------------------------------------------------
	COMMON USER BUTTONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
a#buttonAdd:link, a#buttonAdd:visited {
	display: block;
	float: right;
	padding: 2px 5px;
	margin: 0 0 5px 0;
	color: #eee;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	background: #888;
	border: 1px solid #ccc;
}

a#buttonAdd:hover {
	background: #999;
	border: 1px solid #ddd;
}

#content a#buttonCancel:link, #content a#buttonCancel:visited, #content #cUserEdit a#buttonCancel:link, #content #cUserEdit  a#buttonCancel:visited {
	clear: both;
	display: block;
	margin: 8px auto 0 auto;
	width: 100px;
	font-size: 0.8em;
	font-style: normal;
	color: #e60404;
	text-decoration: underline;
}

#content a#buttonCancel:hover, #content #cUserEdit a#buttonCancel:hover {
	color: #ca1c1c;
}


a#editPage:link, a#editPage:visited {
	float: right;
	margin: 10px;
	background: #aaa url(../images/icons/content_edit.gif) no-repeat 5px 50%;
	color: #fff;
	padding: 3px 5px 3px 26px;
	border: 1px solid #888;
	text-decoration: none;
}

a#editPage:hover {
	background-color: #999;
	border: 1px solid #777;
}


/*	-------------------------------------------------------------
	ICONS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

/*	Component Icons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
a#icon_cFile:link, a#icon_cFile:visited { background-image: url(../images/icons/comp_cFile.gif); }

/*	User Icons
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#menuUser a#icon_userManage { background-image: url(../images/icons/users.gif); }
#menuUser a#icon_menuManage { background-image: url(../images/icons/content_edit.gif); }
#menuUser a#icon_userLog { background-image: url(../images/icons/userLog.gif); }
