
/*********************************************************
** Body
*********************************************************/

body {
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background-color:#3c5c75;
}

#body_North {
    position: fixed;
	top: 0;
    background: transparent url("body_shadow_N.png") 0 -5px repeat-x;
	width:100%;
    height:13px;
}
#body_East,
#body_West {
    position: fixed;
	top: 0;
	width: 120px;
    height:100%;
}
#body_West {
    background: transparent url("body_shadow_W.png") 0 0 repeat-y;
	left:0;
}
#body_East {
    background: transparent url("body_shadow_E.png") 0 0 repeat-y;
	right:0;
}


/*********************************************************
** Content
*********************************************************/

#content_wrapper {
	z-index:1;
	padding: 0;
	margin: 0 auto 20px;
	max-width: 720px;
}

#content_wrapper_East {
    background: url("content_shadow_E.png") right top repeat-y;
    position: relative;
    top: -25px;
    left: 25px;
} 
#content_wrapper_West {
    background: url("content_shadow_W.png") left top repeat-y;
    position: relative;
    left: -50px;
} 
#content_wrapper_SouthWest {
    background: url("content_shadow_SW.png") left bottom no-repeat;
    position: relative;
    top: 50px;
    padding-left: 25px;
}

#content_wrapper_SouthEast {
    background: url("content_shadow_SE.png") right bottom no-repeat;
    position: relative;
    left: 50px;
    padding-right: 25px;
}
#content_wrapper_South {
    background: url("content_shadow_S.png") left bottom repeat-x;
    position: relative;
    left: -25px;
}
#content_wrapper_Center {
    position: relative;
    top: -25px;
    margin: 0 -25px;
}

#content_frame1 {
	border: 2px solid #000;
	border-bottom: 3px solid #000;
	border-top: none;
}
#content_frame2 {
	background:#fefefc;
	border: 1px solid #bbf;
	border-bottom: 2px solid #bbf;
	border-top: none;
}

#copyright {
    color: #777;
    font-size: 9px;
	padding:12px;
}


/*********************************************************
** Table of Contents
*********************************************************/

#toc_header {
	padding: 18px 0;
}
#toc_header > h1 {
	margin:12px 0 0;
	padding:0;
}
#toc td {
	margin: 0;
	padding: 0 16px;
    border-left:gray 1px solid;
}
#toc td:first-child {
    border-left:none;
}

#toc ul{
	margin: 0;
	padding: 0 16px;
}
#toc ul > li {
	margin: 0 0 2px 0;
	padding: 2px 0 6px;
	list-style:none;
	border-top: gray 1px solid;
}
#toc ul > li:first-child {
	border-top: none;
	padding-top: 0;
}
#toc ul > li h3 {
	margin: 6px 0 2px;
	padding: 0;
}
#toc ul ul {
	margin: 0;
	padding: 6px 0 0 0;
}
#toc ul ul > li {
	margin: 0 0 4px 1em;
	padding: 0px;
	border-top: none;
	font-size: 11px;
	font-weight: normal;
	list-style:none;
}


/*********************************************************
** Page Navigation
*********************************************************/

#nav {
    margin: 0 -1px;
}
#nav_bkg {
	padding:8px 0;
    background: #86abd7 url("nav.png") top repeat-x;
	border-left: 1px solid #bbf;
	border-right: 1px solid #bbf;
}
#nav_shadow {
	height:7px;
    background: transparent url("body_shadow_N.png") 0 -6px repeat-x;
}
#nav h1,
#nav h2,
#nav h3,
#nav h4,
#nav h5 {
	margin:0;
	padding:0;
}
#nav table {
	padding:0 20px;
}
#nav td a {
    color: #000;
	text-decoration:none; 
}
#nav #nav_toc {
    font-size: 9px;
}
#nav #nav_toc:before {
	content: "\23CE \0020 ";
}
#nav #nav_last:before {
	content: "\2190 \0020 ";
}
#nav #nav_next:after {
	content: " \0020 \2192";
}


/*********************************************************
** Elements
*********************************************************/

a, a:visited { color: #4485d6; }
a:hover { color: #fea834; }
a:active { color: #ffc446; }
a.url {	font-size: 10px; }

h1, h2, h3, h4 {
	font-family:"Gill Sans", Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1;
}
h1 { font-size: 24px; text-align: center; line-height: 2; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }
h4 { font-size: 18px; }
h5 { font-size: 10px; }

p {
	margin: 1em 0;
	padding: 0;
}

ul > li {
	margin: 0;
	padding: 0;
}
li > p:first-child  {
	margin: 0.5em 0;
	padding: 0;
}
ol > p:first-child > img:first-child,
li > p:first-child > img:first-child {
    padding 0;
    margin: 0 5px;
    vertical-align: middle;
}


/*********************************************************
** Layout
*********************************************************/

.top_anchor {
	padding: 0;
	margin: -1em 5px 0;
	float: right;
}
.top_anchor a {
    color: #000;
	font-size: 14px;
	text-decoration:none; 
}

.clear {
    height: 0px;
	clear: both;
}

div.Section {
    margin: 0;
	padding: 0 40px;
    clear: both;
}
div.Section > h3 {
	padding:5px 40px;
    margin: 0 -40px;
	clear: both;
	background:#b4cdf6 url("section.png") top repeat-x;
	text-align: left;
}
div.Section > h3 + h3 {
    margin-top: -1px;
}
div.Section > h3 + .section_shadow {
    margin: 0 -40px;
}
.section_shadow {
	height:3px;
    background: transparent url("section_shadow.png") top repeat-x;
    _visibility:hidden; /* IE5+6 */
}

div.Pro,
div.Code {
    clear: both;
	background-color:#e2eaf3;
	border: thin solid #cccccc;
	border-top: 5px solid #cccccc;
	padding: 0 2em;
    margin: 1em 0;
    width:auto;
}
div.Code {
	background-color:#ffffcc;
	font-family: "Courier", monospace;
	padding: 1em 2em;
}
div.Code p {
	margin: .25em 0;
}


/*********************************************************
** Images
*********************************************************/

.float-right {
	float: right;
	clear: right;
	margin: 0 0 5px 12px;
}

.float-left {
	float: left;
	clear: left;
	margin: 0 12px 5px 0;
}

.ds1 {
    background: url("image_shadow_NE.png") right top no-repeat;
} 
.ds2 {
    padding-top: 14px;
    padding-left: 14px;
    background: url("image_shadow_SW.png") left bottom no-repeat;
}
.ds3 {
    background: url("image_shadow.png") right bottom no-repeat;
}
.ds4 {
    position: relative;
    left: -14px;
    top: -14px;
    background: url("image_shadow.png") left top no-repeat;
}
.ds5 {
    position: relative;
    left: 7px;
    top: 4px;
}


/*********************************************************
** Text Styles
*********************************************************/

.UI {
    font-weight: normal;
	font-family: "Courier", monospace;
	white-space:nowrap;
}
.UI:before { content: "\27e6"; }
.UI:after { content: "\27e7"; }

.pfx:before {
	content: "\27a0 \0020 ";
}

.pfx_yes:before {
	content: "\2713 \0020 ";
}

.pfx_no:before {
	content: "\2715 \0020 ";
}
