/* Global */
/* ------ */
body {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
em {
	font-style:normal;
	font-weight:bold;
}

a {
	color: #DB0F18;
}
a:visited {
	color: #DB0F18;
}
a.navBar {
	color: black;
}
a.navBar:visited {
	color: black;
}

/* Body */
/* ---- */
table.columns {
	width:99%;
}
table.columns td.left {
	vertical-align:top;
	background-color:#eeeeee;
	width:150px;
}
	/* Navigation Bar */
	/* -------------- */
	div.navBar {

	}
	div.navBar a {
		text-decoration:none;
		color:black;
		display:block;
	}
	div.navBar a:hover {
		background-color:#DB0F18;
		color:white;
	}
	div.navBar div.section, div.navBar div.sectionSelected {
		margin-top:5px;
		border:solid 1px black;
		cursor:pointer; cursor: hand;
		padding:2px;
	}
	div.navBar div.sectionSelected {
		background-color: #0C88D0;
	}
	div.navBar div.sectionSelected a {
		font-weight:bold;
		color: white;
	}
	div.navBar div.sectionSelected a:visited {
		color: white;
	}
	div.navBar div.subSection, div.navBar div.subSectionSelected {
		margin-left:20px;
		margin-top:2px;
		border:solid 1px black;
		cursor:pointer; cursor: hand;
		padding:1px;
	}
	div.navBar div.subSectionSelected {
		background-color:#07B8F4;
	}
/* Content Area */
/* ------------ */
table.columns td.middle {
	padding:10px;
	padding-bottom:50px;
	vertical-align:top;
}
table.columns td.middle h1 {
	color: #425766;
	font-size:x-large;
}
table.columns td.middle h2 {
	text-decoration: underline;
	font-size:large;
}
table.columns td.middle h3 {
	font-size: medium;
}
table.columns td.middle ol li {
	margin-top:15px;
	margin-bottom:15px;
}

/* Ad area */
/* ------- */
table.columns td.right {
	width:120px;
	vertical-align:top;
}

/* Footer */
/* ------ */
div.footer {
	height:30px;
	background-color:#0C88D0;
	text-align:center;
	color:white;
	font-weight:bold;
}

/* Source */
div.source {
	border:solid 1px black;
	background-color:#eeeeee;
	font-family:courier new, sans serif;
	font-size: smaller;
	padding:5px;
	white-space:pre;
	overflow:scroll;
}
table.sourceDetails {
	border:solid 1px black;
	background-color:#eeeeee;
	font-size: smaller;
	padding:5px;
}
table.sourceDetails th {
	text-align:right;
	background-color:#cccccc;
	padding:2px;
	padding-right:10px;
}	

legend {
	font-size:bigger;
	font-weight:bold;
	font-family: arial bold;
	color:#DB0F18;
	border:solid 1px #0C88D0;
	padding:3px;
}
fieldset {
	padding:10px;
	border:solid 2px #0C88D0;
}
div.examplesource {
	border:solid 1px #cccccc;
	background-color:#eeeeee;
	font-family:courier new;
	padding:5px;
}
div.examplesource pre {
	display:inline;
}
div.tip {
	background: #ffffce url(/lightbulb.gif) no-repeat scroll top left;
	padding:2px 2px 2px 20px;
	border: solid 1px #cccccc;
}

.activityMonitor {
	border:solid 1px black;
	background-color:red;
	font-weight:bold;
	width:150px;
	height:50px;
	text-align:center;
}




