/* general rules */

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
} /* End hide from IE-mac */
#lessonplans {
	font-family:"Trebuchet MS", trebuchet, verdana, arial, sans-serif;
	margin-top:8px;
}
#lessonplans a {
	text-decoration:none;
}
#lessonplans a:visited {
	text-decoration:none;
}
#lessonplans a:hover {
	text-decoration:underline;/*	color:#FF6E01;*/
}
#lessonplansBanner {
	background: #FF6E01 url(../images/lessonplan-banner.jpg) 0 0 no-repeat;
	min-height: 80px;
	height:auto !important;
	height: 80px;
	position: relative;
}
#lessonplansBanner h2 {
	color: #fff;
	position: absolute;
	bottom: 0px;
	font-size: 22px;
	left: 15px;
	margin:0 0 -4px 0;
	text-transform:uppercase;
}
#lessonplansTabs {
	margin:5px 0 0 0;
	clear:both;
}
#lessonplansTabs ul {
	margin:0;
	padding:0
}
#lessonplansTabs ul li {
	float:left;
	margin:0;
	list-style:none
}
#lessonplansTabs ul li a {
	display:block;
	height:39px;
	text-decoration:none;
	text-indent:-2000px;
	line-height:1
}
#lessonplansTabs ul li#tab-introduction a {
	width:124px;
	background: url(../images/tab-introduction.gif) top left no-repeat;
}
#lessonplansTabs ul li#tab-activities a {
	width:126px;
	background: url(../images/tab-activities.gif) top left no-repeat;
}
#lessonplansTabs ul li#tab-artworksandartists a {
	width:124px;
	background: url(../images/tab-artworksandartists.gif) top left no-repeat;
}
#lessonplansTabs ul li#tab-chronology a {
	width:124px;
	background: url(../images/tab-chronology.gif) top left no-repeat;
}
#lessonplansTabs ul li#tab-seeandcompare a {
	width:126px;
	background: url(../images/tab-seeandcompare.gif) top left no-repeat;
}
#lessonplansTabs ul li#tab-glossary a {
	width:126px;
	background: url(../images/tab-glossary.gif) top left no-repeat;
}
#lessonplansTabs ul li a:hover, #lessonplansTabs ul li.active a {
	background-position: bottom !important
}
#lessonplansSubTabs {
	margin:6px 0 0 0;
	clear:both;
}
#lessonplansSubTabs ul {
	margin:0;
	padding:0
}
#lessonplansSubTabs ul li {
	float:left;
	margin:0;
	list-style:none
}
#lessonplansSubTabs ul li a {
	display:block;
	height:43px;
	text-decoration:none;
	text-indent:-2000px;
	line-height:1
}
#lessonplansSubTabs ul li#tab-summary a {
	width:99px;
	background: url(../images/tab-summary.gif) top left no-repeat;
}
#lessonplansSubTabs ul li#tab-lookdiscuss a {
	width:99px;
	background: url(../images/tab-lookdiscuss.gif) top left no-repeat;
}
#lessonplansSubTabs ul li#tab-materials a {
	width:99px;
	background: url(../images/tab-materials.gif) top left no-repeat;
}
#lessonplansSubTabs ul li#tab-create a {
	width:99px;
	background: url(../images/tab-create.gif) top left no-repeat;
}
#lessonplansSubTabs ul li#tab-takeitfurther a {
	width:99px;
	background: url(../images/tab-takeitfurther.gif) top left no-repeat;
}
#lessonplansSubTabs ul li#tab-assessmentguide a {
	width:99px;
	background: url(../images/tab-assessmentguide.gif) top left no-repeat;
}
#lessonplansSubTabs ul li a:hover, #lessonplansSubTabs ul li.active a {
	background-position: bottom !important
}
#teacherColumn h4 {
	color:#005696;
	font-size:16px !important;
	margin-top: 10px;
	margin-bottom: 6px;
}
#teacherColumn h5 {
	color:#005696;
	font-size:14px !important;
	margin-top: 10px;
	margin-bottom: 6px;
}
#teacherColumn .activityImg {
	float:left;
	margin-right: 10px;
	padding:1px;
	border:1px solid #d1cece;
}
#teacherColumn .activityIntroImg {
	float:left;
	margin: 8px 10px 5px 0;
}


#teacherColumn .actButtons {
	width: 575px;
	text-align: right;
}

#teacherColumn .actButtons a, #teacherColumn .actButtons a:visited {
	font-weight: bold;
	font-size: 14px;
	line-height:26px;
	text-decoration:none;
	margin-left:30px;
}
#teacherColumn .actButtons a:hover {
	font-weight: bold;
	font-size: 14px;
	line-height:26px;
	text-decoration:underline;
}

#teacherColumn .actButtons a.goBack{
	padding-left:25px;
	background:url(../images/icon-GreenArrowLeft.gif) left center no-repeat;
}

#teacherColumn .actButtons a.printActivity{
	padding-left:25px;
	background:url(../images/icon-Printer.gif) left center no-repeat;
}

#teacherColumn .activityDescription {
	width: 585px;
	margin-left: 5px;
}
.activityDescription ul {
	font-size: 12px;
	color: #000;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 20px;
	list-style-type:none;
}
.activityDescription ul li {
	background:url(../images/imgBlueBullet.gif) no-repeat 0px 6px;
	padding-left: 10px;
}
div.activitystep-image {
	float:left;
	margin:0 10px 20px 0;
	width:130px;
	clear:left
}

div.activitystep-create {
	float:left;
	width:430px;
	margin:0 0 20px 0;
}

div.activitystep-create p {
	font-size:12px;
	margin:0;
	padding:0;
}

.activityStep p {
	float:left;
	width:420px;
}

.activitymaterials-image {
	float:left;
	margin:0 10px 20px 0;
	width:130px;
	clear:left
}

.activitymaterials-list {
	float:left;
	width:440px;
	margin:0 0 20px 0;
}

.activityDescription dl {
	margin-bottom:16px;
	margin-left:20px;
}
.activityDescription dt {
	font-size:12px;
	font-weight:bold;
	margin-top:14px;
}
.activityDescription dd {
	font-size:12px;
	font-family:  "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
#activityContent {
	float:left;
	margin-top: 10px;
}
#activityTitle {
	padding:0;
	float: left;
	width: 412px;
}

#activitySelect {
/*	position:absolute;top:15px;right:10px;*/
	text-align:right;
	margin:0px 10px;
	padding:0px;
}

.iconGlossary {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width:64px;
}
.tblAssess {
	width:593px;
	margin: 0;
	padding: 0;
	border: 0;
}
.tblAssess tr td {
	margin: 0;
	padding: 0;
	border: 0;
}
.tblAssess tr th {
	border-left: 1px solid #666;
	background-color:#FF6E01;
	width: 151px;
	text-align: center;
	margin-left: 0px;
}
.tblAssess .first {
	border-left: none;
	width: 140px;
}
.tblAssess tr td {
	border-left: 1px solid #666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 151px;
	vertical-align:top;
	background-color: #fff;
}
.tblAssess tr.even td {
	background-color:#FFF0E5;
}
#lessonplansContent {
	background: #f4f1f1 url(../images/content-bg.gif) top left repeat-x;
	padding:30px 25px 20px 75px;
	position:relative;
	clear:both
}
.teacherltblue {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.teacherplan_links {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
#lessonplansIcon {
	position:absolute;
	top:20px;
	left:20px
}
#lessonplansTitle {
	width:175px;
	float:left
}
#lessonplansTheme {
	width:440px;
	float:left;
	margin-left:20px;
}
#lessonplansBrowse {
	width:580px;
	text-align:right;
	font-size:10pt;
	margin-bottom:10px;
	font-weight:400;
}
#lessonplansBrowse a {
	color:#000;/*	text-decoration: none;*/
}
#lessonplansBrowse a:visited {
	color:#000;
	font-weight:400;
	text-decoration: underline;/*	text-decoration: none;*/
}
#lessonplansBrowse a:hover {
	color:#000;
	font-weight:400;
	text-decoration: none;
}
#lessonplansBrowse .here {
	text-decoration: underline;
}
#lessonplansBrowseBanner {
	background: #FF6E01;
	min-height: 46px;
	height:auto !important;
	height: 46px;
	position: relative;
}
#lessonplansBrowseBanner h2 {
	color: #fff;
	position: absolute;
	bottom: 0px;
	font-size: 22px;
	left: 15px;
	margin:0 0 -3px 0;
	text-transform:uppercase;
}
.imgCompareLeft {
	width:214px;
	float:left;
	margin-right:160px;
	font-size:8pt;
}
.imgCompareLeft a, a:visited, a:hover {
	color: #000;
	/*	font-weight: bold;*/
	text-decoration:underline;
}
.imgCompareRight {
	width:214px;
	float:left;
	font-size:8pt;
}
.imgCompareRight a, a:visited, a:hover {
	color: #000;
	/*	font-weight: bold;*/
	text-decoration:underline;
}
.lessonplansThumbnail {
	padding:1px;
	background:#ffffff;
	border:1px solid #d1cece;
}
.lessonplansThumbnail.floatleft {
	float:left;
	margin:0 10px 20px 0;
}
#lessonplansContent h3 {
	color:#FF6E01;
	font-size:16px;
	margin:0px 0 4px 0;
	font-weight:bold;
	line-height:1.1em;
	/*	position:relative;*/
	clear:both;
}
#lessonplansTimeline {
	font-size:11px;
	color:#ff6e01;
	width:60px;
	float:left;
	border-right:1px solid #858282;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	height:270px;
	overflow:auto
}
#lessonplansTimeline a {
	font-size:11px;
	display:block;
	margin:0 0 11px 0;
	color:#ff6e01;
	text-decoration:none;
	font-weight:bold
}
#lessonplansTimeline a:hover, #lessonplansTimeline a.selected {
	color:#005696;
}
a#lessonplansTimeline-next {
	position:absolute;
	top:275px;
	right:40px;
	font-size:13px;
	color:#000000;
	margin:0;
	width:150px;
	text-align:right;
}
a#lessonplansTimeline-prev {
	position:absolute;
	top:275px;
	right:240px;
	font-size:13px;
	color:#000000;
	margin:0;
	width:150px;
	text-align:right;
}
#lessonplansTimelineContent {
	float:right;
	width:565px;
	height:270px;
	border:1px solid #858282;
	background:#ffffff
}
#lessonplansTimelineContent .contentdiv {
	display:none;
	padding:10px 15px;
	height:220px;
	overflow:auto;
	font-size:12px;
}
#lessonplansTimelineContent .contentdiv h3 {
	font-weight:normal;
	font-size:19px;
	margin-top:0
}
#lessonplansTimelineContent .contentdiv p {
	margin:0 0 5px 0;
}
#lessonplansTimelineContent .contentdiv * {
	font-size:13px
}
#lessonplansTimelineContent ul {
	list-style-type:none;
}
.lessonplansSearchResultRow {
	clear:both;
	margin:0 0 10px 0
}
.lessonplansSearchResult {
	width:30%;
	float:left;
	padding:5px;
/*	margin-right:5px;*/
}

.activitySearchResult {
	width:40%;
	float:left;
	padding:5px;
	margin-right:15px;

}
.activitySearchResult h4.activityTitle {
	font-weight:bold;
	font-size:10px;
}
.activitySearchResult p.activityDescription {
	font-weight:normal;
	font-size:10px;
}

.lessonplansSearchResult p, .activitySearchResule p {
	margin:0 0 5px 0 !important;
	font-size:10px;
}
.lessonplansSearchResult a, .activitySearchResult a {
	color:#000000;
	text-decoration:none;
}
.lessonplansSearchResult a:hover, .activitySearchResult a:hover{
	color:#000000;
	text-decoration:underline;
}
.lessonplansSearchResult a:visited, .activitySearchResult a:visited {
	color:#000000;
	text-decoration:none;
}
.lessonplansSearchResult img {
}

p.more {
	text-align:right;	
}



.result {clear: left;margin-bottom: 0.5em;}
.result h4{font-size:14px}
.result p {margin-bottom: 0.5em;}
.result p.more {clear:both;text-align:right;}
.result p.more a {color: #000000;font-size: 11px;font-weight: bold;text-decoration:underline !important}
.srThumb {padding:1px;margin: 0 8px 5px 0;float: left;}



.activityUnit {
	float: right;
	width: 650px;
}
.unit {
	float: left;
	width: 265px;
	margin: 0 40px 10px 0;
}
.unit h3 {
	color:#FF6E01;
	font-weight:bold !important;
	margin:0px;
}
.unitButtons {
}
.srThumb {
	padding-right:10px;
}
#mainContent .activityUnit p {
	margin-bottom: 10px;
}
/*	Artworks and Artists */

.ttlArtworks {
	background-color:#ff6e01;
	color:#FFF;
	height:40px;
	font-size:26px;
	vertical-align:bottom;
	margin:0px;
	font-weight:bold;
	padding-left:15px;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.picArtist {
	width:230px;
	overflow:hidden;
	padding-bottom:5px;/*	text-align:center;*/
}
#lessonplansOnlyShowMe {
	background: url(../images/bkgOnlyShowMe.gif) no-repeat 0 0;
	min-height: 84px;
	height:auto !important;
	height: 84px;
	position: relative;
	padding:15px 20px 0 20px;
	font-size:12px;
}
.picArtist img {
	border: 2px solid #dcdcdc;
}
.zoomLink {
	background: url(../images/btnZoom.gif) top left no-repeat;
	width:22px;
	height:22px;
	display:block;
	padding:0px;
	margin:0px;
}
#lessonplansOnlyShowMe input {
	margin:0 5px 0 0;
}
.colLeftArtist {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	padding:0px 10px 0px 10px;
	COLOR: #000;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
#lessonplansOnlyShowMe label {
	font-size:12px;
	/*font-weight:bold;*/
	color:#000;
	margin:0 25px 0 0;
	padding:6px 0 0 0;
}
#lessonplansOnlyShowMe h4 {
	font-weight:bold;
}
.ttlArtistName h3 {
	color:#FF6E01;
	margin:0px;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom:5px;
}
.containerArtistDesc {
	border: 1px solid silver;
}
.searchResultRowTopMargin {
	margin:25px 0 0 0;
}
a.lessonplansBrowse-next {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0 50px 0 0;
	float:right;
	width:55px;
}
.teacherlinks {
	color:#FF6E01;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.teacherlinks a {
	color:#FF6E01;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.teacherlinks a:visited {
	color:#FF6E01;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.teacherlinks a:hover {
	color:#FF6E01;
	text-decoration:underline;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
a.lessonplansBrowse-next {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0 20px 0 0;
	/*float:right;
	width:55px;*/ 
}
a.lessonplansBrowse-prev {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0 20px 0 0;
	/*float:left;
	width:55px;*/
}


h3 .resultsnav{float:right;}
.resultsnav{text-align:right;font-size:12px;color:#000000}
.resultsnav a{color:#000000;text-decoration:underline !important}
.resultsnav span{padding:0 7px;font-weight:normal;}

.previousResult {
	float:left;
	width:55px;
	text-align:right;
}
.nextResult {
	float:left;
	width:55px;
	text-align:left;
	
}
.criteriaMatches {
	width:300px;
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:12px;
}
.displayingResults{
	width:150px;
	float:left;
	margin:0 10px 12px 0;
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.lessonplansSeeAndCompareRow {
	clear:both;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #ccc;
	width:591px;
}
.artistContainer {
	border:1px solid #999999;
}
.lessonplansSeeAndCompareResult {
	width:285px;
}
.thumbnailContent {
	float:left;
	width:120px;
	padding:0 0 0 5px;
}
.artContent {
	padding-top:5px;
}
a.readMore {
	clear:both;
	float:right;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-align:right;
	width:150px;
}
.zoomContent {
	padding:10px;
}
.smallBodyText {
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.smallfont {
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
.floatLeft {
	float:left;
}
/*	END Artworks and Artists */



.floatRight {
	float:right;
}

/* Fix for main.css from Templates This fixes an IE6 problem with the breadcrumb while keeping everything where it needs to be */
#pageWrapper {
	width: 1030px;		/* Other values are inherited from main.css */
}
#globalNav {
	margin-right: 56px; /*correct so that the globalnav doesn't hang off the right of the page */
}
/* End pageWrapper fix	*/

/* see http://www.positioniseverything.net/easyclearing.html for explaination */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
