body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error {
	color: #fff;
	font-size: 0.85em;
	font-weight: normal;
}

.error-light {
	color: #e99696;

	font-size: 11px;
	font-weight: normal;
}

.errors {
	background-color: #fbe6f2;
	border: 1px solid #a70000;
	
	color: #a70000;
	font-size: 11px;
	font-weight: bold;
	
	margin: 10px;
	padding: 5px;
}

.errors .error-light {
	color: #a70000;
}

.flash-error {
	background-color: #fbe6f2;
	border: 1px solid #a70000;
	
	color: #a70000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
	width: 70%;
	margin: 0 auto;
	padding: 10px;
}

.flash-success {
	background-color: #fbe6f2;
	border: 1px solid #a70000;
	
	color: #a70000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	
	width: 70%;
	margin: 0 auto;
	padding: 10px;
}
#nav-button, #nav-button-disabled-top, #nav-button-disabled-bottom {
    border: 0px;
    color: #FFFFFF;
	background-color: #0a407b;
	padding: 10px;
    text-align:center;
    width: auto;
    font-size: 12px;
    text-decoration: none;
}
a#nav-button  
a:hover#nav-button
a:focus#nav-button
a:active#nav-button {
}
#nav-button-disabled-top, #nav-button-disabled-bottom {
    background-color: grey;
}

#fieldset, #legend {
    color: #ffffff;
    padding: 4px;
    font-size: 1.1em;
}
#fieldset {
    padding: 10px;
    margin-bottom: 45px;
}
#subheadings, #errorheading {
    font-size: 1.2em;
    padding: 20px;
    background-color: #c1dff5;
    color: #001322;
    font-weight: bold;
}
#errorheading {
    background-color: #B11625;
}
.marked, #marked {
    background-color: #0c3762; 
    color: white;
}
.correct {
	background-color: #71F088;
}
.incorrect {
	background-color: #C74C4C;
}
.offeringindividual {
  background-image: url(/assets/images/site/offeringindividual.png);
  background-repeat: repeat-x;
  height: 60px;
}
.offeringcomplete {
  background-image: url(/assets/images/site/offeringcomplete.png);
  background-repeat: repeat-x;
  height: 60px;
}
.offeringheader {
  background-image: url(/assets/images/site/offeringbg.jpg);
  background-repeat: repeat-x;
  height: 60px;
}
#offeringheading {
  font-size:1.1em;
  color:white;
  font-weight:bold;
}
ul {
  margin-left:20px;
}
#curriculum-changes-list li {
  	padding:3px;
	margin-left: 10px;
	font-size: 1.2em;
}
#curriculum-changes-list li a {
  text-decoration: none;
  color: white;

}
#curriculum-changes-list li a:hover {
  text-decoration: underline;
  color: white;
}
.curriculum-changes a {
  text-decoration: none;
  color: white;
}
.curriculum-changes a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.curriculum-changes {
  width:25%;
  text-align:center;
  padding:10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -moz-box-shadow:0 0 5px #666;
  -webkit-box-shadow:0 0 5px #666;

}
.level1 {
  background-image: url(/assets/images/tips/level1background.png);
  background-repeat: repeat-x;
}
.level2 {
  background-image: url(/assets/images/tips/level2background.png);
  background-repeat: repeat-x;
}
.level3 {
  background-image: url(/assets/images/tips/level3background.png);
  background-repeat: repeat-x;
}
#level-text {
  font-size:1.2em;
  font-weight: bold;
  text-decoration:underline;
}
.newsletter-message {
	font-size:1.1em;
	font-weight:bold;
	color:white;
	display:block;
	width:80%;
	background-color: red;
	padding:7px;
	margin-top: 15px;
}
.newsletter-message-error {
	background-color: #F7596C;
}
.newsletter-message-success {
	background-color: #0BA334;
}
.pointer {
	cursor:pointer;
}
#subheading-bar {
	padding: 10px 10px 10px 10px; 
	background-color: #F5790C; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-align: center; 
	font-size: 1em;
}