/* ************************************************** *
 * Main body
 * ************************************************** */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	behavior: url(/css/csshover3.htc); 	/* Fix stupid IE problems */
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	min-width: 600px;
	background-image: url('/Pics/Background.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

a:link {
	color: #2696d3;
}
a:visited {
	color: #2696d3;
}
a:active {
	color: #2696d3;
}
a:hover {
	color: #66c6f3;
}

.container {
	width: 600px;
	padding: 30px 0px 0px 0px;
	margin: 30px auto 0 auto;
}

.inner {
	height: 490px;
	text-align: left;
	background-color: #ccccff;
}

.roundCorner {
	clear: both;
	margin: 0px auto 0 auto;
}

/* ************************************************** *
 * Menus
 * menubar is the container - menu tabs are "topic"
 * ************************************************** */
.menubar {
	clear: both;
	text-align: center;
	width: 100%;
	height: 42px;
}

.menu {
	/* position: absolute; */
	margin-top: 10px;
	font-variant: small-caps;
	display: inline-block;
}
.menu ul .topic { margin-bottom: 5px; }
.menu ul .item { display: none; }
.menu ul:hover .item {
	display: block;
	text-align: left;
	width: 140px;
	color: #46b6f3;
	background: #000000;
	padding: 4px 15px 10px 15px;
	margin: 0px;
}

.menu ul:hover .item a:hover { background: #555555; }
.menu ul .topic a { text-decoration: none; }
.menu ul:hover .topic a:hover { background: #555555; }
.menuSelected { background: #555555; }

.menu ul {
	width: 110px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;

	color: #46b6f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.subtopics {
	float: left;
	width: 400px;
	padding: 10px 5px 10px 0px;
	margin: 0;
	text-align: right;
	font-variant: small-caps;
	color: #46b6f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

/* ************************************************** *
 * Component layout
 * ************************************************** */
.nobr {
	white-space: nowrap;
}

.logo {
	text-align: center;
	width: 100%;
	background-color: #ccccff;
}

.strip {
	clear: both;
	float: left;
	width: 150px;
	background-color: #ccccff;
	margin: 0;
	padding-top: 15px;
	padding-left: 15px;
}

.content {
	float: left;
	width: 400px;
	height: 375px;
	margin: 0;
	padding: 20px 5px;
	overflow: auto;
	font-size: 13px;
}

.content h1 {
	color: #424222;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 20px;
}

.content h2 {
	color: #424222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

dt {
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}
dd {
	margin-left: 22px;
	margin-bottom: 10px;
}

.weekly {
	font-size: 12px;
}

/* ************************************************** *
 * Tables
 * ************************************************** */
table {
	font-size: 13px;
}

table .dance {
	background-color: #eeccff;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}


/* ************************************************** *
 * People/Venues
 * ************************************************** */
.personListHeader {
	clear: both;
	color: #424222;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 20px;
	font-style: italic;
	width: 370px;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
}

.person {
	margin-top: 15px;
	float: left;
	font-size: 12px;
	width: 100%;
}

.personPhoto {
	margin-right: 10px;
	margin-top: 15px;
	float: left;
}

.personHeader {
	font-size: 16px;
	font-style: italic;
}

.personSubheader {
	font-size: 13px;
}

.personText {
	font-size: 11px;
}


.addr {
	margin: 0px 0px 10px 20px;
}


/* ************************************************** *
 * Rounded corners (css, no images!)
 * ************************************************** */
b.rtop, b.rbottom{display:block}
b.rtop b, b.rbottom b{display:block;height: 1px;
		    overflow: hidden; background: #ccccff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px} 
