
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * General page setup
 */
#dt_example {

	font-family:arial;
	font-size:11px;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}


#dt_example #container {
	width: 880px;
	margin: 3px auto;
	padding: 0;
}


#dt_example #footer {
	margin: 50px auto 0 auto;
	padding: 0;
}

#dt_example #demo {
	margin: 25px auto 0 auto;
}

#dt_example .demo_jui {
	margin: 3px auto 0 auto;
}

#dt_example .big {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.6em;
	color: #ffffff;
}

#dt_example .spacer {
	height: 20px;
	clear: both;
}

#dt_example .clear {
	clear: both;
}

#dt_example pre {
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
}
/*
#dt_example h1 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.6em;

	border-bottom: 0px solid #B0BED9;
	clear: both;
}*/
/*
#dt_example h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.6em;
	color: #ffffff;
	clear: both;
}
*/
#dt_example a {
	color: #444444;
	text-decoration: none;
}

#dt_example a:hover {
	text-decoration: none;
	color:#35781d;
}

#dt_example ul {
	color: #444444;
}

.css_right {
	float: right;
}

.css_left {
	float: left;
}

.demo_links {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}