﻿/* dark typeface = #2c562c, darker background = #cfcfa0, lighter background = #ffffcc */

body {
	font-family: arial, helvetica, verdana, sans;  
	text-align: justify; 
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #f7ffff;   /* FFFFcc change to alter background page colour */
	margin: 8px 0px 0px 0px;
	padding: 0px
	}

a	{
	color: #2c562c; 
	text-decoration: none; 
	font-weight: normal; 
	} 

a.leaveas{color: #000000}

a:hover {color: #888888 }

normal {
	font-family: arial, helvetica, verdana, sans;  
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal; 
	text-align: justify; 
	color: #000000;
	}
table {font-size: 1.0em;}
	
.cp1 {width: 100%;
	text-align: center;
	background-color: #f7ffff;  /* change to alter background page colour same as body */
	}
.cp2 {
	width: 800px;
	vertical-align: top;
	text-align: justify;
	border-width: 0px; 
	background-color: #ddeeff;  /* colour of page background */
	padding: 5px 10px 0px 10px;
	margin-left: auto; 
	margin-right: auto
	}
.cp3 {
	width: 820px;
	position: relative;
	left: -10px;
	height: 400px;
	background-color: #f7ffff; /* filler for bottom, should be same colour as surround, i.e. body */
	} 

.menu0 {
	margin: -5px 0px 0px -10px;
	}
.menu01 {
	margin: 0px 0px 0px 0px;
	}
.menu02 {
	margin: -8px 0px 0px 0px;
	}
.menu1 {
	margin: 0;
	}
		
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}
.top {vertical-align:top}
.middle {vertical-align:middle}
.third {width:33.33%}
.half {width:50%}
.quarter {width:25%}
.fifth {width:20%}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.underline {text-decoration: underline;}

.close {margin-top: -1em;}
.halfclose {margin-top: -0.75em;}
.wide {line-height: 150%;}

.closespace {margin-top: 0px; margin-bottom: 0px;}
.indented {margin-left: 30px; margin-right: 30px;}

.xx-small {font-size: 0.6em;}
.x-small {font-size: 0.7em;}
.small {font-size: 0.9em;}
.medium {font-size: 1.0em;}
.large {font-size: 1.1em;}
.x-large {font-size: 1.25em;}
.xx-large {font-size: 1.5em;}
.xxx-large {font-size: 2em;}
	
.urhere {
	font-size: 0.8em;
	color: #2c562c;
	}
	
.maintext1 {
	font-size: 1.1em;
	color: #445577; /* was #666600; */
	font-weight: bold;
	}
	
.subtext1 {
	font-size: 1.0em;
	color: #445577;
	font-weight: bold;
	}
	
.subtext2 {
	font-size: 1.0em;
	color: #445577;
	font-weight: bold;
	}
	
.subtext3 {
	font-size: 0.9em;
	color: #445577;
	font-weight: bold;
	}
	
	
.picright {margin: 10px 0px 10px 20px; float:right; border: 0px;}
.picleft {margin: 10px 20px 10px 0px; float:left; border: 0px;}
.piccenter {margin: 10px 0px 10px 0px; float:center; border: 0px;}

.headtext1 {
	font-size: 2.0em; 
	font-weight: bold;
	}

.headtext2 {
	font-size: 1.5em; 
	font-weight: bold;
	}
	
.image1 {
	width: 260px;
	height: 180px;
	margin: 2px;
	}

.maintext1ish {
	font-size: 1.25em;
	color: #666600;
	font-weight: bold;
	}
	
.image2h {
	width: 64px;
	height: 48px;
	margin: 2px;
	}
.image2v {
	width: 48px;
	height: 64px;
	margin: 2px;
	}
.imagebox	{
	width: 70px;
	height: 80px;
	}

.maintext2 {
	font-size: 1.0em;
	color: #666600;
	font-weight: bold;
	}
.image3h {
	width: 520px;
	height: 390px;
	margin: 2px;
	}
.image3v {
	width: 315px;
	height: 420px;
	margin: 2px;
	}
.image3w {
	width: 520px;
	margin: 2px;
	}
	
.buttongrey	{
	color: #888888;
	}

.tsandcs {
	text-align: left;
	font-size:0.8em;
}
	
.menubox
	{
	width: 240px;
	}

/* start of fading images */
#imageContainer {
	position:absolute;
	margin:auto;
	border:1px solid #000;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

#imageCaption {
	position:absolute;
	margin:auto;
	border:1px solid #000;
	top:0; left:0;
}

#imageCaption div {
	position:absolute;
	top:0; left:0;
}
.fadecaption {
 	top: 0px; 
 	left: 0px; 
 	display: none; 
 	font-size: 1.25em; 
 	font-weight: bold;  /* was 0.85 em, normal, #909060 */
 	color: #ffffff}
 	
.fadeimage {
 	border: 0px;
 	left: 0; 
 	top: 0px;
 	display: none}
 	
.fadeoverlay {
	border: 0px;
	display: block; 
	opacity: 0.7;	
	}
/* end of fading images */



/*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;
background-image: url(black.gif);
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ccddee; /* was #efefb0;  */
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span	{		/*CSS for enlarged image on hover*/
 	visibility: visible;
	top: -160px;
	left: 60px; 			/*position where enlarged image should offset horizontally */
	}

@font-face {
    font-family: Flowery;
    font-style:  normal;
    font-weight: normal;
    src: url(lcallig.ttf);
  }

.flowery {
  	font-family: flowery;
  	text-align: center
  	}

.divlink {
	cursor: pointer;
	color: #990000; 
	text-decoration: none; 
	font-weight: normal; 
	text-shadow: #cccccc 0.5px 0.5px}
.divlink:hover {color: #888888 }

.accpic {
	cursor: pointer;
	margin: 10px 10px 10px 0px;}
.accpict {
	cursor: pointer;
	margin: 0px 10px 10px 0px;}
.accpicb {
	cursor: pointer;
	margin: 10px 10px 0px 0px;}
.rowpict {
	text-align: center; 
	vertical-align: bottom}
.rowpicb {
	text-align: center; 
	vertical-align:top}
.rowpic {
	vertical-align: middle; }
	
.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: 19;
}
.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;
}

.commendtable{
	width: 90%; 
	border-collapse: collapse; 
	margin-left: 5%;
	}
.commend {
	border: 1.5px black solid;
	text-align: center;
	font-family: flowery;
	color: black;
	font-size: 0.55em;
	}

/*  EVIIVO  */
.eviivo_availabilitychecker {
   width:180px !important;
   height:auto !important;
   color:#445577 !important;
   background:#DDEEFF !important;
   border: 1px solid #DDDDDD !important;
   font-size:12px !important;
   font-family:Arial !important;
}
.eviivo_title span {
   color:#445577 !important;
   font-size:12px !important;
   font-family:Arial !important;
}
.eviivo_submit a {
   color:#DDEEFF !important;
   background:#445577 !important;
   border: 1px solid #DDEEFF !important;
   font-size:12px !important;
   font-family:Arial !important;
}

	/* END OF BRIDGE FARM 
$current = '10/05/2016';
	*/