/* Styles for the Tipping Gratuity Page */

/* The styles for the lists */
.tipRule ul{
	padding: 0px 20px;
}

.tipRule li{
	padding: 5px 0px;
	margin: 0px;
}

/* Tip Chart Styles */
#tipChart table{
	margin: 0px 20px;
	width: 200px;
	float: left;	
}

/* Tip Calculators */
#barTipCalculator, #tipCalculator{
	background-color: #EFEFEF;
	border: 1px solid #336699;
	padding: 10px;
	margin: 20px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

/* The width of the Bar Tip Calculator */
#barTipCalculator{
	width: 180px;
	margin-left: 275px;
	margin-bottom: 50px;
}

/* The width of the Tip Calculator */
#tipCalculator{
	width: 550px;
	margin-left: 100px;
	margin-bottom: 50px;
}

/* The styles for the Headers */
#barTipCalcHeader, #tipCalcHeader{
	background-color: #336699;
	color: #FFFFFF;
	text-align: center;
	font-size: medium;
	padding: 5px;
	margin: -10px -10px 10px -10px;
	border: 1px solid #FFFFFF;
}

/* The distance between the divs (the fields) */
#barTipCalculator form div, #tipCalculator form div{
	margin: 0 0 0.5em 0;
}

#barTipCalculator form div label{
	margin-top: 5px;
	width: 4em;
	display: block;
	float: left;
	font-weight: bold;
}

#tipCalculator form div label{
	width: 8em;
	display: block;
	float: left;
	font-weight: bold;
}
