
/* MAIN */

A:link, A:visited  		{ color: #336699; text-decoration: none; }
A:hover 					{ color: #CC3300; text-decoration: underline;}

body {
    font-size:13px;
    text-align: center;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;

	/* fallback */
  background-color: #003366;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#001122), color-stop(0.25, #003366), color-stop(0.5, #003366), color-stop(0.75, #003366), to(#001122));

  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-linear-gradient(left, #001122, #003366, #003366, #003366, #001122);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #001122, #003366, #003366, #003366, #001122);

  /* IE 10 */
  background: -ms-linear-gradient(left, #001122, #003366, #003366, #003366, #001122);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #001122, #003366, #003366, #003366, #001122);
}
TD { font-size: 13px; }
div#rbbody {
	width: 100%;
    font-size:13px;
	/*background: #003366;*/
}
div#container {
	width: 1000px;
	z-index: 5;
    border-left: 0px solid #032656;
    border-right: 0px solid #032656;
    border-bottom: 0px solid #032656;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: hidden;
	min-height: 200px;
	text-align: left;
	background: #fff;
	-webkit-border-bottom-right-radius: 10px; 
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

H1, H2, H3, H4 { font-family:Arial,Helvetica,sans-serif; display: inline;font-weight:bold;color:#d7a000;}

H1 {
	font-size:28px;
	color:#003366 !important;
	margin: 10px 10px 10px 0px;
	line-height: 1;
}	
H2 {
	font-size:18px;
	margin: 0px 0px 0px 0px; 
	line-height: 1.5;
}
H3 {
	font-size:14px;
	margin: 0px 0px 0px 0px; 
	line-height: 1.5;
}
H4 {
	font-size:16px;
	font-weight: normal !important;
	margin: 10px 10px 10px 0px; 
	line-height: 1.5;
}

/* END MAIN */

/* collapsable table rows */
#report { border-collapse:collapse; width: 550px;}
#report ul { margin:10px 0 10px 40px; padding:0px;}
#report th { color:#666; padding:7px 5px;}
#report td { background:#fff; color:#000; padding:2px 5px; }
#report tr.odd td { background:#fff; cursor:pointer; }
	
/* TABLE */
.tbl {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-spacing: 0px;
	z-index: 0;
}
.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 {
	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;
}


/* Ratings/Beer/Beer-Ratings.asp */
.cleartbl {border: 1px solid #ffffff;}
.redBack {border: 1px solid #CC0000; background-color: #FFf7f2;}
.normBack {border: 1px solid #CCCCCC; background-color: #FFffff;}
select.dropdown { width: 44;}
.ratingassistance { vertical-align: middle; padding-left: 10px;} 
.beerinfo TD { padding: 0px 5px 0px 5px; text-align: center; margin: 0px;} 
.beerinfo TH { padding: 2px 5px 2px 5px; background-color: #FF9F00; font-weight: normal; font-size: 13px; text-align: center; margin: 0px; color: #fff;} 
.bigbeerscore {
	font-weight: bold; 
	font-size: 60px; 
	color: #FFFFFF; 
	text-align: center; 
	margin: 0px 0px 0px 0px;
}

.bigbeerscore-green {
	font-weight: bold; 
	font-size: 60px; 
	color: #66A212; 
	text-align: center; 
	margin: 0px 0px 0px 0px;
}

.rightnav {margin: 0px; padding: 0px; display: block; width: 100%; line-height: 1; list-style: none;}
.rightnav a:hover { background-color: #FF7F00; color: #fff; }

/* BUTTONS */	

.awesome {
	display: inline-block; 
	padding: 7px 14px 7px; 
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	margin: 4px;
}
.medium.awesome, .small.awesome, .large.awesome { 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1; 
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	color: #fff;
}
.awesome a:visited, .awesome a:link 				{ color: #fff; }
.awesome:active									{ top: 1px; }
.orange.awesome									{ background-color: #f3a700; }
.orange.awesome:hover							{ background-color: #fc9200; }
.orange.awesome a:visited, .orange.awesome a:link		{ color: #fff; }
.large.awesome 									{ font-size: 14px; padding: 8px 14px 9px; }	
.large.orange.awesome.nohover:hover 				{ background: #f3a700; color: #fff; }
.white.awesome									{ background-color: #e2e2e2; color: #ccc; font-weight: normal; }
.large.white.awesome							{ color: #000; }
.small.awesome 									{ padding: 6px; margin: 4px; }

.iewesome {
	display: inline-block; 
	position: relative; 
	padding: 7px 14px 7px; 
	font-size: 15px; 
	padding: 4px; 
	margin: 5px;
}

.myButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:7px 10px;
	text-decoration:none;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
}

/*  END BUTTONS */


/* FORMS */

.fbutton {
	padding: 5px;
	border: solid 1px #E5E5E5;
	outline: 0;
	padding-left: 20px;
	padding-right: 20px;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #336699;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.fbutton.submit { 
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	background: #FFFFFF url('images/bgs/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	}
.fbutton.submit:hover { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.fbutton.delete { 
	box-shadow: rgba(0,0,100, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,100, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,100, 0.1) 0px 0px 8px;
	background: #FF0000 url('images/bgs/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FAAFBE));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FAAFBE 25px);
	}
.fbutton.delete:hover { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}


/* END FORMS */



.neo {
	padding: 7px 7px;
	border-top: 1px dotted #ccbb99;
	}


	
/* events */
.event-attendee {
	padding-right: 7px;
	text-align: center;
	position: relative;
	float: left;
	font-size: 11px;
	height: 75px;
	vertical-align: bottom;
}	
/* end events */


/* forums/topic.asp */
.skinny {  
	font-family: "Arial Narrow", narrow, condensed, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}
/* end forums/topic.asp */


.curvy {
-webkit-border-radius: 8px; /* Safari prototype */
-moz-border-radius: 8px; /* Gecko browsers */
border-radius: 8px; }


/* Places/mylocal.asp */

	.post {
	font-size: 14px;
	line-height: 1.75;
	border-bottom: 1px dotted #999;
 }

/* end Places/mylocal.asp */




 /* statsTime - for user stats page */

.statsTime label.focused {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
	background: #fff;
	color: #999;
}

.statsTime {
	background-color:#fff;
	float:left;
	position: relative;
	margin-bottom: -3px;
	width: 100%;
	display:inline;
}

.statsTime label {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	float: left;
	margin: -1px;
	text-align: center;
	padding:4px 10px 4px 10px;
	background: #fff;
	color: #336699;
}

.statsTime label:hover {
	color: #fff;
	background: #336699;
}
.statsTime label.focused:hover {
	background: #fff;
	color: #999;
}

.statsTime  input {
	position:absolute;
	left: -190px;	
}

.statsHeader {
	display: inline;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	position: relative;
}
.statsHeader:hover{
	background: #336699;
}
.statsHeader:hover a{
	color: #fff;
	text-decoration: none;
}

.statsHeader.selected {
	display: inline;
	margin: 0px;
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #fff;
	position: relative;
}

.statsHeader.selected  a{
	color: #999;
}


.prHeader {
	padding: 5px 10px 5px 10px;
	margin: 0px;
	background: #fff;
	position: relative;
}
.prHeader.selected  {
	background-image: url('/images/orange-arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
}

.secTitle {
	font-size: 26px; 
	color: #777; 
	font-weight: light;
	font-family: Coustard, serif;
	line-height: 1.3; 
	display: inline;
}


.userisdrinking {width: 400px;}

/*  User Status */

.userStatusComment {
	padding: 7px;
	background: #ebf1f6;
	width: 420px;
	float: left;
	font-size: 11px;
	display: block;
}


.userTagList {
	padding: 0px 0px 7px 0px;
	float: left;
	font-size: 11px;
	display: block;
}


.moreComments {
	padding: 7px;
	background: #dae4f0;
	width: 420px;
	float: left;
	font-size: 11px;
	display: block;
}

#feed { margin-bottom: 30px; position: relative;clear: both;}

#fullFeed { margin-left: 0px; display: table; }

.showAllComments {
	padding: 2px;
	background: #ebf1f6;
	border-bottom: 1px solid #fff;
	width: 430px;
	float: left;
	color: #555;
	display: inline;
	margin-left: 20px;
}
.factivity {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	padding: 6px 0px;
	border-bottom: 1px solid #eee;
	min-height: 40px;
}
.uaa {font-weight: normal;font-size: 13px;font-family: arial, helvetica, sans serif;padding-left: 4px;}
.uas {font-weight: bold;font-size: 13px;font-family: arial, helvetica, sans serif;padding-left: 4px;}
.uasp { color: #bbb; padding: 0px 2px; }
.uat{font-weight: normal;color: #bbb;font-size: 13px;font-family: arial, helvetica, sans serif;padding: 0px;}


.userpic {
width: 30px; height: 30px; float: left; padding-right: 10px; text-align: center;
}
.icon {
width: 20px; height: 30px; float: left; padding-right: 0px; text-align: center;
}
.more { font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;}
.time { float:right; color: #999;font-size: 9px; padding-left: 3px;font-weight: normal;}
.bubble { 
		background-color: #daeafa;
		border-radius: 10px;
		border: 4px solid #d5e5f5;
		padding: 16px 18px;
		color: #444;
}
.userIsDrinking {
	font-size: 26px; 
	color: #777; 
	font-weight: light;
	font-family: Coustard, serif;
	line-height: 1.3; 
	display: inline;
}
.userDetails{
	width: 100%;text-align: left;color: #777;font-size: 13px
}


#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 2px;
	padding: 6px 10px 7px 10px;
	}


#nav a:hover {
	color: #336699;
	display: block;
	text-decoration: none;
    margin: 0px 0px 0px 2px;
	padding: 6px 10px 7px 10px;
	background: #f7f7f7;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li a {
	background-image: url('/images/bgs/menu_blue_fade.gif');
	background-repeat: repeat x;
	text-decoration: none;
}

#nav li a#current {
	color: #336699;
	background: white;
}

#nav li a#right {
	border-right: 1px solid #336699;
}



.beername {
	padding-bottom: 10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:28px;
	color:#003366;
	font-weight:bold;
}

.placename {
	padding-bottom: 0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#003366;
	font-weight:bold;
}

.premie {
	background: #FFCf67; 
	border: 1px solid #e0b050; 
	font-weight: bold; 
	font-size: 6pt;
}

#forumpremium {
	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;
}
#forumpremium.nopic {
	border: 1px solid #ccc; 
}


#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");
}
	

.headerH3 {
	margin-bottom: 0px;
	line-height: 26px;
	font-weight: bold;
	color: #999999;
	font-size: 17px;
	color: #666;
}

/* USER PAGE SPECIFIC */

.userPageH3 {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #999999;
}

.solidbreak {
	border-top: 1px solid #d7d7d7;
	margin-top: 0px;
	margin-bottom: 7px;
}


/* main table */

.myrow {background-color: #FFFFCC !important;}
.lineNumber {
	max-width: 30px;
	color: #8dbf54; 
	font-size: 16px; 
	font-family: Georgia, 'Times New Roman', Times, serif;
	vertical-align: top;
	padding: 0px 0px 5px 5px;
}
.lineNumber.orange {color: #ffae00; }
.maintable tr:first-child {	
	background-color: #336699;
	background-image: url('/images/bgs/menu_blue_fade.gif');
	background-repeat: repeat x;
	color: #fff;
	font-weight: bold;
}
.maintable tr:first-child:hover{
    background-color: #336699;
	background-image: url('/images/bgs/menu_blue_fade.gif');
	background-repeat: repeat x;
}
.maintable.nohead tr:first-child {	
	background-color: #fff;
	background-image: none;
	font-weight: normal;
	color: #000;
}
.maintable.nohead tr:first-child  a{	
	color: #336699;
}
.maintable.nohead tr:first-child:hover{
    background-color: #ffffcc;
	background-image: none;
	font-weight: normal;
	color: #000;
}
.maintable.linkhead tr:first-child {	
	background-color: #fff;
	background-image: none;
	font-weight: normal;
	color: #000;
}
.maintable.linkhead tr:first-child a {	color: #336699;}
.maintable.linkhead tr:first-child:hover{
    background-color: #fff;
	background-image: none;
	font-weight: normal;
	color: #000;
}
.maintable tr:first-child a{ color: #fff;}
.maintable td{padding: 5px;border-bottom: 1px dotted #ccc; }
.maintable tr:nth-child(odd)    { background-color:#fff; }
.maintable tr:nth-child(even)    { background-color:#f7f7f7; }
.maintable tr:hover { background: #ffffcc;}
.maintable.nohover tr:nth-child(odd)    { background-color:#fff; }
.maintable.nohover tr:nth-child(even)    { background-color:#f7f7f7; }
.mailtable TD { line-height: 1.75em; border-bottom: 1px dotted #ccc;}

.blue_header { 
	color: #fff;
	font-weight: bold;
	line-height: 1.5; 
	background: #336699;
	background-image: url('/images/bgs/menu_blue_fade.gif');
	background-repeat: repeat x;
	padding: 5px;
	border-bottom: 0px;
}

.blue_header tr:hover {background: #336699;}
.blue_header a:link { color: #fff;}
.blue_header a:visited { color: #fff;}
.blue_header a:hover { color: #fff;}
.blue_header a:active { color: #fff;}

.blue_header.curve {
	padding-left: 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.blue_header.centered { 
	text-align: center;
}

/* end main table */


/* common side panel for user pages */

.sidepanel {
	vertical-align: top;
	background: #e7e7e7;
	line-height: 18px; 
	width: 210px;
}

.commentForm{
	color: #555;
	background: #F0F5FA;
	border: 1px solid #C8D8E8
}
