a{
	color:#333;
}
.bold {
	font-weight:bold;
}
input[type=text], input[type=password] { border: 1px solid #999; padding: 5px; font-size: 110%;}
.size-m3 {font-size: 0.7em;}
.size-m2 {font-size: 0.8em;}
.size-m1 {font-size: 0.9em;}
.size-0 {font-size: 1em;}
.size-1 {font-size: 1.1em;}
.size-2 {font-size: 1.2em;}
.size-3 {font-size: 1.3em;}
.size-4 {font-size: 1.4em;}
.size-5 {font-size: 1.5em;}
.size-6 {font-size: 1.6em;}
.size-7 {font-size: 1.7em;}
.size-8 {font-size: 1.8em;}
.size-9 {font-size: 1.9em;}
.size-10 {font-size: 2.0em;}
.size-11 {font-size: 2.1em;}
.size-12 {font-size: 2.2em;}
.size-13 {font-size: 2.3em;}
.size-14 {font-size: 2.4em;}
.size-15 {font-size: 2.5em;}
.size-16 {font-size: 2.6em;}

.update_form {
	padding:5px;
	border-right:1px dotted #ccc;
}
.label {
	font-size:1.4em;
	
}
.lable_block {
	margin-right:18px;
		margin-top:8px;
		margin-bottom:8px;		
}
.number {
	font-size:1.8em;
	font-weight:bold;
}
.overview_number {
	font-size:1.6em;
	font-weight:bold;
}
.day_breakdown {
	font-size:1.8em;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}

.login_flash_message {	
	font-size:1.3em;
	padding:5px;
	background-color:#C3A9B4;
	color:#fff;
	border: solid 1px #cccccc;
}
.confirm_message {	
	font-size:1.3em;
	padding:5px;
	background-color:#aaa;
	color:#fff;
	border: solid 1px #cccccc;
}
.flash_message {	
	font-size:1.9em;
	padding:5px;
	background-color:#efefef;

	border: solid 1px #cccccc;
}
.header_links {
	padding-top:20px;
	text-align:right;
	font-size:1.1em;
}

.header_links a{
	color: #333;
}
.header_links a:hover{
	color: #666;
	text-decoration:none;

}
.high_graph a{
	color: #fff;

}
.set_bar a:hover {
	color: #000;
	text-decoration: none;
  background: #000099;
}

.activity_title {
	color: #333;
	font-size:1.9em;
	font-weight:bold;
}
.activity_details {
	color: #999;
	font-size:1.1em;
}
.stats {
	color:#333;
}
.big_header {
	color:#333;
	font-size:1.9em;	
}
.today {
	padding:10px;
	background-color:#ececec;
	maring-top:10px;
}

.home_header {
	margin-bottom:8px;

	font-weight:bold;
}
.sub_header {
	font-size:1.8em;
	margin-bottom:12px;
	color:#555;
}
.text {
	line-height:1.5em;
	color:#777;
	font-size:1.2em;
}
.create_box {
	border-top:1px solid #ccc;	
}
.create {
	padding:5px;
}
.login_box {
	padding-bottom:10px;
	border:1px solid #ccc;
	background-color:#efefef;
}
.login {
	padding:10px;
}
.quote {
	margin:10px;
	padding:10px;
	background-color:#efefef;
}
.home_list {
	margin-top:15px;
}
#action {
	border-bottom:1px dotted #333;
	padding-bottom:10px;
}
.action_date {
	font-weight:bold;
	font-size:1.5em;
	font-color:#666;
}
.action_total {
	font-weight:bold;
	font-size:1.5em;
	padding-right:5px;
	color:#fff;
}
.action_total_0 {
	font-weight:bold;
	font-size:2.0em;
	padding-right:5px;
	color:#950000;
}
.action_rep {
	font-weight:bold;
	font-size:1.3em;
	color:#006699;
}
.top_actions {
	margin:10px 10px 10px 10px;
}
.set_total {
	font-weight:bold;
	font-size:1.2em;
	padding-right:5px;
	color:#333;
}
.toggle_graphic{
margin-right:3px;
}
.legal_header {
	font-size:1.8em;
}
.legal_text {
	font-size:1.2em;
}

.footer a{
	color:#999;
	
}
.policy {
	color:#888;
}
.policy a{
	color:#888;
}
.date_options {
	text-align:right;
	margin:10px 0px 0px 0px;
}
.date_links a{
		text-decoration:none;
		color:#999;
}
.date_links a:visited{
		text-decoration:none;
		color:#999;
}

.date_links_selected {
	font-weight:bold;
	font-size:1.2em;
}

.edit_link a{
	color:#ccc;
}
.edit_link a:hover {
	color:#666;
}
.delete_img img{
	padding-left:5px;
	padding-top:3px;
	padding-right:5px;	
}
.active {
	cursor: pointer;
	cursor: hand;	
}
.note {
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:1px dotted #999;
}
.note_text {
	font-size:1.5em;
}
.underline {
	text-decoration:underline;
}

#header {
  float:left;
  width:100%;
	border-bottom:2px solid #333;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#555;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#666;
  }
#header #current {
  background-image:url("../images/left_on.gif");
  }
#header #current a {
  background-image:url("../images/right_on.gif");
  color:#fff;

  }
.update_note_form {
	background-color:#efefef;
}
.you {
	color:#fff;
	background-color:#444;

}

.follow_link_on a{
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;	
	color:#990000;
}
.follow_link_on {
	color: #333;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;	
}
.red {
	color:#C26767;
}

.grey {
	color:#777;
}
.grey a{
	color:#999;
}
.grey a:hover{
	color:#666;
}
.high_action_total {
	font-weight:bold;
	font-size:1.9em;
	padding-right:5px;
	color:#fff;
}
.suggestion {
	color:#aaa;
	font-size:1em;

}
.logo {
	margin-top:0px;
}
.edit_activity_settings_link a {
	font-weight:normal;
}
.logout_link a{
	color:#999;
	text-decoration:none;
	font-size:0.8em;	
}
.activity_description {
	font-size:0.8em;
	color:#777;
	font-weight:normal;
}
#recent_actions {
	margin-top:15px;
}
#average_sets{

}
#date_ago_readout {
	color:#777;
	font-size:0.8em;
}
#sign_up_header_link {
	font-size:1.4em;
	font-weight:bold;
}
#page_header {
	font-size:2.0em;
	font-weight:bold;
}
.private_label {
	font-size:0.6em;
	background-color:red;
	padding:3px;
	color:white;
}
.right_column_header {
	font-size:1.4em;
	font-weight:bold;
}
.right_column_content {
	margin-bottom:15px;
}
.right_column {
	border-bottom:1px solid #999;
}
#today_number_of_people {
	border-top:3px solid #333;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:15px;
}
.button_band {
 /*border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:5px 0px 5px 0px;*/
}
.today_comment {
	color:red;
	font-weight:bold;
}
.topic_description {
	font-size:1.4em;
	margin-top:5px;
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	line-height:1.5em;
	color:#555;
}
.topic_advertisment {
	text-align:right;
}
.owner_button a{
	background-color: #ccc; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 3px;
	width:65px;
	color:white;
	text-decoration:none;
	font-size:.9em;
}
.owner_button a:hover{
	background-color: #999; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 3px;

}
.quick_add_button a{
	font-size:1em;
	background-color: #555; 
	cursor: pointer; 
	cursor: hand;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px;
	width:65px;
	color:white;
	text-decoration:none;
}
.quick_add_button a:hover{
	background-color: #ccc; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px;
	width:65px;
}
.retire_button a{
	font-size:1em;
	background-color: #990000; 
	cursor: pointer; 
	cursor: hand;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px;
	width:65px;
	color:white;
	text-decoration:none;
}
.retire_button a:hover{
	background-color: #990000; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px;
	width:65px;
}
.action_note_box {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #999;
	background-color:#FFFF99;
	color:#333;
	padding:5px;
	width:100px;
	margin-left:-9px;
	margin-top:16px;	
	position:absolute;
	z-index:5000;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	overflow:hidden;
}
.note_hover {
	padding:5px;
}
.overview_link {
	font-size:.8em;
}
.activity_block {
	border-bottom: 1px dotted #ddd;
	padding-bottom:5px;
}
.create_activity_button a{
	font-size:1.2em;
	background-color: #333;
	cursor: pointer; 
	cursor: hand;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 5px;
	font-weight:bold;
	width:65px;
	color:white;
	text-decoration:none;
}
.create_button_area {
	text-align:right;
	padding-top:5px;
}
#top_header_links {
	color:#777;	
}
#top_header_links a{
	font-size:1.1em;	
}
.activity_settings_button a{
	background-color: #ccc; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 3px;
	color:white;
	text-decoration:none;
	font-size:.9em;
}
.activity_settings_button a:hover{
	background-color: #999; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 3px;
}
.subscribe_button a{
	background-color: #ccc; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
	color:white;
	text-decoration:none;
	font-size:1em;	
}
.subscribe_button img{
	margin-bottom:-3px;
}
.subscribe_button a:hover{
	background-color: #999; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
}
.follow_button_true a{
	background-color: #ccc; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
	color:white;
	text-decoration:none;
	font-size:1em;
}
.follow_button_true img{
	margin-bottom:-3px;
}
.follow_button_true a:hover{
	background-color: #999; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
}
.follow_button_false a{
	background-color: #ccc; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
	color:white;
	text-decoration:none;
	font-size:1em;
}

.follow_button_false a:hover{
	background-color: #999; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
}
.more_details_link a{
	font-size:.8em;
	cursor: pointer; 
	cursor: hand;	
	color:#888;
	text-decoration:none;
}
.more_details_content {
	padding:8px;
	background-color:#efefef;
}
.more_details_link_close a{
	font-size:1em;
	cursor: pointer; 
	cursor: hand;	
	color:red;
	text-decoration:none;
}
.join_button a{
	background-color: #333; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 4px;
	color:white;
	text-decoration:none;
	font-size:1.4em;	
}
.join_button a:hover{
	background-color: #999; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:white;
	padding: 4px;
}

.signin_button a{
	background-color: #427E4F; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 6px;
	color:white;
	text-decoration:none;
	font-size:1.8em;	
}
.signin_button a:hover{
	background-color: #A1BFA7; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:white;
	padding: 6px;
}

#emails{
border:1px solid #DDDDDD;
font-size:14px;
height:100px;
margin:0 0 -4px;
padding:8px;
width:70%;
}


#navcontainer ul
{

padding: 0;
list-style-type: none;
font-size: 1.3em;
font-weight:bold;
}

#navcontainer li { margin:0 5px 0 0;float: left;padding:0px; }

#navcontainer a
{
display: block;
padding: 2px 2px 2px 15px;
border-top: 1px solid #555;
border-right: 1px solid #555;
border-left: 1px solid #555;
width: 200px;
background-color: #fff;
}

#navcontainer a:link, #navlist a:visited
{
color:#555;
text-decoration: none;
}



#active a:link, #active a:visited, #active a:hover
{
border-top: 1px solid #555;
border-right: 1px solid #555;
border-left: 1px solid #555;
border-bottom: 1px solid #555;
background-color: #555;
color: #fff;
}
