@charset "UTF-8";

html {
    height: 100%;
    margin-bottom: 1px;
}

body,tr,th {
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #6e3800 url('img/BACK_DropShadow.gif') repeat-y center;
	margin: 0;
	padding: 0;
	height: 100%;
}

span.emobs {
	display: none;
}

form {
	display: inline;
}

table.page_wrapper {
	background: white url('img/BACK_Bot5.gif') no-repeat bottom center;
}

.red {
	color: #d00;
}

.quote {
	color: #d00;
	font-style: italic;
}

/*==== default LINK style ====*/

a:link, a:visited {
	color: #ff5400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #eee;
}

/* photo related */

.photo_frame {
	border: solid #6e3800 2px;
}

.photo_frame_wider {
	border: solid #6e3800 3px;
}

table.photo {
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

td.photo_caption {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 6px;
}

div.cap320 {
	margin-top:4px;
	margin-bottom: 15px;
	width: 300px;
	font-style: italic;
	font-size: 11px;
}

/*==== main navbar ====*/

div#navbar {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	background: #6e3800;
/*	text-shadow: #eee 0px 1px 0px; */
	}

#navbar a {
	color: #ff7d14;
	width: auto;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	}
#navbar a:hover {
	background: #ab8d6b;
	color: #ffb500;
}
#navbar a:active {
	background: #ab8d6b;
	color: #fff1cf;
}

#navbar .navbar_main {
	background: #f66;
	color: #555;
}

/*==== sub navbar ====*/

div#subnav {
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 4px;
	background: #ab8d6b;
/*	text-shadow: #eee 0px 1px 0px; */
	}

#subnav a {
	color: #fff1cf;
	width: auto;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	}
#subnav a:hover {
	background: white;
	color: #6e3800;
}
#subnav a:active {
	background: white;
	color: black;
}

/* content */

#content {
	margin-left: 30px;
	margin-right: 30px;
}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	color: #993600;
}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #993600;
}

#content table.spread img {
	margin-top: 8px;
	margin-right: 26px;
	margin-bottom: 24px;
}

/* Video styles */

a.video {
	color: #6e3800;
	width: auto;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	border-width: 0px;
}
a:hover.video {
	background: #fff1cf;
	color: #000;
	border-style: solid;
	border-color: #ff5400;
	padding: 2px 2px 2px 2px;
	border-width: 1px;
}
a:active.video {
	background: none;
	color: #fff;
	border-color: #fff;
	padding: 2px 2px 2px 2px;
	border-style: solid;
	border-width: 1px;
}

td.description_width {
	width: 280px;
}

.video_name {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #111;
	margin-bottom: 8px;
}

.video_description {
	display: block;
	font-size: 11px;
	color: #444;
}

.video_time {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 10px;
	color: #777;
}

.video_play {
	margin-top: 1px;
	font-size: 10px;
	color: #555;
}
