﻿ /* background: #00B8F5
 lines: #0075CC */

body {
	background-color: #00B8F5;
	font-family: arial;
}
img {
	border-width: 0px;
}

.THUMB {
	border-color: white;
}
.IMGPRELD {
	display: none;
}
.SELIMAGE {
	border-color: #0075CC;
	background-color: white;
}
.SELCAPTION {
	overflow: auto;
	text-align: center;
	font-size: 1.3em;
}

#navBar {
	border-color: #0075CC;
	background-color: #BBEEFF;
	background-image: url(interface/fill.png);	/* Fix for IE6; in all other supported browsers this should be equivalent to "background-color: #BBEEFF;" */
	background-repeat: repeat;
}
#channel {
	border-color: #0075CC;
	background-color: #BBEEFF;
	overflow: auto;
}
#thumbs {
	border-color: #0075CC;
	background-color: #0075CC;
	text-align: center;
	overflow: auto;
}
#selection {
	border-color: #0075CC;
	background-color: #BBEEFF;
}
#selectionLdg {
	border-color: white;
	background-color: #0075CC;
	color: white;
	text-align: center;
	font-size: 1.5em;
}
#Cnotice {
	text-align: right;
	color: white;
}