/***********************************************/
/* Styles for justfigures.co.uk                 */
/***********************************************/

/* main body styles */
body {
	background: #ffffff;
	/* main text style */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* hyperlink and anchor styles */
a:link{
 	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight:bold;
	text-decoration: none;
}
a:visited{
	color: #6666CC;
	font-weight:bold;
	text-decoration: none;
}
a:hover{
	font-weight:bold;
	text-decoration: underline;
}
a:active{
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}

/* header styles */
h1{
 font: bold 120% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 110% Verdana, Arial, Helvetica, sans-serif;
 color: #FF6633;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/* unsure if h4 still used */
h4{
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/* paragraph text style */
p{
 font: 100% Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/* unsure if still used */
p.highLight{
	font-weight:bold;
	 color: #FF6633;
}

/* adds background shading to title text */
.pageTitleBackground{
/* common pages */
	background-color: #FFCC66;
}
.guidesTitleBackground{
/* articles and guides pages */
	background-color: #ffcccc;
	}
.titleBackground{
/* tutorials */
	background-color: #ffcccc;
	}
/* adds shading to block text - example:intro pages*/
.blockShading{
background-color: #FFFFCC;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* top header bar */
.topDisplay {
position:absolute;
	top: 5px;
	left: 10px;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.topQuote
{
font-size: 11px;
}

/* google search */
#search {
	position:absolute;
	top: 34px;
	left: 665px;
	width: 320px;
	height:50px;
	padding-top:0px;
	padding-left:0px;
	/*border:1px solid #000000;
	background-color: #999999;*/
	z-index: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight: bold;
	}
/* google adsense */
#googleAdLinks {
	position:absolute;
	top: 95px;
	left: 205px;
	width: 475px;
	height:62px;
	padding-top:0px;
	padding-left:0px;
	/*border:1px solid #000000;*/
	z-index: 3;
	}
	
/* amazon book search */
#amazon {
	position:absolute;
	top: 95px;
	left: 790px;
	width: 165px;
	height: 42px;
	padding-top:0px;
	padding-left:0px;
	z-index: 3;
	}
p.amazon{
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
 	color: #FF6633;
}
.amazonTable {
	border: 3px solid #FFCC66;
}

/* facts tables on factbytes.php */
.facts {
	margin-left:20px;
	}	
/* youtube videos on geekyoutube.php */
.justyoutube {
	margin-left:20px;
	}	
/*bottom bar used in index.php - removed on 20 Sept 08 */
.botDisplay {
	position:absolute;
	top: 780px;
	left: 195px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	z-index: 3;
}

/*login form*/
.clsErrorMessage{
	color: red;
	font-weight: bold;
}
/* general form text input style */
.clsTextInput{
	background-color: #ffffff;
	border: 1px solid;
}
/* colours table and...etc tables */
.displayTable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
/* code window displayed in textarea
fix ie problem with code window width */
#codeWindow{
	position:absolute;
	top: 0px;
	left: 195px;
	z-index: 2;
}
/* code window style */
.clsCodeWindow{
	background-color: #FFFFCC;
	border: 1px solid;
}

/* list tag styles */
ul{
line-height:25px;
list-style-image:url(images/web.gif);
}
/*default list bullet point style*/

/*****************/
/* div styles */
/*****************/
#mainDiv{
/*paired with content division*/
	position:absolute;
	top: 175px;
	left: 10px;
	width:780px;
	z-index: 2;
}
/* colored code page display styles */
#codeMainDiv{
/*paired with codeTableWindow*/
	position:absolute;
	top: 175px;
	left: 10px;
	width:955px;
	z-index: 2;
}
#sideNav{
	float: left;
	width:165px; /*same as content margin */
	padding: 0px;
	background-color: #FFCC66;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#content{
/*paired with mainDiv*/
	padding: 0px 10px 0px 30px; /* left padding to line text with curvedbarlong.jpg  */
	margin:0px 0px 0px 165px;
	border-right: 0px solid #000000;
}
/* colored code table styles */
#codeTableWindow{
/*paired with codeMainDiv*/
	padding: 0px 10px 0px 30px; /* left padding to line text with curvedbarlong.jpg  */
	margin:0px 0px 0px 165px;
	/* border removed
	border-right: 5px solid #ff0000; */
}
/* added when adding iframe and changing 'div' codeTableWindow to 'div' codeWindowDiv */
#codeWindowDiv{
/*paired with codeMainDiv*/
	padding: 0px 10px 0px 30px; /* left padding to line text with curvedbarlong.jpg  */
	margin:0px 0px 0px 165px;
	/* border removed
	border-right: 5px solid #ff0000; */
}
.codeCell{
border: 1px solid #000000;
background-color:#FFFFCC;
/* color #eee is a lighter shade of grey */
}

/*************************/
/* horizontal navigation example:previous and next*/
.horizontalNavi {
	width:735px;
	height:15px;
	}
.previous {
	float:left;
}
.next {
	float:right;
}
/************************/
/* tutorial pages only */
/* code snippet summary header */
.codeHeader {
	width:735px;
	/* room for 5 lines of text in the header */
	height:75px;
	border-top:10px solid #ffcccc;
	padding-top:2px;
	}
.codeSummary{
	float:left;
}
.pageBookmarks {
/*not done*/
	float:right;
}
/*************************/
/* tutorial pages only */
/* tab labels */
.tabSource {
	width:735px;
	height:25px;
	border-bottom:0px solid #ffcccc;
	margin:0px 0px 0px 0px;
	}
.leftTabSource {
	float:left;
	width:135px;
	height:25px;
	background-color:#ffcccc;
	padding:5px 5px 5px 10px;
}
.rightTab {
	float:right;
	padding:5px 0px 5px 0px;
}
.tabOutput {
	width:735px;
	height:25px;
	border-bottom:0px solid #ffcccc;
	margin:0px 0px 0px 0px;
	}
.leftTabOutput {
	float:left;
	width:105px;
	height:25px;
	background-color:#ffcccc;
	padding:5px 5px 5px 10px;
}
/* iframe container */ 
.iframeDiv {
/* iframeDiv given width for border display */
	width:725px;
	border-top: 10px solid #ffcccc;
	border-right: 5px solid #ffcccc;
	border-bottom: 5px solid #ffcccc;
	border-left: 5px solid #ffcccc;
}
/******************************/
/* code styles */
pre{
font-family:"Courier New", Courier, mono;
/*font-weight:bold;*/
font-size: 12px;
color:#000000;
}
.codePink{
color:#FF6699;
}
.codeRed{
color:#FF0000;
}
.codeGreen{
color:#66CC33;
}
.codeBlue{
color:#6633FF;
}
.codeGrey{
color:#666666;
}
.codeTan{
color:#FF9900;
}
.codeWhite{
color:#FFFFFF;
}
/**************************/

/*advertising menu styles*/
#commonAdLinks{
	background: #ffffff;
	position:absolute;
	top: 0px;
	left: 800px;
	width:150px;
	z-index: 1;
	height: 780px;
	/* border removed
	border-right:5px solid #FF6633; */
}

/*personalised menu styles secure*/
#personalisedLinks{
	position:absolute;
	top: 0px;
	left: 789px;
	width:145px;
}

#personalisedLinks ul{
list-style-image:url(images/rightArrow.jpg);
}

#pdfLinks ul{
list-style-image:url(images/pdf.gif);
}


/*sectionLinks styles*/
#sectionLinks{
	margin: 0px;
	padding: 0px;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	color: #6666CC;
	text-decoration: none;
	padding: 2px 3px 2px 5px;
	}
#sectionLinks a:hover{
	display: block;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
	color:#000099;
	text-decoration: underline;
	padding: 2px 3px 2px 5px;
}

/* snippets table alternate row shading */
.rowShade {
	background-color:#FFFFCC;
		}

/* 'rate this page' feedback  */
#ratePage {
	border: 1px solid #CCCCCC;
	padding-top:5px;
	padding-left:10px;
}
/* 'comment on this page form' feedback  */
#ratePageForm {
	border: 1px solid #CCCCCC;
	padding-top:5px;
	padding-left:10px;
}

/********************* end **********************/

