/* styles for miners cottages*/

/* Layout styles */
body {
	margin: 0; 
	overflow-x: hidden;
	font-size: 10px;
}
.print_only {display: none !important;} /* hides elements that will be shown on printed page */
.no_print {} /* becomes hidden when printed */
.page_break {} /* becomes page break when printed */

ul {margin-top:0; margin-bottom:0}
ol {margin-top:0; margin-bottom:0}

/* Text Styles */
.heading {font-family: Arial, sans-serif; font-size: 2em; font-style: italic; margin: 5px 10px 10px 10px; text-align:left;}
.sub_heading {font-family: 'Arial', serif; font-size: 1.5em; font-weight: bold; margin: 5px 10px 0 10px; text-align:left;}
.n_text {font-family: 'Tahoma', 'Times New Roman', serif; font-size: 1.4em; text-align: justify; margin: 0px 10px 0 10px;}
.button {font-family: 'Tahoma', 'Arial', 'Verdana', serif; font-size: 1.6em; font-weight: bold; color: #dfeae4; text-align: center; margin: 0px 10px 0 10px;}

.nav { 
	font-family: 'Tahoma', 'Times New Roman', 'Verdana', serif; 
	font-size: 1.4em; font-weight: bold; 
	color: #dfeae4; text-align: justify; 
	margin: 0px 10px 0 10px;
}

	.button a:link { color: #dfeae4; text-decoration:none;}
	.button a:visited { color: #dfeae4; text-decoration:none;}
	.button a:active { color: #dfeae4; text-decoration:none;}
	.button a:hover {color: white; text-decoration:none;}
				
.no_js {font-family: Arial, sans-serif; font-size: 1.3em; color: red; text-align: justify;}
.no_js_instruc {text-align: right; color: #861114;}
.caption {font-family: 'Arial', serif; font-size: 1.3em; text-align: center}
.footer {font-family: Arial, sans-serif; font-size: 1.3em; color: #C0C0C0; text-align: center;}
.no_a {font-family: 'Tw Cen MT Condensed', Arial, serif; font-size: 1.5em; color: #ced5d7 !important; text-decoration: none; text-align: center;}
/* End Text Styles */


/* Link Styles */
a:link {color: #0087c6;}
a:visited {color: #01557c;}
a:active {color: #FF0000;}

/* Contact Styles */
.asterix {color: #FF0000}
.bold {font-weight: bold}

/* Input Field Styles */
input {font-family: Arial, sans-serif; font-size: 1.2em;}
textarea {border-style: solid; border-width: 1px; border-color: black; font-family: Arial, sans-serif; font-size: 1.2em;}
input.radio_i {background-color: transparent; border-style: none;}
.c_buttons {cursor: pointer; cursor: hand; font-size:8pt; width:70px; height:20px; text-align: right; background-repeat: no-repeat; background-position: center left; background-color: #E7E7E7;}
/* End styles */