﻿@import url("../shared/css/Shared.css");
@import url("../shared/css/Nav_Header.css");
@import url("../shared/css/ControlPanel.css");

/*--------------------------------------------------------------*/
/*					Content Row/Pane classes	 				*/
/*--------------------------------------------------------------*/
.content_Row1
{
	background:#FFFFFF url(../shared/images/photographer_outline_1015.gif) no-repeat scroll right bottom;
	height:326px;
	overflow:hidden;
	width:1015px;
}

.content_Row2
{
	height:184px;
	width:1015px;
}

.content_Row3
{
	 height:140px;
	 width:1015px;
}

.ContentPane1, .ContentPane2, .ContentPane3, .ContentPane4, .ContentPane5, .ContentPane6
{
	display:inline-block;
	float:left;
	overflow:hidden;
}

.ContentPane1
{
	height:325px;
	width:505px;
}
.ContentPane2
{
	height:325px;
	width:229px;
}
.ContentPane3
{
	height:250px;
	width:280px;
}
.ContentPane4
{
	height:184px;
	width:394px;
}
.ContentPane5
{
	height:184px;
	width:610px;
}
.ContentPane6
{
	height:140px;
	width:394px;
}
.content_HorizontalDivider
{
	display:inline-block;
	height:1px;
	line-height:1px;
	position:relative;
	text-align:center;
	width:1015px;
}
.content_VerticalDivider
{
	display:inline-block;
	width:1px;	
}
.content_larger
{
	font-size:13px;
}

/*--------------------------------------------------------------*/
/*				Search/Photographer Quick Search	 			*/
/*--------------------------------------------------------------*/
.PhotographerQuickSearch
{
	display:inline-block;
	float:left;
	height:110px;
	width:280px;
}
.Search
{
	display:inline-block;
	float:left;
	height:90px;
	width:280px;
}
.PhotographerQuickSearch h2, .Search h2
{
	margin:5px 0px;
}
.photographerquicksearch, .skin_search
{}
.photographerquicksearch p
{
	margin:5px 0px;
}
.searchbox
{
	border:solid 1px #d0d0d0;
	height:24px;
	width:232px;
}
.searchbox div
{
	display:inline-block;
	padding:3px;	
}
.searchbox_TextBox
{
	border-style:none;
	float:left;
}
.searchbox_Button
{
	border-style:none;
	border-left:solid 1px #d0d0d0;
	float:right;
}
.searchbox input
{
	border:none;
	border-style:none;
	color:#646767;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	margin:0;
	padding:1px 0px 0px 0px;
	width:174px;
}
.searchbox a
{
	display:inline-block;
	font-weight:normal;
	margin:2px 3px;
	padding:0;
}
.searchbox a:link, .searchbox a:active, .searchbox a:visited
{
	color:#d0d0d0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.searchbox a:hover
{
	color:#646767;
}

/*--------------------------------------------------------------*/
/*						Scrolling Gallery	 					*/
/*--------------------------------------------------------------*/
#arrowleft, #arrowright
{
	float:left;
	height:24px;
	margin-top:48px;
	width:12px;
}
#arrowleft
{
	margin-left:16px;
}
#arrowright
{
	margin-right:4px;
}
#arrowleft a,
#arrowleft a img,
#arrowright a,
#arrowright a img
{
	border:none;
}

#gallery_main
{
	height:100px;
	margin:20px;
	overflow:hidden;
	width:550px !important;
}

.CarouselItem
{
	display:inline;
}
.CarouselItem img, #gallery_main img
{
	margin-right:10px;
}


/*--------------------------------------------------------------*/
/*							Lightbox2			 				*/
/*--------------------------------------------------------------*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

/* ------------- This is in to show images all the time ----------------------*/
#prevLink { left: 0; float: left;background: url(http://www.bipp.com/images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(http://www.bipp.com/images/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.bipp.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.bipp.com/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 11px Arial, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: normal; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }