/******************************************************************************
	auction.css
	style sheet for auction site
	Copyright (C) 2010 Atlantic Database Systems, Inc. All rights reserved.
	PROPRIETARY INFORMATION
	E. W. Ziegler 2010-05-17
Modifications:
******************************************************************************/

	body {
		margin-top:			0;
		margin-left:		1px;
		padding-left:		1px;
		padding-right:		1px;
		padding-top:		0;
		padding-bottom:		0;
		color:				black;
		background-color:	#D3D3D3;
	}

	.clbanner {
		border:				0;
		width:				98%;
		text-align:			center;
	}

	.clbanner {
		font-family:		Verdana;
		font-size:			xx-large;
		color:				#AF1E2D;	/* PMS 187 crimson */
		margin-top:			0;
		margin-bottom:		0;
	}

	.clpgheader {
		font-weight:		bold;
	}

	.ui-tabs-panel {
		background-color:	#2F4F4F;
	}

	.clFieldsetAuto {
		display:			inline-block;
	}
	
	.clLeftText {
		text-align:			left;
	}

	.clCenterText {
		text-align:			center;
	}

	.clRightText {
		text-align:			right;
	}

	.clAnotherBut {
		margin-left:		3em;
	}

	img {
		border:             0;
	}

	.clNewPersonID {
		font-size:			large;
		margin-left:		1em;
	}

	textarea {
		font-family:		sans-serif;
	}

	.copyrightnotice {
		margin-top:			1em;
		color:				gray;
		float:				right;
	}

	#navtofirst,
	#navtoprev {
		padding-right:		1em;
		font-size:			large;
	}

	#navtonext,
	#navtonlast {
		padding-left:		1em;
		font-size:			large;
	}

	.clShowRegistered {
		background-color:	#7FFFD4;	/* Aquamarine */
	}

	.clWarning {
		background-color:	#FFA500;	/* Orange */
	}

	.clInconsistent {
		color:				white;
		background-color:	red;
	}

	.clAmtPaidExpand {
		padding-left:		0.25em;
		padding-right:		0.25em;
		font-size:			small;
		cursor:				pointer;
	}

	.clAmtPaidAllocAlert {
		color:				white;
		background-color:	red;
	}

	.clWithRegList {
		display:			none;
	}

	.clDuesPayDel {
		border:				ridge;
		color:				red;
		float: 				right;
		cursor:				pointer;
	}

	.duesPayYearsFields {
		float: 				right;
	}

	.clRegListSectionTitle {
		color:				white;
		background-color:	#708090;
	}

.clContainer {
	position:		relative;
	margin-top:		0;
	margin-bottom:	0;
	margin-left:	0;
	margin-right:	0;
	padding;		0;
}

.clSecuredByLogin {
        left:                  2%;
}

.clSecuredByMain {
        left:                  1%;
}

.clSecuredByLogin, 
.clSecuredByMain {
        position:               absolute;
        float:                  left;
        top:                    0;
}

	.clclickable {
		cursor:				pointer;
	}

	.clhidden {
		display:			none;
	}

