#w {
	background-color: #CCFF00;
}
* {margin: 0; padding: 0;}
p a {color: #0033FF;}
a:link {color: black;}
a:visited {
	color: #000000;
}
a:focus {outline:none;}
a:link {color: #333333;}
a:visited {
	color: #333333;	
}
h3, h2 {padding: 1em 0 0.8em 0; border-bottom: 1px solid silver; margin: 0 0 1em 0;}
h4 {font: normal 1.3em Arial; padding: 1.2em 0 0 0; border-top: 1px solid #ff0000; margin: 2em 0 1em 0;}
h5 {font: bold 1 Verdana; padding: 1.2em 0 0 0; margin-top: 2em; color: #0000FF;}
body {
font-family: Verdana, sans-serif;
text-align: center;
margin: 0 0 6em 0;
padding: 0;
background: #fff url("page-bg.jpg"/*tpa=http://www.gcmingati.net/wordpress/wp-content/lab/jquery/images/page-bg.jpg*/) center 20px no-repeat;
color: #D4D0C8;
font-size: 62.5%; 						
}
#wrapp {
	width: 800px;
	text-align: center;
	font-size: 1.1em;
	color: #00CCCC;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding-left: 3em;
}

/* slideViewer 1.0 default styles */
.svw {
	width: 50px;
	height: 20px;
	text-align: center;
	position: relative;
	background-color: #CCCCCC;
}
.svw ul{
	position: relative;
	left: -1001px;
}

.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden;
	border: 2px solid #dfdfdf; /* this is the border. should have the same value for the links */
	margin: 0 0 1px 0;
	text-align: center;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
}
.stripViewer ul li { /* each image is arranged horizontally */
float:left;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
width: 1%;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #dad8db;
color: #36303e;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
	color: #fff;
	background-color: #666666;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #666666;
color: #FFFFFF;
}
/* end slideViewer default styles */

p {padding: 2em 0 0 0;}

code {
width:93%;	
font: normal 1em/1.3em 'Courier New', Courier, Fixed;
color: #000;
display: block;
padding: 0;
margin: 0;
background-color: #fff;
white-space: pre;
overflow-x: auto;
}
#tooltip {
background: #fff;
color: #000;
opacity: 0.85;
border: 5px solid #dedede;
}
#tooltip h3 {
font: normal 10px Verdana; 
margin: 0; 
padding: 6px 2px; 
border: 0;}
#head {
}
#clse {
	background-color: #009999;
}
#er {
	text-align: left;
	width: 800px;
	position: relative;
	float: left;
	height: 5px;
	padding-left: 120px;
}
