/* Main Style Sheet */

html, body
{
    margin: 0;
    padding: 0;
    height:100%;
    cursor: default;
    color:  white;
    font-family:    Verdana, Arial, sans-serif;
    background-image: url(/login_bg.jpg);
    background-repeat: repeat-x;

}

body.nomargins
{
    cursor: default;
    color:  inherit;
    font-family:    inherit;
    font-size:      inherit;
    border: 0;
    padding: 0;
    margin:0;
}

body.centered
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

body.normal
{
    margin:0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    background-color: #e7e7e7;
    color: black;
}

body.centered table.dialog
{
    margin: auto;
}

a.pageLink, body.normal p
{
    font-size: 80%;
}

a:link,a:active
{
    color: #003366;
}
a:visited
{
    color: purple;
}



table.pagetable
{
    width:100%;
    height:100%;
    vertical-align:top;
}
table.pagetable td
{
}


.note, .date, .comnt, .navigationBar
{
    font-family:    Verdana, Arial, sans-serif;
    font-size:        70%;
    padding-top:      5px;
    padding-bottom:   5px;
}
.comnt
{
    white-space:normal ;
    color: black;
}


.navigationBar
{
    white-space:nowrap;
    vertical-align: middle;
}

.title, H1, H2
{
    font-size:  110%;
    display:    inline;
    text-decoration: none;
    font-family:  Verdana, Arial, sans-serif;
}


/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
    color: Gray;
    text-align:center;
    padding: 2px 15px 2px 15px;
    background-color: #336699;
    border: 1px outset #6699cc;
}

a.buttonLink
{
    padding: 2px 15px 2px 15px;
    font-weight: bold;
    white-space: nowrap;
    background-color: #336699;
    color: white;
    border: 1px outset #6699cc;
    text-decoration:none;
}

a.buttonLink:visited
{
    color:white;
}

a.buttonLink:hover
{
    text-decoration:    underline ;
    color: white;
}
a.buttonLink:active
{
    background-color: #003366;
    color: white;
}


a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    border: 1px solid #336699;
}

a.otherPageLink:hover,a.curPageLink:hover
{
    text-decoration: underline;

}


/* ----------- Main page header styles -------------*/
.indexPageHeader
{
    padding-left: 0px;
    padding-right: 10px;
    width:100%;
    max-width: 98%;
    vertical-align: bottom;
    padding-left: 10px;
    border-top: 5px solid #6699CC;
    border-bottom: 5px solid #6699CC;
    padding-top: 0px;
    padding-bottom: 0px;
}
.indexPageHeader table td
{
    white-space: nowrap;
    vertical-align: middle;
}

.indexPageHeader .title
{
    font-size:          140%;
    font-family:        Arial, sans-serif;

}

.indexPageHeader .navigationBar
{
    text-align: right;
    vertical-align: bottom;
}

a.buttonLink#login
{
    background-color: #660033;
}
.indexPageHeader .username
{

}


/* ----------- Folder view -------------*/
.insetPane
{
    background-color: #EDF2FC;
    vertical-align:top;
    height: 100%;
}

.insetPane#folderPane
{
    border-left: 10px solid #6699CC;
    border-right: 10px solid #6699CC;
    background-color: #EDF2FC;
    width: 25%;
}

.insetPane#thumbViewPane
{
    width: 75%;
    background-color: white;
    border-right: 10px solid #6699CC;
}

.folderTree
{
    vertical-align: top;
    padding: 5px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 5px;
    background-color: #E0E0E0;
    color: black;
    white-space:normal ;
    border-collapse: collapse;
    border-bottom: 1px solid #6699cc;

}
.albHeader .titlerow
{
    vertical-align: bottom;
}
.albHeader .navigationBar
{
    margin-top: 10px;
    padding-bottom: 8px;
}



/* --- images thumbnails --- */
a.imglink
{
    display:block;
    text-decoration:    none;
    cursor:             hand;
}

a.imglink .imagethumb
{
    border-style: solid;
    border-width: 3px;
    border-color: #336699;
    text-align:center;
}

a.imglink:hover .imagethumb
{
}

a.imglink:hover
{
    text-decoration:    underline ;
}

/* --- image titles --- */
.imageTitle
{
    cursor: hand;
    padding-top:      5px;
    padding-bottom:   5px;
    margin-top: 5px;
    display:block;
    margin-bottom: 3px;
    white-space: normal;
    font-size: 70%;
    width: auto;
    height: auto;
 	text-align:center;
}

/* ---- Image view : page title ----- */
.imgHeader
{
    white-space: nowrap;
    margin:0;
    vertical-align:top;
    max-width:98%;
}

.imgHeader .title
{
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
    color: black;
    background-color: #E0E0E0;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px inset #6699CC;
}

.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #E0E0E0;
    color: black;
}

.imgHeader .title a
{
    text-decoration: none;
    color: Black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.imgHeader .navigationBar
{
    margin: 2px;
    margin-left: 6px;
    width: 100%;

}

/* --- Logon screen and other dialogs ---- */
.dialog
{
    background-color: #e7e7e7;
    font-family:    Verdana, Arial, sans-serif;
    vertical-align: middle;
    text-align:     left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 2px solid #336699;
    font-size: 80%;
    color: black;


} 

/*.dtree .clip {
    overflow: hidden;
} */

