/* general text styles */
body {
	font-family: Arial, Helvertica, Verdana, sans-serif;
	font-size: 12px;
	color: white;
}

a:visited {
	color: white;
}

.copyright {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
}


/* Apply "blueBackground" to a table and its cells (but not spacing) will become blue. */
.blueBackground td {
	background-color: #6A747C;
}

td.whiteBackground {
	background-color: white;
}

.whiteBackground a {
	color: black;
}

.whiteBackground a:visited {
	color: gray;
}

.contentText { /* use this for main text blocks */
	margin-left: 20px;
	margin-right: 20px;
	text-align:	left;	/* in case of inheritance */
}

/* layout styles */
#galleryContent {
	padding-bottom: 20px;
}

#copyrightBlock {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* jQuery Simple Drop-Down Menu styles */
#jsddm {
	margin: 0;
	padding: 0;
}

#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
}

#jsddm li a {
	display: block;
	/* background: #20548E; */
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	/* width: 100px; */
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li a:hover {
	background: #1A4473;
}
	
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#jsddm li ul li {
	float: none;
	display: inline;
}

#jsddm li ul li a {
	width: auto;
	background: #9F1B1B;
}

#jsddm li ul li a:hover {
	background: #7F1616;
}
