body {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #5a5858;
  background-color: #eeeeee;
  margin: 0;
}

div {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

form {
  display: inline;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

th, td {
  padding: 0;
}

div#container {
  margin-left: auto;
  margin-right: auto;
  width: 948px;
}

div#header {
  font-size: 13px;
  position: relative;
  height: 150px;
}

/* LOGGED IN HEADER ELEMENTS */

div#navbar {
  position: absolute;
  top: 11px;
  right: 50px;
}

div#leftnav {
  float: left;
  width: 17px; height:40px;
  background-image:url('/img/nav_left.png');
}

div#rightnav {
  float: left;
  width: 17px; height:40px;
  background-image:url('/img/nav_right.png');
}  

div#middlenav {
  float: left;
  height: 40px;
  line-height: 25pt;
  background-image:url('/img/nav_middle.png');  
}

div#searchbox {
  position: absolute;
  top: 65px;
  right: 50px;
}

input.searchbox {
  float: left;
  margin: 3px;
  font-size: 11px;
}

/* LOGGED OUT HEADER ELEMENTS */

div#tagline {
  color: white;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 285px;
  left: 68px;
}

div#login_nav {
  position: absolute;
  top: 20px;
  right: 28px;  
}

div#join_now {
  position: absolute;
  top: 265px;
  right: 54px;
}

div#searchbox_out {
  position: absolute;
  top: 45px;
  right: 24px;
}

input.searchbox_out {
  color: #999999;
  float: left;
  margin: 3px;
  font-size: 19px;
}

/* */

div#body_header {
  font-size: 13px;
}

select#switch_city, select#switch_city option {
  font-size: 11px;
}

div#body_out {
  position: relative;
  top: 0; left: 24px;
  padding: 0 0 10px 0;
  width: 900px;
  background-color: white;
}

div#body {
  position: relative;
  top: 0; left: 24px;
  padding: 0 20px 10px 20px;
  width: 860px;
  background-color: white;
  
  -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div#footer {
  padding: 10px 5px 10px 5px;
  width: 890px;
  position: relative;
  left: 24px;  
  color : #666666;
  line-height: 12pt;
  font-size: 13px;
}

a:link {
  color : #2398c9;
  text-decoration: none;
  font-weight : bold;
}

a:visited {
  color : #2398c9;
  text-decoration: none;
  font-weight : bold;
}

a:active {
  color : #2398c9;
  text-decoration: none;
  font-weight : bold;
}

a:hover {
  color : #2398c9;
  text-decoration: underline;
  font-weight : bold;
}

h1 {
  font-size : 24px;
  color : #0066cc;
  font-weight : bold;
  margin: 0;
}

h2 {
  font-size : 24px;
  color : #0066cc;
  font-weight : normal;
  margin: 0;
}

h3 {
  font-size : 18px;
  color : #888888;
  font-weight : normal;
  line-height: 20pt;
  margin: 0;
}

div.hcenter {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

div.errorbox {
  padding: 5px;
  border: 2px solid red;
}

div.errormsg {
  font-size: 14px;
  color: red;
  margin-top: 3px;
}

span.ajax_checkbox_msg {
  display: none;
  left:-19px;
  position:absolute;
  top:2px;
}

div.alerts_notice {
  font-size : 20px;
  color : #FFFFFF;
  background-color: #ffcc33;
  font-weight : bold;
  padding: 5px 8px 5px 8px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div.section {
  margin: 0 0 20px 0;
}

div.section_content {
  margin: 5px 0 5px 0;
}

div.section_title {
  font-size : 24px;
  color : #888888;
  line-height: 20pt;
  border-bottom: 1px solid #888888;
}

/********************************************************************************
* Status Sections (Primarily for /stats)
********************************************************************************/

div.stats_section_title {
  font-size : 12px;
  color : #777777;  
  font-weight : bold;
  border-bottom: 1px solid #888888;
  margin-bottom: 10px;
}

div.stats_section_content {
	color : #AAAAAA;
	font-weight : bold;
}

span.big_number {
  font-size : 90px;
}

span.bigger_number {
  font-size : 120px;
}

span.biggest_number {
  font-size : 180px;
}

span.stats_mini_text {
  font-size: 12px;
	color: #BBBBBB;
}

span.stats_small_text {
  font-size: 18px;
	color: #BBBBBB;
}

div.stats_medium_text {
  font-size : 22px;
	line-height: 20pt;	
	font-weight : 600;
}

div.stats_big_text {
  font-size: 35px;
  line-height: 25pt;
  font-weight: 600;
}

div.ul {
  margin: 0 0 3px 0;
}

span.blue {
  color: #2398c9;
}

div.gray_content {
  font-size : 24px;
  color : #888888;
  line-height: 24pt;
}

table.user_grid tr td {
  padding: 0 5px 2px 0;
  width: 30px;
  max-width: 30px;
  overflow: hidden;
}

table.badge_grid tr td {
  padding: 0 5px 2px 0;
}

div.stat_bubble {
  color : #FFFFFF;
  background-color: #999999;
  height: 75px;
  float: left;
  margin: 0 0 10px 10px;
  padding: 8px;
}

div.stat_bubble_title {
  font-size: 10px;
  text-align: center;
  margin-bottom: 5px;
}

div.stat_bubble_content {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
}

/* Safari only hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  div.stat_bubble_content {
    position: relative;
    top: -10px;
  }
}

div.venue_special {
  font-size: 14px;
  color: white;
  background-color: #4cb8df;
  border: 1px #358aa9 solid;
  padding: 10px;
}

div.tip_block {
  padding: 8px 8px 8px 8px;
}

div.tip_pic {
  float: left;
  width: 30px;
  height: ;
  margin: 0 8px 0 0;
  overflow: hidden;
}

div.tip_num {
  float: left;
  font-size : 30px;
  color : #999999;
  line-height: 20pt;
  font-weight : bold;
  margin: 0 8px 0 0;
}

div.tip_text {
  display: table-cell;
}

div.tip_activity_buttons {
  float: right;
  text-align: right;
  max-width: 100px;
  margin: 0 0 0 8px;
}

div.tip_done_unchecked, div.tip_todo_unchecked, div.tip_checked {
  text-align: left;
  font-size: 11px;
  width: 100px;
  padding: 3px 0 3px 0;
  margin: 0 0 5px 0;
} 

div.tip_done_unchecked {
  color: white;
  background-color: #b1c858;
}

div.tip_todo_unchecked {
  color: white;
  background-color: #237cc9;
}

div.tip_checked {
  color: #959595;
  background-color: #d5d5d5;
}

div.tip_hidden {
  display: none;
}

div.tips_group {
  border: 2px solid #dddddd;
  
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

div.inactive_tips_tab, div.active_tips_tab {
  font-size : 22px;
  float: left;
  padding: 4px 8px 1px 8px;
  margin: 0 10px 0 0;
  position: relative;
  
  -moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
}

div.inactive_tips_tab {
  background-color: #eeeeee;
  border: 2px solid #dddddd;
  top: 2px;
  height: 20px;
}

div.inactive_tips_tab a {
  color : #999999;
}

div.active_tips_tab {
  color : #2398c9;
  background-color: white;
  border-top: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  border-left: 2px solid #dddddd;
  top: 2px;
  height: 22px;
}

div.rounded, div.alerts_notice, div.stat_bubble, div.tip_block,
div.tip_done_unchecked, div.tip_todo_unchecked, div.tip_checked,
div.venue_special {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px; 
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px; 
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.text_bigger {
  font-size : 16px;
  line-height: 16pt;
}

.login_title {
  font-size : 20px;
  color : #000000;
  line-height: 20pt;
}

.login_box {
  font-size : 25px;
  color : #000000;
  line-height: 25pt;
}

.reminder {
  font-size : 22px;
  color : #ff6666;
  font-weight : bold;
  line-height: 20pt;
}

.text {
  font-size : 13px;
  line-height: 13pt;
}

.text_bold {
  font-size : 13px;
  color : #5a5858;
  line-height: 13pt;
  font-weight : bold;
}

.text_mini {
  font-size : 10px;
  color : #5a5858;
  line-height: 10pt;
}

.text_top12rank {
  font-size : 30px;
  color : #999999;
  line-height: 20pt;
  font-weight : bold;
}

.text_header_light {
  font-size : 24px;
  color : #0066cc;
  line-height: 20pt;
}

.text_header_light_gray {
  font-size : 24px;
  color : #888888;
  line-height: 24pt;
}

.text_header_mini {
  font-size : 18px;
  color : #0066cc;
  font-weight : bold;
  line-height: 20pt;
}

.text_white {
  font-size : 13px;
  color : #FFFFFF;
  line-height: 13pt;
}

.text_statusmsg {
  font-size : 15px;
  color : #FFFFFF;
  line-height: 13pt;
}

.text_header_sidenav {
  font-size : 14px;
  color : #AAAAAA;
  font-weight : bold;
}

.stats_header {
  font-size : 10px;
  color : #999999;
}

.stats_header_white {
  font-size : 10px;
  color : #FFFFFF;
}

.stats_headerXXXXX {
	font-size : 10px;
	color : #999999;
	font-weight : bold;
	text-decoration: underline;
}

.stats_number_big {
	font-size : 60px;
	color : #999999;
	font-weight : bold;
	line-height: 40pt;
}

.stats_number_big_white {
	font-size : 60px;
	color : #FFFFFF;
	font-weight : bold;
	line-height: 40pt;
}

.input {
  color: #666666;
  font-size: 16px;
}

.input_smaller {
  color: #666666;
  font-size: 14px;
}

.input_button {
  background-color: #0066cc;
  color: #FFFFFF;
  font-size: 20px;
}

.input_example {
  color: #999999;
  font-size: 13px;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}

div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected {
  background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

.informal {
  display: block;
  color: #aaa;
  font-size: 70%;
}


/********************************************************************************
* General (new styling)
********************************************************************************/

.titleBar {
  background-color:#F3F7F8;
  border:1px solid #D1E2E8;
  border-bottom: 2px solid #97c0cf;
  clear:both;
  padding:5px 10px;
  color:#5A5A5A;
  font-weight:bold;
  margin-top: 30px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.relContainer {
  position: relative;
}

.clear {
  clear: both;
}

.green_button, a.green_button {
  background-color:#A9CD20;
  cursor: pointer;
  border:3px solid #CBEB7F;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  padding:3px 8px;
  text-transform:uppercase;
  text-shadow: #777 0px -1px 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.green_button:hover, a.green_button:hover {
  background-color: #b0d819;
  text-decoration: none;
}

.big_button, a.big_button {
  font-size:15px;
  padding:3px 20px;
}

a.big_button {
  padding-top: 7px; 
}

/********************************************************************************
* Settings Page (new styling)
********************************************************************************/

.settings {
  overflow: hidden;
  background-color:#F3F7F8;
}

.settings .main {
  background-color:#FFFFFF;
  float:left;
  width:575px;
  padding-right: 17px;
}

.settings .sidebar {
  float:right;
  padding:20px;
  width:225px;
}

.settings h2 {
  color:#5A5A5A;
  font-size:20px;
  font-weight:bold;
}

.settings ul li {
  list-style: none;
  margin-bottom: 7px;
  position: relative;
}

.settings ul li.outlined {
  border:1px solid #D1E2E8;
  padding:8px 5px;
  position: relative;
  left: -6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.settings ul li.outlined input {
  float:left;
  position:relative;
  top:-3px;
  margin-right: 6px;
}

.settings ul li.outlined p {
  color:#888888;
  margin: 2px;
}

.settings .header {
  overflow: hidden;
  margin-bottom: 20px;
}

.settings .header img {
  float:left;
  margin-right: 10px;
}

.settings .header h2 {
  position: relative;
  top: 10px;
}

.settings .account {
  margin-top: 15px;
}

.settings .account .banner {
  margin-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.settings .account .banner p {
  left:150px;
  position:absolute;
  top:0;
}

.settings .small {
  font-size:11px;
  font-weight:normal;
}

.settings .account .bold {
  font-weight:bold;
  margin-left:43px;
  margin-top:5px;
}

.settings .account ul {
  margin-top: 3px;
}

.settings .account ul li {
  margin-bottom: 2px;
}

.settings .sidebar .relContainer a {
  position:absolute;
  right:0;
  top:3px;
}

.settings .sidebar img {
  float:left;
  margin-right:10px;
}

.settings .sidebar .name {
  margin-bottom: 15px;
}

.settings .sidebar .label,
.settings .sidebar .label_inline {
  color:#777777;
  font-size:11px;
  margin-bottom:1px;
  margin-top:10px;
  text-transform:uppercase;
}

.settings .sidebar .label_inline {
  clear:left;
  float:left;
  width:60px;
  margin-top: 18px;
}

.settings .sidebar hr {
  margin-bottom:3px;
  margin-top:10px;
  border: none;
  border-bottom: 1px dotted #AAA;
}

.settings .sidebar #edit .text input {
  color:#333333;
  padding:3px;
  width:95%;
}

.settings .sidebar #edit select {
  margin-top: 12px;
}

.settings .input_button {
  background-color:#A9CD20;
  cursor: pointer;
  border:3px solid #CBEB7F;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  padding:3px 8px;
  text-transform:uppercase;
  text-shadow: #777 0px -1px 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.settings #changePassword {
  display:block;
  margin:10px 0;
}

.settings .input_button:hover {
  background-color: #b0d819;
}

.settings li.connection {
  
}

.settings .conn_name a { 
  font-weight:normal;
}

.settings .revoke_conn a { 
  float:right;
  font-size:11px;
  margin-right:15px;
}

.settings div.errorbox {
  border: none;
  padding: 0px;
}

/********************************************************************************
* Signup Shared Styles (new styling)
********************************************************************************/

#joinSteps {
  background-color:#F2F2F2;
  float:left;
  margin-right:40px;
  height:510px;
  width:220px;
}

#joinSteps .step {
  background-color:#CCCCCC;
  padding:22px 0;
  text-align:center;
  border-bottom:5px solid white;
  position: relative;
}

#joinSteps .step.selected {
  background-color:#4DB8E0;
}

#joinSteps .step h2 {
  color:#FFFFFF;
  font-size:20px;
  font-weight:bold;
  text-shadow:0 -1px 1px #777777;
  text-transform:uppercase;
}

#joinSteps .step img.selected {
  height:65px;
  position:absolute;
  right:-15px;
  top:0;
  width:15px;
}

.signup, 
.friends,
.link,
.done,
.overview {
  overflow: hidden;
}

.signup #mainContainer,
.friends #mainContainer,
.link #mainContainer,
.done #mainContainer {
  float:left;
  width:600px;
}

.signup h1,
.friends h1,
.link h1,
.done h1,
.overview h1 {
  color:#555555;
  font-size:23px;
  font-weight:bold;
  letter-spacing:-0.5px;
}

.signup h3,
.friends h3,
.link h3,
.done h3,
.overview h3 {
  font-size: 16px;
}

/********************************************************************************
* Signup Page (new styling)
********************************************************************************/

.signup h1 {

}

.signup h3 {
  margin-top: 3px;
  line-height: 22px;
  margin-bottom:20px;
}

.signup .form .label {
  clear:both;
  color:#777777;
  float:left;
  font-size:13px;
  margin-top:6px;
  padding-right:10px;
  text-align:right;
  text-transform:uppercase;
  width:150px;
}
 
.signup .form input, .signup .form select {
  float:left;
  font-size:13px;
  margin-bottom:10px;
  padding:3px 7px;
  width:250px;
}
 
.signup #fbButton {
  clear:both;
  margin-bottom:15px;
  margin-left:160px;
}

.signup .green_button {
  margin-left: 160px;
  margin-top: 20px;
}

.signup p {
  font-size:11px;
  margin-left:160px;
}

.signup p a {
  color: #666;
  font-weight: normal;
  text-decoration: underline;
}

.signup .errorbox {
  border:medium none;
  float:left;
  padding: 0 0 5px;
}

.signup .errorbox .errormsg {
  clear:both;
  float:left;
  position:relative;
  top:-5px;
}

.signup .inputContainer {
  float:left;
  position:relative;
}

.signup .helper {
  color:#777777;
  font-size:11px;
  position:absolute;
  right:-120px;
  top:8px;
}

.friends #services,
.link #services {
  border-bottom:1px dotted #888888;
  margin-bottom:25px;
  margin-top:15px;
  padding-bottom:20px;
  overflow: hidden;
}

.friends #services a,
.link #services img {
  margin-right: 30px;
}

.friends #services img,
.link #services img {
  width: 170px;
}

/********************************************************************************
* Friends Page (new styling)
********************************************************************************/

.friends .service {
  
}

.friends h3 {
  margin-top: 3px;
  line-height: 22px;
}


.friends h4 {
  color:#888888;
  font-size:14px;
  font-weight:normal;
}

.friends #loadingFbFriends img {
  float:left;
  margin-right:10px;
  position:relative;
  top:4px;
}

.user_results .import_user {
  float:left;
  margin-bottom:25px;
  position:relative;
  width:180px;
}

.user_results .import_user .avatar img{
  border:1px solid #BBBBBB;
  padding:2px;
  width: 60px;
  height: 60px;
  display: block;
}

.user_results .import_user .avatar {
  float:left;
  margin-right:7px;
}

.user_results .import_user .info {
  float:left;
}

.user_results .import_user .name {
  width:50px;
}

.user_results .import_user .add img {
  bottom:2px;
  left:72px;
  position:absolute;
}

.friends a.green_button {
  clear: both;
  float: left;
  margin-bottom:20px;
  margin-top:20px;
}

/********************************************************************************
* Link Page (new styling)
********************************************************************************/

.link h3 {
  margin-top: 3px;
  line-height: 22px;
}

.link .service {
  float:left;
  position: relative;
}

.link .service input {
  float:left;
  margin-top:5px;
}

.link .service .optIn {
  display:block;
  float:left;
  line-height:16px;
  margin-left:5px;
  margin-top:4px;
  width:130px;
}

.link #services img.spinner {
  bottom:3px;
  height:14px;
  left:0;
  margin-right:0;
  position:absolute;
  width:14px;
}

.link .clickToConnect {
  left:-15px;
  position:relative;
  text-align:center;
  font-weight: bold;
}

/********************************************************************************
* Done Page (new styling)
********************************************************************************/

.done .green_button {
  clear:both;
}

.done #blueGroups {
  float:left;
  margin-bottom:30px;
  margin-top:20px;
}

.done .blueGroup {
  float:left;
  margin-right:18px;
  width:180px;
}

.done .blueGroup h2,
.blueHeader {
  background:#4DB8E0 url(/img/blue_header_tip.png) no-repeat scroll right 0;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  padding:6px 8px 4px;
}

.done .blueGroup p {
  font-size:12px;
  line-height:17px;
}

.done .blueGroup .heading {
  border-bottom:1px dotted #999999;
  margin-bottom:7px;
  overflow:hidden;
  padding-bottom:5px;
  width:175px;
}

.done .blueGroup .heading img {
  max-width:225px;
}

/********************************************************************************
* Overview Page (new styling)
********************************************************************************/

.overview .blueHeader {
  margin-top: 15px;
}

.overview p, .overview li {
  font-size: 14px;
}

.overview li {
  margin-bottom: 0px;
}

.overview .green_button {
  display:block;
  float:left;
  margin-bottom:15px;
  margin-left:40px;
  margin-top:10px;
}

  
