/* Hot 52 Contest CSS Document */

@import url("promo-style.css");

body {
	background-image:url(../images/site-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#848484;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#848484;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#848484;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#848484;
}

p {
	margin:7px 0px 0px 0px;
}

.checkoutInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:200px;
	background-color:#dfdfdf;
	border:0px;
	height:17px;	
}
.checkoutTotalsInput {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border:0px;
}
.checkoutSelect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#dfdfdf;
	border:0px;
	height:17px;	
}
.checkoutSubHead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0b78ad;
	font-weight:bold;
	border:0px;
	height:17px;	
}

.checkoutNotes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#0b78ad;	
}
.checkoutSelect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;

}

.errorNotice{
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

.profileName{
	color:#ffffff;
	font-size:23px;
	font-weight:bold;
}

.profileWhite{
	color:#ffffff;
	font-size:10px;
}

.girlThumbCells {
	background-image:url(../images/pic-thumb-bg.jpg); 
	background-repeat:no-repeat; 
	width:121px; 
	height:214px;
}

.photosThumbCells {
	background-image:url(../images/pic-thumb-bg.jpg); 
	background-repeat:no-repeat; 
	width:123px; 
	height:124px;
}

.photosThumbCellsLR {
	background-image:url(../images/pic-thumb-bg.jpg); 
	background-repeat:no-repeat; 
	width:123px; 
	height:115px;
}

.girlPageThumbCells {
	background-image:url(../images/pic-thumb-bg.jpg); 
	background-repeat:no-repeat; 
	width:135px; 
	height:225px;
}


.girlThumbName {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

.girlThumbCity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:-1px;
	color:#000000;
}

.homePartyDateCellLight {
	background-color:#e2e2e2;
	height:26px;
	text-align:center;
	vertical-align:middle;
	color: #006ba0;
	font-weight: bold;
	font-size: 12px;
}
.homePartyDateCellDark {
	background-color:#cccccc;
	height:26px;
	text-align:center;
	vertical-align:middle;
	color: #006ba0;
	font-weight: bold;
	font-size: 12px;
}

.blueTxtHeaders {
	color: #006ca2;
	font-size:14px;
	font-weight:bold;
}

.blackTxtLeadin {
	color: #000000;
	font-size:16px;
	font-weight:bold;
}

.footerTxt {
	color: #007cb9;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

.footer {
	background: url('/images/footer_bg.jpg') no-repeat #01151e;
	background-position:center;
	height: 281px;
	width: 100%;
	color: #FFFFFF;
}

.bodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 19px;
}

.captionTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	line-height: 19px;
}



.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;  
}

.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px; 
}

.footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a:link {
	color: #006a9e;
	text-decoration: none;
	font-weight:bold;  
}

a:visited {
	color: #006a9e;
	text-decoration:none;
	font-weight: bold; 
}

a:hover {
	color: #007cb9;
	text-decoration: underline;
}

#checkOut09{
	text-align:center;
	height: 70px;
}

#rsvp_form{
	margin:25px;
}

.rsvpFormItem{
	margin-bottom:12px;
}

.rsvpFormSubmit{
	margin-top:15px;
}

a.promoPartyLink,
a.promoPartyLink:visited  {
	font-weight:bold;
}
