body, html{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: white;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	background: black;
	overflow: hidden;
}

body.admin {
	overflow: auto !important;
}

#container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#slideshow_container,
#slideshow,
.slideshow_loading{
	width: 100%;
	height: 100%;
}

#slideshow{
	position: absolute;
}

.slideshow_loading{
	margin: 0px;
	padding: 15% 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.slideshow_loading p{
	width: 100%;
	text-align: center;
}
.slideshow_loading p img{
	vertical-align: middle;
}
#content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}
ul#main_menu{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin: 0px auto;
	padding: 15px;
	background-color: black;
	color: white;
	text-align: center;
}
ul#main_menu li{
	display: inline;
	padding: 0px 10px;
}
ul#main_menu li a{
	font-family: Palatino Linotype, "Times New Roman", Times, Georgia, serif;
	font-size: 1.3em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul#main_menu li a:hover{
	color: gray;
}

#header{
	position: absolute;
	top: 0px;
	right: 20px;
	background: transparent;
	font-family: Palatino Linotype, "Times New Roman", Times, Georgia, serif;
}
#header h1{
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.2em;
}
.clear{
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#window_content{
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#window_content h1{
	font-size: 14pt;
	letter-spacing: 0.1em;
}

.vertical_scroll_bar{
	height: 100%;
	width: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
	background: transparent url('/images/track_bg.gif') repeat-y;
	/*background-position-x: 4px;
	background-position-y: 0px;*/
}
.vertical_scroll_bar .track{
	height: 95%;
	width: 100%;
}
.vertical_scroll_bar .track .handle{
	width: 100%;
	height: 10px;
	background: gray;
	line-height: 0px;
	font-size: 0px;
}

#window_content .menu_container{
	float: left;
	width: 30%;
	height: 100%;
	overflow: hidden;
}

#window_content .menu_container #menu_content{
	height: 100%;
}

#window_content .content_container{
	height: 100%;
	overflow: hidden;
}

#window_content .content_container #main_content{
	height: 100%;
}

#window_content .right_column{
	/*margin-left: 30%;*/
}

#window_content .content_container #main_content,
#window_content .content_container .loading{
	padding: 0px 10px 0px 20px;
}

ul.left_menu{
	color: white;
	list-style-type: none;
	list-style-position: outside;
	margin: 5px 0px 5px 5px;
	padding: 5px;
}
ul.left_menu a.left_menu_link{
	color: white;
	text-decoration: none;
}

#container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#flash_container {
    width: 100%;
    height: 100%;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.strikethrough{
	text-decoration: line-through;
}

.underline{
	text-decoration: underline;
}

.subscript{
	vertical-align: sub;
}

.superscript{
	vertical-align: super;
}

h1.work_title{
	margin-bottom: 5px;
}
h2.date_range{
	font-size: 10pt;
	margin: 0px 0px 12px 0px;
}
