

body{
	background: #6b84b8;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
h1{
	font-size: 18px;
	line-height: 1.5em;
}
h2{
	font-size: 16px;
}

h3{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

h4{
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
}

h5{
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}

#nav_container{
	position: fixed;
	top: 5px;
	left: -710px;
	width: 746px;
	height: 500px;
	z-index: 3;
}
#nav_marker {
	float: right;
	margin-top: 100px;
	cursor: pointer;
}
#nav {
	width: 700px;
	height: 500px;
	overflow: auto;
	background: #fff;
	border: solid 1px #56962a;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-khtml-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	padding: 4px;
}


#nav .chapter{
	background: #ddd;
	border: 1px solid #999;
	margin: 3px 0;
}

#nav .chapter.active{
	background: #b8cda9;
}
#nav .chapter div div{
	padding-left: 15px;
}


#nav a{
	color: #333;
	text-decoration: none;
}
#nav .chapter a:hover{
	color: #56962a;
}




#nav .chap_title{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
	padding: 2px 0 0 8px;
}


#nav .primary{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	background: #f3f3f3;
}

#nav .primary a{
	line-height: 1.8em;
}

#nav .secondary{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;-
	font-style: italic;
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#nav .secondary a{

	margin: 3px 50px;
}

#nav .current{
	background: #ffee79;
}

#nav img{
	margin-right: 5px;
	margin-left: 12px;
}

#nav .primary img{
	margin-right: 5px;
	margin-left: 28px;
}











.index {
	background: #d1d9e8;
	border: 1px solid #6b84b8;
	padding: 4px;
	margin-bottom: 8px;
}

.index a{
	color: #333;
	text-decoration: none;
}

.index .chapter{
	background: #6b84b8;
	border: 1px solid #999;
	margin: 4px 0;
}

.index .chapter a{
	color: #fff;
}


.index .chap_title{
	font-size: 16px;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
	padding: 2px 0 0 8px;
}


.index .primary{
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	background: #e2e2e2;
}

.index .primary a{
	display: inline-block;
	margin: 3px -2px;
	color: #333;
}

.index .secondary{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;-
	font-style: italic;
	background: #f3f3f3;
}
.index .secondary a{
	display: inline-block;
	margin: 3px 80px;
}

.index img{
	margin-right: 12px;
	margin-left: 12px;
}

.index .primary img{
	margin-right: 12px;
	margin-left: 26px;
}
.index .expand{
	width: 16px;
	float: left;
	margin: 0 8px 0 4px;
	_margin-top: 4px !important;
}




.filter_hilite{
	background: #ff9999 !important;
}















.header_locator{
	background: #c8ddb9;
	/*padding: 5px 20px;*/
	padding-bottom: 5px;
	width: 840px;
	margin-left: -30px;
	/*height: 70px;*/
}
* html .header_locator { margin-right: -30px; }

.header_locator .framework-banner {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.header_locator .framework-title {
	display: block;
	padding: 5px 30px;
	margin: 0;
	background-color: #549721;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.header_locator .header_chapter{
	padding: 5px 30px;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
.header_locator .header_page{
	padding: 5px 20px;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-left: 30px;
}


#master_container{
	text-align: left;
	width: 780px;
	margin: 0 auto 5px auto;
	_margin: 0 50px 5px 50px;
	background: #fff;
	border: 1px solid #666;
	border-top: none;
	padding: 0 30px 5px 30px;
}


.pyramid_container{
	margin: 8px 60px 8px 40px;
	border: 2px solid #ccc;
	padding: 8px;
}
.pyramid_img_container {
	float: right;
	width: 250px;
	text-align: center;
	font-size: 11px;
}

.pyramid_description{
	width: 400px;
	min-height: 250px;
	_height: 250px;
	border-right: 1px solid #ccc;
	padding-right: 8px;
}

.pyramid_title{
	font-size: 12px;
	color: #fff;
	background: #333;
	line-height: 1.4em;
	padding: 3px;
	font-weight: bold;
}

.image_box{
	text-align: center;
	border: 1px solid #ccc;
	margin: 8px 20px 8px 20px;
	display: inline-block;
}
.image_box img{
	margin: 5px;
}
.image_box .image_title{
	border-top: 1px solid #ccc;
	padding: 5px;
	background: #444;
	color: #fff;
}

.image{
	margin: 10px;
	text-align: center;
	font-size: 11px;
	padding: 4px;
}

.shaded{
	background: #eee;
	border: 1px solid #ccc;
}

.grouped{
	border-top: 1px solid #6b84b8;
	border-bottom: 1px solid #6b84b8;
	padding: 5px 12px;
	/*text-align: center;*/
}

.cite{
	font-size: 11px;
}

.footer_nav{
	background: #d9dfec;
	padding: 8px  20px;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1em;
}
.footer_nav div{
	margin: 0;
}
.footer_nav .next{
	float: right;
	width: 200px;
	text-align: right;
}
.footer_nav .prev{
	width: 350px;
	float: left;
}
.footer_nav .toc{
	width: 160px;
	float: left;
}




/*********************************************

TABLES

**********************************************/

.table_title{
	background: #666;
	color: #fff;
	padding: 3px 8px;
	font-weight: bold;
}

td{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
	background: #fff;
}


table.standard{
	border-collapse: collapse;
	margin: 12px 0;
	
}

table.standard td{
	border: 1px solid #ccc;
	padding: 2px 4px;
	vertical-align: top;
}

table.standard tr.header td{
	background: #ccc !important;
	text-align: center;
	border: 1px solid #999;
}

table.no_col td.row_id{
	background: #fff !important;
	text-align: left;
}

tr.pre_header td{
	background: #ffffff !important;
	text-align: center;
}

tr.pre_header td.row_id{
	border: none !important;
}

tr.pre_header.bold td{
	background: #ffffff !important;
	text-align: center;
	border: 2px solid #333;
}

tr.pre_header.bold td.row_id{
	background: #ffffff !important;
	text-align: center;
	border: none !important;
}


tr.left td{
	text-align: left !important;
}

table.standard td.row_id{
	background: #ccc;
	border: 1px solid #999;
}

table.standard p{
	margin: 0 0 2px 0;
}



table.terminology{
	margin: 0 20px;
	width: 90%;
}
table.terminology td{
	border-bottom: 1px solid #ccc;
	padding: 4px;
}
table.terminology td.term{
	font-weight: bold;
	width: 170px;
	vertical-align: top;
}
table.terminology td.definition{
	vertical-align: top;
}

table.members{
	width: 100%;
}
table.members td{
	vertical-align: top;
	padding: 8px;
}



a.subtopic{
	font-weight: bold;
}


a.video{
	display: inline-block;
	padding: 12px 0 0 30px;
	background: url('images/video_icon.png') no-repeat;
}







.clear{
	clear: both;
}

