@charset "utf-8";
/* CSS Document */

#userHead {
	background:url(../../img/blank_title.png); 
	height: 19px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}
#userPage a {
	color: #ffffff;
}

.lightBox {
	margin: 0;
	padding: 10px;
}

.darkBox {
	color: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #F7BE2B;
}

#avatarBox {
	position: relative;
	float: left;
	width: 100px;
	height: 120px;
	color: #382B2B;
	text-align: center;
	margin: 10px 0;
	margin-bottom: 0;
	z-index: 1;
	padding: 5px;
	border: 1px solid #dcdcdc;
}
#infoBox {
	float: left;
	width: 285px;
	height: 130px;
	color: #000000;
	margin: 10px 0;
	margin-bottom: 0;	
	padding: 5px;
	padding-top: 0;	
}

.pagesBox {
	text-align: center;
	color: #000000;
	background: #ffffff;
}
.pagesBox a {
	text-decoration:none;
	color: #000000;
}
.pagesBox a:hover {
	color: #000000;
	text-decoration: underline;
}

#statsBox {
	float: left;
	width: 100px;
	height: 100%;
	color: #000000;
	margin-top: 10px;	
	margin-bottom: 10px;	
	padding: 10px 0;
	padding-right: 10px;
}
#descriptionBox {
	float: right;
	width: 320px;
	height: 100%;
	color: #000000;
	margin-top: 10px;		
	margin-bottom: 10px;	
	padding: 10px 0;
	color: #666666;
	
}
#loadPhotoBox {
	float: left;
	width: 310px;
	height: 100%;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;	
	padding: 5px;
	
}
#galleryHead {
	width: 420px;
	text-align: left;
	padding-top:17px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #382B2B;
	border-top: 1px solid #dfdfdf;
	font-size: 18px;	
}
#galleryBox {
	float: left;
	color: #FFFFFF;
	margin-bottom: 10px;	
	
}
#commentsHead {
	float: left;
	width: 418px;
	color: #382B2B;
	text-align: center;
	margin-bottom: 10px;	
	
}





#fGalBox {
	width: 205px;
	height: 160px;
	border: 1px solid #CDCDCD;
	border-top: 0;
	padding: 10px;
	background-color: #FFFFFF;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}	
#fGalHead {
	width: 205px;
	border: 1px solid #CDCDCD;
	border-bottom: 0;	
	padding: 5px 10px;
	font-weight: bold;
	color: #6D6D6D;
	background: #ffffff;	
    text-overflow: ellipsis; /* Dla IE i Safari. */
    -o-text-overflow: ellipsis; /* Dla Opery. */
    overflow: hidden; /* Wymagane, by dzialal ellipsis. */
}

#fGalHead  span.ellipsis  {
	text-align: center;
   white-space: nowrap; /* Wymagane, by dzialal ellipsis. */
    width:100%; /* Bez tego, w IE nie zadziala. */
}
#fGalHead  window{ width:100%; -moz-user-focus:normal; -moz-user-select:text; } 
#fGalHead  description{ -moz-user-focus:normal; -moz-user-select:text; }

.photoFrame {
	position: static;
	float: left;
	width: 102px;
/* 	height: 152px; */
	overflow: hidden;
	margin: 10px 4px;
	background: #ffffff;
	border-top: 1px solid #CDCDCD;
	
}

.photoFrame .date {
	color: #9C9A9A;
	background: #ffffff;
	text-align: center;
	font-size: 10px;
	padding: 2px 6px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #CDCDCD;	
	border-right: 1px solid #CDCDCD;	

	
}
.photoImg {
	border: 0;
	width: 90px;
	height: 90px;
	padding: 0 5px;
	border-left: 1px solid #CDCDCD;	
	border-right: 1px solid #CDCDCD;		
}


.photoFrame .title {
	font-weight: bold;

	padding: 3px 5px;
	padding-bottom: 8px;
	background: #ffffff;
	font-size:10px;	
    width: 90px; /* Scisle okreslona szerokosc musi wystapic, dla dodatkowo uzyj table .placesTab-layout: fixed. */
	height: 10px;
    text-overflow: ellipsis; /* Dla IE i Safari. */
    -o-text-overflow: ellipsis; /* Dla Opery. */
    overflow: hidden; /* Wymagane, by dzialal ellipsis. */
	border-left: 1px solid #CDCDCD;	
	border-right: 1px solid #CDCDCD;		
	border-bottom: 1px solid #CDCDCD;		

}

.photoFrame .title span.ellipsis  {
   white-space: nowrap; /* Wymagane, by dzialal ellipsis. */
    width:100%; /* Bez tego, w IE nie zadziala. */
}
.photoFrame .title window{ width:100%; -moz-user-focus:normal; -moz-user-select:text; } 
.photoFrame .title description{ -moz-user-focus:normal; -moz-user-select:text; }

.photoFrame .user {
	font-weight: bold;
	margin-top: 3px;	
	padding-bottom: 2px;	
	background: #ffffff;
	font-size:10px;	
    width: 90px; /* Scisle okreslona szerokosc musi wystapic, dla dodatkowo uzyj table .placesTab-layout: fixed. */
	height: 10px;
    text-overflow: ellipsis; /* Dla IE i Safari. */
    -o-text-overflow: ellipsis; /* Dla Opery. */
    overflow: hidden; /* Wymagane, by dzialal ellipsis. */
}
.photoFrame .user span.ellipsis  {
   white-space: nowrap; /* Wymagane, by dzialal ellipsis. */
    width:100%; /* Bez tego, w IE nie zadziala. */
}
.photoFrame .user window{ width:100%; -moz-user-focus:normal; -moz-user-select:text; } 
.photoFrame .user description{ -moz-user-focus:normal; -moz-user-select:text; }

.photoFrame .photoRating {
	text-align: center;
	color: #6D6D6D;	font-size: 9px;
	background: #ffffff;
	padding: 0;
}
.photoLink  {
	border: 0;
	color: #FF0000;
	text-decoration: underline;
}
.photoLink :hover {
	text-decoration: none;	
}

.searchBox {
	text-align: center;
	border: 1px solid #F7BE2B;
	color: #000000;
}
.input {
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
}
.inputSelect {
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
}
.inputDescription {
	border: 1px solid #dcdcdc;	
	width: 300px;
	height: 200px;
}
.inputButton {
	border: 1px solid #F7BE2B;	
	background: #F7BE2B;
}

.fodGallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 440px;

	margin: 0;
	padding: 20px 0;
	text-align: center;
}


#fodPlace .addComment {
	font-size: 11px;
	color: #add0ea;
	margin: 0 10px;
	font-weight: bold;
}

#fodPlace .addComment textarea {
	width: 416px;
	height: 50px;
	border: 1px solid #CDCDCD;
	margin: 10px 0;
}
#fodPlace .addComment .button {
	background: url(../img/buttons/powiadom.gif);
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	width: 88px;
	text-align: center;
	height: 20px;
	padding-bottom: 4px;
	font-size: 12px;	
}
#fodPlace .comment {
	margin: 0 10px;
	border: 1px dashed #CDCDCD;
	padding: 0 10px;
	
}
#fodPlace .comment a {
	font-size: 11px;
	color: #add0ea;
	font-weight: bold;
}
#fodPlace .comment .left {
	width:200px;
	float: left;
	text-align: left;	
	font-size: 11px;
	color: #add0ea;
	font-weight: bold;
}
#fodPlace .comment .right {
	width:150px;
	float: right;
	font-size: 11px;
	color: #6d6d6d;
	font-weight: bold;	
	text-align: right;
}
#fodPlace .comment .body {
	font-size: 11px;
	color: #6d6d6d;
}
#fodPlace .comment .action {
	text-align: right;
	padding-bottom: 10px;
}
#fodPlace .comment .button {
	background: url(../img/buttons/powiadom.gif);
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	width: 88px;
	text-align: center;
	height: 20px;
	padding-bottom: 4px;
	font-size: 12px;	
}


#placesTab table {
	margin-left: 1px;
	width: 441px;
	border: 1px solid #cdcdcd; 
	font-size: 11px;
	margin-top: 2px;
	border-collapse: collapse;
}

#placesTab table thead {
	background: #33a9ff;
	color: #FFFFFF;
	font-weight: bold;
}
#placesTab table thead th {
	border-right: 1px solid #cdcdcd; 
	border-bottom: 2px solid #cdcdcd; 	
	padding: 5px;
	height: 20px;
}
#placesTab table tbody {
	background: #fff;
	color: #666666;
	font-weight: bold;		
}
#placesTab table tbody td {
	height: 20px;	
	padding: 10px 5px;
	vertical-align: top;
}
#placesTab table tbody td a{
	font-weight: bold;
	color: #666666;
}
#placesTab .date {
	font-weight: normal;
}	
#placesTab table tfoot {
	background: #fff;
	color: #666666;
	font-weight: bold;	
	text-align: center;
	height: 20px;
	vertical-align:bottom;
}
#placesTab table tfoot td {
	border: 1px solid #ffffff; 
	border-top: 1px solid #cdcdcd;
}
.delPhoto {
	padding: 5px;
	border: 1px solid #cdcdcd;
	margin-left: 8px;
	margin-bottom: 10px;
}
#modalOverlay {background-color:#000; cursor: pointer;}
#map_canvas {border-bottom:1px solid #33a9ff;}
#map_loading_bar {font-size: 13px; color: #666666; text-align: center;left:50%; top:50%; margin-left:-110px; position:absolute; z-index:10;}
#map_loading_bar img {}
/* Container */
#modalContainer {height:90%; width:90%; left:50%; top: 20px; margin-left:-45%; background-color:#fff; border:3px solid #33a9ff; position: absolute; z-index:3000;}
#modalContainer a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#map_msg {height: 25px; float: left; padding-top: 5px; font-color: #666666;}
#map_actions {height: 25px; float:right; padding-top:5px; padding-right: 10px; }
#p_map {width: 400px; padding: 5px; border: 1px solid #CDCDCD; }
#p_map_loading {font-size: 13px; color: #666666; text-align: center; padding-top:100px;	}