/* 
ERAC
http://www.bcerac.ca/
Copyright © 2003-2008 Educational Resource Acquisition Consortium
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; 
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtrHdr #container {
	width: 940px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	padding: 0px;
} 
.oneColElsCtrHdr #mainContent {
	padding: 0 7px;  /* Before padding: 0 20px; ARR 280609*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
/*
.oneColElsCtrHdr #footer { 
	padding: 0 5px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#DDDDDD;	ARR 280609
} */
.styleFooter { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.Question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	padding-right: 5px;
	padding-bottom: 10px;
}

.Box {			/* used in comment text box*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 10px;
}

.BoxCallResource {			/* used in comment text box*/ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.consider {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	color: #2857A3;
	text-decoration: underline;
	padding-left: 6px;
}

.style9 {
	font-size: 14px;
	color: #FFFFFF;
}
.tdpaddingl15
{
	color:Blue;
	text-decoration:none;
	text-decoration: underline;
}


.FormHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color:#CCCCCC;
	border-bottom-width:2px;
	border-bottom-color:White;
	border-bottom-style:solid;
}

.TitleHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 3px;
}

.booktitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 770px;
}

.Answer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-bottom: 5px;
}

.style23 {color: #999999}
.style29 {font-size: 80%}
.style30 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #2858A2; padding-right: 5px; padding-bottom: 10px; }

h1,h2,h3,h4,h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 100%;
	color: #2858A2;
}

.SectionHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #2858A2;
	height: 40px;
	width: 890px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 130%;
}

.noteEvaluator{
	padding-left: 50px;
	padding-right: 150px;
}

.gradelevel {
	width: 50px;
	
}

.noteSummary { 
	font-size: 60%
}
.ViewSummaryHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color:#2858A2;
	border-bottom-width: 2px;
	border-bottom-color:White;
	border-bottom-style:solid;
}

.ViewSummaryRows {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
	background-color:#B0C4DE;
	border-bottom-width: 2px;
	border-bottom-color:White;
	border-bottom-style:solid;
}

.countLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border:none;
}

.SectStructResource {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	height: 30px;
	width: 890px;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}

/**  footer  **/

#footer {
	background:#EBEBEB;
	color:#666666;
	width:100%;
	height:100px;
	display:inline-block;
	margin-top:20px;
}

ul.f-li {
	list-style:none;
	float:left;
	margin-top:15px;
	padding:0;
	font-size:12px;
	color:#666666;
	}

ul.f-li  li{
	list-style:none;
	float:left;
	padding:0;
	}
	
ul.f-li li a{
	text-decoration:none;
	color:#666666;
	float:left;
	}
	
ul.f-li li a:hover{
	text-decoration:none;
	color:#1ba3cb;
	}
