@charset "utf-8";
/* PCIS Tools Utility CSS Document */

body {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	background-image:url(/images/bg.jpg);
	background-repeat: repeat-x;
	
	}
	
h1, h2, h3, h4 {
	color:#036;
	
	}
h1{
font-size: 16px;	
	}

h2{
font-size: 14px;	
	}

h3 {
font-size: 12px;	
	}

h4 {
font-size: 12px;
font-style: oblique;
	}

#utilitybg{
	width: 660px;
	text-align: left;
	margin-top: 10px;
	padding: 18px;
	background-image:url(/images/pcistoolsgenbg.png);
	background-repeat: no-repeat;
	}


#utilityform {
	 -moz-border-radius:5px;
	display: block;
	background-color:#999;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #333;
	
	}
	
#results {
	display: block;
	min-height: 400px;
	background-color:#efefef;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #efefef;
	font-size: 12px;
	
}

#resultslinks {
	height: 400;
	overflow: scroll;
	display: block;
	height: 400px;
	background-color:#efefef;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #efefef;
	font-size: 10px;
}

#footer{
	width: 660px;
	text-align: left;
	margin-top: 10px;
	padding: 18px;
	background-image:url(/images/pcistoolsgenbg.png);
	background-repeat: no-repeat;
	}
#footer p {
	color: #666;
	font-size: 10px;
	
	}
	
.turlresult {
white-space: pre-wrap;       /* css-3 should we be so lucky... */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 ?? */
 white-space: -o-pre-wrap;    /* Opera 7 ?? */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 _white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
font-family: Arial, Helvetica, Sans-serif; 
font-size: 18px; 
color: #666; '	
		
		}
		
.breadcrumb {
	font-size: 9px;
	line-height: 10px;
	margin-left: 25px;
	
	}
