/*INTRO FUN*/
#proofed{margin:0; padding:0;}
.bandwidthBurningContent{/*300k*/
	background: url(../images/code-white.png) no-repeat white;
	height: 3200px;
	width: 1240px;
}
#prayerForm{
	display:block;
	position: fixed;
	top: 45%;
	left: 0;
	z-index: 1;
}
#magicFormula{
	width: 200px;
	height:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	border: 5px solid #990000;
}
/*INTRO FUN*/

/*MAIN ELEMENTS*/
	html,body{
		margin: 0;
		padding: 0;
	}
	body{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: .9em;
		padding: 20px 5%;
	}
	
	p{
		margin: .5em 0 .5em 1em;
	}
	h2{
		margin: 1.5em 0 .3em 0;
	}
	h3{
		margin: 1em 0 .2em 0;
	}
	
	pre{
		border-left: 10px solid;
		border-right: 3px solid;
		line-height: 110%;
		max-height: 300px;
		padding:.3em;
	}
	code{
		padding: 0 1em 0 1em;
		font-family: "Courier New", Courier, monospace;
	}
	code a{
		text-decoration:none;
	}
	pre code {
		padding: 1em;
		display: block;	
	}
	pre{
		overflow: auto;
		/*overflow-y: hidden;*/
	}
	kbd{
		padding: .1em;
		border-top: 1px solid;
		border-right: 2px solid;
		border-bottom: 2px solid;
		border-left: 1px solid;
		font-weight:bold;
		font-variant:small-caps;
		font-size:.9em;
	}
	strong{
		font-size:larger;
		/*text-decoration:underline;*/
	}
	blockquote{
		border-left: 1px solid;
		padding-left: 10px;
	}
	label{
		cursor: pointer;
		vertical-align:top;
		padding: 0 .5em 0 1em;		
	}
	fieldset{
		border: solid thin;
		padding: 1em;
		margin-bottom: 1em;
	}
	legend{
		padding: .2em .5em .2em .5em;
		border: solid thin;
	}
	textarea.sample, input.sample{
		width: 400px;	
	}	
	
	hr{
		clear: both;
		border-bottom: 3px solid; 
	}

	/*** LIST AND DEFINITIONS ***/
	ol li, ul li{
		list-style:circle;
		/*margin-top:.2em;*/
	}
	ul.note{
		padding: 0.2em;
		margin: 0; 
	}
	ul.note li{
		font-size: .8em;
		margin-left: 2em;	
	}
	dl dt{
		padding: .5em;
		font-size:1.2em;
		font-weight:bold;
		margin-top: .5em;
	}
	/*** LIST AND DEFINITIONS ***/

/*MAIN ELEMENTS*/

/* CONTAINER SPECIFIC */
	#uicnav{ position:absolute; top:0; left:0; height: 30px; background-color:#000; color:#fff; border:0; }
	#uicnav{ /*white-space: nowrap;*/ margin: 0; padding: 0; clear:both;}
	#uicnav li{ list-style-type:none; float:left; display:block; padding: 3px; width:100px; text-align:center;}
	#uicnav a, #uicnav a:link, #uicnav a:visited { 
		text-decoration: none;
		text-transform:capitalize;
		font-size: 20px;
		font-family: Agency FB, Verdana, Helvetica, sans-serif;
		font-weight: bold;
		color:#01A2FF;
	}
	#uicnav a:active, #uicnav a.down {color:#FF0000;}
	#uicnav a:hover {color: #00FF00;}
	#uicnav a.active{ color: #00FF00;}
	#uicnav li.home{ width:30px; height:30px; background:url(../images/uicoded-header.gif) top left no-repeat; padding:0;}
	#uicnav .home span{ display:none; }
	#uicnav a img{ border:none; }

	#header {margin-top:50px;}
	#header *{display: inline;}
/* CONTAINER SPECIFIC */

/* CONTENT SPECIFIC */
/*table for general purpose*/
table.doc{
	border-collapse:collapse;
	border: 1px solid;
	margin: 1em;
	margin-top:0;
}
table.doc caption{
	font-size:1.2em;
	font-weight:bold;
	padding: .5em;
	border: 1px solid;
	margin: 1em 1em 0 1em;
}
table.doc td, table.doc th{
	border: 1px black solid;
	padding: .2em .5em;
}

/*table for compatibility testing*/
table.compat{
	border-collapse:collapse;
	border: 1px solid;
	margin: 1em;
	margin-top:0;
	font-size: .9em;
}
table.compat caption{
	font-size:1em;
	font-weight:bold;
	padding: .2em;
	border:none;
	/*border: 1px solid;*/
	margin: 1em 1em 0 1em;
	text-align:left;
}
table.compat th{
	color: black;
	background-color: #CCCCCC;
}
table.compat tbody th{
	text-align: left;
}
table.compat td{
	text-align:center;
}
table.compat td, table.compat th{
	border: 1px black solid;
	padding: .2em .5em;
}

.NW{
  font-size: 0.8em;
}
	span.NW:before{
		content: "\005B";
	}
	span.NW:after{
		content: "\005D";
	}
.important{
	color: red;
}
.tinynote, .filler{
	font-size: .7em;
}
.note{
	font-size: .9em;
}
.exclamation{
	font-weight:bold;
}
.external{
	padding-right:13px;
	background:transparent url(../images/external.png) no-repeat right center;
}
.example{
	position:relative;
	border: dashed 5px;
	margin: 1em 0;
	padding:1.5em 1em 1em;
}
.example h2{
	position: absolute;
	top: 0px;
	left: 2px;
	text-align:left;
	margin: 0;
	font-size: 1em;
	font-variant:small-caps;
}
.example label{
	font-weight:bold;
}
.compatibility-tables{
	font-size:80%;
}
.compatibility-tables caption{
	display: none !important;
}
.compatibility-tables td, .compatibility-tables th {
	cursor: pointer;
}
.compatibility-tables table{
	float: left;
	width: auto;
}
.runsnip{
	font-size:.6em;
	color: white;
	background-color: blue;
	cursor: pointer;
}
/* CONTENT SPECIFIC */

