/*
	PickPic 3
	Copyright (c) 2004-2008 White House Custom Colour Inc. d/b/a Lickity Pixel
	This file may not be modified without the express written permission of Lickity Pixel, 
	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/license.html

    misc.css
    Page-Specific (agreements.tpl, error.tpl)
*/

div#mainContainer, 
div.bodyContainer {
	width: 758px;
	margin: 0 auto;
}

div.bodyContainer {
	float: left;
	text-align: left;
}

div.navigation {
	width: 100%;
}

div.title {
	height: 20px;
}

table.tabs {
	border: 0px;
	margin-bottom: 0px;
	*margin-bottom: -2px;
}

table.tabs td {
	vertical-align: bottom;
}

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.pagesBarBottom, 
div.main div.primary div.primaryBottomCenter {
	width: 726px;
}

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

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

div.main div.middle div.content {
	width: 686px;  /* width of 726px minus 40px to account for left & right padding */
	padding: 20px;
}

div.content {
	clear: left;
}

div.content div.errorBody {
	width: 550px;
	margin: 0 auto 0 auto;
	text-align: justify;
	line-height: 15px;
}

div.content div.errorBody div {
	margin-bottom: 15px;
}

div.content div.errorBody div.errorCode {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
}

div.content div.head, 
div.content div.error {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 14px;
}

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

div.dataEntry div span select, div.dataEntry div span input {
	width: auto;
}

div.dataEntry div {
	clear: left;
	display: block;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

div.dataEntry div label {
	float: left;
	display: block;
	width: 70px;
	text-align: right;
	padding: 3px 5px;
	margin: 0 0 5px 0;
}

div.dataEntry div.leftColumn label {
	width: 70px;
}

div.dataEntry div input, form div textarea {
	padding: 1px 3px;
	margin: 0 0 0 0;
}

div.dataEntry div input {
	width: 175px;
}

form div textarea {
	width: 240px;
}

div.dataEntry div select {
	width: 175px;
	padding: 1px 3px;
	margin: 0 0 0 0;
}

div.dataEntry .indent {
	margin-left: 110px;
}

span.makeAPayment img {
	width: 125px;
	height: 32px;
	border: 0;
	background: url("../assets/makeAPayment.gif") no-repeat;
}

span.makeAPayment img:hover {
	background-position: -125px;
}

span.sendMyMessage img {
	width: 134px;
	height: 32px;
	border: 0;
	background: url("../assets/sendMyMessage.gif") no-repeat;
}

span.sendMyMessage img:hover {
	background-position: -134px;
}

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