/*BOF*/

body {
	background-color: white;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
}

#page_wrapper {
	width: 1000px;
}

#content_wrapper {
	background: #ffffff;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

.column12c {
	float: left;
	width: 35%;
	margin-right: 5px;
}

.column22c {
	float: left;
	width: 65%;
/*	position: relative;*/
/*	height: 3000px;*/
/*	right: 0px;*/
}

#footer {
	font-size: smaller;
	text-align: center;
	clear: both;
}

#title {
	text-align: center;
/*	height: 1.1em;*/
	white-space: nowrap;
/*	overflow: hidden;*/
}

#flowplayer {
	width: 640px;
	height: 384px;
	margin-bottom: 5px;
/*	text-align: center; */
	display: block;
/*	position: fixed;
	top: 100px;*/
}

#prev {
	float: left;
}

#next {
	float: right;
}

#prev, #next {
	display: none;
	text-decoration: none;
	background-color: silver;
	color: black;
	padding: 2px;
	border: 1px solid black;
}

#prev:hover, #next:hover {
	background-color: lightgray;
}

#permalink {
	text-align: center;
/*	height: 1.1em;*/
	font-size: smaller;
}

#links {
	margin-left: 0;
	padding-left: 0;
	list-style-type: square;
	clear: both; 
	margin-top: 40px; 
	display: none; 
	white-space: nowrap;
}

#vtree ul {
	padding-left: 30px;
/*	for IE*/
	margin-left: 0;
/*	list-style-image: url('/img/nav_plus.gif');*/
	list-style-type: none;
	/* initial state */
	display: none;
}

/* more specfic comes after */
#vtree > ul {
	padding-left: 10px;
/*	for IE*/
	margin-left: 0;
/*	margin-left: 10px;*/
	/* initial state */
	display: block;
}

#vtree li {
/*	padding-left: 30px;*/
/*	background-image: url('/img/nav_plus.gif');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 4px;*/
/*	list-style-type: none;*/
}

#vtree a {
	padding-left: 15px;
	display: block;
/*	background-color: transparent;*/
	text-decoration: none;
/*	background: transparent url("/img/nav_plus.gif") no-repeat left 4px;*/
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left 4px;
	background-image: url("/img/nav_plus.gif");
	white-space: nowrap;
/*	overflow: hide;*/
}

#vtree a.leaf {
/*	background: transparent url("/img/nav_bullet.gif") no-repeat left 4px;*/
	background-image: url("/img/nav_bullet.gif");
}

#vtree a.closed {
	background-image: url('/img/nav_plus.gif');
}

#vtree a.open {
	background-image: url('/img/nav_minus.gif');
}

#vtree a.closed ~ ul {
	display: none;
}

#vtree a.open ~ ul {
	display: block;
}

/*#vtree a.open + ul:first-child {
	color: red;
}*/

#vtree a:hover {
/*	background-color: Gainsboro;*/
	background-color: #dcdcdc;
/*	color: white;*/
}

/*.column12c hr, .column13 hr, .column23c hr {
	clear: both;
	margin: 0px 5px 0px 5px;
}*/

/*EOF*/
