@charset "UTF-8";

/*
-----------------------------------------------
Exhibition CSS Rules
----------------------------------------------- */
a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

body {
	margin: 0;
	padding: 0;
	color: #999;
	background: #ffffff;
	font-family: "Lucida Grande", "Verdana", "Trebuchet MS", sans-serif, "新細明體";
	font-size: 11px;
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; margin-top:0pt; }
p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	width: 800px;
	padding-top: 0px;
	margin-top:5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#codesample #wrap { width: auto; }

#header {
	margin-bottom: 2em;
	text-align: left;
	padding-left: 0.5em;
}


/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, "新細明體";
	font-size: 12px;
	font-weight:bold:
}
select {
	color: #B1B1BC;
	background-color:  #131313;
	border: 1px solid #b1b1bc;
}



/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 80px;
background-color:#EFEFEF;
color:#666666;
}
#controls {	margin:0 auto 10px auto; }
#galleries {  margin:0 auto 5px auto; }
#galleries label { padding-bottom: 2px; color:#333333; font-size:12px;}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	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 {
	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 {
	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;
}

#previews {
	border-top: solid 1px #C1DBDB;
	border-right: solid 1px #C1DBDB;
	border-bottom: solid 1px #C1DBDB;
	border-left: solid 1px #C1DBDB;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: none;
	background-color: #F3F3F3;
	width: 200px;
	float: left;
	margin-right: 5px;
}
#thumbnails {
	clear: both;
	margin: 10px 0;
}
#thumbnails div {
	position: relative;
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 40px;
	height: 40px;
	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: 450px;
	float: left;
	margin-top:0;
}

#picturecaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}

#mainImageOutline {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	padding:10px; 
	overflow: hidden; 
	margin-left: 5px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

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

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


/* for the bottom notes */
 
.language {
	font-family:  Verdana, Arial, Helvetica, 新細明體,;
	font-size: 7pt;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	letter-spacing: 1px;
}

.main {
	font-family:  Verdana, Arial, Helvetica, 新細明體;
	font-size: 11px;
	color: #666666;
	line-height:17px;
}


