/*Nord*/
.noframe .n {

}

.noframe_focused .n {
}

.noframe .ne {
}

.noframe_focused .ne {
}

.noframe .nw {
}

.noframe_focused .nw {
}

/*Sud*/

.noframe .s {
}

.noframe .se {
}

.noframe .sw {
}

/*Centre*/

.noframe .content {
}

/*Button*/

.noframe .buttons {
}

.noframe .buttons a.close {
}

/* Bad behavior, must use http://www.xs4all.nl/~peterned/csshover.html or better do them in gif !!! */
.noframe .buttons a:hover.close {
}

.noframe .buttons a.minimize {

}

.noframe .buttons a.maximize {
}


.noframe_overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:#000000;
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}


