/* CSS Document */
.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00CC66;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
}
.subTitle{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
}
#pageCodeTitle_div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
	margin-top:20px;
}
#pageCodeAbstract_div
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* 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+ */
}
.pageCode_div
{
	
	max-width:960px;
	padding:10px; 
	background:#CCCCCC;
	border-style:solid;
	width:90%;
	height:500px;
	//overflow-y: scroll;
	//overflow-x: hidden;
	overflow: auto; 
	font-family:Courier New, Courier, mono;
	font-size:12px;
}
.codeInline
{
font-family:Courier New, Courier, mono;
}

.codeSnippet
{
background:#CCCCCC;
padding:10px;
font-family:Courier New, Courier, mono;
word-wrap: break-word;  
}

