﻿/* Override of base styles */
html {
   overflow-y: hidden;
}
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#main_container {
	background-color: #fff;
}
#page_content {
}
#column_left {
	background-color: #fff;
}
#column_right {
	background-color: #cdf;
}
/* Styles for photo preview */
#photo_container {
	border:0px white none; 
}
#photo_preview {
	border: 1px #113464 solid;
}
#photo_details {
}
#photo_title {
}
#photo_caption {
}
#photo_description {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
}
#photo_credit {
	font-size: xx-small;
	font-style: italic;
}
/* Styles for fullsize photo */
#fullsize_container {
}
#fullsize_photo {
	border: 1px #113464 solid;
}

/* Styles for filmstrip/thumbnails */
#filmstrip {
   background-image: url('Filmstrip.gif');
}
.thumbnail {
   border-style: none;
}
/* Styles for album title page */
#album_title {
   text-align: center;
   margin-top:10px;
}
/* Styles for album navigation page */
/* See also cbcscbinsmenu.css */
#navigation_bar {
}
#navigation_area {
   border-style: none;
}
#navigation_container {
}
#navigation_status {
   font-size:small;
   font-weight:bold;
   color:#003366;
}

