/* Page Base */

body {
	background: #fff;
	font-family: arial,helvetica,lucida,tahoma,verdana,sans-serif;
	font-size: .8em;
	color: #464646;
}
a {
	text-decoration: underline;
	color: #005cd7;
}
a:hover {
	color: #f00;
}

/* Header */

.header {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
	text-align: center;
}
.header h1 {
	margin-bottom: 10px;
}

/* Footer */

.footer {
	border-top: 1px dotted #ccc;
	padding: 20px 0;
	margin-top: 50px;
}

/* Side Nav */

.sidenav { padding-right: 20px; }
.sidenav a { text-decoration: none; }
.sidenav a:hover { text-decoration: underline; }
.sidenav h4 { margin-bottom: 5px; padding-left: 4px; }
.sidenav ul li { list-style: none; margin-left: 0; padding: 3px 0 3px 4px; }
.sidenav ul li.sn-active { background: #000 url(images/sn-active.gif) no-repeat right; }
.sidenav ul li.sn-active a { color: #fff; }


/* Common Styles */

h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #000;
}
h1 { font-size: 2em; font-family: georgia,"times new roman",mano,serif; }
h2 { font-size: 1.7em; font-family: georgia,"times new roman",mano,serif; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

strong { color: #000; }

code {
	background-color: #eee;
	border: 1px solid #999;
	padding: 0px 2px;
}
pre {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 8px;
	margin: 20px 0;
	color: #000;
	white-space: pre-wrap;       /* css-3 */
	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+ */
}

.right { float: right; }
.hide { 	display: none; }
.gbox { background: #f5f5f5; border: 1px solid #ddd; padding: 10px 20px; }
.gbox ol li { margin-left: 20px; }
.gbox ol ol { margin-bottom: 0; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.red { color: #f00; }
.blk { color: #000; }
.org {color: #f30; }
.gry { color: #ccc; }
.dgry { color: #333; }