@charset "UTF-8";

.widget {
	width: 500px;
	height: 300px;
	border: solid 1px black;
	background-color: #fff;
	line-height: 1.1em;
	text-align: left
}
.subwidget{
	background-color: #2E6AA8;
	width: 494px;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: 0;
	color: white;
	padding: 3px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}

p{
	font-size: 0.9em;
	margin-bottom: 2px;
}
.SlidingPanels {
	width: 498px;
	height: 300px;
	overflow: visible;
	position: relative;
	float: left;
	padding: 0px;
}
.SlidingPanelsContainer {
	width:8000em;
	height:300px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}
.SlidingPanelsContent {
	width: 250px;
	height: 300px;
	float: left;
}
.content {
	width: 242px;
	height: 270px;
	float: left;
	overflow: hidden;
	padding: 4px;
	border-right: solid 1px #999999;
}
.panelnav {
	clear: both;
	height: 42px;
	}
.left {
	text-align: left;
	margin-left: 4px;
}
.right {
	text-align: right;
	margin-right: 4px;
}

	

.panelnav a{
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
	background-color: #2E6AA8;
	color: white
}
.panelnav a:hover{
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
	background-color: #fff;
	color: #2E6AA8
}










.liveSample {
	background-color: #FFFFCC;
	color: black;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
}
.demoDiv {
	background-color: #CCCCCC;
	width: 400px;
}
.highlited {
	background-color: #FFFFCC;
	color: #000000;
}
.grayBG {
	background-color: #CCCCCC;
}

pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	}
	
.widget h3 {
	background-color: #DCDCDC;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 100%;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.widget h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
	margin: 5px
}
.widget td, th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.widget th {
	background-color: #F3F3F3;
	vertical-align: top;
}
.widget a {
	text-decoration: none;
}
.widget img.sx{
	float: left;
	margin: 4px
}
.widget img.dx{
	float: right;
	margin: 4px
}