
/* ================ interactive ================ */

#interactiveResouceThumbWrap
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:100%;
	height:200px;
	}

#interactiveBoardSampleScreenThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/interactive/thumbs/board-sample-screen-thumb.png') no-repeat center 10px;
	margin-left:0px;
	margin-right:5px;
	}


#interactiveBottleSampleScreenThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/interactive/thumbs/bottle-sample-screen-thumb.png') no-repeat center 10px;
	margin-left:1px;
	margin-right:5px;
	}


#interactiveBoardSampleThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/interactive/thumbs/board-sample-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}

#interactiveEndScreenSampleThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/interactive/thumbs/end-screen-sample-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}

#videoSampleThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/interactive/thumbs/video-sample-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}

/* ================ pupil browser ================ */

#pupilBrowserThumbWrap
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:100%;
	height:200px;
	}

#pupilBrowserHomeAwaitingThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/pupil-browser/thumbs/home-awaiting-thumb.png') no-repeat center 20px;
	margin-left:0px;
	margin-right:5px;
	}

#pupilBrowserHomeOverdueThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/pupil-browser/thumbs/home-overdue-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}

#pupilBrowserCompletedHistoryThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/pupil-browser/thumbs/completed-history-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}

#pupilBrowserRewardsThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/pupil-browser/thumbs/rewards-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}

#pupilBrowserCmwsThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:210px;
	height:200px;
	border:1px solid #dedede;
	background: url('/images/resources/pupil-browser/thumbs/cmws-thumb.png') no-repeat center 20px;
	margin-left:1px;
	margin-right:5px;
	}


/* ================ worksheet & playscript h2 ================ */

#worksheetH2Wrap
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:100%;
	height:25px;
	margin-bottom:30px;
	}

#worksheetPdfH2
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:300px;
	height:25px;
	margin-left:0px;
	margin-right:5px;
	}

#playscriptPdfH2
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:300px;
	height:25px;
	margin-left:20px;
	margin-right:5px;
	}

/* ================ worksheet & playscript ================ */

#worksheetThumbWrap
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:100%;
	height:170px;
	}

#worksheetPdfThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:150px;
	height:150px;
	border:1px solid #dedede;
	background: url('/images/resources/worksheet/thumbs/pdf-icon-thumb.png') no-repeat center 25px;
	margin-left:0px;
	margin-right:5px;
	}

#playscriptPdfThumb
	{
	position:relative;
	float:left;
	background-color:transparent;
	width:150px;
	height:150px;
	border:1px solid #dedede;
	background: url('/images/resources/worksheet/thumbs/pdf-icon-thumb.png') no-repeat center 25px;
	margin-left:172px;
	margin-right:5px;
	}

/* ================ hr ================ */

.resourceHr
	{
	border:1px solid #004c99;
	margin-top:0px;
	margin-bottom:0px;
	}

/* ================ h2 ================ */

.resourcesH2
	{
	margin-top:0px;
	margin-bottom:0px;
	}

