/* Blue Page CSS - VMSS */
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: tahoma, arial;
	font-size: 10pt;
	color: #A2B9F3;
	background-color: #08246B;
	padding-left: 4em;
	padding-right: 4em;
	padding-bottom: 4em;
	margin: auto;
	text-align: center;
	behavior: url("/schools/sec/massey/common/csshover.htc");
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url("/schools/sec/massey/images/backgroundBlue/bg.png");
	background-attachment: fixed;
}
p {
	margin-bottom: 1em;
}
#content {
	text-align: center;
}
a:hover
{
    color: #FFFFFF !important;
    border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
a
{
    color: #FFCC00;
    text-decoration: none;
}
a:visited
{
    color: #FF9933;
    text-decoration: none;
}
input, textarea {
    font-size: 12px;
    color: #333333;
    font-family: Verdana, Tahoma, arial, helvetica, sans-serif;
    border-width: 1px;
    border-style: solid;
    border-color: #FD822F;
}
td {
	border: 0px #A2B9F3 solid; 
	font-size: 12px; 
	vertical-align: top;
}

img {
	border: #2A468D 2px solid;
}

.title {
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}
.title img {
	border: none;
}

.sectionLink {
	text-align: center;
	padding: 5px;
	margin: auto;
	margin-top : 15px;
	margin-bottom: 15px;
	border: 2px solid #A2B9F3;
	width: 150px;
	position: relative;
	clear: both;
	background-color: #08246B;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;	
}
.sectionLink:hover {
	background-color: #2A468D;
}
.sectionLink a {
	color: #FFFFFF;
}
.sectionLink a:hover {
	color: #CCCCCC;
}
.sectionLink a:active {
	color: #FFFFCC;
}
.sectionLink a:visited {
	color: #DDDDDD;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {
	font-weight: bold;
}
.text {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.nav {
	font-size: 11px;
	text-decoration: none;
}
.title2 {
	font-size: 16px;
	text-decoration: none;
}
.courselinks {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.header {
	padding: 0px;
	width: 100%;
}
#active {
	border-bottom-style: none;
	background-color: #28468D;
}
#active:hover {
	border-color: #FFFFFF;
	background-color:#314990;
	cursor: pointer;
}
.popupHeader {
	color: #DFE6F9;
	font-size: 16pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
} 
.popupSubHeader {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #DFE6F9;
	padding-bottom: 25px;
}
.popupBlock {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #DFE6F9;
	text-align: left;
}
.popupFooter {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #DFE6F9;
	padding-top: 10px;
}
.courseCont {
	display: none;
}
#def {
	font-weight:bold;
	padding:10px;
	text-align:center;
}

.errorField {
	font-weight: bold;
	color: #FF3333;
}
.blueNavItem {
	background-color: #A2B9F3;
	border: #28468D solid 1px;
	padding: 8px;
	margin: 0;
	width: 70px;
	height: 15px;
	color: #28468D;
	text-align: center;
	vertical-align: middle;
}
.blueNavItem a {
 	color: #28468D !important;
}
.blueNavItem a:hover {
	border-color: #28468D;
}
.blueNav {
	margin: auto;
	margin-bottom: 3em;
}
#blueNavSelected {
	background-color: #4A68AF;
	font-weight: bold;
}
.pdfNav {
	text-align: center;
	padding: 5px;
	margin : 15px;
	border: 2px solid #A2B9F3;
	width: 250px;
	line-height: 1.5em;
	position: relative;
	-moz-border-radius: 1em;
	-khtml-border-radius: 1em;
}
.sectionLink, .pdfNav a {
	color: #EEEEEE !important;
}
.sectionLink, .pdfNav a:visited {
	color: #999999 !important;
}