﻿
form, input, textarea, img, body {
	border-radius: 7px;
}
table, tr, td {
	border-radius: 7px ;
}
.radius{
	border-radius: 7px ;
}
.noradius {
	border-radius: 0px;
}
a	 {
	text-decoration: underline;
	cursor: pointer;
	color: #105010;
}
.agreen {
	color: #105010;
}
a.admin {
	color: fuchsia;
}

a:hover      { 
	color: #FF0000;
	text-decoration: underline;
	cursor: pointer;
}

a.sublevel:hover { 
	color: #Ff6600;
	text-decoration: underline;
	cursor: pointer;
}

a.sublevel    {
	color: #Ff0000; 
	font-size: 0.8em;
}

a.nounderline {
	text-decoration:none;
}

.data-href {
	color:#105010;
	cursor:pointer;
	text-decoration:underline;
}
.data-href:hover {
	color:#FF0000;
	cursor:pointer;
	text-decoration:underline;
}
.selected {
	background-color:lightgrey;
	}
.clearafter {
	float: left;
}
.clearafter:after {
	clear: both;
}
fieldset{border: 0px;}

input, textarea, option {
	background-color: #ccFFcc;
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding-left: 2px;
}

.input {
	font-size:10pt;
	background-color: #ccFFcc;
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding: 2px 5px 1px 5px; 
	border-radius:5px;
	}

.pseudolink {
	color: #105010; 
	text-decoration: underline;
	cursor: pointer;
	}

.linkbutton {
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	border-radius: 8px; 
	padding: 2px 8px 1px 8px; 
	font-size: 10pt; 
	color: black; 
	text-decoration: none; 
	background-color: #ccFFcc;
	line-height: 25px;
	cursor:  pointer;
/*	margin-bottom: 12px;
	height: 15px; */
	}
.submit {
	background-color: #ccFFcc;
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding-left: 2px;
	color: black; 
	}
.submit:hover {
	background-color:#cccccc;
	border-top: solid 2px #666666;
	border-left: solid 2px #666666;
	border-right: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	padding-left: 2px;
	color: red; 
	}
.sgreen {background-color: #88ff88}
.sgreen:hover {background-color:#aaffaa}
.sorange {background-color: #ffcc66}
.sorange:hover {background-color:#ffdd77}
.syellow {background-color: #ffff88}
.syellow:hover {background-color:#ffffbb}
.sblue { background-color: #99CCFF}
.sblue:hover {background-color:#aaeeff}
.sred { background-color: #ff8888}
.sred:hover {background-color:#ffaaaa}

.admin {
		color: #CC00CC;
}
.error {
	color: maroon;
}


.xxx-small {font-size: 0.2em;}
.xx-small {font-size: 0.4em;}
.x-small {font-size: 0.6em;}
.small   {font-size: 0.8em;} 
.medium  {font-size: 1.0em;} 
.medlge  {font-size: 1.5em;} 
.large   {font-size: 2.0em;}
.x-large   {font-size: 2.2em;}

.hidden {display: none;}

.chemsub {
	font-size: 0.7em; 
	vertical-align:sub;
}
.chemsuper {
	font-size: 0.7em; 
	vertical-align:super;
}

.flash {
   animation-name: flash;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}

@keyframes flash {
    from {color: orange;}
    to {color: black;}
}

@media only screen and (max-width: 480px) 
	{
	.xxx-small {font-size: 1em;}
	.xx-small {font-size: 1em;}
	.x-small {font-size: 1em;}
	.small   {font-size: 1em;} 
	}
	

@media screen 
	{
	body {
		text-decoration:none;
		font-family: Arial, Helvetica, Verdana, FreeSans;
		font-size: 0.9em;  
		text-align: left; 
		color: #000000;
		background-color: #000000;
		min-height: 1100px;
		z-index: 1}  /* changed from #f8f8f8 */
	  
	.cp1 {
		width: 100%;
		margin: 0px; 
		background-color: #000000}    /* changed from #f8f8f8 */
	.cp2 {
		position: relative;
		z-index: 2;
		max-width: 1200px;	/*from 880px */
		vertical-align: top;
		border-width: 0px; 
		padding: 5px 10px 0px 10px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #f8f8f8}
	.cp1m {
		width: 800px;
		margin: 0px; 
		background-color: #000000}    /* changed from #f8f8f8 */
	.cp2m {
		position: relative;
		z-index: 2;
		max-width: 800px;	/*from 880px */
		font-size: x-large;
		vertical-align: top;
		border-width: 0px; 
		padding: 5px 10px 0px 10px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #f8f8f8}
	.cp3 {
		width: 1200px;	/*from 900px */
		position: relative;
		left: -10px;
		height: 400px;
		background-color: #000000}  /* filler for bottom */
	
	.cp1mobile {width: auto;
		margin: 0px; 
		background-color: #000000}    /* changed from #f8f8f8 */
	.cp2mobile {
		position: relative;
		z-index: 2;
		width: 600px;
		vertical-align: top;
		border-width: 0px; 
		padding: 5px 10px 0px 10px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #f8f8f8}
	.headerimg {
		border: 0px; 
		border-radius: 0px; 
		height: 130px;	/*from 108px */
		width: 1200px;	/*from 900px */
/*		margin-left: -10px;	*/
		}
	.headerimgmobile {
		border: 0px; 
		border-radius: 0px; 
		height: 130px;	/*from 108px */
		width: 400px;	/*from 900px */
		}
	.pagetopbanner {
		background-color: #dddddd; 
		width: 1200px;	/*from 900px */ 
		margin: 0; 
		position: relative; 
		top: -5px; 
		left: -10px; 
		height: 171px; /* from 135px;  /* add 30px for each extra line of menu */ 
		z-index: 2;
		}
	.whereami {text-align: left;
		font-family: Arial, Helvetica, Verdana, FreeSans;
		font-size: 0.6em;
		}
	.submenudiv
		{border:10px solid #f8f8f8; 
		width: 220px; 
		z-index: 5; 
		left: 700px; 
		top: 120px; /* was 100px */
		float: right; 
		padding:0px; 
		background-color: #FFFFE1;
		} 
	.submenuhead
		{font-size: 0.8em; text-align: center;
		}
	.submenubody
		{font-size: 0.6em; text-align: left;
		}
	.qlheading
		{
		font-weight: bold;
		font-style: italic;
		margin-top: -0.25em;
		}	
	.qltable
		{border: 0px none; 
		background-color: #ffffe1; 
		width: 100%;
		margin-top: -0.5em;
		}
	.qltable_mobile
		{border: 0px none; 
		background-color: #ffffe1; 
		width: 600px;
		margin-top: -0.5em;
		}
	.basictable {
		border-color: gray;
		border-width: 1px;
		border-style: solid;
		text-align: left;
		padding: 4px 6px 4px 4px;
		border-collapse: collapse;
		}
	.noprint {display: block;}
	.print {display: none;}
	}

@media print
	{
	body {
		text-decoration:none;
		font-family: Arial, Helvetica, Verdana, FreeSans;
		font-size: 0.9em;  
		text-align: left; 
		color: #000000;
		background-color: #ffffff;
		min-height: 1px;
		z-index: 1}  /* changed from #f8f8f8 */
		  
	.cp1 {
		width: 100%;
		margin: 0px; 
		background-color: #ffffff}        
	.cp2 {
		position: relative;
		z-index: 2;
		width: 1180px;	/*from 880px */
		vertical-align: top;
		border-width: 0px; 
		padding: 5px 10px 0px 10px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #f8f8f8}
	.cp3 {
		width: 1200px;	/*from 900px */
		position: relative;
		left: -10px;
		height: 1px;
		background-color: #ffffff}  /* filler for bottom */
	
	.cp1mobile {width: auto;
		margin: 0px; 
		background-color: #ffffff}        
	.cp2mobile {
		position: relative;
		z-index: 2;
		width: 600px;
		vertical-align: top;
		border-width: 0px; 
		padding: 5px 10px 0px 10px;
		margin-left: auto; 
		margin-right: auto;
		background-color: #f8f8f8}
	.pagetopbanner, .whereami, .submenuhead, .submenudiv, .submenubody, .qltable, .qlheading
		{
		display: none;
		}
	.basictable {
		border-color: black;
		border-width: 1px;
		border-style: solid;
		text-align: left;
		padding: 4px 4px 4px 4px;
		border-collapse: collapse;
		}
	.print {display: block;}
	.noprint {display: none;}
	}
	
#browser
	{
	display: none;
	height: 99px;	/* ie normal */
	}
.noborder {border: 0px;}	
.picright {border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 10px 0px 10px 20px;
	float:right; 
/*	height: 200px;
	width: 266px; */
}
.picrightportrait {border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 10px 0px 10px 20px;
	float:right; 
/*	height: 266px;
	width: 200px; */
}
.picleft {margin: 10px 20px 10px 0px; float:left; border: 0px;}
.piccenter {margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom:10px; display: block; border: 0px;}

.piclinkright
	{border: 2px;
	border-style: solid; 
	margin: 10px 0px 10px 20px; 
	float:right}

.piclinkcent
	{border: 2px;
	border-style: solid; 
	margin: 10px 20px 10px 20px; 
	text-align:center}

.piclinkleft
	{border: 2px; 
	border-style: solid; 	
	margin: 10px 20px 10px 0px; 
	float: left}
	
.piclinkleftclose
	{border: 2px; 
	border-style: solid; 	
	margin: 0px 10px 10px 0px; 
	float: left}
	
.stdtable {
	border-width: 2px;
	border-color: white;
 	border-style: solid;
	background-color: white; 
	width: 100%;}
.stdcell {
	border-width: 2px;
	border-color: white;
 	border-style: solid;
	border-collapse: collapse; 
	background-color: #dddddd;
	padding: 15px;
	text-align: center}
.stdcellnp {
	border-width: 2px;
	border-color: white;
 	border-style: solid;
	border-collapse: collapse; 
	background-color: #dddddd;
	padding: 0px;
	text-align: center}
.lesspad {
	padding: 5px; }
.whitecell {
	border-width: 1px;
	border-color: #dddddd;
 	border-style: solid;
	border-collapse: collapse; 
	background-color: white;
	padding: 15px;
	text-align: center}
.beigecell {
	border-width: 2px;
	border-color: white;
 	border-style: solid;
	border-collapse: collapse; 
	background-color: #feeccb;
	padding: 5px;
	text-align: center}
.hdrcell {
	border-width: 2px;
	border-color: white;
 	border-style: solid;
	border-collapse: collapse; 
	background-color: #bbbbbb;
	padding: 5px;
	text-align: center}
.boxtable
	{width: 100%;text-align: center; vertical-align: top;  border: 1px solid; border-color: white; border-collapse: collapse; }
.box2cell
	{width: 50%;text-align: center;  padding: 10px; border: 2px solid; border-collapse: collapse; border-color: white;}
.box3cell
	{width: 33%;text-align: center;  padding: 10px; border: 2px solid; border-collapse: collapse; border-color: white;}
.beige{background-color: #dddddd;}
.std2 {width: 50%;}
.std3 {width: 33%;}
.std4 {width: 25%;}
.stdleft {text-align: left; vertical-align: top;}
.stdjust {text-align: left;padding: 4px;}

.blanktable {
	border-width: 0px;
	width: 100%;
	}
.blankcell {
	border-width: 0px;
	background-color: #FFFFFF;
	text-align: center}
.greyborder {
	border-width: 2px;
	border-color: #bbbbbb;
 	border-style: solid;
	border-collapse: collapse; }
.pinkbg {
	background-color: #ffcccc;}
	
.latest {
	background-color: #cc99ff;}
.unpaiddue	{
	background-color: #ffeeee;}
.unpaid	{
	background-color: #ffcccc;}
.exmember	{
	background-color: #bbbbbb;}
.specialmem  {
	background-color :#ffdd77;}

.admintab
	{font-size: 0.6em;
	text-align: left;}
.admintabx
	{font-size: 0.9em;
	height: 18px;
	border: 1px solid gray;
	border-collapse: inherit;
	padding-right:5px;
	text-align: left;}

.mainmines {background-image: url("../images/background_sand.gif") }

.maincaves {background-image: url("../images/background_lime.gif")}

.indexhead1 {
	font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
	text-align: left; 
	font-weight: bold;
	color: #ff0000; 
	font-size: 2.0em}

.indexhead2 {
	font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
	text-align: center; 
	font-weight: normal; 
	text-decoration: none;
	color: #008000; 
	font-size: 0.6em}

.indexhead3 {
	font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
	text-align: right; 
	font-weight: bold;
	color: #FF8040; 
	font-size: 2.0em}

h1 {font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
text-align: left; 
font-size: 1.8em; color: #105010}

/*h2 {font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
text-align: left;
font-size: 1.6em; color: #105010}*/

h2 {font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
text-align: left;
font-size: 1.3em; color: #cc0000}

h3 {font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
text-align: left;
font-size: 1.0em; color: #ff6600}

h4 {font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
text-align: left; font-weight: normal;
		font-size: 0.8em; color: #000000}
		
h5 {font-family: Tahoma, "Trebuchet MS", Arial, FreeSans; 
text-align: left; font-weight: normal;
		font-size: 0.8em; color: #000000}

h6 {font-family: Arial, Helvetica, Verdana, FreeSans; text-align: left; font-weight: bold; text-decoration: underline;
		font-size: 1.2em; color: #000000}
		
normal {font-family: Arial, Helvetica, Verdana, FreeSans; 
		font-size: 1.0em; color: #000000} 
		
.bold {font-weight: bold;}
.uline {text-decoration: underline;}
.italic {font-style: italic;}
.left{text-align: left;}
.top{vertical-align: top;}
.bottom{vertical-align: bottom;}
.middle{vertical-align: middle;}
.center{text-align: center;}
.just{text-align: left;}
.right {text-align: right;}
.close {margin-top: -1em;}

.params {
	color: #105010;
	text-decoration: underline;
	cursor: pointer;
	}


.green {color: #008000;}
.magenta {color: #800080;}
.dkgreen {color: #004000;}
.orange {color: #FF8040;}
.red {color: #ff0000;}
.blue {color: #0000ff;}
.black {color: #000000;}
.white {color: #ffffff;}
.yellow {color: #ffff00; background-color:black}
.border0 {border: 0px;}
.border2 {border-style: solid;
	border-color: inherit;
	border-width: 2px;
	height: 90px;
	width: 120px;
}
.border2p {border-style: solid;
	border-color: inherit;
	border-width: 2px;
	height: 120px;
	width: 90px;
}
.grey {color:gray;}

.bulletedsmall {font-family: Arial, Helvetica, Verdana, FreeSans; 
		font-size: 0.8em; color: #000000} 
		

.noresize { /* dummy */ }
		
.label {font-family: Arial, Helvetica, Verdana, FreeSans; font-weight: bold;
		font-size: 0.6em; color: #008040; 
		text-align: center; background-color: #d0d0d0}

.month {font-family: Arial, Helvetica, Verdana, FreeSans; 
		font-size: 0.6em; color: #000000}
		 
.date {font-family: Arial, Helvetica, Verdana, FreeSans; 
		font-size: 0.6em; color: #ff0000}
.datepast {font-family: Arial, Helvetica, Verdana, FreeSans; 
		font-size: 0.6em; color: #000000}
		
		
.findshead {width: 20%; font-weight: bold}
		
.footer1 {width: 100%; 
	border: 0 none; 
	margin: 15px 0 0 0; 
	padding: 0; 
	text-align: center; 
	border-top-style: solid; 
	border-color: #cccccc;
	border-top-width: 1px}
	
.footer2 {font-size: 0.8em; 
	width: 25%; 
	background-color: #dddddd; 
	border-right-style: solid; 
	border-color: #cccccc;	
	border-right-width: 1px}
	
.footer3 {font-size: 0.8em; 
	width: 25%; 
	background-color: #dddddd; 
	border-right-style: none; 
	border-right-width: 0px}
	
.footer4 {text-align: left; 
	height: 15px}
	
.footer5 {text-align: right; 
	height: 15px}
	
.footer6 {width: 100%; 
	border: 0 none; 
	margin: 0 0 0 0; 
	padding: 0; 
	text-align: center; 
	border-top-style: none; 
	border-color: #cccccc;
	border-top-width: 0px}
		
.boulder {width: 326px; 
	text-align: center;
	vertical-align: middle;
	border: 1px solid ; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 0cm; 
	padding-bottom: 0cm}
	
.dccjnls {border: 1px solid #c0c0c0;
	text-align: center;
	height: 28px;
	font-family: Arial, Helvetica, Verdana, FreeSans;
	font-size: 0.8em}
	
	
.dccjnlshead {border: 1px solid #000000;
	background-color: #c0c0c0;
	text-align: center;
	height: 14px;
	font-family: Arial, Helvetica, Verdana, FreeSans;
	font-size: 0.8em}
	
.gallerytable {width: 1180px; 
	border-width: 2px;
	border-color: #888888;
	border-style: solid;
	border-collapse: collapse}
	
.galleryrow {}

.gallerycell {width: 220px;
	text-align: center;
	border-color: #888888;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse}
	
.galleryspan {
	text-align: center;
	border-color: #888888;
	border-width: 1px;
	border-style: solid}
	
.gallerycaption {}
	
.maptable {width: 1180px; 
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse}
	
.maprow {}

.mapcell1 {width: 240px;
	text-align: right;
	border-width: 0px;
	border-style: solid;
	vertical-align: top}
.mapcell2 {width: 400px;
	text-align: center;
	border-width: 0px;
	border-style: solid}	
.mapcell3 {width: 240px;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	vertical-align: top}

.news_events_title 
	{font-family: Arial, Helvetica, Verdana, FreeSans; 
	font-weight: bold; 
	text-align: left; 
	font-size: 1.0em; 
	color: #990000}

.news_events_body 
	{font-family: Arial, Helvetica, Verdana, FreeSans; 
	border-collapse: collapse; 
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 100%;
	font-weight: normal; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 0.8em; 
	color: #000000;	
	padding: 5px}
	
.news_events_list
	{text-align: left}

.news_events_head
	{background-color: #cccccc}
	
.news_events_past
	{background-color: #eeeeee}

.news_events_future
	{background-color: #ffffff}
	
.news_events_hidden
	{background-color: #ccccff}

.news_events_museum
	{background-color: #ccffcc}

.news_events_box
	{border-style: solid; 
	border-color: #888888;
	border-width: 1px}
	
.news_events_box_course
	{border-style: solid; 
	border-color: #888888;
	text-align: left;
	border-width: 1px}
	
.smallcomment
	{font-size: 0.6em}
	
.minerstable
	{vertical-align: top;
	border: 1px solid gray; 
	font-size: 1em; 
	vertical-align: top; 
	border-collapse: collapse; 
	margin-left: 2px;
	height: 20px}


.minershead1
	{border-left: medium none; 
	border: 1px solid gray; 
	font-size: 1em; 
	font-weight: bold;
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-color: silver;
	text-align: center}

.minersrow
	{border: 1px solid gray; 
	border-collapse: collapse; 
	font-size: 1em; 
	padding-left: 2px; 
	padding-right: 2px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-color: white;
	text-align: left}

.minersbody
	{}
	
.formerror
	{color: #ff0000; font-weight: bold}
	
.virtualpage {
	position: relative; 
	width: 1190px; 
	height: 500px; 
	z-index: -2; 
	left: 0px; 
	top: 0px} 
	
.virtualpics {
	font-family: "Comic Sans MS", "Trebuchet MS", FreeSans; font-weight: normal;
	font-size: 0.8em; vertical-align: middle; text-decoration: none;
	text-align: left; background-color: #cdcdcd;
	position: absolute; 
	width: 410px; 
	height: 400px; 
	left: 470px; 
	top: 30px}
.virtualcaption {
 	font-weight: normal;
	font-size: 0.8em; 
	top: 440px; 
	position:absolute; 
	left:20px; 
	width:410px; 
	height:50px; } 
.virtualplace {
	font-weight: normal;
	font-size: 1.0em; 
	vertical-align: middle; 
	text-align: left; 
	font-size:1.2em; 
	color: #008000;
	position: absolute; 
	width: 440px; 
	height: 30px; 
/*	left: -15px; */
	top: -25px; 	} 
.virtualtext {
	position: absolute; 
 	font-weight: normal;
	font-size: 0.8em; width: 440px; 
	background-color: #ffffcc; 
	width:440px; height: 240px; 
	left: 0px; 
	top: 70px; 
	padding: 5px} 
.virtualguide {
	position: absolute; 
	left:0px; 
	background-color: #ffffcc; 
	text-align: center; 
	top:330px; 
	width:450px; 
	height:20px;
	left: 0px}
.virtualbuttons  
	{position: absolute; 
	background-color: #ffffcc; 
	top:350px; 
	width:450px; 
	height:140px;
	left: 0px}
	
.vtop
	{position: absolute; 
	background-color: #ffffcc; 
	top: 10px; 
	width: 40px; 
	height: 40px;
	}
.vmid
	{position: absolute; 
	background-color: #ffffcc; 
	top: 50px; 
	width: 40px; 
	height: 40px;
	}
.vbot
	{position: absolute; 
	background-color: #ffffcc; 
	top:90px; 
	width:40px; 
	height:40px;
	}
	
.eventbox
	{border: 1px solid; 
	text-align: left;
	border-collapse:collapse; 
	border-color: #888888;
	}
	
.scienceimage
	{border: 0px;
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 200px;
	}
.scienceexplan
	{width: 25%;
	font-size: 0.8em;
	font-style: italic;
	}
.pagemenu
	{text-align: center;
	font-size: 0.8em;
	}
#booking_box
	{position:relative; 
	left: 0px; 
	top: 0px; 
	height: 147px;
	}
#booking_box_l
	{width: 422px; 
	position:absolute; 
	left: 0px; 
	top: 0px; 
	padding: 5px;
	border: 1px solid gray;
	}
#booking_box_r
	{width: 415px; 
	position:absolute; 
	left:455px; 
	top: 0px; 
	padding: 5px;
	border: 1px solid gray;
	}
@media only screen and (max-width: 480px) {
#booking_box
	{position:relative; 
	left: 0px; 
	top: 0px; 
	height: 320px;
	}
#booking_box_l
	{width: 100%; 
	position:absolute; 
	left: 0px; 
	top: 0px; 
	padding: 5px;
	border : 1px solid gray;
	}
#booking_box_r
	{width: 100%; 
	position:absolute; 
	left:0px; 
	top: 150px; 
	padding: 5px;
	border: 1px solid gray;
	}
}



/*Credits: Dynamic Drive CSS Library POP UP IMAGES*/
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #eeeeee; /* was #efefb0;  */
	padding: 0px;
	left: -1000px;
	border: 0px dashed gray;
	visibility: hidden;
	color: black;
	width: 0;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	/*width: 400px;*/
	top: 20px;
	left: 0px;
}

/* for custom alert */

#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
/*	background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:700px;
	min-height:100px;
	margin-top:50px;
	z-index:10000;
	border:2px solid #000;
	background-color:#F2F5F6;
/*	background-image:url(alert.png); */
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}
#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
	margin-right:10px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
#debugBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#debugBox p {
	font:0.7em verdana,arial;
	height:50px;
	padding-left:5px;
	margin-left:55px;
	margin-right:10px;
}

#debugBox #closedBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
.darkenBackground {
	height: 100%;
	width: 100%;
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	background-color: black;
/*	opacity: 0;
	-moz-opacity: 0.70; 
	filter: alpha(opacity=0); */
	z-index: 20;
}
.appearLayer {
	position: fixed;
	text-align: center;
	display: none;
	background-color: white;
	border-top: 5px solid #cccccc;
	border-right: 5px solid #cccccc;
	border-left: 5px solid #777777;
	border-bottom: 5px solid #777777;
/*	opacity: 0;
	-moz-opacity: 1; 
	filter: alpha(opacity=0); */
	z-index: 20;
}

/* COOKIES (filter For IE8 and earlier) */	

.cookieMessageInner { 
	font:normal 12px/16px Arial,Verdana,sans-serif; 
	position:fixed; 
	text-align:left;
    z-index:999999; 
    bottom: 0; 
    display: block; 
    background-color:#000000; 
    color:#ffffff; 
    border: 0px; 
	opacity: 0.6;
/*    filter: alpha(opacity=60);  */
}
.cookieMessageCell { 
	border:0px; 
}
.cookieMessageText { 
	color:#FFFFFF; 
	padding:6px 10px 10px 15px; 
	margin-top: 0px; 
}
.cookieButton { 
	color:#FFFFFF; 
	background-color:gray ;
	cursor:pointer; 
	text-decoration:none;
	border: 2px solid; 
	border-color: white silver white silver; 
	padding: 1px 5px 2px 5px; 
}
.cookieButton:hover {
	color:#000000 ; 
	background-color:gray;
	cursor:pointer ;
}
/* CALENDAR styles */
table.calendar		{ border-left:1px solid #999; padding: 0px; margin: 0px;}
tr.calendar-row	{  }
td.calendar-day	{ min-height:80px; font-size:11px; position:relative; } 
* html div.calendar-day { height:80px; }
td.calendar-day:hover	{ background:#dcdfe5; }
td.calendar-day-np	{ background:#ccc; min-height:80px; } 
* html div.calendar-day-np { height:80px; }
td.calendar-day-head { background:#bbb; font-weight:bold; text-align:center; padding:5px; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; }
div.day-number		{ background:#999; padding:5px; color:#fff; font-weight:bold; float:right; margin:-5px -5px 0 0; width:20px; text-align:center; }
/* shared */
td.calendar-day, td.calendar-day-np { padding:5px; border-bottom:1px solid #999; border-right:1px solid #999; }

/* FLIP CARD */
 /* The flip card container - set the width and height to whatever you want. We have added the border property 
 to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
/*  width: 300px;
  height: 200px; 
  border: 1px solid #f1f1f1;*/
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container   THIS IS SUPERSEDED BY CLICK IF "ONCLICK" LEFT IN PAGE*/
.flip-card:hover  .flip-card-inner{
  transform: rotateY(180deg);
}


/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
} 
/* Drop files */
#drop_file_zone, #kill_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 1000px;
    height: 60px;
    padding: 8px;
    font-size: 14px;
}
#drag_upload_file {
  width:95%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
#gallery {
	float: left;
}
#gallery img {
  width: 180px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

/*
$current = '08/11/2024';
#cookieMessageContainer {
	display: none;
}*/
