/* CSS Document - OPwebsite version 2.0 */

/* aShell template CSS */

/* STRUCTURE ----------------------------------------------------------------------------------------------------------------- */

/* 		25.06.08 - removed left and right column styles and placed in global sheet as there should be very little variation between 
		pages in these areas... Specific overrides will occure in subpage sheets for items like list background images for 
		specific pathway colours etc... */
		
	#searchShell {		/* just the specific overrides here, generic search styles in global sheet.. could move this */
				width:180px;
				widt\h:174px;
				margin-right:14px;
				color:#fff;
				}
		
/* ===RESEARCH search styles === */
		#contentShell div#opResearch {font-size:.9em; width:498px; background:#f2f2f2; margin:0 0 20px 0; border:1px solid #ccc;}
			#opResearch form {
						padding:4px 20px 8px 20px; 
						text-align:left; 
						background:#f2f2f2;
						/*width:200px;*/}
				#rsRadio {
						height:1.2em; 
						margin:auto; 
						padding:0 2em;  }
				#rskeysearch {
						float:left;
						clear:left; 
						margin:6px 10px 6px 0px;}
				#rspulldwns {	/* non camelCase because it references an id that is used in the PHP */
						float:right;
						margin:6px 0; 
						border-left:1px dotted #ccc;}
				.rsCenter {vertical-align:top;}
				select.rsDrop, 
				input.researchBox {
						border:1px solid #ccc;
						font-size:.9em;}
			#opResearch .researchBox {width:180px;}
			#opResearch h1 {font-size:1.1em; font-weight:bold; background:#e8e8e8; margin:0; padding:2px 2px 2px 15px; text-align:left; border-bottom:1px solid #ccc;}
			#opResearch h2 {font-size:1em;}
			#opResearch h3 {font-size:.9em; font-weight:normal;}
			#opResearch h2, #opResearch h3, #opResearch p {margin-bottom:0; padding:2px; /*background: #f1f3e7;*/}
			#opResearch p {margin:.5em 0 .1em 0;}
				#opResearch p input.radio {margin:4px 10px 0 10px; border:none;}
				div.formError {height:2em; margin:3px 0; padding:.2em; color:#900; /*border: solid 1px #900;*/ }
		/* === RESEARCH search styles end === */

#pointSubMenu {height:10px; margin-left:-999em; font-size:6px;} /*  to create a box between blocks - IE bug hoovers up main menu otherwise
																	may have decommissioned this. Using a conditional IE6 comment to solve
																	Check to see if pointSubMenu is still in use */

/* footer shell extension (structure in global sheet.) */
	#foot ul {width:934px; height:1.6em; background:#3a4191; padding-top:2.4em;}
	#foot li {display:inline; margin-right:1em;}
		#foot a:link,
		#foot a:visited,
		#foot a:active {color:#eee; text-decoration:none; border-bottom:1px dotted #c2c2e8;}
		#foot a:hover {color:#555; background:#fff; border-bottom:1px dotted #c2c2e8;}
