@import "global.css";
#main  {
	background-image: url(../Images/Posh/lobbyFade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#toppanel
{
	width: 580px;
	margin-bottom: 30px;
}
#toppanel h1 {
	font-size: 70px;
	color: #F3F3F3;
	padding-top: 20px;
	padding-bottom: 20px;
}
#toppanel h2{
	font-weight: bold;
	color: #006699;
	font-size: 14px;
	padding-top: 20px;
}
.introPara
{
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 12px;
	width: 410px;
}

#poshOriginate
{
	width: 165px;
	padding: 8px;
	background-color : #E3DDDD;
	color : #000000;
}

#poshOriginateBottom
{
	height: 12px;
	background: transparent url('../images/posh-originate-bottom.gif') no-repeat top left;
}

#whereOriginate
{
	width: 178px;
	height: 25px;
	background-color: #737373;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 4px;
	margin-top: 5px;
}

.poshOriginatePara
{
	margin-bottom: 8px;
	width: 165px;
}

#originate {
	height: 156px;
	padding-top: 8px;
	margin-top: 10px;
}
#originate #greyBox {
	background-color: #EBEBEB;
	height: 140px;
	padding-left: 230px;
	background-image: url(../Images/Posh/originateShip.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}
#originate  #greyBox  #originHeader {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
}
#originate #greyBox #originPara {

}


/* -------- table ----------- */
#poshClubTable
{
	margin-top: 6px;
	width: 910px;
}

#headerRow
{
	color:#666;
	font-weight: bold;
}



#subHeaderRow
{
	color:#666;
	height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}


/* -------- end table ----------- */
#benefitsRow {
	color:#666;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 18px;
	background-color: #E5E5E5;
	line-height: 30px;
}

.itemRow
{
	background-color: white;
	height: 36px;
}

.altItemRow
{
	height: 36px;
	background-color: #E8F1F8;
}
td.descriptionColumn
{
	padding-left: 10px;
	padding-right: 4px;
	width: 300px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
td.bronzeColumn, td.silverColumn, td.goldColumn, td.platinumColumn
{
	width:60px;
	text-align:center;
}
.tick
{
	height:32px;
	background-color: transparent;
	background-image: url(../Images/ringTrans.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.itemRow .descriptionColumn, 
.altItemRow .descriptionColumn,
.itemRow .bronzeColumn, 
.altItemRow .bronzeColumn,
.itemRow .silverColumn, 
.altItemRow .silverColumn,
.itemRow .goldColumn, 
.altItemRow .goldColumn,
.itemRow .platinumColumn, 
.altItemRow .platinumColumn
{
	border-bottom: dashed 1px #CCCCCC;
	height: 35px;
	padding-top:2px;
}

#headerRow .descriptionColumn, #subHeaderRow .descriptionColumn, #headerRow .bronzeColumn, #subHeaderRow .bronzeColumn, #headerRow .silverColumn, #subHeaderRow .silverColumn, #headerRow .goldColumn, #subHeaderRow .goldColumn, #headerRow .platinumColumn, #subHeaderRow .platinumColumn {
	padding-top:2px;
	border-bottom: dashed 1px #CCCCCC;
}

#benefitsRow .descriptionColumn, #benefitsRow .bronzeColumn, #benefitsRow .silverColumn, #benefitsRow .goldColumn, #benefitsRow .platinumColumn {
	padding-top:2px;
}
a, a:hover
{
	text-decoration: none;
	color: #006699;
}

