
/*
*{ margin:0; padding:0}
*/

body {
	background-color: #FFFFFF; 
	margin-top: 0;
	margin-left: 4px;
	background-image: url(../images/bg_fade.gif);
	background-position: center;
	background-repeat: repeat-y;
}

p,td,th,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#headerTable {
}

#navContents {
	background-color: #e1eefd;
	border: 1px solid #ccc;
	border-top: 3px solid #aaa;
	padding: 10px;
}

#mainContainer {
	width: 970px;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#headerContainer {
	position: relative;
	width: 970px;
	height: 130px;
	background-image: url(../images/backgrounds/nstc_web_top3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #ccc;
}


#contentContainer {
	background-image: url(../images/backgrounds/nstc_web_mid3blur.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: white;
	position: relative; /* remember to set this otherwise you can't position the children */
	padding: 0px !important;
}


#contentLeft {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 180px;
}

#contentRight {
	position: relative;
	width: 700px;
	margin-left: 220px;
	padding: 10px;
}

#headerText {
	position: absolute;
	float: left;
	left: 10px;
	top: 12px;
}

#headerLogo {
	position: absolute;
	float: right;
	right: 5px;
	top: 5px;
}

#breadCrumbWrapper {
	width: 960px;
	height: 16px;
	background-color: #e3e7e6;
	margin: 0 auto;
	padding: 5px;
	border-bottom: 2px solid #999;
	border-top: 2px solid #eee;
	position: absolute;
	top: 100px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#breadCrumbContent {
	width: 960px;
	height: 16px;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	top: 100px;
}



#footercontainer {
	width: 970px;
	background-color: #e3e7e6;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	border-top: 2px solid #999;
}

h1 {
	font-size: 16px;
	color: #003366;
	margin: 2px 0;
}

h2 {
	font-size: 14px;
	color: #003366;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 12px;
}

a:active {
color: #FF0000;
text-decoration: none;
}

a:link {
text-decoration: none;
color: #000066;
}

a:visited {
color: #000066;
text-decoration: none;
}

a:hover {
text-decoration: underline;
color: #000099;
}

a {
color: #000066;
text-decoration: none;
}

a img {
	border: none;
}

.coursetable {
	font-size: x-small;	
}

.footer {
	font-size:xx-small;
}


#courseViewContainer {
	/*background-color: white !important;*/
	padding: 10px;
	width: 950px;
	aheight: 400px;
}

div#schoolPic {
	position: absolute;
	width: 418px;
	height: 260px;
	top: 30px;
	left: 465px;
}

div#schoolText {
	position: relative;
	width: 391px;
	height: 250px;
	top: 0px;
	left: 44px;
	background-color: #F9F9F9;
	overflow: auto;
	padding: 5px 15px;
	line-height: 1.5em;
	letter-spacing: 0.25px;
	font-size: 12px;
}


div#schoolCourseList {
	width: 970px;
	abackground-color: #FFFFFF;
}


div.schoolTitleLeft h2 {
	font-size: 18px;
	margin: 0 0 0.5em 0;
	letter-spacing: 1.5px;
	line-height: 1.2em;
	color: #333;
}

td.courseSubcatTitle h2 {
	font-size: 18px;
	margin: 2px 0 2px 10px;
	letter-spacing: 1.5px;
	color: #333;		
}

/* course summary styles */

.courseSummaryContainer {
	border: 2px solid #B0C4DE;
	margin: 18px 0 12px 18px;
	/*height: 290px;*/
	width: 295px;
	float: left;
	overflow: visible;
	background-color: #FFFFFF;
}

.courseSummaryTable {
	width: 100%;
}

.courseSummaryTable td {
	padding: 0 0 0 3px;
	background-color: #FFFFFF;
}

.courseSummaryTable td.firstLine {
	height: 20px;
	font-size: small;
	color: #000066; /* #ffffff */
	font-weight: bold;
	background-color: #B0C4DE; /* #2F4F4F */
}

.courseSummaryTable td.secondLine {
	height: 60px;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4682B4;
	overflow: hidden;
	vertical-align: middle;
}

.courseSummaryTable td.secondLine a {
	color: #fff;
}

.courseSummaryTable td.secondLine a:hover {
	color: #ffff00;
}

.courseSummaryTable td.thirdLine {
	height: 20px;
	font-size: small;
	color: #000066;
	background-color: #B0C4DE;
}

.courseSummaryTable td.thirdLine a {

}

.courseSummaryTable td.thirdLine a:hover {

}

.courseSummaryTable td.summary {
	height: 100px;
	background-color: #F5F5F5;
	vertical-align: top;
}

.courseSummaryTable td.summary div {
	height: 100px;
	font-size: x-small;
	display: block;
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
}

.courseSummaryTable td.details {
	font-size: x-small;
}

.courseSummaryDetails {
	border-top: 2px solid #999;
	aborder-bottom: 2px solid #999;
}

.courseSummaryDetails td {
	font-size: x-small;
}

/* end of course summary styles */

#programmeAreasContainer {
	background-color: #fff;
	padding: 1em;
	width: 721px;
	margin-left: 138px;
}

#courseListContainer {

}


td.courseSubcatTitle {
	background-color: #eff;
}

table.courseTable th {
	border-left: 1px solid #ccc;
	background-color:#eee;
}

table.courseTable tr.courseListRowEven td {
	background-color: #fff;
}
table.courseTable tr.courseListRowOdd td {
	background-color: #efe;
}


div.schoolListSummarySchoolTitle {
	margin-top: 12px; width: 970px; height: 36px; background-color: #fff; position: relative; clear: left;
}

div.schoolTitleLeft {
	position: absolute; left: 10px; top: 7px;
}


div.schoolTitleRight {
	position: absolute; right: 10px; top: 10px;
}


div#schoolsHeaderContainer {
	width: 720px;
	height: 30px;
	position: relative;
	background-color: #eee;
}
div#schoolsHeaderLeftContainer {
	width: 620px;
	position: absolute;
	top: 8px;
	left: 10px;
}
div#schoolsHeaderRightContainer {
	position: absolute;
	top: 8px;
	right: 10px;
}
div#schoolsHeaderRightContainer a {
	text-decoration: none;
}


div#coursesHeaderContainer {
	width: 970px;
	height: 30px;
	position: relative;
	background-color: #eee;
}
div#coursesHeaderLeftContainer {
	width: 620px;
	position: absolute;
	top: 8px;
	left: 10px;
}
div#coursesHeaderRightContainer {
	position: absolute;
	top: 8px;
	right: 10px;
}
div#coursesHeaderRightContainer a {
	text-decoration: none;
}


.articlePic {
	border: 1px solid black;
	margin: 5px;
}

.fileIcon {
	border: none;
	vertical-align: bottom;
	margin: 0 0.3em;
}


ul.inlineCourseList {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-left: 10px;
}

ul.inlineCourseList li {
	display: inline-block;
	margin-right: 8px;
	margin-top: 8px;
	font-size: 10px;
}



