BODY
{
	background-color: White;
	font-family: Arial, Terminal;
	font-size: 16px;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
BODY.PaleBlueBody
{
	background-color: #D5DCED;
	/*background-image: url(images/blue_gray_gradient.png);
	background-repeat: repeat-y;*/
}
H1 
{
	text-align: center; 
}
.NormalText
{
	font-size: 16px;
  	line-height: 120%;
}
.SmallText
{
	font-size: 13px;
  	line-height: 120%;
}
.RightAlignedLabel
{
	text-align: right; 
	padding-right: 10px;
}
.LeftAlignedDataField
{
	text-align: left; 
}
IMG.BackgroundImage
{
	position: absolute;
	top: 5px;
	left: 25px;
	z-index: 0;
}
IMG.BannerImage
{
	position: absolute;
	top: 40px;
	left: 23px;
	border-top: solid medium white;
	border-bottom: solid medium white;
	border-left: solid thin white;
	border-right: solid thin white;
	z-index: 10;
}
DIV.DealerLogo
{
	position: absolute;
	top: 45px; 
	left: 390px;
	width: 360px; 
	height: 85px;
	overflow: hidden;
	text-align: right;
	vertical-align: middle;
	z-index: 10;
}
IMG.LogoImage
{
	position: relative;
	z-index: 20;
}

DIV.CookieCrumbArea
{
	position:absolute; 
	top: 12px;
	left: 20px;
	width: 700px;
	height: 25px;
	z-index:20;
	color: White;
	text-align: right;
	font-size: 16px;
  	line-height: 120%;
}
a.CookieCrumbArea         { color: #CCCCCC; text-decoration: none }
a.CookieCrumbArea:visited { color: #CCCCCC; text-decoration: none }
a.CookieCrumbArea:hover   { color: White; font-weight: bold; text-decoration: none }

DIV.DataEntryArea 
{
	position: absolute; 
	top: 145px; 
	left: 150px; 
	z-index: 100;
	color: Black;
	text-align: center;
}
DIV.DataEntryTop
{
	width: 500px;
	height: 57px;
	padding-top: 10px;
	background-image: url(images/background_white_top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
DIV.DataEntryMiddle 
{
	width: 500px;
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
}
/*Added for the optional link on the account summary page
--- 1/8/2008 Cindy Huang 
*/
DIV.OptionalLinkDiv 
{
	position: absolute; 
	color:White;
	top: 50px; 
	left: -105px;
	z-index: 120;
	text-align:center;
}
.imgLink
{
    border:none;
    max-width:88px;
}
DIV.DataEntryBottom
{
	width: 500px;
	height: 40px;
	background-image: url(images/background_white_bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
DIV.DataEntryTopWide
{
	width: 550px;
	height: 57px;
	padding-top: 10px;
	background-image: url(images/background_white_widetop.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
DIV.DataEntryMiddleWide 
{
	width: 550px;
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
}
DIV.DataEntryBottomWide
{
	width: 550px;
	height: 40px;
	background-image: url(images/background_white_widebot.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}

DIV.DataEntryTopCentered
{
	width: 500px;
	height: 57px;
	padding-top: 10px;
	background-image: url(images/background_white_top.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
DIV.DataEntryMiddleCentered 
{
	width: 500px;
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
DIV.DataEntryBottomCentered
{
	width: 500px;
	height: 40px;
	background-image: url(images/background_white_bottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
TABLE.CenteredTable
{
	margin-left:auto;
	margin-right:auto;
}

DIV.DataEntryDealerLogins 
{
	width: 600px;
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.DataEntryHeader 
{
	background-image: url(images/header_blue.png);
	background-repeat: no-repeat;
	background-position:center center;
	height: 50px;
	font-size: 24px;
	line-height: 200%;
	font-weight: bold;
	color: #F3B735;
	text-align: center;
}
.DataEntryHeader2 
{
	background-image: url(images/header_julie.png);
	background-repeat: no-repeat;
	background-position:center center;
	height: 195px;
	width: 460px;
	font-size: 24px;
	line-height: 200%;
	font-weight: bold;
	color: #F3B735;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.DataEntryText
{
	font-size: 13px;
  	line-height: 120%;
	font-weight: normal;
	text-align: left;
}
.SmallBoldCenter
{
	font-size: 13px;
  	line-height: 120%;
	font-weight: bold;
	text-align: center;
}
.MedBlueCenter
{
	font-size: 16px;
  	line-height: 120%;
	font-weight: bold;
	color: Navy;
	text-align: center;
}
.DataEntryError
{
	font-size: 13px;
  	line-height: 120%;
	color: red;
}
.DataEntryErrorSmall
{
	font-size: 10px;
  	line-height: 120%;
	color: red;
}

DIV.TransactionDetailDiv
{
	height: 194px;
	overflow: auto;
	padding-left: 30px;
}
.TransactionDetailGrid
{
	background-color: white;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	color: black;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -1px;
}
.TransactionDetailHeader
{
	background-color: #F3B735;
	border: medium solid #FFDA8C;
	font-size: 13px;
  	line-height: 120%;
	font-weight: bold;
	color: white;
	text-align: center;
    position: relative; 
	top: -2px;    
}
.TransactionDetailHeaderFrozen
{
	background-color: #F3B735;
	border: medium solid #FFDA8C;
	font-size: 13px;
  	line-height: 120%;
	font-weight: bold;
	color: white;
	text-align: center;
}
.TransactionDetailHeaderPrint
{
	background-color: #F3B735;
	border: medium solid #FFDA8C;
	font-size: 13px;
  	line-height: 120%;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: underline;
	font-style: italic;
}
.GridColorRow
{
	background-color: #FFDA8C;
}
.NegativeValue
{
	font-size: 13px;
  	line-height: 120%;
	font-weight: normal;
	color: red;
	text-align: center;
}
.NegativeRed
{
	color: Red;
}

.ListNumbers
{
	font-weight: bold;
   	color: #F3B735;
	font-size: 32px;
  	line-height: 120%;
	font-style: italic;
	vertical-align: middle;
	text-align: right;
}
.ListText
{
	font-size: 13px;
  	line-height: 120%;
	color: Black;
	font-weight: normal;
	font-style: normal;
	vertical-align: middle;
	text-align: left;
}
.ListTextBold
{
	font-size: 16px;
  	line-height: 120%;
	color: Black;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.ExpirationText
{
    font-size: 16px;
    color: White;
    font-weight: bold;
} 
.LinkPublicWebSite
{
    font-size: 13px;
    position:absolute; 
    top:210px; 
    left:390px; 
    z-index:130; 
    color:Navy;
}   

DIV.NuCarLinkArea
{
	position: absolute; 
	top: 562px; 
	left: 330px; 
	z-index: 10;
	font-size: 10px;
  	line-height: 120%;
	font-weight: normal;
	color: #CCCCCC;
}
a.NuCarLinkArea         { color: #CCCCCC; text-decoration: underline }
a.NuCarLinkArea:visited { color: #CCCCCC; text-decoration: underline }
a.NuCarLinkArea:hover   { color: White; text-decoration: underline }

DIV.NuCarLinkAreaTall
{
	position: absolute; 
	top: 1104px; 
	left: 330px; 
	z-index: 10;
	font-size: 10px;
  	line-height: 120%;
	font-weight: normal;
	color: #CCCCCC;
}

DIV.CopyrightArea
{
	position: absolute; 
	top: 575px; 
	left: 400px; 
	width: 330px;
	z-index: 10;
	font-size: 10px;
  	line-height: 120%;
	font-weight: normal;
	color: #336699;
	text-align: right;
}
DIV.CopyrightAreaTall
{
	position: absolute; 
	top: 1122px;
	left: 400px; 
	width: 330px;
	z-index: 10;
	font-size: 10px;
  	line-height: 120%;
	font-weight: normal;
	color: #336699;
	text-align: right;
}

DIV.QuestionsButtonDiv
{
	position: absolute; 
	top: 170px; 
	left: 680px;
	z-index: 120;
}
.JavascriptWarning
{
	font-family: Times New Roman;
	font-size: 12pt;
	color: #F3B735;
	margin-left: 170px;
	text-align: center;
}
/* TODO - move button hover to CSS when asp:ImageButton bug is fixed.
   (Explanation: the correct way to do the "onmouseover" "onmouseout" stuff we've got
    on all the image buttons in this site would be to use the CSS "hover" effect.
    But currently any border style you set in CSS for asp:ImageButton controls
    is ignored; the control's own BorderWidth and BorderColor properties
    override them.  Microsoft may fix this in the future, and then we could do it right.
   See http://connect.microsoft.com/VisualStudio/feedback/details/399304/asp-imagebutton-overrides-css-border-formating
*/