/*
	PickPic 3
	Copyright (c) 2004-2011 PickPic by whcc
	This file may not be modified without the express written permission of PickPic by whcc, 
	and may not be copied, resold, or distributed outside this installation.
	FOR SUPPORT ISSUES: Please contact help@pickpic.net
	LICENSE: http://www.pickpic.com/legal/pickpic3

    jump.css
    Page-Specific (jump.tpl)
*/

div#mainContainer {
	width: 912px;
	margin: 0 auto 0 auto;
}

div.bodyContainer {
	width: 912px;
	margin: 0 auto;
	text-align: left;
}

div.navigation {
	width: 100%;
}

div.accessIntro {
	width: 600px;
	margin: 0 auto 0 auto;
}

div.accessIntro div p {
	margin-top: 0px;
}

div.main div.primary div.primaryTopCenter, 
div.main div.middle div.secondary, 
div.main div.middle div.pagesBarTop, 
div.main div.middle div.pagesBarBottom, 
div.main div.middle div.content, 
div.main div.primary div.primaryBottomCenter {
	width: 880px;
}

div.main div.middle {
	padding-left: 16px;
}

div.main div.middle div.secondary div.secondaryTopCenter, 
div.main div.middle div.secondary div.secondaryBottomCenter {
	width: 854px;
}

div.main div.middle div.pagesBarTop {
	padding: 20px 0 22px 0;
}

div.main div.middle div.pagesBarTop.links {
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

div.main div.middle div.pagesBarBottom {
	display: none;
}

#content {
	clear: left;
}

table.jumpOptions {
	width: 881px;
	border-collapse: collapse;
	margin-bottom: -1px;
}

table.jumpOptions tr td {
	width: 50%;
}

table.jumpOptions tr td div.jumpImage {
	float: left;
	padding: 15px;
}

table.jumpOptions tr td div.jumpText {
	padding: 25px 15px 10px 15px;
}

table.jumpOptions tr td div.jumpText div.title {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin-right: 18px;
}

table.jumpOptions tr td div.jumpText div.separator {
	margin: 8px 0 10px 0;
}

table.jumpOptions tr td div.galleryListing {
	min-height: 150px;
}

table.jumpOptions tr.accent td div.galleryListing.lock {
	background: url("../assets/lockAccent.gif") no-repeat top right;
}

table.jumpOptions tr.secondary td div.galleryListing.lock {
	background: url("../assets/lockSecondary.gif") no-repeat top right;
}

table.jumpOptions tr td div.jumpText input {
	font-size: 10px;
	width: 90px;
	margin-top: 8px;
}

table.jumpOptions tr td div.jumpText span input {
	width: auto;
}

table.jumpOptions td a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

div.galleryListingNone {
	text-align: center;
	padding: 22px 0 22px 0;
}

div.main {
	margin-top: 10px;
}

div.summary {
	cursor: pointer;
}

div.galleryEntryPopup {
	font-weight: bold;
	padding: 16px;
	border-width: 1px;
	border-style: solid;
}

span.lockSmallAccent img {
	width: 14px;
	height: 20px;
	border: 0;
	background: url("../assets/lockSmallAccent.gif") no-repeat;
	vertical-align: middle;
}