/***********************************************/
/* Library page styles for justfigures.co.uk      */
/***********************************************/

/* adds background shading to title text */

.libraryTitleBackground{
/* library pages */
	background-color: #ffcc99;
	}
/* snippets table alternate row shading */
.rowShade {
	background-color:#FFFFCC;
		}
/* horizontal navigation example:previous and next*/
.horizontalNavi {
	width:735px;
	height:15px;
	}
.previous {
	float:left;
}
.next {
	float:right;
}

/* code snippet summary header */
.codeHeader {
	width:735px;
	/* room for 5 lines of text in the header */
	height:75px;
	border-top:10px solid #ffcc99;
	padding-top:2px;
	}
.codeSummary{
	float:left;
}
.pageBookmarks {
/*not done*/
	float:right;
}

/* tab labels */
.tabSource {
	width:735px;
	height:25px;
	border-bottom:0px solid #ffcc99;
	margin:0px 0px 0px 0px;
	}
.leftTabSource {
	float:left;
	width:135px;
	height:25px;
	background-color:#ffcc99;
	padding:5px 5px 5px 10px;
}
.rightTab {
	float:right;
	padding:5px 0px 5px 0px;
}
.tabOutput {
	width:735px;
	height:25px;
	border-bottom:0px solid #ffcc99;
	margin:0px 0px 0px 0px;
	}
.leftTabOutput {
	float:left;
	width:105px;
	height:25px;
	background-color:#ffcc99;
	padding:5px 5px 5px 10px;
}
/* iframe container */ 
.iframeDiv {
/* iframeDiv given width for border display */
	width:725px;
	border-top: 10px solid #ffcc99;
	border-right: 5px solid #ffcc99;
	border-bottom: 5px solid #ffcc99;
	border-left: 5px solid #ffcc99;
}

/* snippets table alternate row shading */
.rowShade {
	background-color:#FFFFCC;
		}
		


/********************* end **********************/
