div.fui_tab_help,div.fui_help_panel_tab {
cursor:pointer;
border:1px solid #999;
border-right:none;
background-color:#f3f3f3;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
padding:2% 0
}

div.fui_help_panel_tab {
z-index:10002;
box-shadow:-3px -3px 10px #b3b3b3;
-webkit-box-shadow:-3px -3px 10px #b3b3b3;
-moz-box-shadow:-3px -3px 10px #b3b3b3;
filter:progid:DXImageTransform.Microsoft.dropShadow(color=#b3b3b3,offX=-3,offY=-3,positive=true)
}

div.fui_tab_help:hover,div.fui_help_panel_tab:hover {
background-color:#f8f8f8;
border:1px solid #666;
border-right:none
}

div.fui_tab_help {
position:fixed;
top:44.5%;
right:0
}

div.fui_tab_help div,div.fui_help_panel_tab div {
width:16px;
height:16px;
background-position:0 0;
background-repeat:no-repeat;
background-image:url(http://www.fatsoma.com/graphics/sprites/panel_common.png)
}

div.fui_tab_help_closed:hover div {
background-position:-64px 0
}

div.fui_tab_help_open:hover div,div.fui_tab_help_open_hover {
background-position:-48px 0!important
}

div.fui_help_panel_outer {
position:absolute;
z-index:10001;
top:100px;
left:25px
}

div.fui_help_panel,div.fui_help_panel_docked {
font-family:Arial,sans-serif;
font-size:11px;
background:#fff;
color:#000;
position:fixed;
box-shadow:-3px -3px 10px #b3b3b3;
-webkit-box-shadow:-3px -3px 10px #b3b3b3;
-moz-box-shadow:-3px -3px 10px #b3b3b3;
filter:progid:DXImageTransform.Microsoft.dropShadow(color=#b3b3b3,offX=-3,offY=-3,positive=true)
}

div.fui_help_panel {
width:360px;
height:345px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #aaa
}

div.fui_help_panel_docked {
border-left:1px solid #aaa
}

div.fui_help_panel_header,div.fui_help_panel_header_docked {
height:20px;
background:#eee;
border-bottom:1px solid #ccc;
border-top:1px solid #fff;
font-family:Arial,sans-serif;
font-weight:700;
font-size:9px;
color:#333;
line-height:20px;
padding:2px 0 2px 6px
}

div.fui_help_panel_header {
cursor:move;
-moz-border-radius-topleft:6px;
-moz-border-radius-topright:6px;
-webkit-border-top-left-radius:6px;
-webkit-border-top-right-radius:6px;
border-top-left-radius:6px;
border-top-right-radius:6px
}

div.fui_help_panel_title {
font-weight:700;
overflow:hidden;
height:22px;
color:#333;
position:absolute;
top:1px
}

div.fui_help_panel_header_minmax {
text-align:right;
background:#eee;
float:right;
cursor:pointer;
margin:1px 8px 0 0
}

div.fui_help_panel_icon_panel_close {
background-image:url(http://www.fatsoma.com/graphics/sitebuilder/sprite.gif);
background-position:-63px -14px;
height:7px;
width:7px;
float:left;
margin:5px 0 0 5px
}

div.fui_help_panel_icon_panel_undocked {
background-image:url(http://www.fatsoma.com/graphics/sitebuilder/sprite.gif);
background-position:-56px -21px;
height:7px;
width:7px;
float:left;
margin:5px 0 0 5px
}

div.fui_help_panel_icon_panel_docked {
background-image:url(http://www.fatsoma.com/graphics/sitebuilder/sprite.gif);
background-position:-56px -14px;
height:7px;
width:7px;
float:left;
margin:5px 0 0 5px
}

div.fui_help_panel_icon_resize {
background-image:url(http://www.fatsoma.com/graphics/sitebuilder/sprite.gif);
background-position:-32px -16px;
height:20px;
width:17px;
position:absolute;
cursor:nw-resize;
background-color:transparent
}

.fui_help_panel_contents {
font-size:11px!important;
color:#222!important;
overflow-y:auto!important;
padding:10px!important
}

.fui_help_panel_contents img {
border:1px solid #CCC!important
}

.fui_help_panel_contents img.nb {
border:none!important
}

.fui_help_panel_contents p:first-child {
margin-top:2px!important
}

.fui_help_panel_contents h1 {
font-size:15px!important;
font-weight:700!important
}

.fui_help_panel_contents h2 {
font-size:13px!important;
font-weight:700!important;
margin-top:16px!important
}

.fui_help_panel_contents ul {
padding-left:20px!important
}

.fui_help_panel_contents a {
color:#09E!important;
font-weight:400!important;
text-decoration:none!important
}

.fui_help_panel_contents a:hover {
color:#000!important
}

.fui_help_panel_contents strong a {
font-weight:700!important
}

.fui_help_panel_contents h1 span,.fui_help_panel_contents h2 span {
text-decoration:none!important
}

.fui_help_panel_contents h1:first-child,.fui_help_panel_contents h2:first-child {
margin:2px 0 6px!important
}