/* @override http://dev.magicalgodmother.com/assets/stylesheets/mgm.css */

.fieldWithErrors {
	padding: 2px;
	background-color: red;
	display: table;
}

#errorExplanation {
	width: 400px;
	border: 2px solid red;
	padding: 7px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}

#errorExplanation h2 {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	margin: -7px;
	background-color: #c00;
	color: #fff;
}

#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 5px;
}

#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}

.nav {
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.nav ul {
	list-style-type: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.nav ul li {
	padding-bottom: 15px;
}

.nav a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.nav a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.nav a:hover {
	color: #FFEAA1;
	text-decoration: underline;
	font-weight: normal;
}

.nav a:active {
	color: #FFEAA1;
	text-decoration: underline;
	font-weight: normal;
}

.content {
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.content a:link {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
}

.content a:visited {
	font-weight: normal;
	color: #550000;
	text-decoration: underline;
}

.content a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

.content a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.credits a:link {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.credits a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.credits a:hover {
	color: #FFEAA1;
	text-decoration: underline;
	font-weight: normal;
}

.credits a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}