

<style type="text/css">
<!--

body {
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	background: #000000;
}
body.sideframes {
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	background: #000000;
}
body.image {
	color: white;
	font-family: Verdana;
	font-size: 9pt;
	background: #333333;
}
body.comments {
	color: black;
	font-family: Verdana;
	font-size: 8pt;
	background: silver;
}

img {
	border-width: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: silver;
}

/*
a.linkImageText:link, a:visited {
	text-decoration: none;
	color: white;
}
a.linkImageText:hover {
	text-decoration: underline;
	background-color: white;
	color: black;
}
*/

.linkImage img {
	border-width: 2px;
	border-style: solid;
	border-color: black;
} 
.linkImage:hover img {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}

select {
	font-family: Verdana;
	color: black;
	font-size: 8pt;
	border-width: 1px;
	border-color: white;
	background: white;
}
table, tr, td { 
	font-family: Verdana;
	font-size: 9pt;
}

table.imageIndex {
	width: 100%;
}
tr.imageIndex {
	height: 200px;
}

/*=======================*/
/* Admin Style section   */
/*=======================*/
body.admin {
	background: #a2a2a2;
	font-size: 8pt;
	color: black;
}
a.adminLink, a.adminLink:visited  {
	font-size: 8pt;
	color: black;
}
a.adminLink:hover  {
	color: silver;
}
table.adminTable {
	font-size: 8pt;
	width: 600px;
}
tr.adminTable, td.adminTable { 
	font-size: 8pt;
}
.adminSubmitButton {
	font-size: 		8pt;
	font-family:	Verdana;
	font-weight:	bold;
	color:			white;
	background: 	black;
}
.adminButton {
	font-size: 		8pt;
	font-family:	Verdana;
	color:			white;
	background: 	#707070;
}
.adminTextbox {
	font-size: 		8pt;
	font-family:	Verdana;
}
select.adminSelect {
	color: black;
	font-size: 8pt;
	border-width: 1px;
	border-color: white;
	background: white;
}
.adminCurrentPage {
	font-weight:		bold;
	font-size:			10pt;
	text-decoration:	underline;
	background-color:	black;
	color:				white;
}

/*=========================*/
/* End Admin Style section */
/*=========================*/

/*=======================*/
/* Calendar Style section   */
/*=======================*/

table.calendar {
	width:				600px;
}
.calendarWeekdayCell {
	font-size:			10pt;
	color: 				white;
	font-weight: 		bold;
	background-color: 	black;
}
.calendarDayCell {
	font-size:			10pt;
	height:				50px;
}
.calendarSelectedCell {
	font-size:			10pt;
	background-color:	#99ffff;
	height:				50px;
}
.calendarTodayCell {
	font-size:			10pt;
	font-weight: 		bold;
	background-color:	#ffffcc;
	height:				50px;
}

/*=========================*/
/* End Calendar section */
/*=========================*/

.imagetitle { 
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.navCollectionTitle { 
	font-size: 			10pt;
	font-weight: 		bold;
	text-decoration: 	underline;
	letter-spacing: 	1px;
}
.inputTypeBox {
	font-size: 			10pt;
	font-family:		Verdana;
}
.sysMessage {
	font-weight:		bold;
	font-size:			10pt;
	text-decoration:	underline;
	background-color:	beige;
	color:				green;
}
-->
</style>

