﻿.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.recordingAccess .meetingBanner img {
	width: 100%;
	height: auto;
	}
	
.recordingAccess h1 {
    color: #77b84a;
    font-size: 30px;
    font-weight: normal;
}

.recordingAccess h2 {
    color: #333;
    font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}

h3 {
    color: #77B84A;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
}
	
.recordingAccess ul.memberLogin li {
	list-style-type: none;
	padding: .25em 0;
	}
	.recordingAccess ul.memberLogin li label {
		font-weight: 700;
		width: 10em;
		display: inline-block;
		}
	
.recordingAccess .memberAccess {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 1em 0;
	}
	.recordingAccess .memberAccess  input[type="submit"] {
		display: block;
		background-color: #0079c2;
		border-color: #00619b;
		border-style: solid;
		border-width: 0;
		color: #fff;
		cursor: pointer;
		font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
		font-size: 0.85 em;
		font-weight: normal;
		line-height: normal;
		margin: 0.25 em 0;
		padding: 0.25em .5em 0.3em;
		position: relative;
		text-align: center;
		text-decoration: none;
		}
		.recordingAccess .memberAccess  input[type="submit"]:hover {
			background-color: #00619B;
		}
		
.recordingAccess .amount {
	color: red;
	font-weight: 700;
	}
	.recordingAccess .note{
		font-weight: 700;
		font-size: .95em;
		}
		
.recordingAccess .login {
	padding-left: 40px;
	}
	
.pageheader {
	display: none;
}
@media print {
	header {display: none;}
	footer {display: none;}
	.recordingAccess h1 { color: #333;}
	img {display: none;
	}

