@import "global.css";

#main .content {
	padding-left: 45px;
	width: 780px;
}
#poshClub {
	margin-bottom: 10px;
}
#toppanel
{
	font-size: 24px;
	color: #000;
	line-height: 20px;
	height: 25px;
	width: 420px;
	padding-top: 25px;
}
#poshClub #toppanel #links {
	float: right;
	background-image: url(../Images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
}


#poshLogo
{
    background: transparent url("../images/posh-club-logo.gif") no-repeat left top;
    width: 120px;
    height: 160px;
    float:right;
} 

#intro
{
	background-image: url(../Images/Posh/lobbyFade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 10px;
	float:left;
	width: 770px;
}

.introPara
{
	padding-bottom: 8px;
	font-size: 10px;
	line-height: 12px;
	width: 410px;
}
.headBold {
	font-weight: bold;
	color: #006699;
	font-size: 14px;
	padding-top: 5px;
}

#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 {
	background-image: url(../Images/Posh/poshTab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 825px;
	height: 156px;
	padding-top: 8px;
	margin-top: 10px;
}
#originate #greyBox {
	background-color: #EBEBEB;
	height: 140px;
	width: 545px;
	padding-left: 225px;
	background-image: url(../Images/Posh/originateShip.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 10px;
}
#originate  #greyBox  #originHeader {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 6px;
	padding-top: 15px;
}
#originate #greyBox #originPara {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 6px;
}


/* -------- table ----------- */
#poshClubTable
{
	border: 0px solid red;
	margin-top: 6px;
	margin-left: 10px;
	width: 760px;
}

#headerRow
{
	color:#006699;
	font-weight: bold;
}
#poshClub #sidebar {
	display: none;
}



#subHeaderRow
{
	color:#006699;
	height: 1em;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}


/* -------- end table ----------- */
#benefitsRow {
	color:#006699;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 18px;
	background-color: #E5E5E5;
	line-height: 30px;
}

.itemRow
{
	background-color: white;
	height: 36px;
	color: #006699;
	font-size: 10px;
}

.altItemRow
{
	height: 36px;
	background-color: #E8F1F8;
	color: #006699;
	font-size: 10px;
}
td.descriptionColumn
{
	padding-left: 10px;
	padding-right: 4px;
	width: 242px; 
	vertical-align: middle;
}
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: solid 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: solid 1px #CCCCCC;
}

#benefitsRow .descriptionColumn, #benefitsRow .bronzeColumn, #benefitsRow .silverColumn, #benefitsRow .goldColumn, #benefitsRow .platinumColumn {
	padding-top:2px;
	border-bottom: solid 1px #000000;
}
a, a:hover
{
	text-decoration: none;
	color: #006699;
}