*{ margin:0; padding:0; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em; }

html{
	margin:0;
	padding:0;
	height:100%;
	background:#fff;
}

body{
	margin:0;
	padding:0;
	font-size:76%;
	height:100%;
}

#content {  
	padding:0;
	min-height:450px;
	height:auto !important;
	height:450px;
}

a{
	text-decoration:underline;
	color:#000;
}
a:visited, a:active, a:focus{
	color:#000;
}
a:hover{
	color:#ddf;
}

#content div.header{
	display:block;
	height:3.1em;
	border-bottom:1px solid #000;
	background:url(../images/embed/logo.png) no-repeat center center #bbb;
}

#content div.codeheader{
	float:left;
	padding:4px;
	text-align:left;
}

#content div.codeuri{
	float:right;
	margin:8px 4px 0 auto;
	padding:3px;
	font-weight:bold;
}

#content div.code{
	clear:both;
	padding:4px 0 0 0;
	overflow-x:scroll;
	font-size:1.15em;
	text-align:left;
}

div.scrollBar{
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	height:16px;
	
	background:url(../images/scrollbar/backdrop.gif)
}

div.scrollBarButton{
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	
	height:16px;
	width:128px;
	
	background:url(../images/scrollbar/button.gif)
}

#content li{
	margin-left:48px;
}

pre{
	font-family: monospace;
}

input.pointer{
	cursor:pointer;
}