/* Stagecoach Project: Website Management Software */
/* Company: Alpine Designs (http://www.alpinedesigns.us), South Lake Tahoe */
/* Author: Chris Hood (http://chrishood.me) */
/* File: stagecoach.css - Styles for visitor pages */
/* Updated: 7/18/2019 Created: 7/10/2012 */

/***** Reviews Page *****/
p.stagecoach_review {
	padding: 2px; 
	text-align: left;
}
div.stagecoach_reviewSite {
 	display: inline;
	padding: 10px;
	text-align: center;
}
.stagecoach_reviewSite img {
	height: 40px;
	border: none;
}	
div.stagecoach_review_buttons {
	margin: 10px auto;
	text-align: center;
}
.stagecoach_review_buttons input {
	display: inline;
	margin: 0 10px;
	padding: 5px;
	border: 2px #444 solid;
	border-radius: 7px;
	box-shadow: 4px 4px 2px #333;
	text-align: center;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
	color: black;
}

/***** Popup Box and in Page Email Form *****/  /* On reviews page and stageoach_links pages */
div.stagecoach_popup { 
	display: none; 
	position: fixed; 
	left: 50%; margin-left: -315px;
	top: 75px;
	width: 630px; 
	padding: 12px 12px 17px 12px; 
	border: 5px outset grey; 
	border-radius: 12px;
	background-color: #aaa;
	background: linear-gradient(right , #ddd 0%, #aaa 50%);
	text-align: center;
	color: black;
	font: 14px arial,sans-serif;
}
.stagecoach_email_form {
	width: 630px; 
	margin: 10px auto 0;
	text-align: center;
}
.stagecoach_popup div, .stagecoach_email_form div {
	display: inline-block;
	margin: 0 12px 10px 12px;
	text-align: left; 
	font-weight: bolder;
	font-size: 130%;
}
.stagecoach_popup h1 {
	margin-top: 10px;
	text-shadow: 2px 2px 2px #888;
	font-size: 2em;
	color: black;
}
.stagecoach_popup_label {
	display: block;
	clear: both;
	font-weight: bolder;
	font-size: 130%;
}

input.stagecoach_popup {
	width: 250px; 
	border-radius: 5px;
	background-color: #eee;
	font-weight: normal;
	font-size: 105%
}
.stagecoach_popup textarea, .stagecoach_email_form textarea {
	width: 550px; 
	margin: 4px 0 10px 0;
	border-radius: 5px;
	background-color: #eee;
}
input.stagecoach_popup_button {
	width: 120px;
	margin: 10px 20px 0 20px;
	padding: 4px;
	border: 2px #444 solid;
	border-radius: 10px;
	box-shadow: 4px 4px 2px #333;
	background: linear-gradient(100% 37% 249deg, #ABACAD, #DEDEDE, #C7C7C7 100%);
	font-weight: bold;
	font-size: 110%
}
input.stagecoach_popup_button:hover {
	box-shadow: 4px 4px 2px #777;
	background: linear-gradient(56% 0% 249deg, #C7C7C7, #F2F2F2, #C7C7C7 100%);
}
/*** Review Stars ***/
p.stagecoach_reviewstar  {
	height: 30px; 
	font-size: 120%;
	font-weight: bolder;
}
.stagecoach_reviewstar img{
	width: 27px;
	height: 26px;
	border: none;
}