
/* Main Style Sheet */

html, body
{
    margin: 0;
    padding: 0;
    height:100%;
    cursor: default;
    color:  white;
    background-color:   #0e4b68;
    font-family:    Tahoma, Verdana, Arial, sans-serif;

}


li { /* obrazek pred seznamem */
	Color: #ff9600;
	font-size: 11px;
	Margin: 0px;
	List-style-image: url("http://www.vkclipper.com/themes/ClipperOrange/images/li.gif");
}

li a:active, li a:visited, li a, li a:link { /* obrazek pred seznamem */
	Color: #ff9600;
	font-size: 11px;
  	font-weight: bold;	
	text-decoration: none;
}

li a:hover { /* obrazek pred seznamem */
	text-decoration: underline;
}
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-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

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

a.pageLink, body.normal p
{
    color: white;
    font-size: 80%;
}

a:link, a:active
{
    Text-decoration: none;
    color: white;
}
a:visited
{
    color: white;
}



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

}

table.pagetable td
{
}

.note, .date, .comnt, .navigationBar
{
    font-family:    Tahoma, Verdana, Arial, sans-serif;
    font-size:        70%;
    padding-top:      5px;
    padding-bottom:   5px;
}
.comnt
{
    white-space:normal ;
}


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

.title, H1, H2
{
    font-size:  110%;
    display:    inline;
    text-decoration: none;
    font-family:  Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
  text-transform: none;
  letter-spacing: 0.2em;
  color: white;
}

.copyright
{
    font-size:  70%;
    padding-left: 5px;
    padding-right: 5px;

    text-align: left;
    border:0;
    color: #FF7827;
    white-space:nowrap;
    text-decoration: none;
}

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

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


/* ----------- Nice link button styles -------------*/
.disabledButtonLink
{
	width: 142px; height: 32px; background: url(images/buttonBgLonger.png) 0 0 no-repeat; display: block;
    color: white;
	font-weight: bold;
    text-align: center;
    padding: 2px 15px 2px 15px;
	float: right;
	margin-right: 15px;
}

a.buttonLink
{
	width: 142px; height: 32px; background: url(images/buttonBgLonger.png) 0 0 no-repeat; display: block;
	font-weight: bold;
    text-align:center;
    color: white;
	padding: 10px 0px;
	float: right;
	margin-right: 15px;
	margin-top: 0px;
}
a.buttonLink:hover
{
	width: 142px; height: 32px; background: url(images/buttonBgLongerHover.png) 0 0 no-repeat; display: block;
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link,
a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
    padding: 5px;
    font-size: 100%;
    color: #669;
}

a.curPageLink:hover,a.curPageLink:hover,
a.otherPageLink:hover,a.otherPageLink:hover
{
    color: white;
}

a.otherPageLink , a.otherPageLink:visited,a.otherPageLink:link
{
	color: white;
}

a.curPageLink , a.curPageLink:visited,a.curPageLink:link
{
    border: 1px double white;
    font-weight: bold;
	padding: 5px;
	color: black;
	background-color: #ff9600;
}

a.otherPageLink:hover,a.curPageLink:hover
{
    text-decoration: none;
	color: black;
	background-color: #ff9600;
	

}



/* ----------- Main page header styles -------------*/
.indexPageHeader
{
    padding-left: 5px;
    padding-right: 5px;
    width:100%;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    max-width:98%;
	background-color: #0e4b68;

}
.indexPageHeader table td
{
    white-space: nowrap;
    vertical-align: middle;
}

.indexPageHeader .buttonLink
{
	width: 142px; height: 32px; background: url(images/buttonBgLonger.png) 0 0 no-repeat;
    border: 0px solid   #66c;
}

.indexPageHeader .title
{
/*  font-size:       32pt;
    font-weight:    normal;*/
}

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



/* ----------- Folder view -------------*/
.insetPane
{
    border-top: 0px inset #999;
    border-bottom: 0px inset #999;
    border-left: 0px inset #999;

    background-color: #0e4b68;
    vertical-align:top;
    height: 100%;
}

.insetPane#folderPane
{
    width: 300px;
}

.insetPane#thumbViewPane
{
    border-right: 0px inset #999;
}
.folderTree
{
    vertical-align: top;
    padding: 2px;
}

/* ----------- Album header info -------------*/
.albHeader
{
    padding: 5px;
    background-color: #0e4b68;
    white-space:normal ;
    border-bottom:  0px solid #999;
    border-collapse: collapse;
}
.albHeader .titlerow
{
    vertical-align: bottom;
}
.albHeader .navigationBar
{
    margin-top: 10px;
    padding-bottom: 8px;
	dispay: block;
	height: 50px;
}
span.username {
	width: 142px; height: 32px; display: block;
	font-weight: bold;
    text-align: right;
    color: white;
	padding: 10px 0px;
	margin-right: 15px;
	margin-top: 0px;
	float: right;
}


/* ----------- Thumbnail view page -------------*/
.fldimgrow
{
    display:block;
    line-height: 1px;
    font-size: 1px;
    overflow:hidden;
    white-space:nowrap;
    cursor: pointer;
}
.thumbsContainer {
	display: block;
	float: left;
	width: 132px;
	height: 150px;
	padding: 15px;
	margin: 15px;
 
}
.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: #0e4b68;
	display: block;
	height: 100%;
	clear: both;
	position: relative;
}

.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
{
    display:block;
	width: 132px;
	height: 150px;
    text-decoration:    none;
    cursor:             hand;
	texy-align: center;
	clear: both;
}

a.imglink .imagethumb
{
    border-style: solid;
    border-width: 2px;
    border-color: white;
}

a.imglink:hover
{
    background-color:   #10587a;
	color: white;
}

a.imglink:hover .imagethumb
{
    border-color: #10587a;
}


/* --- image titles --- */
.imageTitle
{
    cursor: hand;
    padding: 5px 0;
    margin-top: 5px;
    display:block;
    margin-bottom: 3px;
    white-space: normal;
    font-size: 70%;
    width: 100%;
    height: 30px;
    text-align: center;
	position: relative;
	overflow: hidden;
}

a:hover .imageTitle
{
    text-decoration:    underline;
}


/* --- album thumbnails --- */
.album
{


    text-decoration:    none;
    cursor:             hand;
    border: 0px solid  white;
	width: 169px;
	height: 169px;
	position: relative;

}
img.albumPozadi {
	position: absolute;
	right: 0;
	bottom: 0;

}
a.fldlink
{
    padding: 0px;
    text-decoration:    none;
    cursor:             hand;
    border: 0px solid  white;
	padding: 0;
	position: relative;
	right: 0px;
	bottom: 0px;
	width: 169px;
}
a.fldlink span
{
	padding-left: 20px;
	width: 152px;
}
#tdCopyright {padding: 15px 0 15px 15px; color: #ff9600;}
a.fldlink:hover
{
    border: 0px solid #66f;
    text-decoration:    underline;

}

a.fldlink img.folderthumb 
{
	position: absolute;
	right: 10px;
	bottom: 21px;


}

/* ---- Image view : page title ----- */
.imgHeader
{
    white-space: nowrap;
    border-bottom: 0px outset #999;
    margin:0;
    background-color: transparent;
    vertical-align:top;
    max-width:100%;
}

.imgHeader .title
{
    border-top: 0px dotted;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display:block;
    width: 100%;
    color: white;
}

.imgHeader .comnt
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
}

.imgHeader .title a
{

    text-decoration: none;
    color: orange;
    padding-top: 2px;
    padding-bottom: 2px;
}

.imgHeader .navigationBar
{
    margin: 2px;
    margin-left: 6px;
    width: 100%;
	height: 80px;
	display: block;
}

.imgHeader .navigationBar .slideshow{
	display: block;

}

slideshow select {
	height: 30px;
	width: 200px;
	display: block;
	line-height: 30px;
	padding: 15px;
}


/* ---- Image view : image view ----- */
.showImgPane
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    white-space: nowrap;
    height: 100%;
	width: 100%;
}

.showImgPane table
{
    margin: auto;
}

.showImgPane img
{
    border: 2px solid white;

    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
{
    border : 1px inset #fff;
    border-collapse: collapse;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
    border-spacing: 1px;
    background-color: #e6e6e6;
    font-family:    Tahome, Verdana, Arial, sans-serif;
    font-size: 70%;
    line-height:    100%;
}

.imgDetails table td
{
    border-top : 1px solid #e6e6e6;

    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: #ccc;
  border-bottom: 1px dashed #999;
}

.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: #eee;
    font-family:    Tahoma, Verdana, Arial, sans-serif;
    vertical-align: middle;
    text-align:     left;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: 5px solid #e6e6e6;
    font-size: 80%;
	color: black;
}

.dialog td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.dialog th
{
    font-family:    "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size:      130%;
    vertical-align: middle;
    padding: 5px;
    white-space: nowrap;
    text-align:     center;
    background-color: #e6e6e6;

}

/* Table of reindexing errors */
.errorsTable, .errorsTable td
{
    font-family:    Tahoma, Verdana, Arial, sans-serif;
    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
{
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    white-space: nowrap;


}

.dTreeNode table
{
    font-size:70%;
}


.dtree img {
    border: 0px;
    vertical-align: top;
}
.dtree a {
    text-decoration: none;
    color: white;
}
.dtree a.node, .dtree a.nodeSel {
    white-space: normal;
    vertical-align: baseline;
    padding: 1px 2px 1px 2px;
    color: white;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #99c;
    color: white;
  	padding:3px;
}
/*.dtree .clip {
    overflow: hidden;
}*/

