﻿/* make sure to also include containerblue.css */

.containerblue .content {
	padding: 0;
	border-bottom: solid 3px #000066;
	border-left: solid 3px #000066;
	border-right: solid 3px #000066;
	background-color: White;
}
/* Start Page */
/* Course selection */
.container {
	border-bottom: solid 3px #000066;
	border-left: solid 3px #000066;
	border-right: solid 3px #000066;
	border-top: solid 18px #000066;
	margin-top: 2em;
	margin-bottom: 2em;
}
.table2, .table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.table2 .step2, .table2 .selstep2 {
	width: 50%;
}
.step2 {
	background-color: #b0c4df;
	font-weight: bold;
	padding: 2em 8px;
}
.step {
	background-color: #b0c4df;
	font-weight: bold;
	padding: 1em 8px;
}

.StepNo {
	font-size: 116%;
	color: #000066;
}
.selstep {
	padding-top: 2em;
	padding-bottom: 2em;
}
.selecttable2, .selecttable {
	border-collapse: collapse;
}
.selecttable2 .arrow, .selecttable .arrow {
	text-align: right;
	width: 32px;
	padding-right: 8px;
	height: 27px;
}
.selecttable2 .dropdown, .selecttable2 .label {
	width: 210px;
}
.selecttable2 .label {
	font-weight: bold;
}
.selecttable2 .button, .selecttable .button {
	width: 80px;
	padding-left: 10px;
}
.selecttable2 .button input, .selecttable2 .button input {
	width: 80px;
}
.selecttable {
	margin-left: auto;
	margin-right: auto;
}
.selecttable .dropdown select {
	width: 500px;
	font-size: 11px;
}
/* Confirm */
.confirmtable {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.confirmtable td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.confirmtable td.separator {
	height: 1px;
	background-color: #b0c4df;
	padding: 0;
}
.confirmtable .caption {
	padding-left: 8px;
	width: 130px;
}
.confirmtable .button {
	padding-right: 8px;
	text-align: right;
	width: 90px;
}
.confirmtable .data {
	font-weight: bold;
}
.confirmtable .button input {
	width: 80px;
}
/* Enrollment */
.enrolltable {
	width: 100%;
	border-collapse: collapse;
}
.enrolltable td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.enrolltable td.head {
	background-color: #b0c4df;
	font-weight: bold;
	padding: 6px 0 6px 6px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.enrolltable td.spacer {
	height: 16px;
	padding: 0;
}
.enrolltable td.caption {
	text-align: right;
	font-family: Verdana;
	padding: 1px 16px 1px 0;
	width: 30%;
}
.enrolltable td.data {
	font-weight: bold;
	padding: 1px 0;
}
.enrolltable .button {
	text-align: center;
}
.subhead {
	margin-top: 0.5em;
	font-size: 85%;
	font-weight: normal;
}
/* Start table */
.starttable {
	border-collapse: collapse;
	width: 100%;
}
.starttable td.left {
	width: 50%;
	padding: 2em 8px 8px 8px;
	vertical-align: top;
}
.starttable td.right {
	width: 50%;
	border-left: solid 3px #B0C4DF;
	padding: 2em 8px 8px 8px;
	vertical-align: top;
}
.starttable td.topv {
	padding: 2em 60px 8px 60px;
	vertical-align: top;
}
.starttable td.middlev {
	border-top: solid 3px #B0C4DF;
	border-bottom: solid 3px #B0C4DF;
	padding: 2em 60px 8px 60px;
	vertical-align: top;
}
.starttable td.bottomv {
	padding: 2em 60px 8px 60px;
	vertical-align: top;
}
.starttable td.left table, .starttable td.right table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
.starttable td.left table td, .starttable td.right table td {
	padding-left: 20px;
	height: 25px;
	background-image: url('../images/arrows/bigbullet_dark.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
.starttable .classv {
	padding: 6px 0 9px 20px;
	background-image: url('../images/arrows/bigbullet_dark.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
.starttop {
	background-color: #B0C4DF;
	text-align: center;
	padding-top: 2.5em;
	padding-bottom: 2.5em;
	font-weight: bold;
}
.starttable .details {
	text-align: right;
	margin-top: 2em;
}
.starttable .detailsv {
	text-align: right;
}
.starttable .details a, .starttable .detailsv a {
	color: black;
	font-size: 11px;
}
