/* Style standard tags. */
body {
	font: 105% /1.3 arial, sans-serif;
}
h1, h2, h3 {
	color: #999;
}
h1 {
	text-shadow: -2px 2px 2px #fff;
}

/* For Barbara's page. */
.redball-list {
	list-style-image: url(REDBALL.GIF);
}

/* Comment classes */
.set-title {
	/* text-shadow: 1px 1px 1px #fff; */
}
.trip-title {
	color: #ccc;
}
.trip-overall-title {
	margin-left: 235px;
}
.new-notifier {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: red;
}
.vacation-info {
	padding-left: 240;
	height: 245px;
}
.trip-show {
	display: block;
}
.trip-hide {
	display: none;
}
.info-column {
	font: bold 0.7em /1.3 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	/* position: absolute;
	left: 0px;
	*/
	float: left;
	width: 235px;
	/* border-top: 1px solid #000; */
	padding: 0px 5px 6px 6px;
	/* margin: 0px -5px 0px -5px; */
	/* background-color: #9ba49b; */
	background: #9ba49b;
	color: #000; 
	padding-top: 5px;
}
ul.admin-list, ul.navigation {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
ul.admin-list li, .navigation li {
	display: block;
	border-top: 1px solid #A5B5C6;
}
.admin-entry, .navigation li {
	background-color: #881010;
}
.admin-entry-selected, li.navigation_active {
	background-color: #43616B;
}
ul.admin-list li a, .navigation li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 3%;
	font: bold 1.0em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height */
	/* font-stretch: extra-expanded; */
	color: #fff;
	text-decoration: none;
	width: 94%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
}
ul.admin-list li a:hover, .navigation li a:hover {
	/* background-color: #5A8390; */
	text-decoration: none;
	background-color: #364F57;
	color: #eee;
}
.photo-set-position {
	padding: 0 50px 20px 50px;
}
.photo-set-surround {
	background-color: #181818;
	padding: 0px 10px;
	border-style: none;
}
.photo-set-list {
	border: 1px solid #444;
	height: 250px;
	overflow: auto;
}
.trip-list {
	height: 235;
	overflow: auto;
}
