		
a:link,
a:visited,
a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #e0ec66;
	color: #cdcaee; 
}
	
.small {
	font-size:10px;
	font-weight:normal;
}

/*
	caption for gallery / image titles
*/
.listCaption {
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding-left: 10px;
}
	
/* 
	Gallery table
*/
.tableborder {
	border: 0px solid #999999;
	font-family:arial;
	font-size:12px;
	vertical-align: top;
	height: 400px;
}

.tableborder tr{
	padding: 20px 20px 20px 20px;
}

/* 
	Gallery table when viewing a single gallery (dogear)
*/
.mptableborder{
	border: 0px solid #999999;
	font-family:arial;
	font-size:12px;
	background: #FFFFFF;
	vertical-align: top;
	height: 400px;
}

/*
	Gallery header containing the two titles
*/
.headrow1 {
	background-color: #ccddff;
	border-bottom: 1px solid gray;
}

.bottomrow{
	background-color: #ccddff;
	height: 25px;
	min-height: 25px;
	width: 100%;
	border-top: 1px solid gray;
	color: #555566;
}

/*
	Gallery title
*/
.head1, .head1 a {
	padding: 0px;
	margin: 3px;
	font-family: verdana, arial;
	letter-spacing: 2px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
}

/*
	Gallery subtitle
*/
.head2 {
	padding: 0px;
	margin: 3px;
	margin-left: 10px;
	font-family: verdana, sans-serif;
	font-size:16px;
	line-height: 28px;
	color: #336699;
	text-transform: capitalize;
	font-weight: bold;
	letter-spacing: 2px;
}
	
.viewBody {
	border: 0px solid gray;
	background: #ffffff;
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
}

/*
	Image title when viewing a single image
*/
.viewCaption {
	font-family:arial;
	font-size:14pt;
	font-weight: bold;
}

.dropshadow {
	float:left;
	clear:left;
	background: url(shadow/shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	padding: 0px !important;
	padding-bottom: 4px;
}

.dropshadow img, .dropshadow embed, .dropshadow div#video{
	background-color: white;
	position:relative;
	bottom: 6px;
	right: 6px;
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px 0px 0px 0px !important;
	margin-bottom: -4px;
}

.navigationstring {
	background-color: #ccddff;
	height: 25px;
	min-height: 25px;
	width: 100%;
	border-top: 1px solid gray;
	color: #555566;
	background-image: url(static/dogear.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

tbody {
	padding: 0px;
}
