/* Global - Widespread */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #eee;
	background-attachment: fixed;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Arial, sans serif;
	text-align: center; /* IE 5.5 */
}
.altBodyFont { 
	font-family: Verdana, Arial, sans serif;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
a:link, a:visited {
	color: #0000ff;
	text-decoration: none;
	outline-style: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Main Layout */
#container {
	position: relative;
	margin: 0px auto;
	width: 970px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left; /* IE 5.5 - See body styling */
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #fff;
	background: #fff url("../images/con_bg0003.png") top left repeat-y;
}
#header {
	width: 970px;
	height: 97px;
	background: transparent url("../images/header0004.png") top left no-repeat;
}
#content {
	float: left;
	width: 775px;
	background: transparent url("../images/content0001.png") top right no-repeat;
}
#sidebar {
	float: right;
	padding: 53px 0px 0px;
	width: 195px;
	background: transparent url("../images/navbar0001.png") top left no-repeat;
	color: #fff;
}
#layoutFix {
	clear: both; /* so the content and sidebar don't overflow the container div */
	height: 70px; /* height of the footer */
}
#footer {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	width: 970px;
	height: 70px;
	color: #fff;
	background: url("../images/footer0003.png") top left no-repeat;
}

/* Header */
#headerHomeLink {
	display: block;
	width: 320px;
	height: 97px;
}

/* Content */
#postList {
	margin: 0px 15px;
	padding: 0px;
	list-style-type: none;
}
#postList .postListItem {
	margin: 0px 0px 20px;
}
.listedPostReadMore {
	padding: 4px 20px;
	text-align: right;
	font-size: 0.90em;
}
.postHeader {
	margin: 0px 0px 0px 20px;
	font-size: 1.40em;
	letter-spacing: 0.01em;
}
.listedPostHeader {
	margin: 0px 0px 0px 5px;
	font-size: 1.40em;
	letter-spacing: 0.01em;
}
.postInfo {
	margin: 0px 0px 4px 22px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #000;
	font-size: 0.75em;
	width: 90%;
	color: #333;
}
.listedPostInfo {
	margin: 0px 0px 4px 7px;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #000;
	font-size: 0.75em;
	width: 90%;
	color: #333;
}
.postDate, .listedPostDate {
	font-weight: bold;
}
.postContent {
	margin: 8px 4px 30px 15px;
}
.listedPostContent {
	margin: 8px 4px 0px 0px;
}
.postContent h3, .listedPostContent h3 {
	display: block;
	margin: 12px 8px 6px;
	font-size: 1.10em;
}
.postContent h4, .listedPostContent h4 {
	display: block;
	margin: 12px 8px;
	font-size: 1.00em;
}
.postContent .h3Child, .listedPostContent .h3Child {
	margin: -6px 8px 8px;
	font-size: 0.90em;
}
.postContent ul, .listedPostContent ul {
	list-style-type: disc;
}
.postContent ul, .postContent ol, .listedPostContent ul, .listedPostContent ol {
	margin: 2px 8px 2px 40px;
	padding: 0px;
	font-size: 0.95em;
}
.postContent table, .listedPostContent table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	font-size: 0.92em;
}
.postContent p, .listedPostContent p {
	margin: 4px 25px;
	text-indent: 15px;
}
.postContent pre, .listedPostContent pre, .postContent .likePre, .listedPostContent .likePre {
	display: block;
	font-family: Courier New, Courier, sans serif;
	margin: 8px 25px;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #fff;
	font-size: 0.75em;
	overflow: auto;
}
.postContent .buttonList, .listedPostContent .buttonList {
	display: block;
	margin: 4px 40px;
	padding: 0px;
	list-style-type: none;
}
.postContent .buttonList li, .listedPostContent .buttonList li {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 150px;
	font-size: 0.85em;
	text-align: center;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #aaa #aaa #ccc;
	background-color: #f7f7f7;
	white-space: nowrap;
	cursor: pointer;
}
.postContent .buttonList .buttonListOn, .listedPostContent .buttonList .buttonListOn {
	border-color: #333 #000 #000 #333;
	font-weight: bold;
}
.postContent .buttonList .buttonListEnd, .listedPostContent .buttonList .buttonListEnd {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	font-size: 1px;
	line-height: 1px;
}
.pointContent {
	margin: 6px 20px 6px 10px;
	padding: 5px 10px;
	border-width: 0px 0px 0px 4px;
	border-style: solid;
	border-color: #f6f6f6;
	text-align: justify;
	font-size: 0.85em;
}
.keyword {
	font-weight: bold;
	color: #173f81;
}

/* Sidebar */
#sidebar a:link, #sidebar a:visited {
	color: #ffe3b1;
}
#sidebarRSSLink {
	display: block;
	margin: 15px 0px -10px 15px;
	width: 36px;
	height: 36px;
}
.sidebarHeader {
	margin: 30px 0px 6px 10px;
	padding: 1px 0px;
	font-size: 1.10em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-indent: 8px;
	border-width: 0px 0px 0px;
	border-style: solid;
	border-color: #aaa;
}
.navbarList {
	margin: 0px 2px 0px 18px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.85em;
}
.navbarList li {
	margin: 0px 0px 4px 15px;
	padding: 0px 0px 2px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #eee;
	text-indent: -15px;
}
.projectListLastestRelease {
	display: block;
	margin: 0px 0px 0px 15px;
	font-size: 0.85em;
}

/* Footer */
#copyright {
	float: right;
	display: block;
	margin: 45px 25px 0px 0px;
	font-size: 0.70em;
}

/* Ad Hoc - Separate later if this section gets too big */
/* Setting the name attribute in IE's DOM */
#renameTarget {
	display: block;
	margin: 0px 25px;
}
#renameDemoOutput {
	height: 60px;
}

/* Delaying Javascript Event Execution */
.demoExecutionCountDiv {
	margin: 4px 20px 4px 20px;
	font-size: 0.85em;
}

/* Auto Selecting HTML Text with Javascript */
#autoSelectDemoParagraph {
	cursor: default;
}

/* Super Tables project */
#superTableDemoDiv {	margin: 10px auto; width: 600px; height: 200px; overflow: hidden; font-size: 0.85em; }
.sBase { position: relative; width: 100%; height: 100%; overflow: hidden; }
.sHeader { position: absolute; z-index: 3; background-color: #ffffff; }
.sHeaderInner {	position: relative; }
.sHeaderInner table { border-spacing: 0px 0px !important; border-collapse: collapse !important;	width: 1px !important; 
	table-layout: fixed !important;	background-color: #ffffff; /* Here b/c of Opera 9.25 :( */ }
.sFHeader {	position: absolute; z-index: 4;	overflow: hidden; }
.sFHeader table { border-spacing: 0px 0px !important; border-collapse: collapse !important;	width: 1px !important; 
	table-layout: fixed !important;	background-color: #ffffff; /* Here b/c of Opera 9.25 :( */ }
.sData { position: absolute; z-index: 2; overflow: auto; background-color: #ffffff; }
.sData table { border-spacing: 0px 0px !important; border-collapse: collapse !important; width: 1px !important;	
	table-layout: fixed !important; }
.sFData { position: absolute; z-index: 1; background-color: #ffffff; }
.sFDataInner { position: relative; }
.sFData table {	border-spacing: 0px 0px !important;	border-collapse: collapse !important; width: 1px !important; 
	table-layout: fixed !important; }
.sDefault {	margin: 0px; padding: 0px; border: none; font-family: Verdana, Arial, sans serif; font-size: 0.8em; }
.sDefault th, .sDefault td { border: 1px solid #cccccc; padding: 3px 6px 3px 4px; white-space: nowrap; }
.sDefault th { background-color: #e5e5e5; border-color: #c5c5c5; }
.sDefault-Fixed { background-color: #eeeeee; border-color: #c5c5c5; }
.sSky {	margin: 0px; padding: 0px; border: none; font-family: Verdana, Arial, sans serif; font-size: 0.8em; }
.sSky th, .sSky td { border: 1px solid #9eb6ce; padding: 3px 6px 3px 4px; white-space: nowrap; }
.sSky th { background-color: #CFDCEE; }
.sSky-Fixed { background-color: #e4ecf7; }
.sOrange { margin: 0px; padding: 0px; border: none;	font-family: Verdana, Arial, sans serif; font-size: 0.8em; }
.sOrange th, .sOrange td { border: 1px solid #cebb9e; padding: 3px 6px 3px 4px; white-space: nowrap; }
.sOrange th { background-color: #ECD8C7; }
.sOrange-Fixed { background-color: #f7ede4; }
.sDark { margin: 0px; padding: 0px;	border: none; font-family: Verdana, Arial, sans serif; font-size: 0.8em; color: #ffffff; }
.sDark th, .sDark td { border: 1px solid #555555; padding: 3px 6px 3px 4px; white-space: nowrap; }
.sDark th {	background-color: #000000; }
.sDark-Fixed { background-color: #222222; }
.sDark-Main { background-color: #333333; }
