@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

:root {
	--text-color: #000;
	--link-color: #27B;
	--label-color: #363;
	--button-color: #369;
	--button-color-hover: #257;
	--header-text-color: #369;
	--legend-color: #369;
}

/**********************
* GLOBAL STYLES
**********************/

html {
	font-size: 110%; 
	-webkit-text-size-adjust: 110%; 
	-ms-text-size-adjust: 110%;
}
html, select, textarea { 
	color: #000;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
}
body { 
	background-color: #EEE;
	margin: 0; 
	overflow-x: hidden;
	overflow-y: scroll;
}
h1, h2, h3, h4 {
	margin: 0 0 5px 0;
	color: #369;
}
h4 {
	font-size: 100%;
}
h3 {
	font-size: 115%; 
}
h2 {
	font-size: 130%; 
}
h1 {
	font-size: 145%; 
}
a {
	color: #27B;
	text-decoration: none;
}
a:visited {
	color: #27B;
	text-decoration: none;
}
a:hover {
	color: #27B;
	text-decoration: underline;
}
hr {
	border: 1px solid #DDD;
	margin: 10px 0;
}
p {
	margin: 0 0 10px 0;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin-bottom: 15px;
}
fieldset {
	background-color: #EEE;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #EEE;
	border-radius: 5px;
}
legend {
	margin-bottom: 15px;
	width: 100%;
	float: left;
	font-weight: bold;
	color: #369;
}
label, .label {
	color: #363;
	display: inline-block;
	vertical-align: top;
	font-size: 85%;
	width: 100%;
}
.label-offset {
	margin: 0 0 20px 0;
}
textarea {
	display: inline-block;
	font-size: 90%;
	width: calc(100% - 25px);
	border: 1px solid #CCC;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
	font-size: 90%;
	width: calc(100% - 25px);
	border: 1px solid #CCC;
}
input[type="date"], input[type="number"] {
	font-size: 90%;
	width: calc(100% - 50px);
	border: 1px solid #CCC;
}
input[type="submit"], input[type="reset"], button {
	-webkit-appearance: none;
	line-height: 200%;
	width: 100%;
	font-size: 90%;
	margin-bottom: 5px;
	padding: 5px 10px;
	color: #FFF;
	background: #369;
	border: 1px #369;
	border-radius: 3px;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	-webkit-appearance: none;
	background-color: #257;
}
input[type="submit"]:disabled, button:disabled {
	-webkit-appearance: none;
	color: #999;
	border: 1px solid #DDD;
	background-color: #DDD;
}
table {
	width: 100%;
}
th {
	background-color: #DDD;
	padding: 4px;
	font-size: 80%;
	text-align: left;
}
td {
	padding: 4px;
	vertical-align: top;
}
tr {
	background-color: #FAFAFA;
}
tr:nth-child(odd) {
	background-color: #EFEFEF;
}

@media (min-width: 800px) {
	html {
		font-size: 90%; 
		-webkit-text-size-adjust: 90%; 
		-ms-text-size-adjust: 90%;
	}
	li {
		margin: 0 0 5px 0;
	}
	label {
		width: 120px;
	}
	textarea {
		width: calc(100% - 170px);
	}
	input[type="date"], input[type="number"] {
		width: 120px;
	}
	input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
		width: calc(100% - 140px);
	}
	input[type="submit"], input[type="reset"], button {
		line-height: 100%;
		margin-top: 0;
		width: auto;
	}
	input[type="reset"], button {
		width: auto;
	}
	.label-offset {
		margin: 0 0 20px 120px;
	}
}

/**********************
* TEMPLATE STYLES
**********************/

.site-wrap {
	background-color: #FFF;
	position: absolute;
	width: 100%;
	min-height: 1080px;
	top: 0;	
	z-index: 1;
}
#iframe-body {
	background-color: #FFF;
}
#pghead {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
#crumbs {
	color: #777;
	vertical-align: top;
	display: inline-block;
	font-size: 80%;
	width: 100%;
}
#site-id {
	color: #777;
	vertical-align: top;
	font-weight: bold;
	float:right;
	text-align: center;
	width: 100%;
}
@media (min-width: 800px) {
	#crumbs {
		width: calc(50% - 5px);
	}
	#site-id {
		text-align: right;
		width: calc(50% - 5px);
	}
}
#content {
	padding: 15px;
}
#logo {
	padding: 0;
	margin: 0;
	height: 80px;
	background-color: #FFF;
	width: 100%;
	text-align: center;
	border-bottom: 15px solid #369;
}
#logo img {
	margin-top: 5px;
	height: 70px;
}
.whiteback {
	background-color: #FFF;
}
.grayback {
	display: inline;
	width: auto;
	border-collapse: collapse;
}
.grayback td {
	padding: 0;
	background-color: #EEE;
}
.col2 {
	display: inline-block;
	width: 100%;
}
@media (min-width: 800px) {
	.col2 {
		vertical-align: top;
		width: calc(50% - 5px);
	}
}
.half-left, .half-right {
	width: 100%;
}
@media (min-width: 800px) {
	.half-left, .half-right {
		display:inline-block;
		width: calc(50% - 2px);
	}
}




/**********************
* FLIPBOOK THUMB GRIDS
**********************/

#grid3 {
	margin: 0 0;
	padding: 0 0;
}
.gridblock3 {
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #EEE;
	display:inline-block;
	width: calc(100% - 20px);
}
.gridblock3 iframe {
	margin-top: 10px;
	width: calc(100% - 5px);
}
@media (min-width: 800px) {
	.gridblock3 {
		width: calc(33% - 30px);
	}
	#grid3 .gridblock3:nth-child(3n+3) {
		margin-right: 0;
	}
}



/**********************
* IMAGE GALLERY INDEX AND LIST VIEW
**********************/
.gallery-list {
	margin: 12px 0;
	padding-left: 12px ;
  	text-indent: -12px ;
}
#gallery img {
	max-width: calc(100% - 5px);
}
@media (min-width: 600px) {
	#gallery img {
		max-width: calc(50% - 5px);
	}
}
@media (min-width: 800px) {
	.gallery-list {
		margin: 5px 0;
	}
	#gallery img {
		max-width: calc(33% - 5px);
	}
}
@media (min-width: 1000px) {
	#gallery img {
		max-width: calc(25% - 5px);
	}
}
@media (min-width: 1200px) {
	#gallery img {
		max-width: calc(20% - 5px);
	}
}
@media (min-width: 1400px) {
	#gallery img {
		max-width: calc(16.6% - 5px);
	}
}



/**********************
* PROCEEDINGS PAGE
**********************/

#proceedings .year {
	margin-top: 10px;
	line-height: 4;
	display: inline-block;
	width: calc(50% - 5px);
	border: 1px solid #EEE;
	text-align: center;
}
@media (min-width: 800px) {
	#proceedings .year {
		width: calc(20% - 5px);
	}
}



.block-data {
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 8px 15px;
	border: 1px solid #DDD;
	border-radius: 5px;
	background-color: #FFF;
}
.block-data .banner {
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 100%;
	min-width: 100%;
}
.block-data .big-button {
	margin-top: 5px;
	border-radius: 5px;
	line-height: 250%;
	background-color: #369;
	color: #FFF;
	text-decoration: none;
	font-size: 125%;
	text-align: center;
	display: block;
	width: 100%;
}
.block-data .big-button:hover {
	background-color: #257;
}

@media (min-width: 800px) {
	.block-data {
		padding: 8px 15px;
	}
}
.block-error {
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 8px 15px;
	border: 2px solid #FAA;
	border-radius: 5px;
	background-color: #FEE;
}
.block-edit {
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 8px 15px;
	border: 1px solid #EEE;
	border-radius: 5px;
	background-color: #EEE;
}
.block-enter {
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 8px 15px;
	border: 1px solid #DEF;
	border-radius: 5px;
	background-color: #DEF;
}
.inputgroup{
	margin-bottom: 10px;
}
.inputset {
	font-size: 80%;
}
.menu-button {
	width: 100%;
}
.menu-comment {
	display: inline-block;
	font-size: 90%;
}
.links {
	width: calc(100% - 45px);
	margin-left: 8px;
	display: inline-block;
}

.dataset {
	padding: 15px;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-bottom: 10px;
}
.dataset label {
	width: 100%;
}
.dataset img {
	max-width: 200px;
	max-height: 270px;
}
.data {
	padding-bottom: 5px;
}
.pagination {
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.pagination a {
	margin: 0 5px 0 0;
}
.inactive {
	margin: 0 5px 0 0;
	color: #999;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.field {
	margin-left: 10px;
	padding: 2px;
	width: 100%;
}
.red {
	color: #F00;
}
.gray {
	color: #999;
}
.black {
	color: #000;
}
.fine-print {
	color: #888;
	margin-left: 20px;
	font-size: 80%;
}
.table-trans, .table-trans tr, .table-trans td, .table-trans th {
	padding: 0;
	background-color: transparent;
}
.table-trans td, .table-trans th {
	padding-right: 10px;
}
.table-nobg {
	background-color: transparent;
}
.table-nobg tr {
	background-color: transparent;
}
/* hide is only for table columns*/
.hide {
	display: none;
}
.error {
	margin-left: 15px;
	background-color: #FCC;
	max-width: 500px;
	padding: 10px;
	border: 1px solid #FCC;
	border-radius: 5px;
}
.none-found {
	color: #999;
	text-align: center;
	height: 50px;
}
.mail-stopped {
	text-align: center; 
	color: red; 
	font-weight: bold;
}
@media (min-width: 800px) {
	.site-wrap {
		width: calc(100% - 180px);
		left: 180px;
	}
	.inputgroup{
		margin-bottom: 5px;
	}
	.inputset {
		display: inline-block;
	}
	.buttongroup {
		margin-top: 15px;
	}
	.menu-button {
		display: inline-block;
		width: 170px;
		vertical-align: top;
	}
	.menu-comment {
		max-width: 65%;
	}
	.field {
		margin-left: 0;
		width: calc(100% - 210px);
		display: inline-block;
	}
	.hide {
		display: table-cell;
	}
	.pagination {
		font-size: 90%;
	}
	.dataset label {
		width: 200px;
	}
}


/**********************
* ICON & BADGE STYLES
**********************/

.icon, .icon-left, .icon-right {
	margin-bottom: 2px;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 3px;
	width: 30px;
	vertical-align: top;
}
.icon-left {
	margin-right: 5px;
}
.icon-right {
	margin-left: 5px;
}
.badge {
	margin-bottom: 2px;
	width: 30px;
	vertical-align: top;
}
.icon:hover, .icon-left:hover, .icon-right:hover{
	background-color: #EEE;
}
@media (min-width: 800px) {
	.icon, .icon-left, .icon-right, .badge {
		margin-bottom: 0;
		width: 18px;
	}
}


/**********************
* HEADER STYLES
**********************/
header {
	padding: 0;
	margin: 0;
	min-height: 35px;
	display: block;
	background-color: #369;
}
header img {
	padding: 8px 12px;
}
#header-links {
	font-size: 115%;
	margin: 0;
	display: none;
}
#header-links a {
	display: inline-block;
	margin: 0;
}
#header-links ul {
	margin: 0;
	padding: 0;
}
#header-links li {
	margin: 0;
	display: inline-block;
	list-style: none;
	text-align: center;
}
@media (min-width: 800px) {
	header {
		padding: 0;
		margin: 0;
		height: 80px;
		display: block;
		background-color: #FFF;
		border-bottom: 15px solid #369;
	}
	#header-links {
		display: inline-block;
	}
	#header-links li {
		margin: 0;
		font-size: 80%;
		padding: 0;
	}
	.head-icon {
		margin: 12px 0 0 0;
		padding: 0;
		height: 40px;
	}
	.head-text {
		margin-top: -6px;
		padding: 0 5px;
	}
}



/**********************
* NAV STYLES
**********************/
sidebar {
	display: inline-block;
	width: 180px;
	z-index: 0;
}
sidebar ul {
	padding-left: 12px;
}
nav {
	padding: 10px;
	font-size: 90%;
}
nav li {
	list-style: none;
	margin-bottom: 5px;
}
.nav-block {
	margin-bottom: 15px;
}
.nav-head {
	color: #777;
}
label[for="nav-trigger"] {
	cursor: pointer;
}
.nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.nav-trigger:checked ~ .site-wrap {
	left: 180px;
}
.nav-trigger + label, .site-wrap {
    transition: left 0.2s;
}
@media (min-width: 800px) {
	label[for="nav-trigger"] {
		display: none;
	}
	nav li {
		margin-bottom: 0;
	}
}


/**********************
* FOOTER STYLES
**********************/
footer {
	margin-top: 30px;
	text-align: center;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer li {
	margin-bottom: 5px;
	margin-right: 10px;
	padding-right: 10px;
	display: inline-block;
	border-right: 2px solid #CCC;
}
footer li:last-child {
	border-right:none;
}
.copyright {
	padding-top: 50px;
	font-size: 80%;
	color: #AAA;
	margin-top: 5px;
}
@media (min-width: 800px) {
	footer {
		text-align: left;
	}
	footer li {
		margin-bottom: 0;
	}
}


/**********************
* TAB STYLES
**********************/

.tabs {
	font-size: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #DDD;
}
.tabs-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #369;
}
.tabs-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	display:inline-block;
}
.tabs-nav li a {
	display:inline-block;
	padding: 5px 10px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
}
.tabs-nav li a:hover {
	background-color: #257;
}
.tabs-nav .selected {
	background-color: #58A;
}
.tabs-container {
	padding: 5px;
}
@media (min-width: 800px) {
	.tabs-container {
		padding: 15px;
	}
}


/**********************
* MESSAGE STYLES
**********************/
.unread {
	font-weight: bold;
}
.thin {
	width: 20px;
}
.message-header {
	color: #999;
}
.message-body {
	margin-top: 20px;
}
.message-thread {
	padding: 15px;
	text-align: center;
}


/**********************
* ACCOUNTING STYLES
**********************/
#account-summary label {
	width: 200px;
}
#account-summary h2 {
	margin-bottom: 15px;
}
#account-summary .field {
	width: calc(100% - 25px);
	text-align: right;
}
#totals .field {
	font-weight: bold;
	text-align: right;
	width: calc(100% - 15px);
}
#totals label {
	width: calc(100% - 15px);
}
.warning {
	text-align: center;
	font-weight: bold; 
	color: red;
}
.action_arrow {
	height: 40px;
	vertical-align: middle;
}
.instruct {
	text-align: center;
	margin-left: 0;
	display: inline-block;
}
@media (min-width: 800px) {
	#account-summary .field {
		width: 100px;
	}
	#account-summary select {
		width: 100px;
	}
	#totals .field {
		width: 150px;
	}
	#totals label {
		width: 130px;
	}
	.instruct {
		text-align: left;
		margin-left: 25px;
	}
}


/**********************
* ADMIN STYLES
**********************/
#join label {
	width: 90px;
}
#join .join-result {
	margin: 15px 0;
	font-weight: bold;
	color: red;
	text-align: center;
}
#join .join-left {
	display: inline-block;
	width: 100%
}
#join .join-center {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 100%
}
#join .join-right {
	display: inline-block;
	width: 100%
}
@media (min-width: 800px) {
	#join textarea {
		width: calc(100% - 95px);
	}
	#join .join-left {
		width: calc(45% - 5px);
	}
	#join .join-center {
		width: calc(10% - 5px);
	}
	#join .join-right {
		width: calc(45% - 5px);
	}
}


/**********************
* REPORT STYLES
**********************/
#report .header {
	font-weight: bold;
	margin-bottom: 15px;
}
#report .header-year {
	width: 80%;
	display: inline-block;
}
#report .header-lodge {
	text-align: right;
	width: 15%;
	float: right;
}
#report .report-date {
	text-align: center;
	margin-bottom: 15px;
}
#report .report-title {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#report .report-summary {
	font-weight: bold;
	text-align: center;
}
#report table {
	width: 100%;
	border-spacing: 5px;
	background: transparent;
	margin-bottom: 25px;
}
#report h1 {
	color: #000;
}
#report h2 {
	color: #000;
}
#report h3 {
	color: #000;
}
#report h4 {
	color: #000;
}
#report h5 {
	color: #000;
}
#report tr {
	background: transparent;
}
#report td {
	background: transparent;
}
#report th {
	border-bottom: 1px solid #000;
	background: transparent;
}
#report hr {
	height: 1px;
	background-color: #000;
	border: none;
}



/**********************
* REGISTRATION AREA STYLES
**********************/
#checkin {
	margin-top: 15px;
}
#checkin .big-button {
	margin-top: 5px;
	border-radius: 5px;
	line-height: 250%;
	background-color: #369;
	color: #FFF;
	text-decoration: none;
	font-size: 125%;
	text-align: center;
	display: block;
	width: 100%;
}
#checkin .big-button:hover {
	background-color: #257;
}
#checkin .big-button:disabled {
	background-color: #AAA;
}
#checkin .marks {
	width: 20px;
}
#search-by-number {
	margin-top: 15px;
}
#search-by-name {
	margin-top: 15px;
}



/**********************
* SPINNER OVERLAY STYLES
**********************/

#spinner {
	display: none;
	z-index: 1000;
	top: 0;
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    opacity: .5;
}

#floatingBarsG{
	position:relative;
	width:60px;
	height:75px;
	margin: calc(100% / 4) auto;
}

.blockG{
	position:absolute;
	background-color:rgb(255,255,255);
	width:10px;
	height:23px;
	border-radius:8px 8px 0 0;
		-o-border-radius:8px 8px 0 0;
		-ms-border-radius:8px 8px 0 0;
		-webkit-border-radius:8px 8px 0 0;
		-moz-border-radius:8px 8px 0 0;
	transform:scale(0.4);
		-o-transform:scale(0.4);
		-ms-transform:scale(0.4);
		-webkit-transform:scale(0.4);
		-moz-transform:scale(0.4);
	animation-name:fadeG;
		-o-animation-name:fadeG;
		-ms-animation-name:fadeG;
		-webkit-animation-name:fadeG;
		-moz-animation-name:fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#rotateG_01{
	left:0;
	top:27px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
	transform:rotate(-90deg);
		-o-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		-moz-transform:rotate(-90deg);
}

#rotateG_02{
	left:8px;
	top:10px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
	transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
}

#rotateG_03{
	left:25px;
	top:3px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
	transform:rotate(0deg);
		-o-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
}

#rotateG_04{
	right:8px;
	top:10px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
	transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
}

#rotateG_05{
	right:0;
	top:27px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
	transform:rotate(90deg);
		-o-transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
}

#rotateG_06{
	right:8px;
	bottom:7px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
	transform:rotate(135deg);
		-o-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
}

#rotateG_07{
	bottom:0;
	left:25px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
	transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
}

#rotateG_08{
	left:8px;
	bottom:7px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
	transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
}



@keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}