﻿/* PLACEHOLDER */

body{
	background-color:#FFF;
	font-family:Verdana, Arial, Sans-Serif;
	margin:0px;
	padding:0px;
}

img {
	padding:0px;
	margin:0px;
}

.container{
	display:block;
	position:relative;
	margin:0px auto;
	width:850px;
	height:auto;
	background-color:#FFF;
	border:1px solid #DDD;
}

.container_inner{
	background:#FFF url(../../Images/Templates/Southcott/containerInnerBG.gif) top left repeat;
}

.container_loading{
	float:left;
}

.southcott_header{
	display:block;
	width:100%;
	background-repeat:no-repeat;
}

.col_left, .col_right{
	display:block;
	width:370px;
	float:left;
}

.col_right{
	float:right;
}

.col_right h1{
	font-size:0.9em;
	color:#000;
	font-weight:bold;
}

.col_inner{
	margin:10px;
}

.col_inner p{
	font-size:.7em;
}

.clearance{
	display:block;
	width:800px;
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:both;
	float:none;
}

/* Dock stylings for new style */
.pagePreviewCell{
	height:100px;
	border:1px solid #AAA;
	background:#FFF url(../Images/icons/arrow_upndown.png) center center no-repeat;
	margin:5px 0px 5px 5px;
	float:left;
	vertical-align:middle;
	text-align:center;
	padding:0px;
}

.dockPagingHeader {
	color:#FFF;
	vertical-align:middle;
	font-size:0.6em;
	font-weight:bold;
}

.pageCountTitle{
	display:block;
	width:100%;
	font-size:0.7em;
	line-height:25px;
	vertical-align:middle;
	background-color:#EEE;
	border-bottom:1px solid #AAA;
	text-indent:10px;
	line-height:20px;
}

.pagePreviewTitle{
	display:block;
	width:100%;
	padding:0px;
	margin:0px;
	background-color:#EEE;
	border-top:1px solid #AAA;
	font-size:.7em;
	line-height:20px;
	vertical-align:middle;
}

.errorMessage {
	border-color:#D44227;
	background-color:#FF7157;
	margin:3px;
	color:#FFF;
	font-size:0.7em;
	line-height:20px;
	vertical-align:middle;
	font-weight:bold;
	display:block;
	margin:3px;
}

.dockHolder{
	display:block;
	border:1px solid #FFF;
	margin:5px;
	background-color:#000;
}

.dockHolder_white{
	display:block;
	border:1px solid #555;
	margin:5px;
	background-color:#FFF;
}

/* Gallery output styles */
.imageGalHolder {
	background-color:#FFF;
}

.imageGalHeader{
	font-size:0.7em;
	font-weight:bold;
}


/* Info styles */
.infoBox{
	display:block;
	margin:10px;
}

.infoBox p{
	font-size:.7em;
}

/* Dimensions output */


.tableRowHeaderCSS {
	background-color:#FFF;
	font-size:0.7em;
}

.tableRow1CSS {
	background-color:#FFF;
	font-size:0.7em;
	color:#000;
}

.tableRow2CSS {
	background-color:#CCC;
	font-size:0.7em;
	color:#000;
}


.tableCellCSS {
	
}

.headerCSS {
	color:#3db3e2;
	font-size:1em;
	font-weight:bold;
}

.headerText h1{
	font-size:1.3em;
	color:#000;
}

.descriptiveText p{
	font-size:0.7em;
}

.header{
	display:block;
	width:100%;
	height:110px;
	background:#FFF url(../../Images/IPUS/IPUS_header.gif) top right no-repeat;
}

.footer{
	display:block;
	width:100%;
	height:150px;
	background:#FFF url(../../Images/IPUS/IPUS_footer.gif) bottom left no-repeat;
	text-align:right;
}

.footer p{
	margin:30px;
	font-size:0.7em;
	font-weight:bold;
}

.footer p a{
	color:#000;
}

.footer p a:hover{
	text-decoration:none;
}

.header h1{
	font-size:1em;
	color:#000;
	line-height:110px;
	vertical-align:middle;
}

.detailsColumn h1{
	font-size:0.8em;
	color:#000;
	vertical-align:middle;
}

.dockHolderCell{
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

.artPreviewCell{
	border:1px solid #DDD;
}

.headerImageIcon{
	display:block;
	margin:-100px 0px 0px 200px;
}



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, 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: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}
	
.IPUSList p{
	font-size:0.7em;
}

a.linkText  {
	color:#000;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
}

a:hover.linkText {
	text-decoration:underline;
}