/***********************************************/
/* TMC Learning Centres. print.css (print)
   Copyright © 2008 The Manchester College. All Rights Reserved. */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
 
body {
	background-color: #FFFFFF;
	font: 100% "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: normal;	
}

a {
	color: #006B9D;
	text-decoration: none;
}

a:link {
	color: #006B9D;
	text-decoration: none;
}

a:visited {
	color: #47A9AC;
	text-decoration: none;
}

a:hover {
	color: #006B9D;
	text-decoration: none;
}

h1 {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.01em;
}

h2 {
 	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #442216;
	letter-spacing: 0.01em;
	margin-bottom: 0.05em;
	padding-bottom: 0px;
}

h3 {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0.1em;
	padding-top: 0px;
}

ul {
	list-style-type: disc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul ul {
 	list-style-type: disc;
}

ul ul ul {
 	list-style-type: none;
}

ol, ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#ccmLogo, #navBar, #navBarRight, #breadCrumb, #sectionLinks, #sectionLinksRight, #top, #footer img {
	display: none;
}

#content {
	float: left;
	width: auto;
	left: 0px;
}
#content a {
	color: #000000;
	text-decoration: underline;
}

/*************** #pageName styles **************/

#pageName {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	background-color: #FFFFFF;
	color: #48869B;
	width: 40%;
	height: 35px;
}

#header {
	background-color: #FFFFFF;
	width: auto;
	left: 0px;
	margin-left: 0%;
}

#header h1 {
	color: #000000;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.infoHeader {
	color: #D53D62;
}

.libCatHeader {
	color: #006B9D;
}

.elecResHeader {
	color: #00325D;
}

.subjHeader {
	color: #442216;
}

.studyBibliogHeader {
	color: #6C984D;
}

.computersHeader {
	color: #898989;
}

.infoSubHeader {
	color: #D53D62;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.libCatSubHeader {
	color: #006B9D;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.elecResSubHeader {
	color: #00325D;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.subjSubHeader {
	color: #442216;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.studyBibliogSubHeader {
	color: #6C984D;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
}

.computersSubHeader {
	color: #898989;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	letter-spacing: 0.01em;
	font-weight: bold;
}


/************** .contentItem styles *****************/

.contentItem {
	clear: both;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.contentItem p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 1.5em;
}

.top {
	display:none;
}

a #top {
	display:none;
}

/************** #home page **************/

#homeContent {
	background-color: #48869B;
	width: 700px;
	left: 0px;
	margin-top: 10px;
}

#homeContent h2 {
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#navBarHome {
	margin: 0px;
	padding: 0px;
	background-color: #48869B;
	width: auto;
}

/************** #table **************/

#table {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	width: 100%;
}

.CellColour {
	background-color: #EFEFEF;
	vertical-align: top;
}

.CellColour2 {
	background-color: #F1F1F1;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
}
	
.CellColourHeader {
	background-color: #E1E1E1;
	color: #666666;
	font-weight: bold;
	vertical-align: top;
}

#table ul {display: block;}

#table ul {list-style: none; margin: 0;   padding: 0;
}

strong {
	color: #666666;
}

.underline {
	text-decoration: underline;
}

/************** #form **************/

input, select, textarea {
	margin: 0px;
	font-family: Verdana, Helvetica;
	vertical-align: top;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #333333;
	padding: 2px;
}

.txtfield {
	width: 90%;
}

.btnspace {
	margin-right: 15px;
}

/************* #footer styles ***************/

#footer {
	clear: both;
	font-size: 0.65em;
	color: #333333;
	background-color: #E1E1E1;
	height: 40px;
}

#footer img {
	vertical-align: middle;
}

.footerText {
	vertical-align: middle;
}

.floatright {
	float: right;
}

