/* ========== layout classes ========== */
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noDisplay { display: none; }
.hidden { display: none; }
/* ====== text attribute classes ====== */
.small { font-size: 0.7em !important; }
.demismall { font-size: 0.8em !important; }
.indent { text-indent: 1em; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.sparse { letter-spacing: 0.15em; }
.monospace { font-family: Courier, monospace; }
/* ========== color classes =========== */
.white { color: white !important; }
.gold { color: rgb(245,150,0) !important; }
.red { color: #aa2222 !important; }
.blue { color: rgb(64,64,196) !important; }
.green { color: rgb(0,150,0) !important; }
.grey,.gray  { color: #999999 !important; }
.dkgrey,.dkgray  { color: #666666 !important; }
.ltgrey,.ltgray { color: #bbbbbb !important; }
.black { color: #000000 !important; }
/* ======== other classes ======== */
.noselect {
	-moz-user-select:none;
	-webkit-user-select: none;
	-khtml-user-select: none;
}
/* ======== decorative classes ======== */
.highlight {
	background: rgb(196,196,255);
	background: rgb(255,255,196);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #cc0000;
	font-weight: bold;
}
.whiteBorder { border: 1px solid white; }
.grayBorder { border: 1px solid #666666; }

a.lightOnDark, a.lightOnDark:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.lightOnDark:hover, a.lightOnDark:active {
	color: rgb(190,190,255);
	text-decoration: underline;
}
a.shyLink {
	text-decoration: none;
	color: inherit;
}
a.more {
	margin-left: 0.5em;
	font-style: italic;
}
p.option {
	font-size: 0.7em;
	font-style: italic;
	letter-spacing: 0.04em;
/*	margin-left*/
}

#content .imgContainer {
}
#content .imgContainer p.imgCaption {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 0.65em;
}

.sitemap td {
	vertical-align: top;
}
.sitemap td p {
	margin: 0;
}
.sitemap p.sitemapLvl1 {
	font-size: 1.2em;
	margin-bottom: 0.1em;
}
.sitemap p.sitemapLvl2 {
	font-size: 1em;
	margin-left: 0.5em;
}
.sitemap p.sitemapLvl2 a {
	margin-left: 0.2em;
}



#ajaxDebug {
	border: 1px solid white;
	margin: 1em;
	padding: 1em;
	background: black;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}



/*
table thead tr th {
	background: url(/ui/img/bgLightGrad.png) repeat-x;
	color: #666655;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
table thead tr th,
table tbody tr td {
	text-align: left;
	padding: 1px 4px 1px 4px;
}
table tbody tr:nth-child(even) { background: #f5f5f5 }
table tbody tr:nth-child(odd) { background: #ffffff }
table tbody tr:hover {
	background: #ffffee;
}
table tbody tr td a {
	text-decoration: none;
}
#content table tbody tr td a,
#content table tbody tr td a:visited {
	color: #5555bb;
}
#content table tbody tr td a:hover,
#content table tbody tr td a:active {
	color: #994444;
}*/