/* 
cms_simple links and styles file. 
last edit: 27.05.07 by: Mark.
browser errors: none.
*/

h1 {
	font-size: 125%;
	}

#navText a, #navText a:active, #navText a:visited, #navText a:link {
	text-decoration: none;
	color: #000;
	margin: 0px 10px 0px 10px;
	}

#navText a:hover {
	color: #06c;
	text-decoration: none;
	}

#navBottom a, #navBottom a:link, #navBottom a:visited, #navBottom a:active  {
	color: #fff;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
	}

#navBottom a:hover {
	color: #a3daff;
	text-decoration: none;
	}

#loginRight a, #loginRight a:active, #loginRight a:visited, #loginRight a:link {
	color: #4f7878;
	text-decoration: underline;
	}

#loginRight a:hover {
		color: #1f404f;
		text-decoration: none;
	}


.userForm {
	width: 200px;
	}

.msgBox {
	border: 1px solid #868686;
	width:200px;
	}

#users a, #users a:active, #users a:visited, #users a:link {
	color: #e73440;
	text-decoration: none;
	padding: 2px;
	}

#users a:hover {
	padding: 2px;
	text-decoration: none;
	background: #e73440;
	color: #fff;
	}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #4f7878;
	text-decoration: underline;
}

	#footer a:hover {
		color: #1f404f;
		text-decoration: none;
	}

#pageLeft a, #pageLeft a:link, #pageLeft a:active, #pageLeft a:visited {
	color: #4e5049;
	text-decoration: none;
	}

#pageLeft a:hover {
	text-decoration: underline;
	color: #06c;
	}

#pageRight a, #pageRight a:link, #pageRight a:active, #pageRight a:visited {
	color: #4e5049;
	text-decoration: none;
	}

#pageRight a:hover {
	text-decoration: underline;
	color: #06c;
	}

#pages a, #pages a:link, #pages a:active, #pages a:visited {
	color: #4e5049;
	text-decoration: none;
	}

#pages a:hover {
	text-decoration: underline;
	color: #06c;
	}

.password a, .password a:link, .password a:active,.password a:visited {
	color: #6f8796;
	text-decoration: none;
	}

.password a:hover {
	text-decoration: underline;
	color: #06c;
	}

.loginBtn {
	background: url(../images/loginButton.jpg) no-repeat;
	width: 65px;
	height: 34px;
	border: 0 solid #fff;
	cursor: pointer;
}
.loginBtn:hover {
	background-position: 0px -34px;
}

.submitBtn {
	background: url(../images/submitBtn.jpg) no-repeat;
	width: 65px;
	height: 34px;
	border: 0 solid #fff;
	cursor: pointer;
	}
.submitBtn:hover {
	background-position: 0px -34px;
}