/* Copyright 2006-2009 Jostens, Inc. */

/* Styles for the Landing Page */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
BODY {
	font-size: 14px;
	color: #000;
	background: #f6f2ef;
	font-family: Arial, Verdana, sans-serif;
	}
 A			{text-decoration: underline; font-weight: normal;}
 A:link		{color: #054482; text-decoration: underline; font-weight: normal;}
 A:visited	{color: #054482; text-decoration: underline; font-weight: normal;}
 A:active	{color: #0d5cab; text-decoration: none; font-weight: normal;}
 A:hover	{color: #0d5cab; text-decoration: none; font-weight: normal;}

.landingPage {
	width: 834px;
	margin: 0px auto;
	}
.landingMainFrame {
	background: url(/img/landing-gradientBG.gif) repeat-x;
	background-position: 0px 221px;
	}
.landingMainContent {
	background: url(/img/landing-crowd.gif) no-repeat;
	background-position: top;
	}
.landingBleedGutter  {
	width: 37px;
	background: url(/img/landing-leftGutter.gif) repeat-y;
	background-position: top right;
	}
.landingRightGutter {
	width: 37px;
	background: url(/img/landing-rightGutter.gif) repeat-y;
	}
.landingLeftCorner  {
	width: 37px;
	background: url(/img/landing-leftCorner.gif) no-repeat;
	background-position: top right;
	}
.landingRightCorner	{
	width: 37px;
	background: url(/img/landing-rightCorner.gif) no-repeat;
	background-position: top left;
	}
.landingBottomTile  {
	background: url(/img/landing-bottomTile.gif) repeat-x;
	background-position: top;
	}

.landingTopStuff {
	font-size: 11px;
	padding: 5px 0px 0px 10px;
	}
.landingLogin {
	font-size: 11px;
	margin: 2px 0px 0px 10px;
	}
.landingLogin TD {
	padding: 3px 3px 0px 0px;
	}
.landingLogin SPAN {
	padding: 0px 0px 0px 0px;
	}
.landingLoginTextInput INPUT {
	border: 1px solid #dfd3c9;
	padding: 1px 1px 1px 3px;
	font-size: 10px;
	background: url(/img/landing-inputBG.gif) no-repeat;
	}

.landingFooter {
	font-size: 11px;
	color: #666;
	background: url(/img/landing-footerBG.gif) repeat-x;
	border-top: 1px solid #dfd3c9;
	}
.landingFooterLinks	{
	text-align: right;
	padding: 15px 15px 15px 0px;
	}
.landing-jLogo {
	width: 89px;
	text-align: right;
	}
.landing-hLogo {
	padding: 0px 0px 0px 5px;
	}

.landing-tease {}
.landing-tease P {
	padding: 0px 16px 16px 16px;
	line-height: 20px;
	}
.landing-tease A:link		{font-weight: bold;}
.landing-tease A:visited	{font-weight: bold;}
.landing-tease A:active		{font-weight: bold;}
.landing-tease A:hover		{font-weight: bold;}
.landingWidgets {
	margin: 0px auto;
	width: 700px;
	}
.landingWidgets IMG {margin: 0px 0px 20px 0px;}

.disabledInput {
	background-color: #eaeaea;
	color: #ccc;
	}


/* Styles for cobranded pages */
/* ---------------------- */
.cobrLanding-title, /* .cobrLanding-Logos */ {text-align: center; padding: 0px; margin: 0px;}
.cobrLanding-title IMG {margin: 0px; padding: 0px;}
.cobrLanding-trayBG {
	background: url(/img/cobrLanding-stretch.gif) repeat-x;
	}
.cobrLanding-start {
	padding: 15px 15px 0px 0px;
	}
.cobrLanding-description {
	font-size: 12px;
	line-height: 17px;
	}
.cobrLanding-description P {
	margin: 15px 0px 0px 0px;
	}
.cobrLandingBumper {padding: 0px; margin: 0px;}
.cobrLandingBumper IMG {padding: 0px; margin: 0px;}

