/*--------- COLOR ---------*/

body {
	background: #fff;
}

a:link, a:visited, #topper p a:hover, p.tipLink, #pages {
	color: #0063c9;
}

a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

input[type="text"], input[type="password"], input[type="checkbox"], #pages a:hover  {
	border: 1px solid #888;
	background: #eeeeee;
	color: #3c3c3c;
}

img {
	border-style: none;
}

#content {
	border: 10px solid #ebebeb;
}

.fieldWithErrors {
	background-color: red;
	color: #fff;
}

.inputError {
	color: red;
}

.fieldWithErrors, #content {
	background: #fff;
}

h1 {
	color: #89ab31;
} 

#footer {
	color: #979fa6;
}

p {
	color: #767d81;
}

#panel p {
	
}

h2 {
	color: #3c3c3c;
}