/*
###############################################################################################
Redefine HTML tags
###############################################################################################
*/


/* Redefine HTML TAG - Adding a scroll bar to Firefox even if the page is to short for one */
html {
min-height: 100%;
margin-bottom: 1px;
}

body {
margin: 0px;
font-family: verdana;
background-color: #FFFFFF;
color: #808080;
}

form {
margin: 0px;
}

/*
###############################################################################################
iFrame style
###############################################################################################
*/

	.iframeLoading {
	border: 1px solid #999999;
	height: 40px;
	width: 450px;
	}

	.iframeLoadingSA {
	border: 1px solid #fff;
	height: 150px;
	width: 300px;
	}	
	
/*
###############################################################################################
Table style
###############################################################################################
*/

	table.bottomGreyTable {
	margin-top: 10px;
	}
	
	table.leftExpandTable {
	border: 1px solid #E5E5E5;
	border-style: solid;
	border-width: 1px;
	font-family: arial;
 	font-size : 12px;
 	color : #606060;
	}
	
	td.bottomTable {
	border: 1px solid #999999;
	}

/*
###############################################################################################
Hyperlinks
###############################################################################################
*/
	
	.sidebox {
 	font-family: arial;
 	font-size : 12px;
 	color : #606060;
	}
	
 	a.sidelink {
 	font-family: arial;
 	font-size : 12px;
 	color : #7B94B5;
 	}
	
	a.quoteLink {
	color: #808080;
 	font-family: arial;
 	font-size : 12px;
	text-decoration: none;
	}
	
/*
###############################################################################################
Text Styles
###############################################################################################
*/

	.Example {
	FONT-SIZE: 12px;
	COLOR: #7b94b5;
	FONT-FAMILY: arial;
	font-style : italic;
	padding-left : 31px;
	}
	
	.ExampleNoLink {
	FONT-SIZE: 13px;
	COLOR: #606060;
	FONT-FAMILY: arial;
	font-style : italic;
	}	
	
	.frontPageText {
	font-family: arial;
 	font-size : 12px;
 	color : #606060;
	}

	.rightMenuText {
	 font-family: arial;
 	font-size : 12px;
 	color : #606060;
	}

	.divWordSearchedFor {
	margin: 0px;
	}

	td.resourceGreyHeading {
	font-family: arial;
	font-size: 25px;
 	color: #999999;
	padding: 8px 0px 8px 0px;
	}
	
	td.WOTDMonth {
	font-family: arial;
	font-size: 25px;
 	color: #999999;
	padding: 8px 0px 8px 0px;
	}

	td.dateHolder {
	font-family: arial;
	font-size: 11px;
 	color: #000000;
	width: 80px;
	padding: 3px 3px 3px 15px;
	}

	.mainText {
 	font-family: arial;
 	font-size : 12px;
 	color : #606060;
	}

	.sideheadingMain{
		font-family: arial;
 	font-size : 20px;
 	color : #7B94B5;
 	font-weight : bold;
	}
	.sideheading {
 	font-family: arial;
 	font-size : 16px;
 	color : #7B94B5;
 	font-weight : bold;
 	padding-top:10px;
	}
	
 	.pageHeading {
 	font-family: times;
 	font-size : 44px;
 	color : #61758F;
 	}
	
 	.subHeading {
 	font-family: times;
 	font-size : 20px;
 	color : #7B94B5;
	position:relative;
	top:-6px;
	z-index: 2;
	padding-left: 30px;
	}
	
	.subHeadingNoPadding {
 	font-family: times;
 	font-size : 20px;
 	color : #7B94B5;
	}
	
  	.wordlink {
 	font-family: arial;
 	font-size : 13px;
 	color : #606060;
	line-height : 20px;
	}
 
	 .quoteheader {
 	font-family: arial;
 	font-size : 16px;
 	color : #7B94B5;
 	font-weight : bold;
 	}
	
  	.quote {
 	font-family: arial;
 	font-size : 12px;
 	color : #606060;
 	}
	
  	.fact {
 	font-family: arial;
 	font-size : 12px;
 	color : #606060;
	}
	
 	.wordsearch {
 	font-family: arial;
 	font-size : 11px;
 	color : #606060;
 	}
	
	.noExactMatchText {
	font-family: times;
 	font-size : 13px;
 	color : #000000;
	}
	

 /*
###############################################################################################
DIV Styles
###############################################################################################
*/
 
 	.bigLetterHolder {
	position:absolute;
	left: 72px;
	top:70px;
	width:60px;
	font-family: times;
 	font-size : 62px;
 	color : #61758F;
 	font-weight : bold;	
	}
 
/*
###############################################################################################
Image Styles
###############################################################################################
*/

	img.logoImage {
	/*width: 169px;
	height: 261px;
	*/
	width: 170px;
	height: 429px;
	border: 0px;
	position:absolute;
	left: 20px;
	}
	
/*
###############################################################################################
END BIBLIODATA.COM STYLES
###############################################################################################
*/

#contact fieldset{border: none; font: 13px/1.5em Arial,Helvetica,sans-serif;}
#contact fieldset input{width:250px;}
#contact fieldset input, #contact fieldset textarea{border:1px solid #ccc;padding:5px;margin:10px 0 0 0;color:#5E5E5E;}
#contact fieldset label {display:block;margin:12px 0 0;font-size:.9em;float:left;clear:left;width:178px;color:#5E5E5E; }
#contact fieldset .button{cursor: pointer; width:120px;color:#5E5E5E;}
#contact fieldset img{border: none;background: none;}