/*

-----------------------------------------------

POD1 CSS

Author:     POD1

Version:    sep 2006

----------------------------------------------- */



/* base

----------------------------------------------- */

@import url("monitor.css");


	
	
	html, HTML {
		overflow: -moz-scrollbars-vertical;
		}
	body {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #656565;
	margin: 0;
	padding: 0;
	background-color: #FFF;
 	}






/*
/* PIE's "How To Clear Floats Without Structural Markup"

http://www.positioniseverything.net/easyclearing.html */



.clearfix:after {

    content : "."; 

    display : block; 

    height : 0; 

    clear : both; 

    visibility : hidden;

}



.clearfix {display: inline-block;}



/* Hides from IE-mac \*/

.clearfix {display : block;}

/* End hide from IE-mac */





/* PIE's hack to stop IE adding 3px to width when using italics

http://www.positioniseverything.net/explorer/italicbug-ie.html */

/* \*/

* html .clearfix {

	overflow: hidden;

	o\verflow: visible;

	width: 100%;

	w\idth: auto;

	he\ight: 1%;

}

/* */	
	
.fleft { float:left}

.fright { float:right}




	

	td {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #656565;
	} 
	a:link { color: #8E8732; text-decoration: none; } 
	a:active { color: #8E8732; text-decoration: none; } 
	a:visited { color: #8E8732; text-decoration: none; } 
	a:hover { color: #8E8732; text-decoration: underline; }
	ul {margin:0; padding:0;}
	ul li {list-style-type: none;}
	li	{ width: 95% }
	dt { }
	dd { }
	input {font-family: verdana, arial, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	select {font-family: verdana, arial, sans-serif; font-size: 10px; color: #656565; background-color: #FFFFFF; margin: 0;}
	textarea {font-family: verdana, arial, sans-serif; font-size: 11px; color: #656565; background-color: #FFFFFF; margin: 0;}
	a img { border: none; }
	form { border: 0; margin: 0; padding: 0; }
	
	


	@media print { 
	.notforprint {display:none;}
	}
	@media screen {
	.forprintonly {display:none;}
	}
	hr { width: 90%; border: 0; font-size: 2px; margin-top: 10px; height: 10px; border-top: 1px solid #000000; }
	h1 { color: #000000; font-weight: bold; font-size: 17px; padding-bottom: 10px; }		
	h2 { color: #000000; font-weight: bold; }
	h3 { color: #000000; font-weight: bold; font-size: 12px; padding-bottom: 10px; }
	h5 {font-size:0.95em; }
	h6 { color: #FF0000; font-weight: bold; display:inline;inout }
	em { font-style: normal; font-size: 13px; color: #6D6D6D; }
	.patents { font-style: normal; font-size: 12px; color: #958D2D; }
	.trademarks { font-style: normal; font-size: 12px; color: #3C9097; }
	.domains { font-style: normal; font-size: 12px; color: #747CB1; }
	.software { font-style: normal; font-size: 14px; color: #C14032; }
	b { }
	p { margin: 0; padding: 0; padding-bottom: 0.8em; }
	q { display: none; } 
	.link_img {	border: 0; }
	.message { color: #FF0000; font-weight: bold; }
	
	/***** Independant Colours *****/
	
	.purple { color: #3B1270; }
	.beige { color: #8E8732; }
	.mauve { color: #747CB1; }
	
	/***** Visibility *****/
	
	.visible {
		visibility: visible;
		}
	.hidden {
		visibility: hidden;
		}
	.display_none {
		display: none;
		}
	.display_block {
		display: block;
		}
	.display_inline {
		display: inline;
		}
	.display_inherit {
		display: inherit;
		}
	
	
	.align_r {
	text-align: right;
	}
	.align_c {
	text-align: center;
	}
	.float_l {
	float: left;
	}
	.float_r {
	float: right;
	}
	.patents_li li {
	position: relative;
	}
	.patents_li a.info {
	position: absolute;
	top: 200px !important;
	}