﻿body
{
    background-image: url('../layout/backgr.gif');
    padding-top: 20px;
    color: White;
    font-family: Arial;
    font-size: 15px;
}
a
{
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: Orange;
}
a:hover
{
    text-decoration: underline;
}
.wrapper
{
    margin: auto;
    //width: 85%;
    width: 1000px;
    background-color: Black;
    position: relative;
}
#napis
{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    width: 80%;
    margin: auto;
    text-align: center;
    color: Red;
    margin-bottom: 10px;
}
#header
{
    text-align: right;
    margin: 0px 10px 0px 10px;
    display:inline;
    float:right;
}
#content
{
    min-height: 400px;
}
#overlay 
{
	position: absolute;
	background-color: #353535;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 110%;
	display: none;
}
.modallogin
{
    position: absolute;
    display: none;
    z-index: 9999;
}
.button1
{
    background-color: White;
    border-color: Black;
    border: solid 1px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 0.8em;
    color: Black;
}
.panel1
{
	margin: 20px 20px 0px 20px;
}
/* Menu */
#menu
{
    clear: both;
    margin: 0px 20px 0px 20px;
}
.menuitem
{
	text-align: center;
	width: 100px;
	min-width: 100px;
	max-width: 300px;
	color: black;
	background: url('../layout/header_back2.gif');
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	height : 25px;
}
.menuitemhover
{
	background-image: none;
	background-color: Orange;
	color: White;
}
.menuitemselected
{
	background-image: none;
	background-color: #3c3c3c;
	color: White;
}
.photocont
{
    position: relative;
    text-align: center;
}
.messages
{
    position:absolute;
    top: 0px;
    left: 30%;
    width: 40%;
    background-color: White;
    color: Black;
    font-weight: bold;
    opacity:0.8;
	filter: alpha(opacity=80);
	z-index: 100;
}
.pagingplace
{
    margin-bottom: 10px;
}
.navigationdiv
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
}
.navigationbuttons
{
    margin: 0px 2px 0px 2px;
    color: Orange;
}
.photolinksplace
{
    margin-bottom: 10px;
    height: 106px;
    background: url('../layout/blank.gif') repeat-y;
}
.container
{
    position:relative;
}
.navigationdiv a,.pagingplace a
{
    border: solid 1px #DCDCDC;
    padding: 3px 5px 3px 5px !important;
    margin: 0px 3px 0px 3px !important;
}
.pagingbuttonselected
{
    border: solid 1px Red;
    padding: 3px 5px 3px 5px !important;
    margin: 0px 3px 0px 3px !important;   
    color: Red;
}
.miniature
{
    margin: 3px 3px 0px 3px !important;
}
.photobackground
{
    background-color: #DCDCDC;
    margin: 0px 5px 0px 5px !important;
    height: 100%;
    cursor: pointer;
    display: -moz-inline-box;
    vertical-align: top;
    display: inline-block;
}
.imgplace
{
    position:relative;
    margin: auto;
}
.photoinfo
{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background-color: White;
    color: Black;
    font-weight: bold;
    opacity:0.8;
	filter: alpha(opacity=80);
	z-index: 100;    
}
.navigate-prev
{
    position:absolute;
    top:0;
    left: 0; 
    width: 35%;
	height: 100%;
	background: url('../layout/blank.gif');
}
.navigate-next
{
    position:absolute;
    width: 35%;
    top:0;
    right: 0;
    height: 100%;
	background: url('../layout/blank.gif');
}
.button-prev
{
    position:absolute;
    top: 50%;
    left: 0; 
    visibility:hidden;   
}
.button-next
{
    position:absolute;
    top: 50%;
    right: 0; 
    visibility:hidden;   
}
.loading
{
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    margin-bottom: 5px;
}
/* Footer */
#footer
{
    position: relative;
    height: 2.0em;
    clear: both;
    padding-top: 5.0em;
    font-size: 0.8em;
}

#footer .left
{
    position: absolute;
    left: 2.0em;
    bottom: 1.2em;
}

#footer .right
{
    position: absolute;
    right: 2.0em;
    bottom: 1.2em;
    font-weight: bold;
}
.spacer
{
	height: 5px;
	background-color: #3c3c3c;
	clear:both;
}
.dashes 
{
    border-top: 1px dashed White;
    border-bottom: 0px;
    margin-top: 5px;
    clear:both;
}

/* Rating */
.RatingControl
{
    color: Orange;
    height: 20px;
    visibility: hidden;
}
.RatingControlVid
{
    color: Orange;
    height: 20px;
    visibility: hidden;
}
.emptyRatingStar, .filledRatingStar  {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: inline;
    float: left;
    color: White;
}
.filledRatingStar 
{
    background: url('../layout/FilledStar.png');
}
.emptyRatingStar
{
    background: url('../layout/EmptyStar.png');  
}
.latelyadded, .latelyaddedvid
{
    display: inline;
    float: left;
    text-align: center;
    margin: 0px 15px 0px 15px;
    font-size: 12px;
    font-weight: bold;
}
#logowanie
{
    position: absolute;
    top: 0px;
    right: 5px;
}
