.border {
	border: 1px solid #888;
}

/* Element overrides */
body {
  margin: 0;
  padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #404040;	
}
	* html body { /* Star HTML hack to target IE6 */
		font-family: Helvetica, Arial, sans-serif;
	}
	
small {
	font-size: 10px;
}

body.non_team #header {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#header {
	padding: 0px 0 0px 0;
}

.fullbanner_container {
	float: right;
}
	.fullbanner_container img {
		float: right;
	}

.badge_container {
	float: left;
	border: 1px solid #ccc;
	padding: 8px;
/*	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
*/	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	height: 145px;
}
.badge_ad {
/*	margin-left: 15px;*/
	width: 125px;
	float: left;
}
.badge_ad_house {
	float: left;
	padding: 25px 10px 25px 10px;
}

.advertise_on_teamer {
	float: right;
	font-size: 9px;
	margin: 1px 0 0 0;
	text-transform: uppercase;
}
	a:link.advertise_on_teamer, a:visited.advertise_on_teamer {
	  color: #888888;
	  text-decoration: none;
	  font-weight: normal;
	}
	  a:hover.advertise_on_teamer, a:active.advertise_on_teamer {
	    text-decoration: underline; 
	  }
	  a:focus {
	    outline: none;
	  }
a:link, a:visited {
  color: #0090b6;
  text-decoration: none;
  font-weight: bold;
}
  a:hover, a:active {
    text-decoration: underline; 
    color: #74420f;
  }
  a:focus {
    outline: none;
  }
a.action {
	text-decoration: underline;
	font-size: 11px;
}

.count {
	background: #59a20e;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	padding: 2px;
}

.new_feature {
	background: #59a20e;
	color: #fff;
	padding: 6px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

#team_info_panel {
	background: #fff url(/images/bg.png) repeat-x 0 -200px; 
	border: 1px solid #bbb;	
	width: 276px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;		
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
}
	#team_info_panel #photo_container {
		float: left;
		margin-right: 10px;
	}
  #team_info_panel h2 {
		color: #505050;
		text-shadow: 0px 1px 0px #e5e5ee;
    font-weight: bold;
		font-size: 14px;
		margin: 8px;
		text-transform: uppercase;
		letter-spacing: -1px;
  }
  #team_info_panel p {
    color: #404040;
		font-size: 11px;
		margin: 5px;
  }
	#team_info_panel img {
		height: 70px;
		background: none;
		border: 6px solid #fff;
	}
	#team_info_panel .count {
		margin-left: 16px;
	}
	#team_info_panel .toggle_collapse {
		font-size: 10px;
		margin-top: 10px;
		float: right;
	}

.small_link {
	font-size: 10px;
	text-transform: capitalize;
}

#content {
	margin-bottom: 40px;
}


#content h1 {
	text-transform: uppercase;

	color: #505050;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 40px;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 15px;
	margin: 5px;
}

body.non_team #content h3 {
	margin: 0;
}

img.shadow {
/*	background: url(/images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 8px;
*/	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	border: 5px solid #eee;
}
img.shadow_thumb {
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	
/*	background: url(/images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 8px;
*/}

/*.avatar {
	width: 80px;
	height: 75px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0px 3px 0px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);	
	background: #ccc url('/images/gradient_text/gradient-grey.png') repeat-x;
}*/

.tiny_avatar {
	float: left;
	width: 50px;
	height: 45px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0px 3px 0px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);	
	background: #ccc url('/images/gradient_text/gradient-grey.png') repeat-x;
	
}
	.tiny_avatar img {
		height: 40px;
	}
.profile_link {
	margin-top: 8px;
}

.subsection {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
	.subsection h2.subsection_bar {
		font-size: 14px;
		background: #b0b0b0 url('/images/gradient_text/gradient-grey.png') repeat-x;
		border: 1px solid #bbb;
		padding: 3px 15px 3px 15px;
		color: #505050;
		text-shadow: 0px 1px 0px #e5e5ee;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;		
		-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);		
	}
	.subsection h2 a {
		text-shadow: none;
	}
	
#event_info_box {
	background-color:#eee; 
	color: #555; 
	padding: 12px; 
	border: 5px solid #bbb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;				
}
	#event_info_box p {
		font-size: 1.2em;
		line-height: 1.2em;
		margin: 0;
	}
		#event_info_box p small {
			font-size: .8em;
			line-height: .8em;
		}

#events .subsection {
	margin-bottom: 0;
}

#notes {
	margin-top: 20px;
	margin-bottom: 20px;
}

.event_action {
	width: 120px;
}

#event_summary {
	min-height: 100px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: #fff url('/images/bg.png') repeat-x 0 -300px;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
}
	#event_summary .summary_body {		
		padding: 10px 10px 5px 10px;
		font-size: 11px;
	}
	#event_summary h3 {
		font-size: 14px;margin:20px 0 0 0;
	}
	#event_summary p.event_summary_section {
		font-size:12px;
		margin:0;
	}
		#notification_filter {
			text-transform: uppercase;
			font-size:11px;
		}
		#notifications td {
/*			padding-left:2px;*/
		}
		#notifications td .profile_link {
			line-height: 19px;
		}
		#notifications h2 {
			margin-bottom: 16px;
			padding-bottom: 0;
			text-transform: uppercase;
		}
		#notifications_team img {
			margin: 0;
			padding: 0;
		}
		#notifications_team .name {
			width: 214px;
		}
		#notifications_team .status {
		}
			#notifications_team .status p {
				vertical-align: top; 
				margin: 0; 
				padding: 0;
			}
			#notifications_team .status_block {
				-webkit-border-radius: 6px;
				-moz-border-radius: 6px;
				-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
				-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);	
				border-radius: 6px;
/*				behavior: url(/stylesheets/960/ie-css3.htc);*/
/*				background-image: url(/images/gradient_text/gradient-dark-stripe-hz.png) repeat-x;*/
				float: left; 
				height: 16px;
				min-width: 84px; 
				margin-right: 5px; 
				margin-bottom: 3px;
				padding: 0;
				padding-right: 8px;
				cursor: help;
				background: #888888;
			}
				#notifications_team .status_tick_mark {
				}
				#notifications_team .status_accepted {
					background-color: #59a20e;
				}
				#notifications_team .status_declined {
					background-color: #cc0000;
				}				
				#notifications_team .status_unsent {
					background-color: #0090b6;
				}				
				#notifications_team .status_viewed {
					background-color: #bbbb00;
				}
				#notifications_team .status_block img {
					margin: 1px 0px 1px 3px;
					height: 10px;
					padding: 0;
				}
				/* Target only Firefox */
				@-moz-document url-prefix() { 
					#notifications_team .status_block {
						padding-bottom: 2px;
					}
				}
				
				

				#notifications_team .status_text {
					text-transform: uppercase; 
					float: left;
					font-size: 11px; 
					text-align: left;
					font-weight: bold; 
					color: #fff;
					margin-left: 6px;
				}

			#notifications_team .location {
				font-weight:bold;
				color:#74420f
			}
  #notifications_alternates {
/*    width: 490px;*/
  }
		#notifications_alternates .name {
/*			width: 180px;*/
			width: 214px;
		}
		#notifications_alternates .order {
		}
			#notifications_alternates .order a img {
				padding: 0 2px;
				border: 2px solid #c0c0c0;
				background-color: #fff;				
				margin-right: 2px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;	
				-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
				-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
			}
			#notifications_alternates .order a:hover img {
				border: 2px solid #74420f;
				padding: 0px 2px;
			}
			#notifications_alternates .order a:active img {
				border: 2px solid #0090b6;
				padding: 0px 2px;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}


  #notifications table td {
		vertical-align: top;
  }
		#notifications table td small a {
			text-decoration: underline;
		}


#attendance_count {
	font-size: 11px;
/*	border: 1px solid #bbb;*/
	padding: 4px 4px 2px 3px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 5px 0;	
	display:inline-block;
	color: #000;
}	
.event_summary_line {
	padding: 3px 10px;
	background: #b0b0b0 url('/images/gradient_text/gradient-grey.png') repeat-x;
	border: 1px solid #bbb;
	margin-bottom: 3px;
	
	-moz-border-radius-topleft: 5px;
	border-bottom-top-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-top-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
}
	.event_summary_line span {
		color: #303030;
		text-shadow: 0px 2px 1px #e5e5ee;
		margin: 0;
		padding: 2px 10px;
		font-size: 13px;
		font-weight: bold;
		border-right: 1px solid #aaa;
	}
	.event_summary_line .starts_at_date {
		margin: 0;
		padding-left: 0;
	}
	.event_summary_line .cancellation {
		color: #fff;
		text-shadow: none;
		font-size: 12px;
	}
	.event_summary_line a {
		text-shadow: none;
	}
/*
	.event_summary_line .starts_at_time {
		background-color: #74420f;
		text-transform: uppercase;
	}
	*/
	.event_summary_line .venue {
		border: none;
	}
/*	.event_summary_line .details_link {
		background-color: #bbb;
	}
*/

#notification_tips {
	border: 1px solid #a0a0a0;
	background: #fff;
	padding: 5px;
	margin: 20px;
	font-size: 13px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
	#notification_tips div {
		margin: 10px;
		padding: 20px 30px 20px 10px;
		padding-bottom: 10px;
	}
	#notification_tips img {
		cursor:pointer;
	}
	#notification_tips li {
		margin-bottom: 10px;
	}

.blog_post {
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 200px;	
}
.content_box {
	margin-top: 5px;
	padding: 40px;
/*	background: #fff url('/images/bg.png') repeat-x 0 -280px;*/
	background: #fff url('/images/grgrad.gif') repeat-x;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border: 1px solid #c8c8c8;	
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
}
	.content_box h2 {
		margin-bottom: 5px;
		background: none;
		border: none;
		padding: 0;
	}
	.content_box .comment_count {
		margin-top: 20px;
	}
	
/*
Comment styling
*/
#comment_section_info_bar {
	padding: 10px;
	height: 40px;
	background: #a0a0a0;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;	
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	margin-bottom: 20px;
	font-size: 11px;
}
	#comment_section_info_bar .btn {
		margin: 0 0 2px 10px;
	}
	#photos #comment_section_info_bar, #events #comment_section_info_bar {
		height: 20px;
	}
#comments {
	margin-top: 20px;
	font-size: 12px;
}
#comments .uniForm textarea {
	height: 8em;
}
img.photo {
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
}

.button_group {
}

/*
Table styling
*/
table.gradient-style {width:100%;margin:.5em 0;border:1px solid #aaa;border-collapse:collapse;}



table.gradient-style
{
/*	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
}
table.gradient-style th
{
	font-size: 12px;
	padding: 8px;
	background: #fff url(/images/bg.png) repeat-x 0 -200px; 
/*	border-top: 2px solid #ddd;
	border-bottom: 1px solid #fff;
*/	color: #505050;
	text-shadow: 0px 1px 0px #e5e5ee;
	font-weight: bold;
}
th a {
	text-shadow: none;
}

table.gradient-style td
{
	padding: 8px; 
	border-bottom: 1px solid #ccc;
	color: #666;
	border-top: 1px solid #fff;
	background: #fff url('/images/grgrad.gif') repeat-x;
}
table.gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
table.gradient-style tbody tr:hover td
{
	background: #fff url('/images/topbluefade.gif') repeat-x;
}

#profile_info {
	font-size: 12px;
/*	border: 1px solid #ccc;*/
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#profile_info th {
	font-size:15px;
	
	background: #b0b0b0 url('/images/gradient_text/gradient-grey.png') repeat-x;
	border: 1px solid #bbb;
	margin-bottom: 3px;
	
	-moz-border-radius-topleft: 5px;
	border-bottom-top-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-top-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
}
#profile_info td {
	height: 20px;

	color: #606060;
	background: url('/images/grgrad.gif') repeat-x;
}
#profile_info .field_name {
	width: 150px;
	text-transform: uppercase;
	font-weight: bold;
}
#profile_info .field_value {
	width: 210px;
}


table.borderless-style
{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	border: none;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	border-collapse: collapse;
}

table.borderless-style th
{
	font-size: 12px;
	padding: 8px;
	background: none;
	color: #505050;
	text-shadow: 0px 1px 0px #e5e5ee;
	font-weight: bold;
}

table.borderless-style td
{
	padding: 8px; 
	border: none;
	color: #666;
	border-top: 1px solid #fff;
	background: none;
}
table.borderless-style tfoot tr td
{
	background: none;
	font-size: 12px;
	color: #99c;
}
table.borderless-style tbody tr:hover td
{
	background: #fff url('/images/topbluefade.gif') repeat-x;
}


.cancellation {
	font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #cc0000;
  padding: 3px 8px;
  text-transform: uppercase;
  width: 80px;
  margin: 20px 0 0 0;
  text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	display: inline-block;	
}

td .cancellation {
	margin: 1px 0 0 0;
	width:75px;
	text-align:center;
	padding: 0px;
	font-size:11px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.meetup {
	font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #59a20e;
  padding: 3px 8px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	display: inline-block;	
}
	/* Target only Firefox */
/*	html:not([lang*=""]) .meetup {
		padding: 3px 8px;
	}
*/

#teampage_photos p {
	font-size: 11px;
	padding-bottom: 0;
	margin-bottom: 3px;
	margin-left: 3px;
}

#teampage .thumbwrapper {
  outline: none;
  float: left;
  margin: 4px;
  width: 145px;
  height: 180px;
	text-align: center;
	overflow:hidden;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;			
	background: #fff url('/images/gradient_text/gradient-grey.png') repeat-x;
}
.thumbwrapper a {
	margin-bottom: 10px;
	text-decoration: none;
}


.new_photo {
	background: #59a20e;
	color: #fff;
	padding: 2px;
	font-size: 9px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;			
	
}
a.edit_photo {
	border: none;
	color: #0090b6;
}
a.edit_photo:hover, a.edit_photo:active {
  text-decoration: underline; 
  color: #74420f;
}


html {
	overflow-y: scroll;
}

/*  
Sticky Footer Solution
by Steve Hatcher
http://stever.ca http://www.cssstickyfooter.com
*/

html, body {height: 100%;}

#wrapper {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 52px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -52px; /* negative value of footer height */
	height: 52px;
	clear:both;
	background: #ccc url('/images/gradient_text/gradient-grey.png') repeat-x;
	border: 1px solid #bbb;	
	
	border-bottom: none;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 8px;
	border-bottom-top-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-top-radius: 8px;
	-webkit-border-top-right-radius: 8px;		
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#bottomnav_wrapper {
	margin-left: auto;
  margin-right: auto;
	width: 600px;
}

#bottomnav {
	list-style-type: none;
  text-transform: none;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: none;
	font-size: 11px;
}
  #bottomnav li {
    float: left;
    margin: 0;
    padding: 0;
  } 
    #bottomnav li a {
			color: #0090b6;
/*			text-shadow: 0px 2px 2px #e5e5ee;*/
			text-shadow: 0px 2px 1px #e5e5ee;
			
			
      text-decoration: none;
      font-weight: bold;
			padding: 0.8em 1em 0.8em 1em;
    }
      #bottomnav li a:hover {  
        color: #74420f;
      }


/* Start custom button CSS here
---------------------------------------- */
.btn {
  display:inline-block;
  background:none;
  margin:0;
  padding:3px 0;
  border-width:0;
  overflow:visible;
	font-size: 11px;
  text-decoration:none;
  color:#333;
  }
.btn_small {
	font-size: 9px;
}
a.btn {
	margin: 0; padding: 0;
}
* html button.btn {
  padding-bottom:1px;
  }

@-moz-document .btn {
	
}
/*a.btn {
	color: #74420f;
}
*//* Immediately below is a temporary hack to serve the 
   following margin values only to Gecko browsers
   Gecko browsers add an extra 3px of left/right 
   padding to button elements which can't be overriden.
   Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
  margin:0 -3px;
	padding-bottom: 2px;
  }
.btn span {
  background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
  margin:0;
  padding:3px 0;
  border-left:1px solid #bbb;
  border-right:1px solid #aaa;
  }
* html .btn span {
  padding-top:0;
  }
.btn span span {
  position:relative;
  padding:3px .4em;
  border-width:0;
  border-top:1px solid #bbb;
  border-bottom:1px solid #aaa;
  }

/* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
button.pill-l span {
  border-right-width:0;
  }
button.pill-l span span {
  border-right:1px solid #bbb;
  }
button.pill-c span {
  border-right-style:none;
  border-left-color:#fff;
  }
button.pill-c span span {
  border-right:1px solid #bbb;
  }
button.pill-r span {
  border-left-color:#fff;
  }

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
  cursor:pointer; /* important for any clickable/pressable element */
  border-color:#9cf !important;
  color:#000;
  }
.btn:active                                                                                                                                                                                                                        span {
  background-position:0 -400px;
  outline:none;
  }
.btn:focus, .btn:active {
  outline:none; /* doesn't seem to be respected for <button>, only <a> */
  }

/* use if one button should be the 'primary' button */
.primary {
  font-weight:bold;
  color:#000;
  }

.calendar .btn.event span {
	border: none;
	font-size: 9px;
}

.calendar .btn.event span span {
	border: none;
}
.calendar .btn.plus {
/*	font-size: 10px;*/
}
.calendar .mday.tTip {
	cursor: help;
}

table#members {
	margin-bottom: 20px;
}

/* Team Nav */
#teamnav{
	width:auto;
	height:36px;
	background: url(/images/navbar/navbar-bg.png) left top repeat-x;
	margin: 30px 0 20px 0;
	border-bottom: 1px solid #ccc;
}
#teamnav .inbar{
	display:block;
	height:36px;
	background:url(/images/navbar/right-round.png) right top no-repeat;
}
#teamnav ul, #teamnav ul li{
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	height:36px;
	line-height:36px;
}
#teamnav ul{
	background:url(/images/navbar/left-round.png) left top no-repeat;
}
#teamnav ul li{
	float:left;
	display:block;
	line-height:36px;
}
#teamnav ul li a{
	color:#0090b6;
/*	text-shadow: 0px 1px 1px #b0b0b0;*/
/*	text-shadow:0 2px 3px rgba(0,0,0,.25);*/
/*	text-shadow: 0px 1px 2px #e5e5ee;*/
	text-decoration:none;
	font-weight:bold;
	display:block;
}
#teamnav ul li a span{
	padding:0 20px 0 0;
	height:36px;
	line-height:36px;
	display:block;
	margin-left:20px;
}
#teamnav .navhome a, #teamnav .navhome a:hover{
	background:url(/images/navbar/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#teamnav .navhome a span, #teamnav .navhome a:hover span{
	color:#FFFFFF;
	background:url(/images/navbar/span-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}
#teamnav ul li a:hover{
	background:url(/images/navbar/ahover-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
#teamnav ul li a:hover span{
	background:url(/images/navbar/spanhover-bg.png) right top no-repeat;
	height:36px;
	line-height:36px;
}

/* Highlight current page on menu */
#teampage #menulink_teampage a, #teampage #menulink_teampage a:hover,
#players #menulink_players a, #players #menulink_players a:hover,
#members #menulink_members a, #members #menulink_members a:hover,
#events #menulink_events a, #events #menulink_events a:hover,
#blog #menulink_blog a, #blog #menulink_blog a:hover,
#photos #menulink_photos a, #photos #menulink_photos a:hover,
#documents #menulink_documents a, #documents #menulink_documents a:hover,
#attendance #menulink_attendance a, #attendance #menulink_attendance a:hover {
	background:url(/images/navbar/a-bg.png) left top no-repeat;
	height:36px;
	line-height:36px;
}
	#teampage #menulink_teampage a span, #teampage #menulink_teampage a:hover span,
	#players #menulink_players a span, #players #menulink_players a:hover span,
	#members #menulink_members a span, #members #menulink_members a:hover span,
	#events #menulink_events a span, #events #menulink_events a:hover span,
	#blog #menulink_blog a span, #blog #menulink_blog a:hover span,
	#photos #menulink_photos a span, #photos #menulink_photos a:hover span,
	#documents #menulink_documents a span, #documents #menulink_documents a:hover span,
	#attendance #menulink_attendance a span, #attendance #menulink_attendance a:hover span {
		color:#FFFFFF;
		text-shadow: 0px 1px 2px #aaa;
		text-weight: bold;
		background:url(/images/navbar/span-bg.png) right top no-repeat;
		height:36px;
		line-height:36px;
	}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#topnav {
	margin-bottom: 20px;
}
.invertedshiftdown{
padding: 0;
width: 100%;
border-top: 5px solid #0090b6; /*Red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: #74420f;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: white; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}


.invertedshiftdown a:hover{
background-color: #0090b6; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #0090b6; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown #share_button{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding:0;
}

.invertedshiftdown #share_button a:hover{
background-color: #fff; /*Red color theme*/
color: #fff;
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
}

/* Highlight current page on menu */
#home #menulink-home,
#sign-up #menulink-sign-up,
#demo #menulink-demo,
#testimonials #menulink-testimonials,
#about #menulink-about,
#help #menulink-help,
#my-profile #menulink-my-profile,
#my-teampages #menulink-my-teampages,
/*#teampage #menulink-my-teampages,
#players #menulink-my-teampages,
#members #menulink-my-teampages,
#events #menulink-my-teampages,
#blog #menulink-my-teampages,*/
#sign-in #menulink-sign-in {
	background-color: #0090b6; /*Red color theme*/
	padding-top: 9px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.calendar_date_select_popup_icon {
	margin-left: 3px;
}

.uniForm {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
	border: 5px solid #a0a0a0;	
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.60);
}
	.uniForm label {
		text-transform: lowercase;
	}
	.uniForm .inlineLabel {
		float: left; width: 53%; margin: 0; padding: 0;
	}
	.uniForm .errorField {
		text-weight: bold;
		text-transform: uppercase;		
		font-size: 12px;
		padding: 5px 10px;
		background: #a00000;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;	
	}
	.uniForm legend{
		padding: 10px;
	}
	.uniForm .show_hide {
		style: display:none;
		clear: both;
		/*margin: 0; padding: 0; */
/*		padding-bottom: 7px;*/
/*		border: 1px solid #f00;*/
		overflow: auto; 
		height: 1%;
	}	
	.uniForm input.file {
		color: #fff;
	}
	
#MB_window .uniForm {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}


.alert_panel {
		border: 2px solid #bbb;
		background: #fff url(/images/grgrad.gif) repeat-x;
		padding: 10px 10px 10px 25px;
		margin: 0 0 12px 0;
		font-size: 11px;
		color: #a00;
		font-weight: bold;	
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;	
		-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);		
}

/* Pagination
-------------------------------------------------------------- */
.pagination {
  padding: 3px;
  margin: 0px;
}
.pagination a {
  padding: 2px 3px 2px 3px;
	margin: 1px -3px 1px 1px;
  border: 1px solid #0090b6;
  text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #74420f;
  /*color: #000;*/
}
.pagination span.current {
  padding: 2px 3px 2px 3px;
	margin: 1px -3px 1px 1px;
  border: 1px solid #0090b6;
  font-weight: bold;
  background-color: #0090b6;
  color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}
.pagination span.disabled {
  padding: 2px 3px 2px 3px;
	margin: 1px -3px 1px 1px;
  border: 1px solid #aaa;
  color: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
}

.example {
	color: #aaa;
}
input.example {
	color: #aaa;
}

#status {
	border: 5px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	background: #343434;
	padding: 20px;	
	color: #ccc;
}
	#status h2 {
		font-size: 12px;
		font-weight: bold;
	}

/* Validation errors */
#errorExplanation {
  border: 5px solid #343434;
  padding: .5833em;
  padding-bottom: 1em;
  margin-bottom: 1.6667em;
  background-color: #343434;
	color: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;		
}
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: .4167em .4167em .4167em 1.25em;
  font-size: 1em;
  margin: -.5833em;
  background-color: #a00000;
  color: #fff;
	border: none;
}

#errorExplanation p {
  color: #ccc;
  margin-bottom: 0;
  padding: .4167em;
  padding-top: 1.25em;
}

#errorExplanation ul li {
  font-size: 1em;
  list-style: square;
}

#errorExplanation ul {
  margin-bottom: 0;
}

/* Autocompletion style 
-------------------------------------------------------------- */
div.autocomplete {
  position: absolute;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
	color: #000;
	width: 100%;
}
div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
	width: 100%;
}
div.autocomplete ul li.selected { background-color: #ffb; width: 100%;}
div.autocomplete ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  height: 20px;
  cursor: pointer;
	width: 100%;
}

/* Photo Gallery/Highslide Style overrides */
#photos .highslide-caption {
}
	#photos .highslide-caption h3 {
		color:#fff;margin:0;
	}
/*	#photos .highslide-caption p {
		background: #343434;padding: 8px;width:100%;margin:0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;	
		border: 2px solid #343434;
	}
*/	#photos .highslide-caption a {
		text-weight: bold;
	  color: #0090b6;
		font-size: 10px;
	}
	.highslide-caption a:hover {
		border: none;
	}
	a.highslide:hover {
		border: none;
	}

/* Flash message overrides */
.flash_message { 
	color: #fff; 
	margin: 0 0 1.5em 0; 
	padding: 1em 1.5em; 
	text-align: center;
  border-radius:         4px;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  -o-border-radius:      4px;
  -khtml-border-radius:  4px;
	cursor:pointer;
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
}
  .flash_message.alert { 
    background: #a00000 url(/images/gradient_text/gradient-dark-stripe-hz.png) repeat-x 0 15px; 
  }
  .flash_message.notice { 
    background: #59a20e url(/images/gradient_text/gradient-dark-stripe-hz.png) repeat-x 0 15px; 
  }

#profile_details {
}
	#profile_details p {
		margin-bottom: 10px;
	}

#attendance li { margin-left: 0;}

#attendance tfoot {
	font-size: 10px;
}

#attendance tr {
	font-size: 10px;
}

#attendance th {
	font-size: 10px;
	padding: 0px;
}

#attendance th.event_filter {
	padding: 8px;
	text-transform: uppercase;
	font-size:11px;
}

#attendance th.event_label {
	width: 30px;
}
	#attendance th.event_label .date_header {
		font-size: 10px;
	}

#attendance td {
	font-size: 10px;
	padding: 0px;
	padding-left: 3px;
}

#attendance td.border_right {
	border-right: 1px solid #aaa;
}

#attendance td.border_left {
	border-left: 1px solid #aaa;
}

#attendance td.member {
	width: 150px;
}

#attendance td.member_percentage {
	width: 82px;
}

#attendance td.member_percentage .status_block {
	margin-right: 8px;
}

#attendance td.event_attendance_status {
	padding-top: 3px;
	width: 25px;
}

#attendance .status {
}

#attendance .status p {
	vertical-align: top; 
	margin: 0; 
	padding: 0;
}

#attendance .status_block {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);				
	border-radius: 6px;
	background-image: url(/images/gradient_text/gradient-dark-stripe-hz.png) repeat-x;
	float: left; 
	height: 16px;
	min-width: 15px; 
	padding: 0;
	background: #888888;
}

#attendance .status_text {
	font-weight: bold; 
	color: #fff;
	margin: 0;
	padding: 0 3px;
	min-width: 15px;
}
		
#attendance .status_accepted {
	background-color: #59a20e;
}
#attendance .status_declined {
	background-color: #cc0000;
}				
#attendance .status_unsent {
	background-color: #0090b6;
}
#attendance .status_ {
	background-color: #0090b6;
}

#attendance .status_total {
	background-color: #fff;
}
#attendance .status_total span.status_text {
	color: #505050;
}
#attendance .status_viewed {
	background-color: #bbbb00;
}
#attendance .helios_wrapper {
	float: right;
}
#attendance .advertise_on_teamer {
	clear: right;
}

#attendance_legend_panel {
	background: #fff url(/images/bg.png) repeat-x 0 -200px; 
	border: 2px solid #bbb;	
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;		
	padding: 10px;
	margin: 20px 20px 20px 0;
	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);	
	float: left;
	width: 350px;
}

#attendance_legend_panel h2 {
	color: #505050;
	text-shadow: 0px 1px 0px #e5e5ee;
  font-weight: bold;
	font-size: 14px;
	margin: 8px;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#attendance_legend_panel p {
  color: #404040;
	font-size: 11px;
	margin: 5px;
}

#attendance_legend_panel .toggle_collapse {
	font-size: 10px;
	margin-top: -10px;
	float: right;
}
	
.button_panel {
/*	background: #fff url(/images/bg.png) repeat-x 0 -200px; */
/*	background: #eee;*/
/*	border: 1px solid #ddd;	*/
/*	width: 300px;*/
	
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		*/
/*	padding: 5px;*/
	margin-bottom: 10px;
/*	-moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.20);		
*/}

#document_summary {
  width: 240px;
  margin: 10px 0 0 0px;    
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;		

  padding: 15px 15px 15px 15px;
}
  #document_summary h2 {
    color: #404040;
    font-weight: bold;
    font-size: 1.5em;
		border-top: 3px solid #ccc;
  }
	#document_summary #photo_container {
/*		text-align: center;*/
	}
			#document_summary #photo_container span {
				margin-left: 12px;
			}
  #document_summary img {
    border: 3px solid #fff;
    padding: 0;
		display: block;
    margin-left: auto;
    margin-right: auto
  }
  #document_summary p {
    margin: 0 0 12px 0;
    color: #404040;
  }
	#document_summary div {
		margin: 0 0 20px 0;
	}
	
#documents .highslide-footer {
	margin-bottom: 5px;
}
	
/* File type images
-------------------------------------------------------------- */
.file_type {
	display:inline-block;
	padding:2px 0px 2px 20px;
	line-height:18px;
	min-height:18px;
	margin: 0;
	overflow:visible;
}

.file {
	background: transparent url(/images/fileicons/file.png) center left no-repeat;
}
.xhtml_xml {
background: transparent url(/images/fileicons/xml.png) center left no-repeat;
}
.vnd_wave {
background: transparent url(/images/fileicons/wav.png) center left no-repeat;
}
.mp4 {
background: transparent url(/images/fileicons/video.png) center left no-repeat;
}
.vnd_oasis_opendocument_spreadsheet {
background: transparent url(/images/fileicons/ods.png) center left no-repeat;
}
.x_rar_compressed {
background: transparent url(/images/fileicons/rar.png) center left no-repeat;
}
.x_pkcs7_mime {
background: transparent url(/images/fileicons/enc.png) center left no-repeat;
}
.png {
background: transparent url(/images/fileicons/png.png) center left no-repeat;
}
.xml {
background: transparent url(/images/fileicons/xml.png) center left no-repeat;
}
.x_latex {
background: transparent url(/images/fileicons/tex.png) center left no-repeat;
}
.x_shockwave_flash {
background: transparent url(/images/fileicons/swf.png) center left no-repeat;
}
.soap_xml {
background: transparent url(/images/fileicons/xml.png) center left no-repeat;
}
.ogg {
background: transparent url(/images/fileicons/ogg.png) center left no-repeat;
}
.vnd_rn_realaudio {
background: transparent url(/images/fileicons/ram.png) center left no-repeat;
}
.html {
background: transparent url(/images/fileicons/html.png) center left no-repeat;
}
.vnd_openxmlformats_officedocument_spreadsheetml_sheet {
background: transparent url(/images/fileicons/xls.png) center left no-repeat;
}
.x_pkcs12 {
background: transparent url(/images/fileicons/enc.png) center left no-repeat;
}
.javascript {
background: transparent url(/images/fileicons/js.png) center left no-repeat;
}
.vorbis {
background: transparent url(/images/fileicons/audio.png) center left no-repeat;
}
.css {
background: transparent url(/images/fileicons/css.png) center left no-repeat;
}
.zip {
background: transparent url(/images/fileicons/zip.png) center left no-repeat;
}
.mp4 {
background: transparent url(/images/fileicons/audio.png) center left no-repeat;
}
.x_ms_wmv {
background: transparent url(/images/fileicons/wmv.png) center left no-repeat;
}
.x_stuffit {
background: transparent url(/images/fileicons/file.png) center left no-repeat;
}
.mpeg {
background: transparent url(/images/fileicons/mpg.png) center left no-repeat;
}
.x_dvi {
background: transparent url(/images/fileicons/dvi.png) center left no-repeat;
}
.csv {
background: transparent url(/images/fileicons/csv.png) center left no-repeat;
}
.javascript {
background: transparent url(/images/fileicons/js.png) center left no-repeat;
}
.quicktime {
background: transparent url(/images/fileicons/mov.png) center left no-repeat;
}
.vnd_ms_excel {
background: transparent url(/images/fileicons/xls.png) center left no-repeat;
}
.msword {
background: transparent url(/images/fileicons/doc.png) center left no-repeat;
}
.vnd_mozilla_xul_xml {
background: transparent url(/images/fileicons/file.png) center left no-repeat;
}
.ogg {
background: transparent url(/images/fileicons/ogg.png) center left no-repeat;
}
.x_ms_wma {
background: transparent url(/images/fileicons/wma.png) center left no-repeat;
}
.gif {
background: transparent url(/images/fileicons/gif.png) center left no-repeat;
}
.vnd_oasis_opendocument_graphics {
background: transparent url(/images/fileicons/odg.png) center left no-repeat;
}
.x_pkcs7_signature {
background: transparent url(/images/fileicons/enc.png) center left no-repeat;
}
.jpeg {
background: transparent url(/images/fileicons/jpeg.png) center left no-repeat;
}
.svg_xml {
background: transparent url(/images/fileicons/image.png) center left no-repeat;
}
.vnd_microsoft_icon {
background: transparent url(/images/fileicons/image.png) center left no-repeat;
}
.x_tar {
background: transparent url(/images/fileicons/tar.png) center left no-repeat;
}
.x_pkcs7_certificates {
background: transparent url(/images/fileicons/enc.png) center left no-repeat;
}
.octet_stream {
background: transparent url(/images/fileicons/bin.png) center left no-repeat;
}
.xml_dtd {
background: transparent url(/images/fileicons/xml.png) center left no-repeat;
}
.tiff {
background: transparent url(/images/fileicons/image.png) center left no-repeat;
}
.http {
background: transparent url(/images/fileicons/file.png) center left no-repeat;
}
.ogg {
background: transparent url(/images/fileicons/ogg.png) center left no-repeat;
}
.vnd_oasis_opendocument_text {
background: transparent url(/images/fileicons/odt.png) center left no-repeat;
}
.vnd_oasis_opendocument_presentation {
background: transparent url(/images/fileicons/odp.png) center left no-repeat;
}
.json {
background: transparent url(/images/fileicons/js.png) center left no-repeat;
}
.pdf {
background: transparent url(/images/fileicons/pdf.png) center left no-repeat;
}
.mpeg {
background: transparent url(/images/fileicons/mpg.png) center left no-repeat;
}
.x_ms_wax {
background: transparent url(/images/fileicons/wma.png) center left no-repeat;
}
.plain {
background: transparent url(/images/fileicons/txt.png) center left no-repeat;
}
.rtf {
background: transparent url(/images/fileicons/rtf.png) center left no-repeat;
}
.vnd_ms_powerpoint {
background: transparent url(/images/fileicons/ppt.png) center left no-repeat;
}
.vnd_openxmlformats_officedocument_wordprocessingml_document {
background: transparent url(/images/fileicons/doc.png) center left no-repeat;
}
.x_www_form_urlencoded {
background: transparent url(/images/fileicons/file.png) center left no-repeat;
}
.x_pkcs7_certreqresp {
background: transparent url(/images/fileicons/enc.png) center left no-repeat;
}


#help p {
	font-size: 13px;
	margin-bottom: 1em;
}

#help h2 {
	font-size: 15px;
	margin-bottom: .5em;
	text-transform: uppercase;
}
.contact h2 img {
	vertical-align: text-bottom;
}
#help .content_box {
}
#help .content_box.note {
	padding: 0px 40px 10px 40px;
	border: none;
	background: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#help .contact {
	border: none;
	background: none;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 40px;
}
	#help .contact p {
		margin-bottom: .5em;
	}
	


blockquote {
	margin: 0 0 2em 0;
	font-style: normal;
}
	blockquote.featured {
		background: url(/images/start_quote.png) top left no-repeat;
	}
	blockquote.featured p {
		text-indent: 26px;
		font-size: 15px;
		background: #fff url(/images/end_quote.png) bottom right no-repeat 10px 0;
  }
		blockquote.featured p.attribution {
			text-indent: 0;
			background-image: none;
		}
	blockquote .attribution {
		text-indent: 0;
		font-weight: bold;
		margin-top: -1.3em;
		color: #404040;
		background: none;
		padding: 0;
	}

	#advertise h4 {
		color: #404040;
		margin-bottom: .5em;
	}

	#advertise #contact_us {
	  font-size: 1em;
	  line-height: 1.25em; 
	  color: #606060;
	}

	#advertise dt {
		color: #808080;
	}

	#advertise #ad_formats dl {
		margin-left: 1em;
		margin-top: 0;
	}

.event_passed_label {
	
}

.reveal {
/*	display:inline;*/
	opacity: 0.4;
}

.hover_reveal:hover .reveal {
/*	display:inline;*/
	opacity: 1;
}

#sidebar {
	padding-bottom: 20px;
}

#respondables td, #respondables th {
	padding-top: 2px;
	padding-bottom: 2px;
}

#respondables td.field_name {
	width: 60px;
}

#respondables .subsection {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.betpack_image {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	padding: 8px 0px 3px 0px;
	border: 1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.20);	
	background: #ccc url('/images/gradient_text/gradient-grey.png') repeat-x;
	
}
