﻿/* Uploader Styles */
#tblSearchBox,.dvTop25{display:none;}
#mapBg, #map1{height:300px; width:500px;}
#mapBg{background:url(images/grayed-map-500x300.jpg) top no-repeat; border:2px solid #000;}
.loading{background:url(images/ajax-loader.gif) no-repeat 50% 50%;}
.sg_photolist li
{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.progressWrapper 
{
	width: 357px;
	overflow: hidden;
	background-color: #000;
}

.progressContainer {
	margin: 1px;
	padding: 4px;
	
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	text-align: left;
	margin-top: 2px;
	float: left;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover
{
	font-size: 0px;
	display: block;
	height: 14px;
	width: 14px;
	
	background-image: url(images/SWFUpload/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
a.progressCancel:hover 
{
	background-position: 0px 0px;
}

/* Comments Date */
p.date {
	width: 42px;
    padding:3px 0 0 0;
    margin:0 10px 25px;
	text-align: center;
	float:left;
}
span.month {font-size:10px; font-weight:700; height:10px;}
span.day {font-weight:700; font-size:20px; height:32px;}
span.year {font-size:11px; font-weight:700;}
.month1 { background: url(images/Calendar_Icons/01.gif) no-repeat 0 0; }
.month2 { background: url(images/Calendar_Icons/02.gif) no-repeat 0 0; }
.month3 { background: url(images/Calendar_Icons/03.gif) no-repeat 0 0; }
.month4 { background: url(images/Calendar_Icons/04.gif) no-repeat 0 0; }
.month5 { background: url(images/Calendar_Icons/05.gif) no-repeat 0 0; }
.month5 span.month,.month9 span.month,.month10 span.month,
.month11 span.month,.month12 span.month{color:#fff;}
.month6 { background: url(images/Calendar_Icons/06.gif) no-repeat 0 0; }
.month7 { background: url(images/Calendar_Icons/07.gif) no-repeat 0 0; }
.month8 { background: url(images/Calendar_Icons/08.gif) no-repeat 0 0; }
.month9 { background: url(images/Calendar_Icons/09.gif) no-repeat 0 0; }
.month10 { background: url(images/Calendar_Icons/10.gif) no-repeat 0 0; }
.month11 { background: url(images/Calendar_Icons/11.gif) no-repeat 0 0; }
.month12 { background: url(images/Calendar_Icons/12.gif) no-repeat 0 0; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-container-image-data-box {
	background-color: #fff;
	margin:0pt auto;
	overflow: auto;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}

#lightbox-container-image-data {
	padding: 0 10px; 
}

#lightbox-container-image-details {
	float:left;
	text-align:left;
	width:70%;
}

#lightbox-container-image-details-caption
{
	font-weight: bold;
}

#lightbox-container-image-details-currentNumber 
{
	clear:left;
	display:block;
}

#lightbox-container-image-details-currentNumber a, lightbox-container-image-details-currentNumber a:hover
{
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav {
	clear:left;
	display:block;
	padding:0pt 0pt 10px;
}

#lightbox-container-image-details-nav a, #lightbox-container-image-details-nav a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}

#lightbox-container-image-details-nav-btnPrev
{
	margin:0pt 8px 0pt 0pt;
}

#lightbox-container-image-details-nav-btnPlay
{
	margin:0pt 8px 0pt 0pt;
}
	
#lightbox-image-details-close-btnClose {
	float: right;
}

#lightbox-image-details-close a, #lightbox-image-details-close a:hover {
	border-bottom:medium none;
	color:#151410;
	text-decoration:underline;
}



/************************
***  ListingDetails
*/
#contactForm h2, #commentForm h2{margin:0 10px; padding:0; display:block; text-align:center;}
#contactForm,#commentForm
{
	background: brown;
	display:none; text-align:left;
}
#contactForm fieldset, #commentForm fieldset
{
	padding:10px 30px 30px 30px;
	border:none;
}      
#contactForm label,#commentForm label
{
	display:block;
	color:#ffc400;
}      
#contactForm input[type=text], #commentForm input[type=text]
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
	height:24px;
}  
#contactForm textarea,#commentForm textarea
{
	display:block;
	border:solid 1px #4d3a24;
	width:100%;
	margin-bottom:10px;
}  
#contactForm input[type=submit],#commentForm input[type=submit]
{
	background-color:#4d3a24;
	border:solid 1px #23150c;
	color:#fecd28;
	padding:5px;
}                
#contactLink,#commentLink
{
	display:block;
	cursor:pointer;
}
#messageSent, #commentSent
{
	color:#ff9933;
	display:none;
}
