html>body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/topstretch.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D4D3D3;
	margin: 0px;
	text-align: center;

}

html>#wrapper{
position: relative;
	margin: 0 auto;
	width: 909px;
}
#wrapper{
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 909px;

}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #AD4570;
	margin-top: 5px;
}

a:active { color:#008196; text-decoration:underline;}
a:link {
	color:#008196;
	text-decoration: none;
}
a:visited { color:#008196; text-decoration:none;}
a:hover { color:#333333; text-decoration:underline;}
.bottom {
	background-attachment: scroll;
	background-image: url(../images/bottomstretch.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.footer {
	height: 50px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.shade {
	background-attachment: scroll;
	background-image: url(../images/bottomstretch2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 15px;

}
.grey {
	background-color: #EFEFEF;

}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	text-align: justify;
	padding: 20px;

}
.content_ {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 130%;
	text-align: justify;
}
textarea {
	font-size: 12px;
}
input {
	font-size: 12px;
}
.equiptitle {
	font-size: 13px;
	font-weight: bold;
	color: #AD4570;
}
.centre {
	background-attachment: scroll;
	background-image: url(../images/centre.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content{
	width: 550px;
	}
#content_wide{
	width: 820px;
	}
#pic{
	top: 10px;
	position: relative;
	left: 10px;
}
.ebay {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.ebay a:active { color:#008196; text-decoration:underline;}
.ebay a:link { color:#008196;}
.ebay a:visited { color:#008196; text-decoration:none;}
.ebay a:hover { color:#333333; text-decoration:underline;}
form {
	display: inline;
}

#cakeholder{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	font-size: 11px;
	background-color: #FFFFFF;
	width: 278px;
	margin-bottom: 10px;
}
#cakeholder img{
	margin-bottom: 5px;
}table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}




#admin_menu{
	clear: both;
	float: none;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	background-color: #99CCFF;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
}
#admin_menu a:link {
	color: #FFFFFF;
}
#admin_menu a:visited {
	color: #FFFFFF;
}
#admin_menu a:active {
	color: #FFFFFF;
}
#admin_menu a:hover {
	color: #FFFFFF; 
}




/*date picker css


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

#gallery{
	background-color: #FFFFFF;
	float: left;
	height: 200px;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#gallery_text{
	font-size: 11px;
	line-height: 120%;
}

#hilight{
	font-weight: bold;
	background-color: #EDD1DD;
	padding: 15px;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 10px;
}

#video_thumb{
	float:left;
	width: 120px;
	margin:5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 150px;
}
#video_msg{
	float:left;
	width: 425px;
	margin:5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}
