/** 
 * Generic lightbox styles for Habit Industry sites
 * by devin
 */


/* ________________________________________________________ LAYOUT - LIGHTBOX */
.fz_modalWindowStyle {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -370px;
    width: 740px;

    background-color: #292422;
    padding: 8px;
}

.fz_modalDialogStyle {
    display: none;
    position: fixed;
    top: 32%;
    left: 50%;
    margin-left: -216px;
    width: 432px;

    background-color: #292422;
    padding: 8px;
}


.fz_modalOverlay { background-color: #000; }

#fz_modalTitle {
	color: #fff;
	height: 16px;
    padding: 0px 0px 8px 0px;
}

#fz_modalFrame, #fz_modalDialogContent {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #fef5db;
	padding: 8px;
	max-height: 400px;
	overflow: auto;
    clear: both;
}



* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
* html .fz_modalWindowStyle, * html .fz_modalDialogStyle {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* ________________________________________________________ LAYOUT - HELP BOX */
div.help-icon {
    display: block;
    width: 18px;
    height: 18px;
    background: transparent url(http://cdn.habitindustries.com/habitindus/img/dashboard/interface/help_2.gif) no-repeat center center;
    cursor: pointer;
}

div.help-icon-inline{
    display: inline;
    padding: 8px 10px;
    width: 0px;
    height: 0px;
    background: transparent url(http://cdn.habitindustries.com/habitindus/img/dashboard/interface/help_2.gif) no-repeat center center;
    cursor: pointer;
}

div#helpbox {
    display: none;
    position: absolute;
    background-color: #292422;
    padding: 8px;
    left: 0;
    top: 0;
    width: 462px;
    box-shadow: 0px 0px 20px 0px #000;
    -moz-box-shadow: 0px 0px 20px 0px #000;
    -webkit-box-shadow: 0px 0px 20px 0px #000;
}

.helpbox-title {
    color: #fff;
	height: 16px;
    padding: 0px 0px 8px 0px;
    margin: 0;
} 

.helpbox-body {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	background: #fffdf8;
	padding: 4px;
    clear: both;
}

div.helpbox div.tick {
    background: transparent url(http://cdn.habitindustries.com/habitindus/img/dashboard/ui/tick-left_2.gif) top left no-repeat;
    position:absolute;
    width: 8px;
    height: 16px;
    top: 8px;
    left:-8px;
}

div.helpbox-up div.tick {
    background: transparent url(http://cdn.habitindustries.com/habitindus/img/dashboard/ui/tick-up_2.gif) top left no-repeat;
    position:absolute;
    width: 16px;
    height: 8px;
    top: -8px;
    left: 231px;
}

div.helpbox-rightup div.tick {
    background: transparent url(http://cdn.habitindustries.com/habitindus/img/dashboard/ui/tick-up_2.gif) top left no-repeat;
    position:absolute;
    width: 16px;
    height: 8px;
    top: -8px;
    left: 452px;
}