
/* Main Style Sheet */

body.nomargins
{
    /*background-color:   #272826;*/
    cursor: default;
    border: 0;
    padding: 0;
    margin:0;
}

body.centered
{
    /*background-color:   #272826;*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

body.normal
{
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

body.centered table.dialog
{
    margin: auto;
}

a.pageLink, body.normal p
{
}

a:link,a:active
{
    color: #222222;
}

table.pagetable
{
    width:100%;
    height:100%;
    vertical-align:top;

}

table.pagetable td
{
}

.note, .date, .comnt, .navigationBar
{
    font-size:        70%;
    padding-top:      5px;
    padding-bottom:   5px;
}
.comnt
{
    white-space:normal ;
}

.navigationBar
{
	color:#ffffff;
    white-space:nowrap;
    vertical-align: middle;
}

.title, H1, H2
{
    font-size:  110%;
    display: inline;
    text-decoration: none;
   	text-transform: uppercase;
  	letter-spacing: 0.2em;
  	color: #ffffff;
}
.dark h1, .dark h2, .dark h3
{
	color: #FFFFFF; !important
}
.copyright
{
    font-size:  70%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    border:0;
    color: #666666;
    white-space:nowrap;
    text-decoration: none;
}

.copyright a,.copyright a:visited, .copyright a:hover,.copyright a:active
{
    color: #666666;
    text-decoration: none;
}

.copyright div
{
    vertical-align: bottom;
    padding-top: 2px;
    padding-bottom: 2px;
}


/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
    color: #ffffff;
    text-align:center;
    padding: 2px 15px 2px 15px;
    background-color:   #CC0000;
}

a.buttonLink
{
    padding: 2px 15px 2px 15px;
    border: 1px solid #666666;
    background-color:   #cccccc;
    text-align:center;
    white-space: nowrap;
    color: #333333;
}

a.buttonLink:visited
{
    color: #333333;
}

a.buttonLink:active
{
    border: 1px solid #000;
    background-color: #cccccc;
    color: #ffffff;
}

a.buttonLink:hover
{
    border: 1px solid #999999;
	background-color:  #ffffff;
    color: #333333;
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 2px 4px 2px 4px;
    color: #ffffff;
}

a.curPageLink:hover,a.curPageLink:hover,
a.otherPageLink:hover,a.otherPageLink:hover
{
    color: #ffffff;
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    font-weight: bold;
  	background-color: #cccccc;
}

a.otherPageLink:hover,a.curPageLink:hover
{
    text-decoration: none;
}

/* ----------- Main page header styles -------------*/
.indexPageHeader
{
	font-size: 70%;
    color: #222222;
	background-color: #3F413E;
    padding-left: 0px;
    padding-right: 0px;
    width:575px;
    vertical-align: middle;
    padding-top: 9px;
    padding-bottom: 4px;
	max-width:100%;
    text-align: right;
}
.indexPageHeader table td
{
    white-space: nowrap;
    vertical-align: top;
}

.indexPageHeader .buttonLink
{
	background-color:   #cccccc;
    border: 1px solid   #666666;
	color: #ffffff;
}

.indexPageHeader .title
{
}

.indexPageHeader .navigationBar
{
    text-align: right;
	
}

/* ----------- Folder view -------------*/
.insetPane
{
	background-color: #3F413E;
    vertical-align:top;
    height: 100%;
}
.insetPane#folderPane
{
    width: 200px;
}

.insetPane#thumbViewPane
{
}

.folderTree
{
    vertical-align: top;
    padding: 9px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 0 5 5 15;
	background-color:  #3F413E;
    white-space:normal ;
    border-collapse: collapse;
}
.albHeader .titlerow
{
    vertical-align: bottom;
}
.albHeader .navigationBar
{
    margin-top: 10px;
    padding-bottom: 8px;
	text-align:left; !important
}

/* ----------- 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
{
	background-color:  #001139;
	background-image:url(../images/bg_dark.jpg);
	background-position:top;
	background-repeat:no-repeat;
    vertical-align:top;
    padding:10px;
}

.extcmt
{
    width:100%;
    font-size: 80%;
    vertical-align:top;
    padding-top: 10px;
    color: black;
    padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
.extcmt p
{
	padding-left: 10px;
	padding-right: 10px;
}


/* --- images thumbnails --- */
a.imglink
{
    padding: 2px;
    display:block;
    text-decoration:    none;
    cursor:             hand;
    border: 1px solid  #272826;
}

a.imglink .imagethumb
{
    border-style: solid;
    border-width: 1px;
    border-color: #666666;
}

a.imglink:hover
{
	background-color:   #ffffff;
    text-decoration:    underline ;
    border: 1px solid #c00;
}
a.imglink:hover .imagethumb
{
    border-color: #999999;
}

/* --- 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;
}
a:hover .imageTitle
{
	background-color:   #ffffff;
	color: #c00;
    text-decoration:    underline;
    white-space: normal;
    
}

/* --- album thumbnails --- */
a.fldlink
{
    padding: 2px;
    display:block;
    text-decoration:    none;
    cursor:             hand;
    border: 1px solid  #272826;
}
a.fldlink:hover
{
	background-color:   #ffffff;
    border: 1px solid #c00;
    text-decoration:    underline;
}
a.fldlink .folderthumb
{
    border: 1px inset #cc9900;
}

/* ---- Image view : page title ----- */
.imgHeader
{
    white-space: nowrap;
    margin:0;
    background-color: #3F413E;
    vertical-align:top;
    max-width:100%;
}
.imgHeader .title
{
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
    color: #ffffff;
}
.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}
.imgHeader .title a
{
    text-decoration: none;
    color: #ffffff;
    padding-top: 2px;
    padding-bottom: 2px;
}
.imgHeader .navigationBar
{
    margin: 2px;
    margin-left: 6px;
    width: 100%;
}

/* ---- Image view : image view ----- */
.showImgPane
{
	background-color:  #001139;
	background-image:url(../images/bg_dark.jpg);
	background-position:top;
	background-repeat:no-repeat;
    text-align: center;
    vertical-align: middle;
    border: 0;
    white-space: nowrap;
    height: 100%;
}

.showImgPane table
{
    margin: auto;
}

.showImgPane img
{
    border: 1px solid #666666;
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,color='gray', Strength ='5')
            progid:DXImageTransform.Microsoft.BasicImage(enabled:false);
}

/* ------- EXIF image details ------------ */
.imgDetails
{
    vertical-align: top;
    margin: 2px;
    text-align: left;
    float: left;
}

.imgDetails table
{
	color: #444444;
    border : 1px inset #fff;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    border-spacing: 1px;
    background-color: #3F413E;
    font-size: 70%;
    line-height:    100%;
}

.imgDetails table td
{
    border-top : 1px solid #3F413E;
    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;
 	background-color: #3F413E;
  	border-bottom: 1px dashed #999999;
}

.imgDetails table .imgParamName
{
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 10px 2px 10px  ;
  	text-align: right;
}

.imgDetails table .imgParamValue
{
    border-left : 1px solid #e6e6e6;
    padding: 2px 10px 2px 2px  ;
    white-space: nowrap;
  	text-align: left;
}

/* --- Logon screen and other dialogs ---- */
.dialog
{
    background-color: #3F413E;
    vertical-align: middle;
    text-align:     left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 5px solid #cccccc;
    font-size: 80%;
}
.dialog td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dialog th
{
    font-size:      130%;
    vertical-align: middle;
    padding: 5px;
    white-space: nowrap;
    text-align:     center;
    background-color: #3F413E;
}

/* Table of reindexing errors */
.errorsTable, .errorsTable td
{
    background-color: #e6e6e6;
    border: 1px solid #f00;
    border-spacing: 2px;
    font-size: 80%;
}

/* -- Error message -- */
.error
{
    font-size:      100%;
    color:          red;
}

/* --- Tree styles --- */
.dtree, .dTreeNode, .dTreeNode table
{
    white-space: nowrap;
}
.dTreeNode table
{
    font-size:70%;
}
.dtree img {
    border: 0px;
    vertical-align: top;
}
.dtree a {
    text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: normal;
    vertical-align: baseline;
    padding: 1px 2px 1px 2px;
	color: #ffffff;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    text-decoration: underline;
}
.dtree a.nodeSel {
  	background-color: #cccccc;
    color:#222222;
  	padding:2px;
}
/*.dtree .clip {
    overflow: hidden;
}*/
