div.show {
	display: block;
}

div.hide {
	display: none;
}

body.main {
        background-image: url(background.jpg);
}

.popup {
	z-index: 10000;
        position:fixed;
        top:100px;
        left:50px;
        width:90%;
        height:90%;
        color:#FFFFFF;
        text-align:center;
        vertical-align:middle;
}


.hidden_submit {
        color: #6D4F33;
        background-color: #6D4F33;
        border-top: none;
        border-right: none;
        border-bottom: none;
        border-left: none
}

.menu_item {
	font-family: "Century Gothic";
	font-size: smaller;
}

.menu_header {
	font-family: Vivaldi;
	font-size: x-large;
	font-weight: bold;
  	color: #ffffff;
}

.form_information {
	font-family: "Century Gothic";
	color: #ffffff;
}

.form_label {
	font-family: "Century Gothic";
	font-size: smaller;
	color: #ffffff;
}

.page_information {
	font-family: "Century Gothic";
	/* font-size: smaller; */
	color: #ffffff;
}

.list_subtitle {
        font-size: smaller;
        font-weight: bold;
}

.list {
        font-size: smaller;
        font-weight: normal;
}

.form_field {
	font-family: "Century Gothic";
	font-size: smaller;
	color: #ffffff;
	background-color: #6D4F33;
}

.textarea_field {
	font-family: "Century Gothic";
	font-size: x-small;
	color: #ffffff;
	background-color: #6D4F33;
}

.form_button {
	background-color: #c5b7cb;
	border-width: 5;
}

a.registry:link {
        text-decoration: underline;
}

a.registry:hover {
        font-size: larger;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
} 

a:hover {
	color: #c5b7cb;
	text-decoration: none;
} 

a:visited {
	color: #ffffff;
	text-decoration: none;
} 

a:visited:hover {
	color: #c5b7cb;
	text-decoration: none;
}
