/*  Styles that are particular to Javabean Review  */

/***************  Page Specific ***********************/

#cuppys{
	float:left;
	padding-bottom:20px;
	width:100%;
}

#cuppys_highlight{
	margin-left:10px;
	width:400px;
	background-color:#FFFF33;
	text-align:center;
	display:inline;
	float:left;
	border:solid 1px #ccc;
	margin-right:10px;
}


#cuppys_highlight .subheading{
	color:#224D74;
	font-style:italic;
	font-weight:600;
}





/*****   Thanks.php page ****************/


.fixedHeight{
	height:600px;
}

.thanks H2{
	/*text-align:center;*/
	font-size:32px;
	/*margin-top:150px; */
	color:#CD025C;
}

.thanks P A{
	color:#006699;
}


.sideMenu{
	background-color:#fff;
	margin-top:50px;
	width:75%;
	margin-bottom:50px;
}

.sideMenu LI{
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #ccc;
}

.sideMenu LI.last{
	border-bottom:none;
}

.sideMenu LI A{
	text-decoration:none;
	font-size:16px;
	color:#234D75;
}

.sideMenu LI A:hover{
	color:#333;
}

#adListing {
	margin-left:20px;
	width:95%;
	margin-top:0px;
	padding-top:0px;
}

.adFormBtn {
	border:solid 1px #333;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.LinkBtn{
	border:none;
	padding:2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#fff;
	color:#36C;
	cursor:pointer;
}

.thanks h1, .thanks h2, .thanks h3{
		font-family:Georgia, Garamond, "Times New Roman", Times, serif;	
}

.thanks h2 {
	font-weight:400;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
}
.thanks h3 {
	padding:3px 0px 0px 5px;
	margin:0px;
}

.thanks #topPanel {
	height:125px;
	/*border-bottom:solid 1px #666;*/
	margin:0px 0px 10px 20px;
	padding:15px 0px 0px 0px;
	width:95%;
}

.thanks #topPanel P{
	font-family:Georgia, "Times New Roman", Times, serif;	
}

.thanks #leftPanel {
	/*width:47%; */
	float:left;
	display:inline;

}
.thanks #leftPanel h2, .thanks #leftPanel SPAN {
	margin-left:40px;
	padding-top:15px;
}

.thanks #leftPanel P{
	margin-left:40px;
	padding-left:35px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.thanks #rightPanel {
	width:48%;
	float:left;
	display:inline;
	padding-left:25px;
	padding-top:45px;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.thanks #leftPanel SPAN {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Geneva, sans-serif;
}

.adRow{
	margin-left:10px;
	margin-bottom:5px;
	padding-top:5px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	float:left;
}


.firstRow{
	margin-top:10px;	
}

.cBoxColumn{
	display:inline;
	float:left;
	width:5%;
	padding-top:30px;
}

.lgColumn{
	display:inline;
	float:left;
	width:25%;
}

.adContent{
	display:inline;
	float:left;
	width:70%;
	font-size:12px;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#666;
}

.adContent h3{
	font-weight:300;
}

.buttonRow{
	float:left;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	text-align:right;
	padding-right:10px;	
}


#msgPanel{
	position:relative;
	top:150px;
	left:180px;
	/* border:solid 1px #F90; */
}

#msgPanel SPAN.caption{
	font-family:Georgia, Garamond, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
}


/* Frontpage Logo Grid Display */

#franchiseGrid{
	margin-left:50px;
	border-collapse:separate;
	border-spacing:10px;
}

#franchiseGrid TD{
	height:60px;
	width:120px;
}

#franchiseGrid TD IMG{
	border:solid 1px #666;	
}

#franchiseGrid TD.empty{
	border:none;
}










