rrbody{
	font-size:13px; 
/*	overflow:hidden;*/
	margin-bottom: 0px;
}
code { color: #08C; margin-left: 0; margin-right: 0; }

.header {
	height: 55px;
	background-color: #f2f2f2;
	border-bottom: solid 1px silver;
    background-image: none;
}

	.logo {	margin: 9px 18px !important;}
	
	.mainnav {
		position: absolute;
		right: 0px;
		top:0px;
		font-size: 12px;
	}
	
	.mainnav .nav>li>a{
		padding:17px 10px 18px;
	}

#loading {
	position: absolute;
	background: rgb(247, 247, 247);
	padding: 15px 0px;
	left: 0;
	border-top: solid 1px white;
	right: 0;
	padding-left: 10px;
}

#main-container {display: none;}

#sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 220px;
	height: 99.6%;
}

	.toc {
		background-color: #F2F4F8;
		position: absolute;
		top: 56px;
		bottom: 50px;
		width: 100%;
		border-top: solid 1px white;
		border-right: solid 1px silver;
		padding-top: 15px;
		overflow-y: auto;
	}
	
	.update-cont {
	    color: gray;
	    font-size: 11px;
	    line-height: 150%;
	    background-color: #F2F4F8;
	    position: absolute;  
	    bottom: 0px;
	    width: 220px;  
	    height: 50px;
	    border-right: solid 1px silver;
	}
	
	.cpr {
		color: gray;
		margin:10px;
	}
	
	.toggle {
		width: 20px;
		height: 20px;
		cursor: pointer;
		top: 75px;
		z-index: 10;
		position: absolute;
		right: -20px;
		background: url(../images/toggle-arrow.gif) no-repeat -3px -6px #222;
	}
	
	.toggle.out {background-position:-3px -34px;}

.container {
	position: relative;
	margin-left: 220px;
	padding: 40px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: auto;
}
.container.float {padding: 0px;}

.content-section {position: relative;}
.content-section.float {position:absolute; padding: 20px 40px 0 40px;}

.syntaxhighlighter .gutter .line {border-right: 3px solid #DADADA !important;}
.syntaxhighlighter .toolbar {background: #B9B9B9 !important;}
.syntaxhighlighter .line.alt2 {	background-color: #FAFAFA !important;}

.img-screenshot {
    border: solid 1px #dedede;
    box-shadow: 2px 2px 1px 0px #E9E9E9;
}

/** custom **/
.easedemo {
	width: 500px;
	height: 30px;
	border: solid 1px rgb(213, 213, 213);
	background: white;
}

.easebox {
	width: 20px;
	height: 20px;
	background: #428BDD;
	border-radius: 20px;
	margin-top: 5px;
	float: left;
	margin-left: 5px;
	position: relative;
}
.playbtn {
	width: 30px;
	height: 100%;
	border-right: solid 1px rgb(213, 213, 213);
	float: left;
	cursor: pointer;
	background: url('../images/play.gif') no-repeat center;
}

table.dynamic-txt {
	text-align: left;
  	border-collapse: collapse;
}
table.dynamic-txt tr{
  	background-color: #FFF;
}
table.dynamic-txt tr:nth-child(odd) {
background-color: #F1F1F1;
}
table.dynamic-txt th{
	padding: 7px;
	color: #FFF;
	background-color: #555;
	border: 1px solid #555;
}
table.dynamic-txt td{
	padding: 5px;
	border: 1px solid #D4D4D4;
}
.inderbox{
	margin-top: 8px;
	margin-bottom: 0px;
}

.noimg { width: auto !important; }
.nav.nav-list li { padding-left: 25px; padding-right: 25px; }
.nav.nav-list li.nav-header { font-size: 17px; font-weight: bold; color: #333333; padding-left: 5px; padding-right: 0; }
.search_box { position: absolute; top:10px; right: 110px; }
.search_box #srch_blg input { margin: 0; }
.search_box #srch_blg input[type="submit"] { border: 0px; background: url(../images/search.png) no-repeat center center, #000; color: #fff; text-shadow: 0 0 0 #fff; border-radius: 5px; font-size: 0px; min-width: 24px; min-height: 24px; }
.search_box #srch_blg input[type="submit"]:hover { background: url(../images/search.png) no-repeat center center, #413E3E; }
.search_box .formError { left: auto !important; top: auto !important; bottom: -15px; margin: 0 !important; }
.search_box .formError .formErrorArrow { margin: -2px 0 0 13px; position: absolute; top: -8px; transform: rotate(180deg); width: 15px; }

.help_posts_pagination { padding: 0 30px; }
.paging a { background: #413e3e; color: #fff; border-color: #413e3e; border-radius: 5px; text-shadow: 0 0 0 #ffffff; font-size: 14px; }
.paging .cur a, .paging a:hover { background: #000; border-color: #000; color: #fff; }
.logo_wrap { position: relative; z-index: 9999; display: inline-block; vertical-align: middle; }
#content .tooltip { display: block; font-size: 12px; line-height: 1.4; opacity: 1; position: relative; visibility: visible; z-index: 1030; width: 80%; margin: 15px auto; }

.row-fluid .span4 { margin-left: 0; }





