/* - - - - - - - - - - - - - - - - - - - - -

HELP 2.0

- - - - - - - - - - - - - - - - - - - - - */

#container{
	background:#f5f5f5 repeat-y right;
	border:1px solid #dedede;
	position:relative;
}
#stage{
	background:#fff url(/images/sidebarbg1.png) repeat-y -600px 0;
	margin:0 28px 5px 28px;
	padding:10px 30px 30px 15px;
	border:1px solid #dedede;
}
#main{
	float:right;
	margin:0 0 0 30px;
	padding-top:20px;
	width:581px;
	background:#fff;
}

.quickSearch{
	position:relative;
	width:170px;
	height:19px;
	display:block;
	margin:0 auto;
}
.search{
	position:absolute;
	left:10px;
	text-align:center;
	height:19px;
	width:150px;
	font-size:13px;
	line-height:19px !important;
	border:none;
	background:#fff url(/images/searchbg.png) repeat-x top;
	color:#333;
	z-index:50;
}
.firefox .search{
	padding:2px 0 0 0;
	height:17px;
}
span.ls{
	width:26px;
	background:url(/images/searchleft.png) no-repeat;
	left:0;
	z-index:100;
	cursor:pointer;
}
span.rs{
	width:20px;
	background:url(/images/searchright.png) no-repeat right;
	right:2px;
	z-index:100;
}
span.ls, span.rs{
	height:19px;
	display:block;
	position:absolute;
	top:0px;
}
span.rs a{
	display:block;
	width:16px;
	text-indent:-9000px;
}
span.rs a.close{
	cursor:pointer;
	background:url(/images/searchclose.gif) no-repeat 4px 4px;	
}
span.rs a.spin{
	background:url(/images/icons/spinner.gif) no-repeat 4px 4px;	
}
#docs #doclogo{
	border:none;
	margin:10px auto 20px auto;
	padding:0;
	display:block;
}

#toc img{
	border:none;
	padding:6px 0 20px 0;
	margin:0 0 0 -3px;
	display:block;
}

.quickSearch{
	margin:10px 0 20px 0;
	width:145px;
}
.search{
	width:130px;
	font-size:100%;
}
span.rs{
	right:-1px;
}
span.ls{
	background:url(/images/searchleft2.png) no-repeat !important;
}

#main .footer{
	margin-top:60px;
	border-top:1px dotted #ccc;
}

.footer p{
	color:#222;
}
.footer p a{
	color:#555;
}
.footer p a:hover{
	color:blue;
}
#header li{
	color:#999;
}
#header li a{
	color:#333;
}
#header li a:hover{
	color:blue;
}
#header li.right a{
	background:url(/images/loginosaur2.png) no-repeat bottom left;
}
#header li.left span{
	color:#BA3C23;
}


#main img{
	border:1px solid #f0f0f0;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:1em;
	margin-bottom: 1em;
}
#main h2{
	font-size:200%;
	margin:1em 0 25px 0;
}
#main h3{
	font-size:140%;
	color:#222;
	border-bottom:1px dotted #dedede;
	padding:10px 0 3px 0;
	margin-bottom:.6em;
}
#main h3.red {color: #BF290B;}
#main em{
	font-style:normal;
	background-color:#FFFBCF;
}
#main p{
	font-size:95%;
    line-height:135%;
	margin:0 0 1em 0;
}

#main ul, #main ol{
	margin:0 0 1em 1em;
	padding:0 0 0 1em;
}
#main li{
	line-height:135%;
}
#main li strong{
	color:#9F331D;
}


#main .notice{
	float:right;
	font-size:85%;
	width:120px;
	padding:15px;
	margin:0 0 15px 15px;
}
#main img{
	border:1px solid #f0f0f0;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:1em;
	margin-bottom: 1em;
}

.photo{
	float: right; 
	margin:0 0 10px 10px;
	font-size: 85%;
	text-align:center
}
.photo a{
	color: #222;
	font-weight: bold;
	text-decoration: none;
}


blockquote, pre{
	background-color:#f5f5f5;
	border:1px solid #dedede;
	margin:1.2em 0 1.2em 1.2em;
	width:520px;
	overflow:auto;
}
blockquote{
	padding:1em 1em .2em 1em;
}
pre{
	font-size:105%;
	padding:1em;
}
* html pre{
	padding-bottom:2em;
	overflow:hidden;
	overflow-x:auto;
}


table{
	border:none;
	margin:1.2em;
	border: 1px solid #bbb;
}
td{
	padding:.3em .5em;
	border-right: 1px solid #dedede;
}
thead td{
	padding-right: 1em;
	font-weight: bold;
	background-color: #f5f5f5;
}
tbody td{
	border-top:1px solid #ccc;
}

#elsewhere select{
	width:500px;
}

#toc{
	float:left;
	width:184px;
}
#toc h3{
	color:#222;
	padding:0 0 3px 0;
	margin:0 0 6px 0;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}
#toc h4{
	font-weight:normal;
	color:#000;
	margin:0 0 5px 10px;
	font-size:95%;
}
#toc ul{
	list-style:none;
	margin:0 0 10px 0;
}
* html #toc ul li{
	display:inline-block;
}
#toc ul li a{
	color:#1D599F;
	text-decoration:none;
	font-size:95%;
	padding:3px 0 4px 15px;
	display:block;
	height:1%;
}

#toc ul li a:hover{
	background-color:#1D599F;
	color:#fff;
	text-decoration:underline;
}

#toc ul.red li a{
	color:#9F331D;
}
#toc ul.green li a{
	color:#4D8F2C;
}

#toc ul.red li a:hover{
	background-color:#9F331D;
	color:#fff;
}
#toc ul.green li a:hover{
	background-color:#4D8F2C;
	color:#fff;
}
#toc ul li a:active{
	background-color:blue !important;
}

