
/* Alternative Style Sheet - set $g_sStylesheet='main_cyan.css' in order to use it */

html, body
{
    margin: 0;
    padding: 0;
    height:100%;
    cursor: default;
    color:  white;
    background-color:   #064E80;
    font-family:    Verdana, Arial, sans-serif;
}

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;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

body.normal
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

a.pageLink, body.normal p
{
    font-size: 80%;
}

body.centered table.dialog
{
    margin: auto;
}



a
{
    color: white;
    text-decoration: underline;
}
a:active
{
    background-color: #996699;
    color: white;
}
a:hover
{
    background-color:   #cc99cc;
    color: black;
}



table.pagetable
{
    width:100%;
    height:100%;
    vertical-align:top;
    border-collapse: collapse;
}
table.pagetable td
{
}

.note, .date, .comnt, .navigationBar
{
    font-family:    Verdana, Arial, sans-serif;
    font-size:        70%;
    padding-top:      5px;
    padding-bottom:   5px;
    color: black;
}
.comnt
{
    white-space:normal ;
    color: black;
}


.navigationBar
{
    font-size:  70%;
    white-space:nowrap;
}

.title, H1, H2
{
    font-size:  110%;
    display:    inline;
    text-decoration: none;
    font-family:  Verdana, Arial, sans-serif;
}

.copyright
{
    font-size:  70%;
    padding-left: 5px;
    padding-right: 5px;

    text-align: left;
    border:0;
    color: white;
    white-space:nowrap;
    text-decoration: none;
}

.copyright a,.copyright a:visited, .copyright a:hover,.copyright a:active
{
    color: white;
    text-decoration: none;
}

.comnt a, .comnt a:link, .comnt a:active
{
    color: blue;
}
.comnt a:active
{
    border: 0px;
    background-color: #996699;
    color: white;
}

.comnt a:visited
{
    color: purple;
}
.comnt a:hover
{
    background-color:   #cc99cc;
    color: black;
}


.copyright div
{
    vertical-align: bottom;
    padding-top: 2px;
    padding-bottom: 2px;
}


/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
    color: Gray;
    text-align:center;
    border: 0px;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
}

a.buttonLink,a.buttonLink:link
{
    border: 5px;
    color: white;
    text-align:center;
    white-space: nowrap;
    font-weight: bold;
    padding: 4px 4px 4px 4px ;
}

a.buttonLink:active
{
    border: 0px;
    background-color: #996699;
    color: white;
}

a.buttonLink:visited
{
    border: 0px;
    color: white;
}

a.buttonLink:hover
{
    border: 0px;
    background-color: #cc99cc;
    color: black;
}


a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 4px;
    font-size: 100%;
    font-weight: bold;
    color: black;
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    border: 3px double #336633;
}

a.otherPageLink:hover,a.curPageLink:hover
{
}


/* ----------- Main page header styles -------------*/
.indexPageHeader
{
    padding-left: 5px;
    padding-right: 5px;
    width:100%;
    max-width: 98%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.indexPageHeader table td
{
    white-space: nowrap;
    vertical-align: middle;
}

.indexPageHeader .navigationBar
{
    text-align: right;
    vertical-align: bottom;
}

.indexPageHeader .navigationBar .buttonlink
{
}

.indexPageHeader .title
{
    font-size:          120%;
    font-style:         italic;
    font-family:        Arial Rounded MT Bold, Arial, sans-serif;
}

.indexPageHeader .username
{
    color: white;
    margin-right: 10px;
}


/* ----------- Folder view -------------*/
.insetPane
{
    border: 1px inset #064E80;
    background-color: #CCDDFF;
    vertical-align:top;
    height: 100%;
}

.insetPane#folderPane
{
    border: 1px inset #064E80;
    background-color: #99ccff;
    width: 25%;
}

.insetPane#thumbViewPane
{
    width: 75%;
}
.folderTree
{
    vertical-align: top;
    padding: 5px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 5px;
    background-color:   #99CCCC;
    white-space:normal ;
    border-bottom:  1px solid #064E80;
    border-collapse: collapse;
    color: black;
}
.albHeader .titlerow
{
    vertical-align: bottom;
}

.albHeader .navigationBar
{
    margin-top: 10px;
}


.albHeader a.buttonLink, .albHeader a.buttonLink:hover, .albHeader a.buttonLink:visited
{
    color: black;
}



/* ----------- Thumbnail view page -------------*/
.fldimgrow
{
    display:block;
    line-height: 1px;
    font-size: 1px;
    overflow:hidden;
    white-space:nowrap;
    cursor: pointer;
}

.nothing, .imagethumb, .folderthumb
{
    text-align: center;
    vertical-align: top;
    padding: 0px;
    border: none;
    margin: 0px;
    border-collapse: collapse;
}

.thumbView
{
    vertical-align:top;
    margin: 2px;
    background-color: #CCDDFF;
}

.extcmt
{
    width:100%;
    font-size:        80%;

    padding-top: 10px;
    padding-bottom : 10px;
    margin-bottom : 10px;
    color: black;
}

.extcmt p
{
	padding-left: 10px;
	padding-right: 10px;
}



/* --- images thumbnails --- */
a.imglink
{
    padding: 3px;
    text-decoration: none;
    cursor:          hand;
    color: black;
    border: 1px solid #CCDDFF;
    display:         block;
    text-align:center;
}

a.imglink .imagethumb
{
    border-style: ridge;
    border-width: 3px;
    border-color: #333366;
}

a.imglink:hover .imagethumb
{
    border-color: #663366;
}

a.imglink:hover
{
    text-decoration:    none;
    background-color:   #cc99cc;
    color: black;
    border: 1px solid #663366;
}

/* --- image titles --- */
.imageTitle
{
    margin-top: 5px;
    margin-bottom: 3px;
    display:block;

    white-space: normal;
    width: auto;
    height: auto;
    font-size: 70%;
    color: black;
    padding-top:      5px;
    padding-bottom:   5px;
    text-align:center;
}

/* --- album thumbnails --- */
a.fldlink
{
    text-decoration:    none;
    cursor:             hand;
    display:block;
    border: 1px solid #CCDDFF;
}

a.fldlink:hover
{
    border: 1px solid #663366;
    text-decoration:    underline;
}

a.fldlink .folderthumb
{
    border: 1px inset #cc9900;
}


/* ---- Image view : page title ----- */
.imgHeader
{
    border-bottom: 1px outset #063366;
    background-color:   #99CCCC;
    white-space: nowrap;
    margin:0;
    padding:0;
    vertical-align:top;
    max-width:99%;
}

.imgHeader .title
{

    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
    color: black;
    padding-left: 10px;
}

.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.imgHeader .title a
{
    text-decoration: none;
    color: Black;
    padding-top: 2px;
    padding-bottom: 2px;
}

.imgHeader .navigationBar
{
    background-color: #064E80;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 6px;
}


/* ---- Image view : image view ----- */
.showImgPane
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    white-space: nowrap;
    height: 100%;
    background-color: #CCDDFF;
    color: black;
}

.showImgPane table
{
    margin: auto;
}

#showimgImageCell
{
	color: black;
}

.showImgPane img
{
    border: black 15px solid;

    background-color: Black;
    filter: progid:DXImageTransform.Microsoft.Glow(color='black', Strength='5')
            progid:DXImageTransform.Microsoft.BasicImage(rotation='0'); /* keep this to allow image rotation in IE5.5+ */
}

/* ------- EXIF image details ------------ */
.imgDetails
{
    vertical-align: top;
    margin: 2px;
    text-align:     left;
}

.imgDetails table
{
    border : 1px outset #336666;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    border-spacing: 0px;
    background-color: #99CCCC;
    font-family:    Verdana, Arial, sans-serif;
    float: left;
    font-size: 70%;
    color: black;
}

.imgDetails table td
{
    border-top : 1px solid #336666;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.imgDetails table th
{
    text-align: center;
    padding: 2px 10px 5px 10px  ;
    border: none;
}

.imgDetails table .imgParamName
{
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 10px 2px 10px  ;
}

.imgDetails table .imgParamValue
{
    border-left : 1px solid #336666;
    padding: 2px 10px 2px 10px  ;
    white-space: nowrap;
}

/* --- Logon screen and other dialogs ---- */
.dialog
{
    color: black;
    background-color: #99CCCC;
    font-family:    Verdana, Arial, sans-serif;
    vertical-align: middle;
    text-align:     left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 5px outset #336666;
    font-size:      80%;
}

.dialog td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dialog th
{
    font-family:    Verdana, Arial, sans-serif;
    font-size:      110%;
    vertical-align: middle;
    padding: 10px;
    white-space: nowrap;
}

.dialog a
{
    color: black;
}

.dialog a.buttonLink, .dialog a.buttonLink:hover, .dialog a.buttonLink:visited
{
    color: black;
}

.dialog a:active
{
    background-color: #996699;
    color: white;
}

.dialog a:visited
{
    color: purple;
}
.dialog a:hover
{
    background-color:   #cc99cc;
    color: black;
}

/* Table of reindexing errors */
.errorsTable, .errorsTable td
{
    font-family:    Verdana, Arial, sans-serif;
    background-color: #99CCCC;
    border:         1px solid #336666;
    border-spacing: 2px;
}

/* -- Error message -- */
.error
{
    color:          red;
}


/* --- Tree styles --- */
.dtree, .dTreeNode, .dTreeNode table
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    color: black;
}

.dTreeNode table
{
    font-size:  70%;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}
.dtree a {
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    color: black;
    white-space: normal;
    vertical-align: baseline;
    padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    text-decoration: underline;
    background-color:   #cc99cc;
    color: black;

}
.dtree a.nodeSel {
    font-weight: bold;
}
/*.dtree .clip {
    overflow: hidden;
}*/
