A:link  { color: #0033BB; text-decoration: none; }
	
A:visited { color: #003377; text-decoration: none;}
	
A:hover { color: #CC3300; text-decoration: underline;}

body {
	width: 100%;
    background-color: #fff;
    font-size:13px;
	text-align: center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

/* TABLE */
.tbl {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-spacing: 0px;
	z-index: 0;
	width: 727px;
}
.tbl a{
	text-decoration: none;
	color: #006699;
}
.tbl a:hover{
	text-decoration: underline;
}
.tbl>tbody>tr:nth-child(odd)    { background-color:#fff;}
.tbl>tbody>tr:nth-child(even)    { background-color:#f9f9f9;}

.tbl tr.head {
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #336699;
	padding: 0px;
}
.tbl tr.head td {
	border-bottom: 2px solid #eee;
}
.tbl tr td {
	padding: 10px 10px 10px 0px;
	border-bottom: 1px solid #eee;
}
.tbl td.count {
	text-align: center;
	color: #777;
	width: 50px;
}
.tbl td.name {
	min-width: 375px;
	white-space: wrap;
}
.tbl td.row {
	text-align: center;
	color: #8DBF54;
	padding-left: 4px;
	width: 20px;
	font-size: 8pt;
}
.tbl td.style {
	font-size: 9pt;
	color: #999;
	text-align: center;
	white-space: wrap;
}
.tbl td.date {
	width: 70px;
	font-size: 8pt;
	color: #999;
	text-align: center;
}
.tbl td.score {
	font-weight: bold;
	color: #8DBF54;
	font-size: 10pt;
	width: 50px;
	text-align: center;
}



/* USER STATUS MESSAGES FOR FORUM */


.activityDrinkingStatus {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-height: 52px;
	margin-left:25px;
	width: 100%;
	float: left;
	padding-bottom:5px;
	padding-top:5px;
}

.userStatusBubbleForum {
	border: 1px solid #fff;
	padding: 5px;
	margin-top: 0px;
	background: #f4f5f6;
	margin-left: -1px;
	width: 100%;
	max-width: 400px;
	float: left;
}

.userStatusCommentForum {
	border: 1px solid #fff;
	padding: 5px;
	padding-top: 3px;
	background: #f4f5f6;
	margin-top: 2px;
	margin-left: 5px;
	width: 100%;
	float: left;
	max-width: 395px;
	font-size: 10px;
}

.comment_form_forum {
	margin-top: 2px;
	position: relative;
	height: 28px;
	width: 400px;
	background: none;
	margin-left: 0px;
}

input.go {
  color:#336699;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  background-color:#fed;
  border:1px solid;
  border-color: #696 #363 #363 #696;
}

#c {
	padding: 2px;
	border: 1px solid #c8d8e8;
	margin-top: 0px;
	width: 100%;
	font-family:Arial,Helvetica,sans-serif;
	background: none;
	margin-left: 5px;
	outline: none;
	font-size: 1em;
	color: #777;
}

.usercomment {
	padding-top: 0px;
	margin-left: -26px;
	margin-top: 0px;
	padding-right: 20px;
}

.commentLinkForum {
	margin-top: 0px;
	position: relative;
	height: 28px;
	width: 400px;
	background: none;
	border: 0px;
	font-size: 10px;
	margin-left: 10px;
}

.commentLinkForum a{
	color: #777;
}
.commentLinkForum label {
	position: absolute;
	top: -9999px;
}


.temp_blue_header_centered { 
	height: 23px; 
	color: #003366;
	text-align: left;
	font-weight: bold;
	font-size: 18;
	line-height: 23px; 
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	background: #fff;
	#background-image: url('/images/bgs/menu_blue_fade.gif');
	#background-repeat: repeat x;
}


.forumDrinkingStatus {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:2px;
	position: relative;
	float: left;
	min-width: 340px;
	width: 100%;
	padding:5px;

}

.activityTime {
color: #999;
font-size: 9px;
}

/* --END-- USER STATUS MESSAGES FOR FORUM */

#header {
	height: 100px;
	min-width: 1000px;
	text-align: center;
	background: #003366;
}

#header h1 a {
	display: block;
	background: url(http://s.wordpress.org/style/images/wordpress-logo.png) center left no-repeat;
	width: 301px;
	height: 88px;
	text-indent: -9999px;
	float: left;
}

#header ul {
	margin-right: 14px;
	float: right;
	list-style: none;
	min-width: 500px;
}

#header ul li {
	float: left;
}

#header ul li a {
	font-weight: normal;
	display: block;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	text-shadow: #333 1px 1px 1px;
}

#header ul li a:hover {
	color: #fff;
}

#header ul li a.current, #header ul li#download a.current {
	color: #555;
	background: #e4f2fd;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #c6d9e9 1px 1px 1px;
}

#header ul li#download a {
	background: #d54e21 url(http://s.wordpress.org/style/images/download-tab-bg.png) bottom left repeat-x;
	color: #fff;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	text-shadow: #b5421c 1px 1px 1px;
}

#header ul li#download a:hover {
	color: #ffac90;
}

#header ul li#download a.current:hover {
	color: #555;
}

#premiumMemberForum {
	background: #e7e7e7;
	width: 48px;
	height: 10px;
	text-align: center;
	margin-top:-1px;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	font-weight: bold;
	font-size: 6pt;
}
#premiumMemberForumNoPic {
	background: #e7e7e7;
	width: 48px;
	height: 10px;
	text-align: center;
	margin-top:-1px;
	border: 1px solid #ccc; 
	font-weight: bold;
	font-size: 6pt;
}

#adminForum {
	background: #b14040;
	width: 48px;
	height: 10px;
	color: #ccc;
	text-align: center;
	margin-top:-1px;
	border-left: 1px solid #660000; 
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	font-weight: bold;
	font-size: 6pt;
}

.event-attendee {
	padding-right: 7px;
	text-align: center;
	position: relative;
	float: left;
	font-size: 11px;
	height: 75px;
	vertical-align: bottom;
}

#event-people {
	width: 100%;
	height: 100px;
	padding: 0px 0px;
	border: 1px solid #ccc;
}

/* FORM STYLES */

.haveForm {
	position: relative;
	height: 28px;
	width: 400px;
	background: #ebf1f6;
	border: 1px solid #c8d8e8;
}
.haveForm label {
	position: absolute;
	top: -9999px;
}
.haveForm input.go {
	position: absolute;
	top: 5px;
	right: 6px;
}

.tradeInput{
	margin-bottom: 5px;
	padding: 4px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

input.text {
	margin-right: 2px;
	font-size: 10px;
	padding: 3px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 14px;
	vertical-align: top;
	color: #666;
}


.button, .button-secondary {
	font-size: 10px;
	cursor: pointer;
	color: #246;
	background: #e5e5e5;
	height: 22px;
	padding: 0 4px;
	border: 1px solid #a3a3a3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div.content_header { 
	height: 23px; 
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0 10px; 
	line-height: 23px; 
	background: #336699
	
}

.blue_header { 
	height: 23px; 
	color: #fff;
	font-weight: bold;
	line-height: 23px; 
	background: #336699;
}

.blue_header a { 
	height: 23px; 
	color: #fff;
	font-weight: bold;
	line-height: 23px; 
	background: #336699;
}

div.left_header { 
	height: 23px; 
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 0 10px; 
	line-height: 23px; 
	background: #336699;
}


.block-notice {
	border: 2px dashed #ccc;
	background: #FFFFCC;
	width: 100px;
	padding: 10px;
	margin-bottom: 5px;
	top: 50%;
	text-align: center;
}

.username {
	padding-top: 5px;
	padding-bottom: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#003366;
	font-weight:bold;
	text-align: left;
}

div#usersidebar {
	padding: 10px;
}

.userpanelright {
	background: #fff;
	padding: 10px;
	vertical-align: top;
	width: 180px;
}

.messagespanel {
	background: #fff;
	padding: 10px;
}

.beername {
	padding-top: 5px;
	padding-bottom: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	color:#003366;
	font-weight:bold;
}

.fade-brown {
	background: #FFFFCC;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom:4px;
}

.fade-red {
	background: #F6E3CE;
	background-repeat: repeat-x;
}


div#rbbody {
	width: 100%;
    font-size:13px;
	text-align: center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('/images/bgs/bgfade.gif'); 
    background-color: #e7e7e7;
	background-repeat: repeat-y;
	background-position: top center;
}

div#container {
    width: 1000px;
	position: relative;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div#header-container {
	width: 100%;
	height: 100px;
	background-color: #003366;
}



/************************************************
*	JOE NAVIGATION 									*
************************************************/
	
	
#nav_flav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav_flav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav_flav a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px; 
	display: block;
    font-weight: bold;
	text-align: center;
	width: 56px;
    margin: 0px 0px 0px 0px;
	padding: 6px 8px 7px 8px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-top: 0px solid #003366;
	background: #336699;
	}


#nav_flav a:hover {
	color: #000;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 6px 8px 7px 8px;
	background: #ccc;
	}

#nav_flav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav_flav li a {
	background: #336699;
	text-decoration: none;
}

#nav_flav li a#current {
	color: #666;
	background: white;
}

/************************************************
*	NAVIGATION 									*
************************************************/
	
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size:9pt; 
	display: block;
    font-weight: bold;
	text-align: center;
	width: 70px;
    margin: 0px 0px 0px 0px;
	padding: 6px 10px 7px 10px;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-top: 1px solid #003366;
	background: #336699;
	}


#nav a:hover {
	color: #000;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 6px 10px 7px 10px;
	background: #ccc;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li a {
	background: #336699;
	text-decoration: none;
}

#nav li a#current {
	color: #666;
	background: white;
}






#pagemenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#pagemenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#pagemenu a {
	color: #fff;
	font-family: Arial, sans-serif;
	font-size:9pt; 
	display: block;
    font-weight: bold;
	text-align: center;
    margin: 0px 0px 0px 0px;
	padding: 6px 10px 7px 10px;
	background: #336699;
	}


#pagemenu a:hover {
	color: #000;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 0px;
	padding: 6px 10px 7px 10px;
	background: #ccc;
	}

#pagemenu li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#pagemenu li a {
	background: #336699;
	text-decoration: none;
}

#pagemenu li a#current {
	color: #666;
	background: white;
}


/* END NAVIGATION */

.bigbeerscore {
	font-weight: bold; 
	font-size: 58px; 
	color: #FFFFFF; 
	text-align: center; 
	margin: 0px 0px 0px 0px;
}

.bigbeerscore-green {
	font-weight: bold; 
	font-size: 58px; 
	color: #66A212; 
	text-align: center; 
	margin: 0px 0px 0px 0px;
}

.corner-topleft {
	background: url('/images/icons/corner-topleft.gif'); 
	background-repeat: no-repeat;
	background-position: top left;
}

.corner-topright {
	background: url('/images/icons/corner-topright.gif'); 
	background-repeat: no-repeat;
	background-position: top right;
}

.corner-bottomleft {
	background: url('/images/icons/corner-bottomleft.gif'); 
	background-repeat: no-repeat;
	background-position: bottom left;
}

.corner-bottomright {
	background: url('/images/icons/corner-bottomright.gif'); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* PAGINATOR */


.Paginator { 
	text-align: center;
	font-family:Arial, sans-serif; 
	font-size:13px;
	padding-bottom: 10px;
	margin-left: auto; 
	margin-right: auto;
}


.Pages { text-align: center; }
.Paginator a, .pageList .this-page { color: #555; padding: 2px 3px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:visited { color: #555; padding: 2px 3px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 14px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 14px; padding: 2px 6px; border: solid 2px #ddd; background: #fff;}
.Paginator .AtEnd { margin-left: 14px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 13px; vertical-align: top; background: #fff; color: #FF0084; }
.Paginator a:hover {color: #fff; background: #ccc; border-color: #ccc; text-decoration: none;}
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/


div#footer {
	height: *;
	clear: both;
	border-top: 1px solid #d7d7d7;
	text-align: center;
	position: relative;
	padding: 20px 15px;
	overflow: hidden;
	background-color: #fff;
}

.userpanel-text {
	font-size:11px;
	color:#666;
	font-weight: bold;
}

.LiteBigGray {
	font-family:  Arial, Helvetica; 
	font-size: 18px; 
	color: #f5f5f7;
}

.cr-header { 
	height: 25px;
	background: url('/images/bgs/chrome.gif'), top repeat-x, #f9f9f9; 
	font-family:Arial, sans-serif;
	font-size:11px;
	color: #474747; 
	text-transform: uppercase; 
	font-weight: bold; 
	padding: 7px 0px 5px 0px; 
	border-bottom: 1px solid #d7d7d7;
}

.cr-header-table { 
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.dashbox {
	background: #f7f7f7;
	padding: 10px;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

.solidbox {
	background: #f7f7f7;
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.mailbox {
	background: #f7f7f7;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

.cr-beerfoot {
	height: 25px;
	background: url('/images/bgs/chrome.gif'), top repeat-x, #f9f9f9; 
	text-transform: uppercase; 
	font-weight: bold;
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#474747;
	padding: 7px 0px 5px 0px; 
	border-bottom: 1px solid #d7d7d7;
}

.grey-header { 
	background: #d7d7d7; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #474747; 
	text-transform: uppercase; 
	font-weight: bold; 
	padding: 7px 0px 5px 0px; 
	border-bottom: 1px solid #d7d7d7;
}

.botd_top { 
	background-color: #B0B5C0; 
	background-image: url("/images/bgs/botd_top.gif"); 
	background-repeat: no-repeat; 
	background-position: top right
}
.rotw_top { 
	background-color: #B0B5C0; 
	background-image: url("/images/bgs/rotw_top.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
}

.botd  img{
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

.grayimage {
	border-color: #CCCCCC;
} 

.fade-left {
	background-image:url(/images/bgs/bgleft.gif); 
	background-repeat: repeat-y;
	background-position: right;
}
.fade-right {
	background-image:url(/images/bgs/bgright.gif); 
	background-repeat: repeat-y;
	background-position: left;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/bgs/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/icons/corner-topleft.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgs/overlay.png", sizingMethod="scale");
}
	

.toggleopacity img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.toggleopacity:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
}

.toggleopacity img{
	border: 1px solid #ccc;
}

#hoverdiv {
	width: 120px;
	background-image:url(/images/icons/zoom-beerpic.gif);
	background-repeat:no-repeat; 
	background-position: bottom right;
}

.beerinfobox {
	background: #fff;
	margin-top: 10px;
}

.beerinfo {
	background: #E3F6CE;
	background: #fff;
	padding-left: 10px;
}

.blue {
	color: #0033CC;
}
.liteblue {
	color: #90A0FF;
}
.dashed	{
	border: thin dashed #CCCCCC;
}
.dropdown	{
	font-family:arial,san-serif;
	font-size:11px;
	color:#000033;
	background-color: #eoeoff;
}
.beer, text, td {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#505050;
	font-weight: normal;
	font-variant: normal;
}

.menu {
	font-family:Arial, sans-serif; 
	font-size:13px;
	color:#000066;
	font-weight:BOLD;
	text-decoration:none;
}
.menu2 {
	font-family: MS Sans Serif, Sans Serif;
	font-size:10px;
	color:#505050; 
	font-weight: bold; 
	font-variant: normal;
}

.tinyboy {
	font-family: Arial, san-serif; 
	font-size: 6px;
}

.calItem {
	font-family: "Arial Narrow", "Arial", san-serif; 
	font-size: 12px; 
	line-height: 12px; 
	padding: 3px; 
	border-top: 1px solid #f7f7f7;
}

.drpdwn	{
	font-family:arial,sans-serif;
	font-size:11px;
	background: #f7f7ff;
	text-decoration:none;
	cursor: hand;
}
	

.sbttn {
	font-family:arial,sans-serif;
	font-size:11px;
	background: #f7f7ff;
	border: 1px solid #999999;
	color:#000033;
	height:18px;
	text-decoration:none;
	cursor: hand;
}
.graybttn {
	font-family:tahoma,sans-serif;
	font-size:11px;
	background: #999999;
	color:#000066;
	height:19px;
	text-decoration:none;
	cursor: hand;
}

.subgray {
	font-family:Arial Black, sans-serif;
	font-size:13px;
	color:#a0a0a0; 
	font-weight: normal; 
	font-variant: normal;
}

.tanbeer {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#d7a000; 
	font-weight: normal; 
	font-variant: normal;
}

.med {
	font-family:Arial, helvetica, sans-serif;
	font-size:60%;
}
.beer999999 {
	font-family:Arial, "sans-serif";
	font-size:13px; 
	color:#999999; 
	font-weight: normal; 
	font-variant: normal;
}
.beergold {
	font-weight: bold;
	font-family: Arial, "sans-serif";
	font-size: 13px;
	color: #d7a000;
}
.beerCC9900 {
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#CC9900; 
	font-weight: normal; 
	font-variant: normal;
}
.bluebeerfoot {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#99A7FF;
}
.whitebeerfoot {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#E7E7E7;
}
.beerfoot {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
}
.placecomments{
	font-family:Arial, sans-serif;
	font-size:13px;
	color:#505050;
	text-align: justify;
}
.ratingsListRank {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#999999;
}
	
.litebeer {
	font-family:Trebuchet MS, Trebuchet, MS Sans Serif, sans-serif;
	font-size:11px;
	color:#EEEEEE;
}
	
.greenbeerhed {
    font-family:Times,"Times New Roman",Tahoma,serif;
    font-size:14px;
    letter-spacing:3px;
    color:#476757;
    font-weight: bold;
    margin-bottom: 15px;
}

.beerhed {
	font-family:Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:14px;
	color:#505050;
	font-weight: BOLD;
}

.bigbutton {
	background: #CCCCFF; 
	border: 3px solid #999999; 
	font-weight: bold; 
	font-size: 10pt;
}
.premie {
	background: #FFCf67; 
	border: 1px solid #e0b050; 
	font-weight: bold; 
	font-size: 6pt;
}

.watchlist {
	background: #f7f7f7; 
	border: 1px solid #e7e7e7;  
	font-size: 8pt;
}

.score{
	background: #336600; 
	border: 1px solid #cccccc; 
	font-weight: bold; 
	color:#ffffff; 
	font-size: 32pt;
	padding: 0.25cm;
}
.rip {
	background: #666666; 
	border: 1px solid #000000; 
	font-weight: bold; 
	font-size: 6pt;
	color:#FFFFFF;
}
.bigbeer {
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#505050;
	font-weight:bold;
}
.bigbeer2 {
	font-family:Arial, sans-serif;
	font-size:22px;
	color:#742400;
	font-weight:bold;
}

H1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	color:#003366;
	font-weight:bold; 
	display: inline; 
	margin: 10px 10px 10px 0px;
	line-height: 1;
}
	
H2 {
	font-family:Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:18px;
	color:#d7a000;
	font-weight:bold; 
	display: inline; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.5;
}

H3 {
	font-family:Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:14px;
	color:#d7a000;
	font-weight:bold; 
	display: inline; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.5;
}

H4 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	color:#d7a000; 
	display: inline; 
	margin: 10px 10px 10px 0px; 
	line-height: 1.5;
}

.beertitle {
	font-family:Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:24px;
	color:#d7a000;
	font-weight:bold;
}
.beertitle2 {
	font-family:Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:24px;
	color:#003366;
	font-weight:bold;
}
.beertitle3 {
	font-family:Trebuchet,Verdana,Helvetica,sans-serif;
	font-size:24px;
	color:#CCCCCC;
	font-weight:bold;
}
.goldbeer {
	color:#d7a000;
}

.hed2 {
	font-family:Arial Black,Arial,sans-serif;
	font-size:15px;
	color:#555555;
	font-weight:normal;
}
	
.TD {
	border-color: #666666; 
	font-family: "MS Sans Serif", Geneva, sans-serif; 
	font-size: 10px; 
	line-height: 13px; 
	color: #333333; 
	border: 1px solid;
}


.table1 {
	color: #999999; 
	border: 1px solid; 
	border-color: #666666; 
	border-style: thin;
}
.sbttnO { 
	font-family:tahoma, sans-serif;
	font-size:11px;
	background: #FFFF99;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:#505050;
	height:19px;
	text-decoration:none;
	cursor: hand; 
	border-color: #FF6600 #996600 #996600 #FF9900; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.hilitegold {  
	background-color: #FFCC33;
}
.checkbox {  
	color: #FFCC00; 
	filter: Gray; 
	font-weight: bold;
}
.story {  
	font-family: Trebuchet, Georgia, "Times New Roman", Times, serif; 
	font-size: 13px; 
	line-height: 1.75; 
	color: #444444; 
	text-align: justify;
}
.storytitle { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#444444;
	font-weight:bold;
}
.skinny {  
	font-family: "Arial Narrow", narrow, condensed, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
.narrow {  
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
.littlekings { 
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size:9px;
	color:#505050;
}
.whitebeer { 
	font-family: Arial, sans-serif;
	font-size:8pt; 
	color:#FFFFFF; 
	font-weight: bold;
}
.beerhed-bg { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:333333;
	font-weight: bold;
	width: 83px; 
	min-width:83px; 
	height: 20px; 
	background-image: url("/images/bgs/tab-bg2.gif"); 
	padding: 3px 3px 3px 3px; 
	text-align:center;
}
.beerhed-bg2 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:333333; 
	font-weight: normal; 
	min-width:83px; 
	height: 20px; 
	background-image: url("/images/bgs/tab-bg.gif"); 
	padding: 2px 3px 3px 3px; 
	text-align: center;
}
.tabs-bg1 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:333333;
	font-weight: bold; 
	width: 83px; 
	min-width:83px; 
	height: 20px; 
	padding: 3px 3px 3px 3px; 
	text-align:center; 
	background-color: #f0f0f0;
}
.tabs-bg2 { 
	border-left: 1px solid #e0e0e0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:333333; 
	font-weight: normal; 
	min-width:83px; 
	height: 20px; 
	padding: 2px 3px 3px 3px; 
	text-align: center;
}
.beerfoot_white { 
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.censored { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CC3300; 
	background-color: #FFFF99; 
	border-color: #CC003 #FF3366 #990000 #CC0033; 
	border-style: dotted; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin;
}
.ul2 {  
	text-indent: 5px;
}

.beerfoot_unread { 
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#3333CC;
}
.spaced3 {
	line-height: 250%;
	line-spacing: 1.75;
	line-space:1.75;
}
.bn-indent {
	margin: 0, 17, 0, 17;
}
/*** temp WIP
<style>
.{font-family:Arial, sans-serif;font-size:10px;color:#505050;; font-weight: normal; font-variant: normal}
</style>
**/

/***** Data Table styles *****/
/* used for TD elements in a data table's header row */
.dataTableHeader {
	font-family:Arial, sans-serif;
	font-size:11px;
	background-color: #FFFFCC;	
}

/*Standard data table cell*/
.dataTableCell {
}

/*Light text data table*/
.dataTableCellLight {
	color: #999999;
}

.ratingsListRank {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #AABF55;
	border-bottom: 1px dotted #ccc;
	padding-left: 20px;
}

.dataTableRow {
	background-color: #f7f7f7;
	line-height: 1.75;
	border-bottom: 1px dotted #ccc;
}


.dataTableRowAlternate {
	background-color: #fff;
	line-height: 1.75;
	border-bottom: 1px dotted #ccc;
}



/*data table row background color used when the row represents the logged in user*/
.dataTableRowMe {
	background-color: #FFFFCC;
}

.dataTableBreak {
    background-color: #D6E7EF;
}

/**** Rating list style ******/
.ratingListHeader {
	background-color: #FFCC66;
	font-family:Arial, sans-serif;
	font-size:11px;
}

.ratingListRow {
	background-color: #FFFFD7;
}

.ratingListRowAlternate {
	background-color:#FFFFF0;
}

.ratingListDivider {
	background-color: #D7D7A7;
}

.WarningLarge
{
    font-family: Arial,sans-serif;
    font-size: 18px;
    color: red;
		font-weight:BOLD;
}

.descSpacer {
 border-bottom: 1px dotted #999;
 margin-top: 10px;
 margin-bottom: 10px;
}

/* USER PAGES */

/*-------------------------------------------------------------------*/
/* METROMAP.ASP */

.user-content {
	width: 100%;
	right: 0px;
	bottom: 0px;
}

.user-ratings {
	margin-left: 0px;
	padding: 10px;	
	margin-right: 0px;
	border-left: 1px solid #d7d7d7;
}

.user-details {
	float: left;
	width: 150px;
	margin-left: 0px;
	padding: 20px;
	font-size: 13px;
}

.user-header {
	width: 50%;
	padding-left: 10px; 
	padding-top: 10px;
	padding-bottom: 5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#003366;
	font-weight:bold;
	text-align: left;
}

.username {
	padding-left: 10px; 
	padding-top: 5px;
	padding-bottom: 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#003366;
	font-weight:bold;
	text-align: left;
}




#beerlist {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 50%;
	border: 1px solid #000;
}

#beerlist li {
	float: left;
	font-family:Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 5px;
}

#beerlist li.selected {
	color: #000;
	width: 33%; 
	float: left;
	margin: 0;
	padding: 0px 5px;
	font-weight:bold;
}


#viewusermenu {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#viewusermenu li {
	float: left;
	font-family:Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#viewusermenu a {
	color: #336699;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
	font-weight: bold;
}

#viewusermenu a.selected {
	color: #ccc;
	float: left;
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
	font-weight:bold;
}

#viewusermenu a:hover {
	color: #000;
	float: left; 
		background: #e7e7e7;
}


#navmenu {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom: 2px solid #336699;
}

#navmenu li {
	float: left;
	font-family:Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#navmenu a {
	color: #336699;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
}

#navmenu a.selected {
	color: #ccc;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}

#navmenu a:hover {
	color: #000;
	float: left;                
}                


#navmenu2 {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 2px solid #336699;
}
#navmenu2 li {
	float: right;
	font-family:Arial, sans-serif;
	margin: 0;
	padding: 0;
}
#navmenu2 a {
	color: #336699;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}

#navmenu2 a.selected {
	background: #336699;
	color: #fff;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
}

#navmenu2 a:hover {
	color: #000;
	padding-bottom: 8px;                    
}                


#usermenu {
   font-family:Arial, sans-serif;
   font-size:11px;
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
}
#usermenu ul {
   font-family:Arial, sans-serif;
   font-size:11px;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   text-align:center;
}
#usermenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
}
#usermenu ul li a {
   display:block;
   margin:0 0 0 0px;
   padding:3px 0px;
   color:#000;
   background:#ddd;
   vertical-align: top;
   text-decoration:none;
   line-height:1.3em;
}
#usermenu ul li a:hover {
   background:#fff;
   color:#000;
}

#usermenu ul li a.item {
   width: 75px;
   color: #336699;
   background:#ccc;
   border-bottom: 1px solid #fff;
   font-weight:bold;
   border:1px solid #ccc;
}


#usermenu ul li a.item:hover {
   width: 75px;
   color: #000;
   background:#336699;
   border-bottom: 1px solid #fff;
   font-weight:bold;
   border:1px solid #ccc;
}


#usermenu ul li a.active,
#usermenu ul li a.active:hover {
   width: 75px;
   color:#000;
   background:#fff;
   font-weight:bold;
   border-top: 1px solid #ccc;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

#usermenu ul li a.blankfront {
   width: 10px;
   color:#fff;
   background:#fff;
   font-weight:bold;
   border-bottom: 1px solid #ccc;
   height: 15px;
}

#usermenu ul li a.blank {
   width: 2px;
   color:#fff;
   background:#fff;
   font-weight:bold;
   border-bottom: 1px solid #ccc;
   height: 15px;
}

#usermenu ul li a.blankback {
   width: 50px;
   color:#fff;
   background:#fff;
   font-weight:bold;
   border-bottom: 1px solid #ccc;
   height: 15px;
}





#centeredmenu {
   font-family:Arial, sans-serif;
   font-size:11px;
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
   border-bottom: 1px solid #ccc;
}
#centeredmenu ul {
   font-family:Arial, sans-serif;
   font-size:11px;
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:0%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:2%;
   width: 105px;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
   border-top:1px solid #ccc;
   border-left:1px solid #ccc;
   border-right:1px solid #ccc;
}
#centeredmenu ul li a:hover {
   background:#ccc;
   color:#000;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#000;
   background:#fff;
   font-weight:bold;
}



.rttab {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	border: 1px solid #d7d7d7;
	width: 95px;
	background: #f7f7f7;
	text-align: center;
}


.rttab-selected {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	background: #ffffff;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	width: 95px;
	text-align: center;
	font-weight: bold;
}

.rttab-who {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	border: 1px solid #d7d7d7;
	width: 115px;
	background: #f7f7f7;
	text-align: center;
}

.pgtab {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	border: 1px solid #d7d7d7;
	width: 81px;
	background: #ffffff;
	text-align: center;
}

.pgtab-selected {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	background: #f7f7f7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	width: 81px;
	text-align: center;
	font-weight: bold;
}

.pgtab-selected-leftside {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	background: #f7f7f7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	width: 81px;
	text-align: center;
	font-weight: bold;
}

.pgtab-blank {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	border-bottom: 1px solid #d7d7d7;
	width: *;
	background: #ffffff;
	text-align: center;
}

.pgtab-stats {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	width: 81px;
	background: #f7f7f7;
	text-align: center;
}

.pgtab-stats-selected {
	font-family:Arial, sans-serif;
	font-size:11px;
	color:#505050;
	background: #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	width: 81px;
	text-align: center;
	font-weight: bold;
}

.articleComment {
	padding-bottom:10px;
}
.activityTime {
	color: #999;
	font-size: 9px;
}