body {
    margin: 0px 0px 0px 0px;
    padding: 0;
    color: #000;
	background-image: url(./images/background_stripe.gif);
}

a:link {text-decoration: none; color: #0000ff; background: inherit;}
a:visited {text-decoration: none; color: #800080; background: inherit;}
a:active {text-decoration: none; color: #000000; background: inherit;}
a:hover { color: #ff0000; background: inherit; }

h1 {  font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	clear: left;
}

h2 {  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: black;
}

h3 {  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	clear: left;
}

p {  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

td { font-family: Arial, Helvetica, sans-serif;
}

ul li {  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

span.small {  font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration: none;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color : #FFFFFF;
	border-color : #0000FF;
	border-style : solid;
	border-width : 1px;
}

td.spec2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/* top navigation*/

span.top_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight : bold;
	color: #000000;
	white-space : nowrap;
	margin: 0 0 0 0;
}

/*side navigation*/

a.sideNav { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.sideNav1 { color: darkgreen;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration: none;
}

td.sideNavDone { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	font-weight: Bold; 
}

/*other*/
	
a.map {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight : bolder;
}

a.bohemian { text-decoration: none;
	color: darkgreen;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a.more {text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;	
}

td.copy { font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
	
.box {
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px;
	padding: 10px;
	border: double;
	border-color: Blue;
	text-align: center;
	font-size: 85%;
	width: 300px;
}

p.top { font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-decoration: none;
	text-align: right;
}

p.contact {  font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

p.small {  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li.small {  font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table.tech {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: blue blue blue blue;
	border-collapse: collapse;
	background-color: white;
}

td.tech  {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 65%;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0px 0 0;
	padding: 2px 4px;
	width: 80px;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../img_ado/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../img_ado/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	position: relative;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #bbb;
	border-left: solid 1px #bbb;
	padding: 10px 0px 20px 10px;
	margin-bottom: 5px;
	background: #ddd;
	width: 105px;
	float: left;
	margin-right: 0px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
	width: 500px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #ddd;
	border-top: solid 1px #eee;
	border-right: solid 1px #bbb;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}
@charset "utf-8";

#gal {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
	border: px solid yellow;
	float: right;
}

#controls, #picture {
	display: none;
}
