@charset "utf-8";

/* CSS Document */

body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-image: url(images/bg.jpg);

}

body,td,th {

	font-family: Loch Lomond Farm Cottages;

	font-size: 10px;

}

td.content {

background-repeat: no-repeat

}

TD.titleBox, SPAN.titleBox, P.titleBox {

  font-family: Myriad Pro, Verdana, Arial, sans-serif;

  font-size: 24px;

  color: #16691d; 

}

TD.subtitleBox, SPAN.subtitleBox, P.subtitleBox {

  font-family: Myriad Pro, Verdana, Arial, sans-serif;

  font-size: 20px;

  color: #16691d; 

}

TD.textBox, SPAN.textBox, P.textBox {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 11px;

  color: #00350a;

  }
TD.error, SPAN.error, P.error {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 11px;

  color: #FF0000;

  }
TD.titleNoBox, SPAN.titleNoBox, P.titleNoBox {

  font-family: Myriad Pro, Verdana, Arial, sans-serif;

  font-size: 24px;

  color: #ffffff; 

}

TD.titleBlack, SPAN.titleBlack, P.titleBlack {

  font-family: Myriad Pro, Verdana, Arial, sans-serif;

  font-size: 16px;

  color: #000000; 

}

TD.titleBlackSmall, SPAN.titleBlackSmall, P.titleBlackSmall {

  font-family: Myriad Pro, Verdana, Arial, sans-serif;

  font-size: 12px;

  color: #000000; 

}

TD.ReadMore, SPAN.ReadMore, P.ReadMore {

	font-family: Tahoma, Verdana, Arial, sans-serif;

	font-size: 10px;

	color: #808080;

	text-decoration: underline;

}
TD.calendar_text, SPAN.calendar_text, P.calendar_text {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 11px;
  font-weight:bold;

  color: #00350a;

  }
TD.footer, SPAN.footer, P.footer {

  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 11px;

  color: #97979a;
  
  }

A.footer {

  font-style:normal;

  text-decoration:none;

  color: #97979a;

  }

A.footer:active {

  font-style:normal;

  text-decoration:none;

  color: #97979a;

  }

A.footer:visited {

  font-style:normal;

  text-decoration:none;

  color: #97979a;

  }

A.footer:hover {

  font-style:normal;

  text-decoration:none;

  color: #00350a;

  }



.table_form_color {

	background-color: #f4f4f4;

	border: thin solid #00aa20;

}

.inputField {

	border: 0px groove #f4f4f4;
	text-align: left;
	width: 140px;
	background-color: #f4f4f4;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
 }
.inputFieldText {
	border: 0px groove #f4f4f4;
	text-align: left;
	background-color: #f4f4f4;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	width: 445px;
	font-size: 10px;
	height: 50px;	

 }

 .inputField2 {

	border-color: #E5E5E5;

	border-style: solid;

	border-width: 2;

	text-align: left;
font-size: 10px;
	background-color: #FFFFFF;
 }
 
 
 div#wrapper{
	width:100%;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	border: 0px dashed #ff9900;
}
table .cal_month{
	border:1px solid #DDDDDD;
	background-color:#f4f4f4;
	}
thead td{
	text-align:center;

}
.cal_title{
	border:1px solid #DDDDDD;
	background-color:#00aa20;
	text-align:center;
	font-size:70%;
	color:#FFFFFF;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
	
	
#bigcontainer { 
	/* outer container */
	position:relative; 
}

#MC2container {
	/* movie clip 2 (top) container */
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}



#MC2container .mc2 { 
	/* movie clip 2 (top) exact positioning... */
	position:relative; 
	top:0px; 
	left:0px; 
	}
	
	
#MC1container { 
/* movie clip 1 (bottom) container */
position:absolute; 
top:-0px; 
left:0px; 
right:0px; 
bottom:0px; 
z-index:998;

}
	
	#MC1container .mc1 {
	/* movie clip 1 (bottom) exact positioning... */
	position:relative; 
	top:-50px; 
	left:0px;

	}
#MC3container {
	/* movie clip 2 (top) container */
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}



#MC3container .mc3 { 
	/* movie clip 2 (top) exact positioning... */
	position:relative; 
	top:-20px; 
	left:0px; 
	}
