/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	
	
	margin:-220px 0 0 -360px;
    

	text-align:left;
    
	
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#333399;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/* #lightbox.done img{
	width:100%;
	height:100%;
} TODO: Nie wiem czy to może zostać zakomentowane w razie w proszę o kontakt krku*/

div.lbmain {
	width: 100%;

}
div.lbcol1 {
	margin: 5px 0px;
	width: 40%;
	float: left;
}
div.lbcol2 {
	margin: 5px 0px;
	width: 50%;
	float: left;
}
div.lbcol3 {
	width: 100%;
}
div.lbcol3 textarea {
	width: 480px;
	height: 100px;
}

a.cancel {
	float: left; 
}
a.add {
	float: right;
	margin-right: 15px;
}

/*popover styles*/
.popover {
    border: 1px solid #000000;
    background-color: #ffffff;
    background-image: url(../image/bgPopover.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}

.popover div {
    padding: 10px;
}

.popover h1 {
	margin-top: 15px;
	margin-left: 10px;
}

#popoverSmall {
    width: 388px;

}

.popoverIcon {
    float: left;
    width: 75px;
    height: 75px;
    margin: 25px;
    margin-right: 25px;
}

.popoverNavyUnderline {
    border-bottom: 1px solid #0F75BC;
}

.popoverNavyUnderline div {
    padding: 0px;
}

.popoverNavyUnderline b {
    display: block;
    float: left;
    padding-right: 20px;
}

#sendInvitationForm textarea {
    margin-left: 10px;
    margin-right: 10px;
    width: 600px;
}

.popoverButtonRight {
    float: right;
}

.popoverButtonLeft {
    float: left;
}

.popover .clearBoth {
    padding: 0px;
}

.popover .panelContentRight80 {
    padding: 0px;
    width: 420px;
	height: 300px;
    float: right;
	overflow-y: scroll;
}

.popover600 {
    width: 600px;
}
.popover626 {
    width: 626px;
}

.popover500 {
    width: 500px;
}

.photoBlueBorder {
    padding: 0px;
}

#popoverResetPass {
	width: 415px;
	height: 219px;
}

tr.nieparzyste {
	background-color: #e6e8f4;
	}
