
div.dialogHertimeBackground{
    display : none;
    position : fixed;
    _position : absolute; /* hack for internet explorer 6*/
    height : 100%;
    width : 100%;
    top : 0;
    left : 0;
    background : #000000;
    border : 1px solid #333333;
    z-index : 100;
    cursor : pointer;
}

div.dialogHertime {
    display : none;
    position : fixed;
    _position : absolute; /* hack for internet explorer 6*/
    height : 400px;
    width : 700px;
    background-color : #ffffff;
    color : #000000;
    border : 1px solid #333333;
    z-index : 101;
    margin : 0;
    padding : 10px;
    line-height : 1.4em;
    font-size : small;
    background-image : url(../images/ministry/hertime-strip.jpg);
    background-position : bottom;
    background-repeat : repeat-x;
}

div.dialogHertime table {
    border-collapse : collapse;
    border : none;
}

div.dialogHertime table tr td {
    padding : 5px;
}

div.dialogHertime p {
    margin : 5px;
}

a.dialogHertimeClose {
    display : block;
    position : absolute;
    right : 17px;
    top : 3px;
    margin : 0;
    padding : 0;
    color : #333333;
    font-size : large;
    font-weight : bold;
    line-height : 2em;
    cursor : pointer;
}


.hertimeButton {
    cursor : help;
}
