/*  css/main/default.css */




/*  css/main/frontEnd.css */

/* View Curriculum */
h1{
	color: #1B3200;
	font-style: normal;
}

h2{
	font-size: 12px;
	text-align: center;
	font-style: normal;
}

.stageHeader{
	background-color: #B1CAC1;
	color: #FFFFFF;
	width: 100%;
	padding: 5px 0px 15px 5px;
	font-size: 15px;
	font-weight: bold;
}

table.termTable{
	position: relative;
	width: 100%;
	float: left;
}

table.termTable td, table.termTable th, table.termTable a, table.termTable a:hover, table.termTable a:visited, table.termTable a:link{
	font-size: 10px;
}

table.termTable tr.header{
	background-color: #E7ECEB;
}

table.termTable th{
	padding: 1px;
	vertical-align: bottom;
	text-align: left;
	color: #333333;
	border: 1px solid #B1CAC1;
}

table.termTable tr.row td{
	border: 1px solid #B1CAC1;
	padding: 4px;
}

table.termTable tr td.blank{
	border: none;
	background-color: #FFFFFF;
}


/*  css/main/styles.css */

/* Display Table */
table.display{
	width: 100%;
	border: 1px dashed #454545;
	margin:0px;
}

table.display tr.header{
	background-color: #ACC2D6;
	color: #333333;
	font-size: 10px;
	margin: 0px;
}

table.display tr.header th, table.display tr.header td{
	font-weight: bold;
	text-align: left;
	color: #333333;
	padding: 3px 10px;
	border-bottom: 1px solid #444444;
	margin: 0px;
}

table.display tr.header td a, table.display tr.header th a{
	color: #333333;
}

table.display tr.header td a:hover, table.display tr.header th a:hover{
	color: #EBEFF4;
}

table.display tr.header th.icon, table.display tr td.icon{
	width: 18px;
	vertical-align: middle;
	text-align: center;
}

table.display td{
	padding: 10px;
	margin: 0px;
	border: 1px solid #DDDDDD;
}

table.display tr.row0{
	background-color: #EEEEEE;
}

table.display tr.row1{
	background-color: #FFFFFF;
}

/* Navigation */
table.nav{
	margin: 0px;
	padding: 0px;
}

table.nav tr{
	background-color: #456697;
	padding: 0px;
}

table.nav td.selected{
	background-color: #EBEFF4;
	color: #456697;
	margin: 0px;
}

table.nav td.selected a, table.nav td.selected a:visited{
	color: #456697;
}

table.nav td a, table.nav td a:visited{
	color: #EBEFF4;
	font-weight: bold;
}

table.nav td a:hover{
	color: #EEEEEE;
}

table.nav td{
	color: #456697;
	padding: 1px 10px;
	margin: 0px;
	border: 1px solid #456697;
	border-bottom: none;
}

/* Form Table */
table.form{
	width: 100%;
	margin-bottom: 10px;
}

table.form tr th{
	text-align: left;
	padding: 2px;
	margin: 0px;
	color: #5B6777;
	font-size: 10px;
}

table.form span.fieldOff, table.form div.fieldOff{
	color: #C6C2C8;
}

input.radio, input.checkbox{
	border: none;
}

/* Other */
div.notification, span.notification{
	width: 100%;
	text-align: center;
	color: #456697;
	padding: 10px 0px;
}

div.note, span.note{
	font-size: 9px;
}

/* Process Nav */
table.processNav{
	border: 1px solid #888888;
}

table.processNav td {
	text-align: center;
	vertical-align: middle;
}

table.processNav td img {
    vertical-align: middle;
}

table.processNav td.complete{
	background-color: #B9F5BF;
}

table.processNav td.incomplete{
	background-color: #DBDDE1;
}

table.processNav td.current{
	background-color: #8DD776;
}

table.processNav td a:hover {
	color: #000000;
	cursor: pointer;
}




