#help_wrapper{
	position:fixed;
	top:0px;
	right:0px;
	height:100%;
	border:1px solid #E7E7E7;
	background-color:#fefefe;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
}

.help_wrapper_inactive{
	width:0px;
}

.gw_wrapper_help_inactive{
	margin-right:0px;
}

.help_wrapper_active{
	width:200px;
}

.gw_wrapper_help_active{
	margin-right:200px;
}

.help_wrapper_maximize{
	width:100%;
}

#help_title_bar{
	background-image:url(../../../content/themes/Admin/images/header_menubg-red.jpg);
	background-repeat:repeat-x;
	height:30px;
}

#help_close, #help_size{
	display:block;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	padding: 9px;
	color:#ffffff;
	border-left:1px solid #7D1111;
	border-right:1px solid #000000;
	cursor:pointer;
}

#help_content{
	display:none;
	height:98%;
	overflow:auto;
	background-color:#fefefe;
	background-image:url(../../../content/themes/Admin/images/header_menubg-over.jpg);
	background-repeat:repeat-x;
	border-color: #e7e7e7 #e7e7e7 #BCBCBC;
	-moz-border-radius: 0px 0px 0px 4px;
	-webkit-border-radius:  0px 0px 0px 4px;
	border-radius:  0px 0px 0px 4px;
}

ul#help_items{
	overflow:hidden;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}

.help_item_title{
	background-image:url(../../../content/themes/Admin/images/header_menubg.jpg);
	background-repeat:repeat-x;
}

.help_item_title:hover{
	background-image:url(../../../content/themes/Admin/images/header_menubg-active.jpg) !important;
}

.help_item_title_active{
	background-image:url(../../../content/themes/Admin/images/header_menubg-active.jpg) !important;
}

.help_item_title a{
	padding:7px 10px;
	display:block;
	font-weight:bold;
}

.help_item_title:hover a{
	color:#ffffff;
}

.help_item_title_active a{
	color:#ffffff;
}

.help_item_content{
	background-color:#fefefe;
	background-image:url(../../../content/themes/Admin/images/header_menubg-over.jpg);
	background-repeat:repeat-x;
	padding:5px;
	display:none;
}

.help_item_content_side img{
	max-width:100%;
}

.help_item_content_side .help_item_content_side_inner{
	max-height:600px;
	overflow:auto;
	padding-bottom:10px;
}

.help_versions_wrapper{
	display:none;
}