.PageTitle {
	font-size: 2em;
	font-weight: bold;
	color: #000099;
    text-shadow: #666666 5px 5px 5px;
    filter: Shadow(Color=#003F87, 	
			Direction=135, 
			Strength=3);
    white-space: nowrap;
    margin-bottom: 20px;
}

.TableHeader {
	text-align: center;
	font-weight: bold;
	background-color: #003F87;
	color: white;
}

.Field {
	text-align: right;
    background-color: #E9E9E9 /*#BFEFFF*/;
    font-weight: bold;
    size: medium;
}
.Button {}
.MenuItem {
	font-size: xx-small;
}
.FooterText {
	height: 10px;
	font-size: xx-small;
	background-color: black;
	color: white;
}


.oddRow {
	background-color: #FFFFFF;
}
.evenRow {
	background-color: #E9E9E9;
}


/*
Design - http://www.roman.lt/
Released for free under a Creative Commons Attribution 2.5 License
*/

body {background-image:url(http://thechurchofbeer.com/images/theme/bg.gif); margin:0px; padding-top:15px; font-family: sans-serif; font-size:13px; color:#222222}
td {vertical-align: top; line-height:20px}
h1 {font-size:18px; font-weight:normal; padding:0px; margin:0px}
.main-table {border: 1px solid #FFFFFF; background-color:#FFFFFF; width:100%}
.style1 {font-size: 10px}

.top-img {background-image: url(http://thechurchofbeer.com/images/theme/top-bg.jpg); height:250px; padding-left:250px; color:#FFFFFF; text-align: center; font-size: 1.5em;}
.website-title {font-family: "Trebuchet MS", Arial; color: #FFFFFF; text-align: right; font-size:2.5em;
    text-shadow: #000000 5px 5px 5px;
    filter: Shadow(Color=#000000,Direction=135,Strength=3);}
.menu {height:35px; vertical-align:middle; padding-left:10px; padding-right:10px; background-image:url(http://thechurchofbeer.com/images/theme/menu-bg.gif)}
.table-corners {width:900px;}
.bg-white {background-color:#FFFFFF}
.corner1 {background-image:url(http://thechurchofbeer.com/images/theme/corner1.gif); width:20px; height:20px}
.corner2 {background-image:url(http://thechurchofbeer.com/images/theme/corner2.gif); width:20px; height:20px}
.corner3 {background-image:url(http://thechurchofbeer.com/images/theme/corner3.gif); width:20px; height:20px}
.corner4 {background-image:url(http://thechurchofbeer.com/images/theme/corner4.gif); width:20px; height:20px}
a.menu-link { background-image:url(http://thechurchofbeer.com/images/theme/menu-sep.gif); height:30px; line-height:30px; background-position: right; background-repeat:no-repeat; padding-left:7px; padding-right:14px; padding-top:6px; padding-bottom:6px; font-family: tahoma; font-size:15px; color:#FFFFFF; text-decoration:none; font-weight:bold}
a.menu-link:hover { background-image:url(http://thechurchofbeer.com/images/theme/menu-bg_hover.gif); background-position:center; background-repeat:repeat-x; color:#FFE7CF}
.content {padding-top:25px; padding-left:2px; padding-right:60px; padding-bottom:35px}
.content-right {padding-top:60px}
a.made-in {color:#aaaaaa }
.made-in_text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aaaaaa;
	padding-left:3px;
	padding-bottom:15px
}
a.menu-right, a.menu-right:visited {font-size: 18px; line-height:30px; padding-left:20px; text-decoration:none; color:#aaaaaa; background-color:#FAFAFA; width:200px; display:block; border-bottom:#CCCCCC solid 1px}
a.menu-right:hover {background-color:#2679B7; color:#D8E9F1}

/*
rating script from:
http://komodomedia.com/blog/index.php/2007/01/20/css-star-rating-redux/
*/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(http://thechurchofbeer.com/images/ratings/beer.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}


