@charset "UTF-8";

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

/* Paragraph Headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height: 20px;
	font-weight:bold;
	color: #3399cc;

}
#wrap  h1 {
	font-size:14px;
	line-height: 18px;
	font-weight:bold;
	color: #333333;
}

.sfoglia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 20px;
	color: #999999;
}

p { margin:0.375em 0; }

/* Layout Rules
----------------------------------------------- */
#wrap {
	margin-top: 20px;
	margin-bottom: 0;
	width: 570px;
	height: 550px;
}

#codesample #wrap { width: auto; }

.SpryHiddenRegion {
   visibility: hidden;
}

/* Form Elements
----------------------------------------------- */
label, select { 
	font-size: 85%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	color: #FFFFFF;
	background-color:  #4d4e53;
	border: 1px solid #EA671D;
}



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

#transport {
	padding: 0;
	list-style: none;
	margin: 0;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	font-size: 85%;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 65px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../i/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:visited {
	background: #666 url('../i/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('../i/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;
}

#previews {
	width: 500px;
	float: left;
	clear:both;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 30px;
	height: 30px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 30px;
	height: 30px;
	position: absolute;
	border: 1px solid #000000;
}
#picture {
	padding: 0px;
	width: 500px;
	float: left;
	margin-bottom: 20px;
	clear: right;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	padding: 5px;
	overflow: hidden;
	border: 1px dotted #EA671D;
}
#mainImage {
	width: 100%;
	height: 100%;
}

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




/* 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;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}
